2 lines
54 B
Text
2 lines
54 B
Text
inductive Bug
|
|
| mk : (Unit → Nat → Bug) → Bug
|
inductive Bug
|
|
| mk : (Unit → Nat → Bug) → Bug
|