mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-11-28 11:05:17 +03:00
1b695bcc52
This is particularly important if we're generating something that needs to be parsed and checked again. Fixes #185
10 lines
251 B
Plaintext
10 lines
251 B
Plaintext
1/1: Building split (split.idr)
|
|
Main> notLtz BLT_ZO impossible
|
|
notLtz BLT_ZE impossible
|
|
notLtz (BLT_OO x) impossible
|
|
notLtz (BLT_OE x) impossible
|
|
notLtz BLT_OE_Eq impossible
|
|
notLtz (BLT_EO x) impossible
|
|
notLtz (BLT_EE x) impossible
|
|
Main> Bye for now!
|