mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-01 09:49:24 +03:00
1b695bcc52
This is particularly important if we're generating something that needs to be parsed and checked again. Fixes #185
5 lines
196 B
Plaintext
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!
|