lean2/tests/lean/run/class1.lean
Leonardo de Moura 00e1a7db23 feat(frontends/lean/elaborator): add class instance elaboration
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-07-04 15:45:50 -07:00

8 lines
No EOL
129 B
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

import standard
using num
definition H : inhabited (Bool × num × (num → num)) := _
(*
print(get_env():find("H"):value())
*)