mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-16 15:52:43 +03:00
c75b3f7f14
Co-authored-by: Guillaume ALLAIS <guillaume.allais@ens-lyon.org>
7 lines
64 B
Idris
7 lines
64 B
Idris
|
|
data MyNat
|
|
= S (Inf MyNat)
|
|
| Z
|
|
|
|
%builtin Natural MyNat
|