unison/unison-src/tests/quote-parse-bug.uu
2018-08-30 10:41:58 -04:00

15 lines
294 B
Plaintext

blah : a -> a -> a
blah a a2 = a2
effect Foo where
foo : {Foo} Text
blah '"hello!" '(Text.size Foo.foo)
-- bootstrap: unison-src/tests/effect-instantiation.uu:8:6:
-- unexpected UnknownLexeme
-- 8 | blah '"hello!" '(Text.size Foo.foo)
-- looks like ' isn't looking for literals after