mirror of
https://github.com/edwinb/Idris2-boot.git
synced 2024-12-25 13:54:55 +03:00
102fb7fdb6
Check that none of the generated missing cases match explicitly given clauses, which might happen if there's some overlaps in the clauses or if there's some matching on implicits. Ignore erased argument positions when checking the match.
11 lines
505 B
Plaintext
11 lines
505 B
Plaintext
____ __ _ ___
|
|
/ _/___/ /____(_)____ |__ \
|
|
/ // __ / ___/ / ___/ __/ / Version 0.0.0-7c8651a70
|
|
_/ // /_/ / / / (__ ) / __/ https://www.idris-lang.org
|
|
/___/\__,_/_/ /_/____/ /____/
|
|
|
|
Welcome to Idris 2. Enjoy yourself!
|
|
1/1: Building Vending (Vending.idr)
|
|
Main> Main.runMachine: All cases covered
|
|
Main> Bye for now!
|