mirror of
https://github.com/edwinb/Idris2-boot.git
synced 2025-01-07 05:36:30 +03:00
e526badfe2
This helps a few things because it delays elaboration of the block until as much as possible is known about its type. Also added a few libraries.
9 lines
394 B
Plaintext
9 lines
394 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)
|
|
Welcome to Idris 2 version 0.0. Enjoy yourself!
|
|
Main> S (S (S Z))
|
|
Main> Bye for now!
|