mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-20 18:21:47 +03:00
d4263441b7
Co-authored-by: Guillaume ALLAIS <guillaume.allais@ens-lyon.org>
25 lines
491 B
Plaintext
25 lines
491 B
Plaintext
1/1: Building LiteralsString (LiteralsString.idr)
|
|
Main> 42
|
|
Main> 0
|
|
Main> True
|
|
Main> False
|
|
Main> Error: Can't find an implementation for IsJust Nothing.
|
|
|
|
(Interactive):1:10--1:14
|
|
1 | the Bool "42"
|
|
^^^^
|
|
|
|
Main> Bye for now!
|
|
1/1: Building LiteralsInteger (LiteralsInteger.idr)
|
|
Main> Zero
|
|
Main> One
|
|
Main> Omega
|
|
Main> FS (FS FZ)
|
|
Main> Error: Can't find an implementation for IsJust (maybeLTE 7 3).
|
|
|
|
(Interactive):1:13--1:14
|
|
1 | the (Fin 3) 6
|
|
^
|
|
|
|
Main> Bye for now!
|