difftastic/sample_files/haskell_2.hs

10 lines
114 B
Haskell

import System.Process
foo x y = x + 1 + W.peek y
bar _ = 'c'
-- | Goodbye world
isOne 1 = True
isOne _ = False