lean4-htt/tests/lean/run/elab_bool.lean
Leonardo de Moura 8993d0738a feat(frontends/lean): remove #elab command
The check command is now using the new elaborator.
2016-08-02 15:05:24 -07:00

7 lines
113 B
Text

variable b : bool
check if b then tt else ff
check if b && b then tt else ff
check if b ∧ b then tt else ff