lean4-htt/tests/lean/run/1590.lean
2017-05-23 11:00:33 +02:00

3 lines
95 B
Text

#check `(true.intro)
#check (`(true.intro) : expr)
#check λ (h : true) [reflected h], `(id h)