mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-20 10:02:03 +03:00
13 lines
234 B
Plaintext
13 lines
234 B
Plaintext
1/1: Building Test (Test.idr)
|
|
Error: Natural builtin does not support lazy types.
|
|
|
|
Test:6:1--6:23
|
|
2 | data MyNat
|
|
3 | = S (Inf MyNat)
|
|
4 | | Z
|
|
5 |
|
|
6 | %builtin Natural MyNat
|
|
^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
Main> Bye for now!
|