elm/tests/data/good/QuotesAndComments.elm

12 lines
111 B
Elm
Raw Normal View History

f x =
let
x' = x+1
in
x'
g = '\"'
n = '\''
{- this is an {- embeded comment -} -}
main = plainText "{-"