diff options
Diffstat (limited to 'tests/examplefiles/example.hs')
-rw-r--r-- | tests/examplefiles/example.hs | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/examplefiles/example.hs b/tests/examplefiles/example.hs index 58e44042..9efd3364 100644 --- a/tests/examplefiles/example.hs +++ b/tests/examplefiles/example.hs @@ -1,3 +1,5 @@ +module ĈrazyThings where + import "base" Data.Char import "base" Data.Char (isControl, isSpace) import "base" Data.Char (isControl, --isSpace) @@ -15,3 +17,11 @@ 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) |