unison/unison-src/errors/tdnr3.u
2018-10-15 16:10:55 -04:00

11 lines
107 B
Plaintext

-- + Should get resolved to Nat.+, making this fail
x : Nat
x = 42
Foo.z : Float
Foo.z = 4.0
a = x + z