Safe Haskell | None |
---|---|
Language | Haskell98 |
Documentation
Instances
Bifunctor Bound # | |
Eq (Bound t e) # | |
(Data t, Data e) => Data (Bound t e) # | |
Defined in Language.Haskell.Liquid.Types.Bounds gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Bound t e -> c (Bound t e) # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c (Bound t e) # toConstr :: Bound t e -> Constr # dataTypeOf :: Bound t e -> DataType # dataCast1 :: Typeable t0 => (forall d. Data d => c (t0 d)) -> Maybe (c (Bound t e)) # dataCast2 :: Typeable t0 => (forall d e0. (Data d, Data e0) => c (t0 d e0)) -> Maybe (c (Bound t e)) # gmapT :: (forall b. Data b => b -> b) -> Bound t e -> Bound t e # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Bound t e -> r # gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Bound t e -> r # gmapQ :: (forall d. Data d => d -> u) -> Bound t e -> [u] # gmapQi :: Int -> (forall d. Data d => d -> u) -> Bound t e -> u # gmapM :: Monad m => (forall d. Data d => d -> m d) -> Bound t e -> m (Bound t e) # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Bound t e -> m (Bound t e) # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Bound t e -> m (Bound t e) # | |
(PPrint e, PPrint t) => Show (Bound t e) # | |
Generic (Bound t e) # | |
(Binary t, Binary e) => Binary (Bound t e) # | |
(PPrint e, PPrint t) => PPrint (Bound t e) # | |
Defined in Language.Haskell.Liquid.Types.Bounds pprintTidy :: Tidy -> Bound t e -> Doc # pprintPrec :: Int -> Tidy -> Bound t e -> Doc # | |
Hashable (Bound t e) # | |
Defined in Language.Haskell.Liquid.Types.Bounds | |
type Rep (Bound t e) # | |
Defined in Language.Haskell.Liquid.Types.Bounds type Rep (Bound t e) = D1 ('MetaData "Bound" "Language.Haskell.Liquid.Types.Bounds" "liquidhaskell-0.8.10.1-inplace" 'False) (C1 ('MetaCons "Bound" 'PrefixI 'True) ((S1 ('MetaSel ('Just "bname") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 LocSymbol) :*: S1 ('MetaSel ('Just "tyvars") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [t])) :*: (S1 ('MetaSel ('Just "bparams") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [(LocSymbol, t)]) :*: (S1 ('MetaSel ('Just "bargs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [(LocSymbol, t)]) :*: S1 ('MetaSel ('Just "bbody") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 e))))) |