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.

  1. selectDefaultWordlist :: ProcessType r => r

    shell-conduit Data.Conduit.Shell.PATH

    No documentation available.

  2. updateDefaultWordlist :: ProcessType r => r

    shell-conduit Data.Conduit.Shell.PATH

    No documentation available.

  3. verifyUselistorder14 :: ProcessType r => r

    shell-conduit Data.Conduit.Shell.PATH

    No documentation available.

  4. verifyUselistorder15 :: ProcessType r => r

    shell-conduit Data.Conduit.Shell.PATH

    No documentation available.

  5. wordListCompress :: ProcessType r => r

    shell-conduit Data.Conduit.Shell.PATH

    No documentation available.

  6. fromList :: forall (f :: Type -> Type) (n :: Nat) a . (CFreeMonoid f, Dom f a) => SNat n -> [a] -> Maybe (Sized f n a)

    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)

  7. fromList' :: forall (f :: Type -> Type) (n :: Nat) a . (Dom f a, CFreeMonoid f, KnownNat n) => [a] -> Maybe (Sized f n a)

    sized Data.Sized

    fromList with the result length inferred. Since 0.7.0.0

  8. fromListWithDefault :: forall (f :: Type -> Type) (n :: Nat) a . (Dom f a, CFreeMonoid f) => SNat n -> a -> [a] -> Sized f n a

    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)

  9. fromListWithDefault' :: forall (f :: Type -> Type) (n :: Nat) a . (KnownNat n, CFreeMonoid f, Dom f a) => a -> [a] -> Sized f n a

    sized Data.Sized

    fromListWithDefault with the result length inferred. Since 0.7.0.0

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

Page 222 of many | Previous | Next