cbc81ea6c5
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
8 lines
152 B
Text
8 lines
152 B
Text
import logic data.prod
|
||
using num prod inhabited
|
||
|
||
definition H : inhabited (Prop × num × (num → num)) := _
|
||
|
||
(*
|
||
print(get_env():find("H"):value())
|
||
*)
|