module ĈrazyThings where import "base" Data.Char import "base" Data.Char (isControl, isSpace) import "base" Data.Char (isControl, --isSpace) isSpace) import "base" Data.Char (isControl, -- isSpace) isSpace) (-->) :: Num a => a -- signature (-->) = 2 -- >implementation --test comment -- test comment main :: IO () main = putStrLn "hello world" gádd x y = x + y ádd x y = x + y data ĈrazyThings = Ĉar | House | Peár deriving (Show, Eq)