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