Proteome.Data.ProjectType
newtype ProjectType Source #
Constructors
Fields
Defined in Proteome.Data.ProjectType
Methods
fromString :: String -> ProjectType #
Associated Types
type Rep ProjectType :: Type -> Type #
from :: ProjectType -> Rep ProjectType x #
to :: Rep ProjectType x -> ProjectType #
showsPrec :: Int -> ProjectType -> ShowS #
show :: ProjectType -> String #
showList :: [ProjectType] -> ShowS #
(==) :: ProjectType -> ProjectType -> Bool #
(/=) :: ProjectType -> ProjectType -> Bool #
compare :: ProjectType -> ProjectType -> Ordering #
(<) :: ProjectType -> ProjectType -> Bool #
(<=) :: ProjectType -> ProjectType -> Bool #
(>) :: ProjectType -> ProjectType -> Bool #
(>=) :: ProjectType -> ProjectType -> Bool #
max :: ProjectType -> ProjectType -> ProjectType #
min :: ProjectType -> ProjectType -> ProjectType #
fromMsgpack :: Object -> Either DecodeError ProjectType #
toMsgpack :: ProjectType -> Object #