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.

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

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

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

    core-data Core.Data.Structures

    No documentation available.

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

    core-data Core.Data.Structures

    No documentation available.

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

    core-data Core.Data.Structures

    Construct a collection comprising only the supplied element.

  6. unSet :: Set ε -> HashSet ε

    core-data Core.Data.Structures

    No documentation available.

  7. CqlSet :: [Value] -> Value

    cql Database.CQL.Protocol

    No documentation available.

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

    cql Database.CQL.Protocol

    No documentation available.

  9. isSet :: Flags -> Flags -> Bool

    cql Database.CQL.Protocol

    Check if a particular flag is present.

  10. CqlSet :: [Value] -> Value

    cql Database.CQL.Protocol.Internal

    No documentation available.

Page 151 of many | Previous | Next