packages feed

fay-0.10.1.0: tests/doAssingPatternMatch.hs

import           Language.Fay.Prelude

main = do
  [1,2] <- return [1,2]
  putStrLn "OK."