Idris2/tests/idris2/reg024/expected
Edwin Brady 1b695bcc52 Display binder if it's not implicitly bindable
This is particularly important if we're generating something that needs
to be parsed and checked again. Fixes #185
2020-06-27 16:26:34 +01:00

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!