-- comment
module Test where

one :: Int
one = 1

f x = x + 1

g :: Int -> Bool
g x = x < 10

{-
	test
-}