lean2/tests/lean/run/dfun_tst.lean

10 lines
206 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 logic data.prod data.vector
open prod nat inhabited vec
theorem tst1 : inhabited (vec nat 2)
theorem tst2 : inhabited (Prop × (Π n : nat, vec nat n))
(*
print(get_env():find("tst2"):value())
*)