difftastic/sample_files/haskell_after.hs

9 lines
79 B
Haskell

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