mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-20 18:21:47 +03:00
078db21edf
Co-authored-by: Guillaume ALLAIS <guillaume.allais@ens-lyon.org>
4 lines
103 B
Plaintext
4 lines
103 B
Plaintext
1/1: Building Vect (Vect.idr)
|
|
Main> [(0 ** []), (1 ** [3]), (5 ** [3, 4, 5, 6, 7])]
|
|
Main> Bye for now!
|