mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-16 15:52:43 +03:00
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!
|