difftastic/sample_files/haskell_1.hs

9 lines
77 B
Haskell

foo x = x + 1
bar _ = 'c'
-- | Hello world
isOne 1 = True
isOne _ = False