ipfs-1.0.0: Access IPFS locally and remotely
Network.IPFS.Timeout.Types
newtype Timeout Source #
Constructors
Fields
Defined in Network.IPFS.Timeout.Types
Methods
(==) :: Timeout -> Timeout -> Bool #
(/=) :: Timeout -> Timeout -> Bool #
(+) :: Timeout -> Timeout -> Timeout #
(-) :: Timeout -> Timeout -> Timeout #
(*) :: Timeout -> Timeout -> Timeout #
negate :: Timeout -> Timeout #
abs :: Timeout -> Timeout #
signum :: Timeout -> Timeout #
fromInteger :: Integer -> Timeout #
showsPrec :: Int -> Timeout -> ShowS #
show :: Timeout -> String #
showList :: [Timeout] -> ShowS #
Associated Types
type Rep Timeout :: Type -> Type #
from :: Timeout -> Rep Timeout x #
to :: Rep Timeout x -> Timeout #
parseJSON :: Value -> Parser Timeout #
parseJSONList :: Value -> Parser [Timeout] #
fromEnv :: Maybe Timeout -> Parser Timeout #