Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. BitSetWord8 :: Word64 -> Word64 -> Word64 -> Word64 -> BitSetWord8

    bitset-word8 Data.BitSetWord8.Internal

    No documentation available.

  2. toWord8Set :: [Char] -> Set Word8

    bitset-word8 Data.BitSetWord8.Internal

    Convert given list of Char into Set of Word8. Any Char having code point greater than 0xff is ignored.

  3. chaseType :: forall a proxy (m :: Type -> Type) . Data a => proxy a -> ((Maybe (Alias m), Ix) -> AMap m -> AMap m) -> State (DataDef m) (Either Aliased Ix, ((Nat, Integer), Maybe Int))

    boltzmann-samplers Boltzmann.Data.Oracle

    No documentation available.

  4. traverseType :: forall a proxy (m :: Type -> Type) . Data a => proxy a -> Ix -> State (DataDef m) (Either Aliased Ix, ((Nat, Integer), Maybe Int))

    boltzmann-samplers Boltzmann.Data.Oracle

    Traversal of the definition of a datatype.

  5. traverseType' :: forall a proxy (m :: Type -> Type) . Data a => proxy a -> DataType -> State (DataDef m) ([(Integer, Constr, [(Maybe Aliased, C)])], ((Nat, Integer), Maybe Int))

    boltzmann-samplers Boltzmann.Data.Oracle

    No documentation available.

  6. emptySet :: Key ε => Set ε

    core-data Core.Data.Structures

    An empty collection. This is used for example as an inital value when building up a Set using a fold.

  7. fromSet :: Collection α => Set (E α) -> α

    core-data Core.Data.Structures

    No documentation available.

  8. intoSet :: Collection α => α -> Set (E α)

    core-data Core.Data.Structures

    No documentation available.

  9. singletonSet :: Key ε => ε -> Set ε

    core-data Core.Data.Structures

    Construct a collection comprising only the supplied element.

  10. unSet :: Set ε -> HashSet ε

    core-data Core.Data.Structures

    No documentation available.

Page 150 of many | Previous | Next