mirror of
https://github.com/edwinb/Idris2-boot.git
synced 2024-12-30 00:04:55 +03:00
8 lines
346 B
Plaintext
8 lines
346 B
Plaintext
1/1: Building CaseInf (CaseInf.idr)
|
|
CaseInf.idr:6:17--6:24:While processing right hand side of Main.test3bad at CaseInf.idr:6:1--9:1:
|
|
Ambiguous elaboration. Possible correct results:
|
|
Builtin.Pair (Prelude.fromInteger 1) (Prelude.fromInteger 2)
|
|
Builtin.MkPair (Prelude.fromInteger 1) (Prelude.fromInteger 2)
|
|
Main> S (S (S Z))
|
|
Main> Bye for now!
|