5 lines
91 B
Text
5 lines
91 B
Text
open prod inhabited
|
||
|
||
definition H : inhabited (Prop × num × (num → num)) := _
|
||
|
||
print H
|