lean2/tests/lean/run/dfun_tst.lean

11 lines
236 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.examples.vector
open prod nat inhabited vector
theorem tst1 : inhabited (vector nat 2)
theorem tst2 : inhabited (Prop × (Π n : nat, vector nat n))
reveal tst2
(*
print(get_env():find("tst2"):value())
*)