unison/unison-src/errors/tdnr3.u

11 lines
107 B
Plaintext
Raw Normal View History

2018-10-15 23:10:55 +03:00
-- + Should get resolved to Nat.+, making this fail
2018-10-12 17:15:42 +03:00
x : Nat
2018-10-15 23:10:55 +03:00
x = 42
2018-10-12 17:15:42 +03:00
2018-10-15 23:10:55 +03:00
Foo.z : Float
Foo.z = 4.0
2018-10-12 17:15:42 +03:00
2018-10-15 23:10:55 +03:00
a = x + z
2018-10-12 17:15:42 +03:00