00-Comments.purs
module Syntax.Basic.Comments where
-- This is a single-line comment
-- Anything past the "--" syntax on a line is regarded as a comment
{-
This is a multi-line comment
Anything between the bracket-dash syntax is regarded as a multi-line comment
-}
{- It can also be used to add a comment in-between stuff -}