Unison.ConstructorType
data ConstructorType Source #
Constructors
Defined in Unison.ConstructorType
Methods
succ :: ConstructorType -> ConstructorType #
pred :: ConstructorType -> ConstructorType #
toEnum :: Int -> ConstructorType #
fromEnum :: ConstructorType -> Int #
enumFrom :: ConstructorType -> [ConstructorType] #
enumFromThen :: ConstructorType -> ConstructorType -> [ConstructorType] #
enumFromTo :: ConstructorType -> ConstructorType -> [ConstructorType] #
enumFromThenTo :: ConstructorType -> ConstructorType -> ConstructorType -> [ConstructorType] #
Associated Types
type Rep ConstructorType :: Type -> Type #
from :: ConstructorType -> Rep ConstructorType x #
to :: Rep ConstructorType x -> ConstructorType #
showsPrec :: Int -> ConstructorType -> ShowS #
show :: ConstructorType -> String #
showList :: [ConstructorType] -> ShowS #
(==) :: ConstructorType -> ConstructorType -> Bool #
(/=) :: ConstructorType -> ConstructorType -> Bool #
compare :: ConstructorType -> ConstructorType -> Ordering #
(<) :: ConstructorType -> ConstructorType -> Bool #
(<=) :: ConstructorType -> ConstructorType -> Bool #
(>) :: ConstructorType -> ConstructorType -> Bool #
(>=) :: ConstructorType -> ConstructorType -> Bool #
max :: ConstructorType -> ConstructorType -> ConstructorType #
min :: ConstructorType -> ConstructorType -> ConstructorType #