Hoogle Search

Within LTS Haskell 24.60 (ghc-9.10.3)

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

  1. listToLengthR :: ListToLengthR n => [a] -> Either (RangeR 0 (n - 1) a) (LengthR n a, [a])

    ranged-list Data.List.Length

    To take a lengthed list from a list. If an original list has not enough elements, then it return a left value.

    >>> :set -XTypeApplications -XDataKinds
    
    >>> listToLengthR @4 "Hi!"
    Left (((NilR :++ '!') :++ 'i') :++ 'H')
    
    >>> listToLengthR @4 "Hello!"
    Right ((((NilR :+ 'l') :+ 'l') :+ 'e') :+ 'H',"o!")
    

  2. listOfDecoder :: Typeable a => Decoder a -> Decoder [a]

    registry-aeson Data.Registry.Aeson.Decoder

    No documentation available.

  3. listOfEncoder :: Encoder a -> Encoder [a]

    registry-aeson Data.Registry.Aeson.Encoder

    No documentation available.

  4. listRg :: Rg rg => rg -> [Int] -> [rg]

    rg Data.Rg

    list given items in the enumeration, stopping as soon as an index is out of range

  5. listres :: ProcessType r => r

    shell-conduit Data.Conduit.Shell

    No documentation available.

  6. listres :: ProcessType r => r

    shell-conduit Data.Conduit.Shell.PATH

    No documentation available.

  7. listFnApp :: ListFnApply a

    swish Swish.Datatype

    altArgs support for list functions: function applicator

  8. list' :: b -> (NonEmpty a -> b) -> [a] -> b

    tools-yj Data.List.ToolsYj

    No documentation available.

  9. listToTuple4 :: [a] -> (a, a, a, a)

    tools-yj Data.List.ToolsYj

    No documentation available.

  10. listRepo :: (MonadIO m, Repo r) => r -> m [FilePath]

    vcs-ignore Data.VCS.Ignore

    Resursively lists all non-ignored paths withing the given repository (both files and directories).

Page 30 of many | Previous | Next