hdiff
packages
feed
jacinda
-3.3.0.4: src/U.hs
module U ( U (..) ) where newtype U = U { unU :: Int } deriving (Eq, Ord)