4e35afedcc
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
11 lines
227 B
Text
11 lines
227 B
Text
import logic data.prod data.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())
|
||
*)
|