comments haskell code example
Example 1: haskell multiline comment
{-
multiline comment
-}
Example 2: haskell comment
-- comment in Haskell
Example 3: haskell comments
{- A multiline comment
which can continue for many lines
-}
-- a single line comment