Hoogle Search
Within LTS Haskell 24.28 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
freeList :: FrozenDictionary (ks :: Type -> Type) k (vs :: Type -> Type) v -> !Intvector-hashtables Data.Vector.Hashtables.Internal No documentation available.
-
vector-hashtables Data.Vector.Hashtables.Internal O(n) Convert list to a Dictionary.
-
vector-hashtables Data.Vector.Hashtables.Internal No documentation available.
-
vector-hashtables Data.Vector.Hashtables.Internal O(n) Convert Dictionary to a list.
-
xlsx Codec.Xlsx.Types.DataValidation No documentation available.
ValidationTypeList :: ListOrRangeExpression -> ValidationTypexlsx Codec.Xlsx.Types.DataValidation No documentation available.
maybePlainValidationList :: ValidationType -> Maybe ValidationListxlsx Codec.Xlsx.Types.DataValidation Attempt to obtain a plain list expression
readListFormulas :: Formula -> Maybe ListOrRangeExpressionxlsx Codec.Xlsx.Types.DataValidation No documentation available.
fromList :: List l => [a] -> l aList Data.List.Class Convert a list to a MonadPlus
> fromList [] :: Maybe Int Nothing > fromList [5] :: Maybe Int Just 5
runList :: List l => l a -> ItemM l (ListItem l a)List Data.List.Class No documentation available.