mirror of
https://github.com/edwinb/Idris2-boot.git
synced 2024-11-28 14:06:26 +03:00
9c902de5d1
We can't refine by a name in Rig0 because we can't assume it covers all possibilities, so only refine by them at the end, at which point we check that there's only one case left (otherwise we have to match on it, which is not allowed for an erased thing)
8 lines
207 B
Plaintext
8 lines
207 B
Plaintext
1/1: Building Vect (Vect.idr)
|
|
Welcome to Idris 2 version 0.0. Please be gentle.
|
|
Main> Main.append:
|
|
append (_ :: _) _
|
|
Main> Main.lookup: All cases covered
|
|
Main> Main.zip: All cases covered
|
|
Main> Bye for now!
|