Hoogle Search

Within LTS Haskell 24.35 (ghc-9.10.3)

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

  1. 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.

  2. 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.

  3. 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.

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

    core-data Core.Data.Structures

    No documentation available.

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

    core-data Core.Data.Structures

    No documentation available.

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

    core-data Core.Data.Structures

    Construct a collection comprising only the supplied element.

  7. unSet :: Set ε -> HashSet ε

    core-data Core.Data.Structures

    No documentation available.

  8. CqlSet :: [Value] -> Value

    cql Database.CQL.Protocol

    No documentation available.

  9. fromSet :: Set a -> [a]

    cql Database.CQL.Protocol

    No documentation available.

  10. isSet :: Flags -> Flags -> Bool

    cql Database.CQL.Protocol

    Check if a particular flag is present.

Page 151 of many | Previous | Next