comparison paper/src/term2.agda @ 3:959f4b34d6f4

add final thesis
author soto
date Tue, 09 Feb 2021 18:44:53 +0900
parents
children
comparison
equal deleted inserted replaced
2:2c50fd1d115e 3:959f4b34d6f4
1 ∧true : { x : Bool } → x ∧ true ≡ x
2 ∧true {x} with x
3 ∧true {x} | false = refl
4 ∧true {x} | true = refl
5
6 stmt1Cond : {c10 :ℕ} → Cond
7 stmt1Cond {c10} env = Equal (varn env) c10