Idris2/tests/idris2/reg025/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

5 lines
196 B
Plaintext

1/1: Building lift (lift.idr)
Main> pbz_hole : {0 p : BNat -> Type} -> ((bn : BNat) -> p bn -> p (E bn)) -> ((bn : BNat) -> p bn -> p (O bn)) -> p BZ -> p BZ
pbz_hole pe po pbz
Main> Bye for now!