Hoogle Search
Within LTS Haskell 24.3 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
No documentation available.
-
A list diff.
-
No documentation available.
-
No documentation available.
class (MonadPlus l, Monad ItemM l) =>
List (l :: Type -> Type)List Data.List.Class A class for list types. Every list has an underlying monad.
-
bytestring-conversion Data.ByteString.Conversion Newtype wrapper to parse and produce a comma separated list of values.
-
bytestring-conversion Data.ByteString.Conversion No documentation available.
-
A collection of list utilities, useful when working with symbolic lists. To the extent possible, the functions in this module follow those of Data.List so importing qualified is the recommended workflow. Also, it is recommended you use the OverloadedLists extension to allow literal lists to be used as symbolic-lists.
-
Collection of type families on type lists. This module differs from Data.Singletons.Prelude.List because works with [*] and relies on GHC's type equality (~). The rest of required operations like Reverse or (:++:) you could find in singletons
module Data.Type.Witness.Specific.List.
List No documentation available.