packages feed

apple-0.1.0.0: src/U.hs

module U ( U (..) ) where

newtype U = U { unU :: Int } deriving (Eq, Ord)