annotate paper/src/term2.agda @ 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 ∧true : { x : Bool } → x ∧ true ≡ x
959f4b34d6f4 add final thesis
soto
parents:
diff changeset
2 ∧true {x} with x
959f4b34d6f4 add final thesis
soto
parents:
diff changeset
3 ∧true {x} | false = refl
959f4b34d6f4 add final thesis
soto
parents:
diff changeset
4 ∧true {x} | true = refl
959f4b34d6f4 add final thesis
soto
parents:
diff changeset
5
959f4b34d6f4 add final thesis
soto
parents:
diff changeset
6 stmt1Cond : {c10 :ℕ} → Cond
959f4b34d6f4 add final thesis
soto
parents:
diff changeset
7 stmt1Cond {c10} env = Equal (varn env) c10