Idris2/tests/idris2/namespace001/expected
Edwin Brady ff7d3a0246 Use precise inference for hole types
That is, don't generalise multiplicities, because we need the hole type
to be precise wrt multiplicities. Resolves #189
2020-06-28 22:16:15 +01:00

9 lines
189 B
Plaintext

1/1: Building Dup (Dup.idr)
Dup.idr:13:1--15:1:Main.Test is already defined
Main> Bye for now!
1/1: Building Scope (Scope.idr)
Main> Main.Test : Type
Main.X.Test : Type
Main>
Bye for now!