3 lines
87 B
Text
3 lines
87 B
Text
inductive Step (α : Type u) where
|
||
| impossible : α → Step α
|
||
deriving Hashable
|