packages feed

jacinda-2.0.0.0: src/U.hs

module U ( U (..) ) where

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