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.
selectDefaultWordlist :: ProcessType r => rshell-conduit Data.Conduit.Shell.PATH No documentation available.
updateDefaultWordlist :: ProcessType r => rshell-conduit Data.Conduit.Shell.PATH No documentation available.
verifyUselistorder14 :: ProcessType r => rshell-conduit Data.Conduit.Shell.PATH No documentation available.
verifyUselistorder15 :: ProcessType r => rshell-conduit Data.Conduit.Shell.PATH No documentation available.
wordListCompress :: ProcessType r => rshell-conduit Data.Conduit.Shell.PATH No documentation available.
-
sized Data.Sized If the given list is shorter than n, then returns Nothing Otherwise returns Sized f n a consisting of initial n element of given list. Since 0.7.0.0 (type changed)
-
sized Data.Sized fromList with the result length inferred. Since 0.7.0.0
-
sized Data.Sized Construct a Sized f n a by padding default value if the given list is short. Since 0.5.0.0 (type changed)
-
sized Data.Sized fromListWithDefault with the result length inferred. Since 0.7.0.0
toList :: forall (f :: Type -> Type) (n :: Nat) a . (CFoldable f, Dom f a) => Sized f n a -> [a]sized Data.Sized Convert to list. Since 0.7.0.0