packages feed

jacinda-3.2.0.0: src/U.hs

module U ( U (..) ) where

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