lean4-htt/old_tests/tests/lean/run/let1.lean
2018-04-10 12:56:55 -07:00

8 lines
161 B
Text

#check
let f x y := x ∧ y,
g x := f x x,
a := g true
in λ (x : a),
let h x y := f x (g y),
b := h
in b