Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Documentation
fromBS :: ByteString -> a Source #
Instances
FromBS ByteString Source # | |
Defined in Periodic.Types.Internal fromBS :: ByteString0 -> ByteString Source # | |
FromBS ByteString Source # | |
Defined in Periodic.Types.Internal fromBS :: ByteString -> ByteString Source # | |
FromBS Text Source # | |
Defined in Periodic.Types.Internal fromBS :: ByteString -> Text Source # | |
FromBS Text Source # | |
Defined in Periodic.Types.Internal fromBS :: ByteString -> Text Source # | |
FromBS Workload Source # | |
Defined in Periodic.Types.Job fromBS :: ByteString -> Workload Source # | |
FromBS JobName Source # | |
Defined in Periodic.Types.Job fromBS :: ByteString -> JobName Source # | |
FromBS FuncName Source # | |
Defined in Periodic.Types.Job fromBS :: ByteString -> FuncName Source # | |
FromBS [Char] Source # | |
Defined in Periodic.Types.Internal fromBS :: ByteString -> [Char] Source # |
Instances
Eq LockName Source # | |
Ord LockName Source # | |
Defined in Periodic.Types.Internal | |
Show LockName Source # | |
IsString LockName Source # | |
Defined in Periodic.Types.Internal fromString :: String -> LockName # | |
Generic LockName Source # | |
Binary LockName Source # | |
Hashable LockName Source # | |
Defined in Periodic.Types.Internal | |
Validatable LockName Source # | |
type Rep LockName Source # | |
Defined in Periodic.Types.Internal type Rep LockName = D1 (MetaData "LockName" "Periodic.Types.Internal" "periodic-common-1.1.7.0-8gRFjvUufLJ3h3yfWLZNji" True) (C1 (MetaCons "LockName" PrefixI False) (S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 ByteString))) |
class Validatable a where Source #
Instances
Instances
Eq Nid Source # | |
Ord Nid Source # | |
Show Nid Source # | |
Generic Nid Source # | |
Hashable Nid Source # | |
Defined in Periodic.Types.Internal | |
type Rep Nid Source # | |
Defined in Periodic.Types.Internal type Rep Nid = D1 (MetaData "Nid" "Periodic.Types.Internal" "periodic-common-1.1.7.0-8gRFjvUufLJ3h3yfWLZNji" True) (C1 (MetaCons "Nid" PrefixI False) (S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 ByteString))) |
Instances
Eq Msgid Source # | |
Ord Msgid Source # | |
Show Msgid Source # | |
Generic Msgid Source # | |
Hashable Msgid Source # | |
Defined in Periodic.Types.Internal | |
SetPacketId Msgid (Packet a) Source # | |
Defined in Periodic.Types.Packet setPacketId :: Msgid -> Packet a -> Packet a # | |
GetPacketId Msgid (Packet a) Source # | |
Defined in Periodic.Types.Packet getPacketId :: Packet a -> Msgid # | |
type Rep Msgid Source # | |
Defined in Periodic.Types.Internal type Rep Msgid = D1 (MetaData "Msgid" "Periodic.Types.Internal" "periodic-common-1.1.7.0-8gRFjvUufLJ3h3yfWLZNji" True) (C1 (MetaCons "Msgid" PrefixI False) (S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 ByteString))) |
msgidLength :: Int Source #