Idris2/tests/base/data_vect001/expected
Joel Berkeley 078db21edf
Return a Vect from Stream take (#1812)
Co-authored-by: Guillaume ALLAIS <guillaume.allais@ens-lyon.org>
2021-08-30 16:00:20 +01:00

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!