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.
type family
LookupList (keys :: [Factor Type]) (map :: LCSU Type) :: [Factor Type]units Data.Metrology.Internal No documentation available.
type family
NegList (a :: [Factor Type]) :: [Factor Type]units Data.Metrology.Internal negate a list of Factors
onSublist :: (Vector v a, Eq a) => v a -> Splitter v avector-split Data.Vector.Split.Internal A splitting strategy that splits on the given list, when it is encountered as an exact subsequence. For example:
>>> split (onSublist (BV.fromList "xyz")) (BV.fromList "aazbxyzcxd") ["aazb","xyz","cxd"]
Note that splitting on the empty list is not allowed in `vector-split`. This is a major difference between split and `vector-split`. In any case nobody should use `vector-split` to do this anyway.fromList :: forall (m :: Type -> Type) a . Monad m => [a] -> Stream m avector-stream Data.Stream.Monadic Convert a list to a Stream
fromListN :: forall (m :: Type -> Type) a . Monad m => Int -> [a] -> Stream m avector-stream Data.Stream.Monadic Convert the first n elements of a list to a Bundle
toList :: Monad m => Stream m a -> m [a]vector-stream Data.Stream.Monadic Convert a Stream to a list
-
witness Data.Type.Witness.General.ListElement No documentation available.
-
witness Data.Type.Witness.General.ListElement No documentation available.
splitSomeOfList :: forall (w :: Type -> Type) . TestEquality w => [SomeOf w] -> AllFor [] wwitness Data.Type.Witness.Specific.All No documentation available.
-
witness Data.Type.Witness.Specific.Concat No documentation available.