tests/Haskell/test.hs
2024-07-22 19:39:19 +02:00

15 lines
106 B
Haskell

-- comment
module Test where
one :: Int
one = 1
f x = x + 1
g :: Int -> Bool
g x = x < 10
{-
test
-}