Hoogle Search
Within LTS Haskell 24.34 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
isProperSubsetOf :: Ord r => IntervalSet r -> IntervalSet r -> Booldata-interval Data.IntervalSet Is this a proper subset? (i.e. a subset but not equal).
isSubsetOf :: Ord r => IntervalSet r -> IntervalSet r -> Booldata-interval Data.IntervalSet Is this a subset? (is1 `isSubsetOf` is2) tells whether is1 is a subset of is2.
du_charset :: DataUrl -> !Maybe Textdataurl Web.DataUrl No documentation available.
module Data.Type.Universe.
Subset Represent a decidable subset of a type-level collection.
data
Subset (f :: Type -> Type) (a :: k ~> Type) (b :: TyFun f k Type)decidable Data.Type.Universe.Subset A Subset f p is a predicate that some decidable subset of an input as is true.
newtype
WitSubset (f :: Type -> Type) (p :: k ~> Type) (as :: f k)decidable Data.Type.Universe.Subset A WitSubset f p as describes a decidable subset of type-level collection as.
-
decidable Data.Type.Universe.Subset No documentation available.
-
decidable Data.Type.Universe.Subset Combine two subsets based on a decision function
-
decidable Data.Type.Universe.Subset Create a Subset from a predicate.
-
decidable Data.Type.Universe.Subset Combine two subsets based on a decision function