view paper/src/whileTestSemSound.agda @ 19:046b2b20d6c7 default tip

fix
author ryokka
date Mon, 09 Mar 2020 11:25:49 +0900
parents
children
line wrap: on
line source

whileTestPSemSound : (c : ℕ ) (output : Envc )
  → output ≡ whileTestP c (λ e → e)
  → ⊤ implies ((vari output ≡ 0) ∧ (varn output ≡ c))
  whileTestPSemSound c output refl = proof (λ _ → record { pi1 = refl ; pi2 = refl })