Safe Haskell | None |
---|---|
Language | Haskell98 |
Language.Haskell.Liquid.Types.Bounds
Documentation
Constructors
Bound | |
Instances
Bifunctor Bound Source # | |||||
Functor (Bound t) Source # | |||||
Foldable (Bound t) Source # | |||||
Defined in Language.Haskell.Liquid.Types.Bounds Methods fold :: Monoid m => Bound t m -> m # foldMap :: Monoid m => (a -> m) -> Bound t a -> m # foldMap' :: Monoid m => (a -> m) -> Bound t a -> m # foldr :: (a -> b -> b) -> b -> Bound t a -> b # foldr' :: (a -> b -> b) -> b -> Bound t a -> b # foldl :: (b -> a -> b) -> b -> Bound t a -> b # foldl' :: (b -> a -> b) -> b -> Bound t a -> b # foldr1 :: (a -> a -> a) -> Bound t a -> a # foldl1 :: (a -> a -> a) -> Bound t a -> a # elem :: Eq a => a -> Bound t a -> Bool # maximum :: Ord a => Bound t a -> a # minimum :: Ord a => Bound t a -> a # | |||||
Traversable (Bound t) Source # | |||||
Defined in Language.Haskell.Liquid.Types.Bounds | |||||
(Binary t, Binary e) => Binary (Bound t e) Source # | |||||
(Data t, Data e) => Data (Bound t e) Source # | |||||
Defined in Language.Haskell.Liquid.Types.Bounds Methods 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) # | |||||
Generic (Bound t e) Source # | |||||
Defined in Language.Haskell.Liquid.Types.Bounds Associated Types
| |||||
(PPrint e, PPrint t) => Show (Bound t e) Source # | |||||
Eq (Bound t e) Source # | |||||
Hashable (Bound t e) Source # | |||||
Defined in Language.Haskell.Liquid.Types.Bounds | |||||
(PPrint e, PPrint t) => PPrint (Bound t e) Source # | |||||
Defined in Language.Haskell.Liquid.Types.Bounds | |||||
type Rep (Bound t e) Source # | |||||
Defined in Language.Haskell.Liquid.Types.Bounds type Rep (Bound t e) = D1 ('MetaData "Bound" "Language.Haskell.Liquid.Types.Bounds" "liquidhaskell-boot-0.9.10.1.2-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))))) |
makeBound :: (PPrint r, UReftable r, SubsTy RTyVar (RType RTyCon RTyVar ()) r) => RRBound RSort -> [RRType r] -> [Symbol] -> RRType r -> RRType r Source #
emapBoundM :: Monad m => ([Symbol] -> t0 -> m t1) -> ([Symbol] -> e0 -> m e1) -> Bound t0 e0 -> m (Bound t1 e1) Source #
mapBoundTy :: (t0 -> t1) -> Bound t0 e -> Bound t1 e Source #