packages feed

ghc-exactprint-0.2: tests/examples/Guards.hs


f x | x > 0, x /= 10 = 1 / x
    | x == 0 = undefined
  where
    y = 4