mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-17 00:10:31 +03:00
16 lines
337 B
Plaintext
16 lines
337 B
Plaintext
1/1: Building Issue835 (Issue835.idr)
|
|
Issue835> P : Nat -> Type
|
|
------------------------------
|
|
rhs1 : Dec (P 0)
|
|
Issue835> P : Nat -> Type
|
|
P2 : Nat -> Type
|
|
x1 : Nat
|
|
x : Nat
|
|
------------------------------
|
|
rhs2 : P2 x
|
|
Issue835> P2 : Nat -> Type
|
|
x : Nat
|
|
------------------------------
|
|
rhs3 : P2 x
|
|
Issue835> Bye for now!
|