headroom-0.4.0.0: test-data/code-samples/purescript/full.purs
-- Some module header here
-- Some comment here
module Test where
{-
block comment multi line
-}
foo :: String
foo = "Hello, world!"
{- block comment single line -}
-- Some module header here
-- Some comment here
module Test where
{-
block comment multi line
-}
foo :: String
foo = "Hello, world!"
{- block comment single line -}