Idris2-boot/tests/idris2/basic017/expected
Edwin Brady e526badfe2 Delay case elaboration
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.
2019-07-02 16:53:41 +01:00

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!