packages feed

fay-0.12.0.0: tests/doAssingPatternMatch.hs

import           Prelude

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