burrito-1.1.0.2: Parse and render URI templates.

Safe HaskellSafe
LanguageHaskell2010

Burrito.Internal.Type.MaxLength

Documentation

newtype MaxLength Source #

Constructors

MaxLength 

Fields

Instances
Eq MaxLength Source # 
Instance details

Defined in Burrito.Internal.Type.MaxLength

Data MaxLength Source # 
Instance details

Defined in Burrito.Internal.Type.MaxLength

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> MaxLength -> c MaxLength #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c MaxLength #

toConstr :: MaxLength -> Constr #

dataTypeOf :: MaxLength -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c MaxLength) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c MaxLength) #

gmapT :: (forall b. Data b => b -> b) -> MaxLength -> MaxLength #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> MaxLength -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> MaxLength -> r #

gmapQ :: (forall d. Data d => d -> u) -> MaxLength -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> MaxLength -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> MaxLength -> m MaxLength #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> MaxLength -> m MaxLength #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> MaxLength -> m MaxLength #

Ord MaxLength Source # 
Instance details

Defined in Burrito.Internal.Type.MaxLength

Show MaxLength Source # 
Instance details

Defined in Burrito.Internal.Type.MaxLength