packages feed

hs2ats-0.2.1.10: test/data/Option.hs

module Option where

data Option a = Some a
              | None