packages feed

fay-0.10.0.0: hs/stdlib.hs

data Maybe a
  = Just a
  | Nothing