aboutsummaryrefslogtreecommitdiff
path: root/examples/letty.hs
blob: 6b6e0a3e4f0ed430c785dd291684d1da56709c0e (plain)
1
2
3
4
5
6
-- This is glguy's fault.

foo =
  let f x | even x = 1
          | let = 0
  in f <$> [1..5]