Hoogle Search

Within LTS Haskell 24.36 (ghc-9.10.3)

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

  1. freeList :: FrozenDictionary (ks :: Type -> Type) k (vs :: Type -> Type) v -> !Int

    vector-hashtables Data.Vector.Hashtables

    No documentation available.

  2. fromList :: forall (ks :: Type -> Type -> Type) k (vs :: Type -> Type -> Type) v m . (MVector ks k, MVector vs v, PrimMonad m, Hashable k, Eq k) => [(k, v)] -> m (Dictionary (PrimState m) ks k vs v)

    vector-hashtables Data.Vector.Hashtables

    O(n) Convert list to a Dictionary.

  3. toList :: forall (ks :: Type -> Type -> Type) k (vs :: Type -> Type -> Type) v m . (MVector ks k, MVector vs v, PrimMonad m, Hashable k, Eq k) => Dictionary (PrimState m) ks k vs v -> m [(k, v)]

    vector-hashtables Data.Vector.Hashtables

    O(n) Convert Dictionary to a list.

  4. freeList :: FrozenDictionary (ks :: Type -> Type) k (vs :: Type -> Type) v -> !Int

    vector-hashtables Data.Vector.Hashtables.Internal

    No documentation available.

  5. fromList :: forall (ks :: Type -> Type -> Type) k (vs :: Type -> Type -> Type) v m . (MVector ks k, MVector vs v, PrimMonad m, Hashable k, Eq k) => [(k, v)] -> m (Dictionary (PrimState m) ks k vs v)

    vector-hashtables Data.Vector.Hashtables.Internal

    O(n) Convert list to a Dictionary.

  6. getFreeList :: Int

    vector-hashtables Data.Vector.Hashtables.Internal

    No documentation available.

  7. toList :: forall (ks :: Type -> Type -> Type) k (vs :: Type -> Type -> Type) v m . (MVector ks k, MVector vs v, PrimMonad m, Hashable k, Eq k) => Dictionary (PrimState m) ks k vs v -> m [(k, v)]

    vector-hashtables Data.Vector.Hashtables.Internal

    O(n) Convert Dictionary to a list.

  8. type ValidationList = [Text]

    xlsx Codec.Xlsx.Types.DataValidation

    No documentation available.

  9. ValidationTypeList :: ListOrRangeExpression -> ValidationType

    xlsx Codec.Xlsx.Types.DataValidation

    No documentation available.

  10. maybePlainValidationList :: ValidationType -> Maybe ValidationList

    xlsx Codec.Xlsx.Types.DataValidation

    Attempt to obtain a plain list expression

Page 154 of many | Previous | Next