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