Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

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

  1. unsafeFmap :: (a -> b) -> FingerTree v a -> FingerTree v b

    fingertree Data.FingerTree

    Like fmap, but safe only if the function preserves the measure.

  2. data IntervalMap v a

    fingertree Data.IntervalMap.FingerTree

    Map of closed intervals, possibly with duplicates.

  3. fmapNTreeA :: (b -> Maybe b) -> LA (NTree b) (NTree b)

    hxt Control.Arrow.NTreeEdit

    No documentation available.

  4. xpMap :: Ord k => String -> String -> PU k -> PU v -> PU (Map k v)

    hxt Text.XML.HXT.Arrow.Pickle

    Standard pickler for maps This pickler converts a map into a list of pairs. All key value pairs are mapped to an element with name (1.arg), the key is encoded as an attribute named by the 2. argument, the 3. arg is the pickler for the keys, the last one for the values

  5. xpMap :: Ord k => String -> String -> PU k -> PU v -> PU (Map k v)

    hxt Text.XML.HXT.Arrow.Pickle.Xml

    Standard pickler for maps This pickler converts a map into a list of pairs. All key value pairs are mapped to an element with name (1.arg), the key is encoded as an attribute named by the 2. argument, the 3. arg is the pickler for the keys, the last one for the values

  6. concatMapT :: (a -> [[b]]) -> [[a]] -> [[b]]

    leancheck Test.LeanCheck

    concatMap over tiers

    concatMapT f [ [x0, y0, z0]
    , [x1, y1, z1]
    , [x2, y2, z2]
    , ...
    ]
    =  f x0 \/ f y0 \/ f z0 \/ ...
    \/ delay (f x1 \/ f y1 \/ f z1 \/ ...
    \/ delay (f x2 \/ f y2 \/ f z2 \/ ...
    \/ (delay ...)))
    
    (cf. concatT)

  7. concatMapT :: (a -> [[b]]) -> [[a]] -> [[b]]

    leancheck Test.LeanCheck.Core

    concatMap over tiers

    concatMapT f [ [x0, y0, z0]
    , [x1, y1, z1]
    , [x2, y2, z2]
    , ...
    ]
    =  f x0 \/ f y0 \/ f z0 \/ ...
    \/ delay (f x1 \/ f y1 \/ f z1 \/ ...
    \/ delay (f x2 \/ f y2 \/ f z2 \/ ...
    \/ (delay ...)))
    
    (cf. concatT)

  8. concatMapT :: (a -> [[b]]) -> [[a]] -> [[b]]

    leancheck Test.LeanCheck.Error

    concatMap over tiers

    concatMapT f [ [x0, y0, z0]
    , [x1, y1, z1]
    , [x2, y2, z2]
    , ...
    ]
    =  f x0 \/ f y0 \/ f z0 \/ ...
    \/ delay (f x1 \/ f y1 \/ f z1 \/ ...
    \/ delay (f x2 \/ f y2 \/ f z2 \/ ...
    \/ (delay ...)))
    
    (cf. concatT)

  9. imapMProp :: (IsList c, IsList d, Eq d, Show d, Show b, Item c ~ a, Item d ~ b, Arbitrary c, Arbitrary b, Show c, Show a, CoArbitrary a, Function a) => Proxy a -> Proxy b -> (forall s . () => (Int -> a -> ST s b) -> c -> ST s d) -> Property

    quickcheck-classes-base Test.QuickCheck.Classes.Base.IsList

    No documentation available.

  10. imapProp :: (IsList c, IsList d, Eq d, Show d, Show b, Item c ~ a, Item d ~ b, Arbitrary c, Arbitrary b, Show c, Show a, CoArbitrary a, Function a) => Proxy a -> Proxy b -> ((Int -> a -> b) -> c -> d) -> Property

    quickcheck-classes-base Test.QuickCheck.Classes.Base.IsList

    No documentation available.

Page 505 of many | Previous | Next