9 lines
154 B
Text
9 lines
154 B
Text
|
import standard
|
|||
|
using num
|
|||
|
|
|||
|
theorem H {A B : Type} (H1 : inhabited A) : inhabited (Bool × A × (B → num))
|
|||
|
:= _
|
|||
|
|
|||
|
(*
|
|||
|
print(get_env():find("H"):value())
|
|||
|
*)
|