annotate paper/src/agda-mcg.agda.replaced @ 3:959f4b34d6f4

add final thesis
author soto
date Tue, 09 Feb 2021 18:44:53 +0900
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3
959f4b34d6f4 add final thesis
soto
parents:
diff changeset
1 whileTestPwP : {l : Level} {t : Set l} @$\rightarrow$@ (c10 : @$\mathbb{N}$@) @$\rightarrow$@
959f4b34d6f4 add final thesis
soto
parents:
diff changeset
2 ((env : Envc ) @$\rightarrow$@ (mdg : (vari env @$\equiv$@ 0) @$\wedge$@ (varn env @$\equiv$@ c10 env)) @$\rightarrow$@ t) @$\rightarrow$@ t
959f4b34d6f4 add final thesis
soto
parents:
diff changeset
3 whileTestPwP c10 next = next env record { pi1 = refl ; pi2 = refl } where
959f4b34d6f4 add final thesis
soto
parents:
diff changeset
4 env : Envc
959f4b34d6f4 add final thesis
soto
parents:
diff changeset
5 env = whileTestP c10 ( @$\lambda$@ env @$\rightarrow$@ env )