mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-21 18:51:40 +03:00
7 lines
64 B
Idris
7 lines
64 B
Idris
|
|
||
|
data MyNat
|
||
|
= S (Inf MyNat)
|
||
|
| Z
|
||
|
|
||
|
%builtin Natural MyNat
|