lean4-htt/tests/lean/run/764.lean
2021-11-09 07:46:10 -08:00

6 lines
86 B
Text

#eval (5 > 2) == true
#eval (2 > 5) == true
variable (b : Bool)
#check (5 > 2) == b