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. mapLeftOn :: forall x y (xs :: [Type]) (ys :: [Type]) a . Mappable x y xs ys => (x -> y) -> VEither xs a -> VEither ys a

    vary Vary.VEither

    Map a function over one of the error values inside the VEither. Any other VLeft and also VRight are kept untouched. Similar to Vary.mapOn.

  2. mapRight :: forall x y (errs :: [Type]) . (x -> y) -> VEither errs x -> VEither errs y

    vary Vary.VEither

    Map a function over the VEither if it contains a VRight, otherwise leave it alone. Exists for symmetry with VEither.mapLeft and VEither.mapLeftOn. Indeed, it is just another name for fmap. See also VEither.veither.

  3. mapOutput :: forall (m :: Type -> Type) a b t c . Monad m => VarT m a (b -> t) -> SplineT a b m c -> SplineT a t m c

    varying Control.Varying.Spline

    Map the output value of a spline.

    >>> :{
    let s = mapOutput (pure show) $ step 1 >> step 2 >> step 3
    in testVarOver (outputStream s "") [(),(),()]
    
    >>> :}
    "1"
    "2"
    "3"
    

  4. mapWithVec :: VecEach s t a b => (forall (n :: Nat) . SNatI n => Vec n a -> Vec n b) -> s -> t

    vec Data.Vec.Lazy

    No documentation available.

  5. mapWithVec :: VecEach s t a b => (forall (n :: Nat) . SNatI n => Vec n a -> Vec n b) -> s -> t

    vec Data.Vec.Lazy.Inline

    No documentation available.

  6. mapG :: (GrpFunctor f, Eq b, Group b) => (a -> b) -> f a -> f b

    vessel Tutorial

    No documentation available.

  7. mapHasher :: MapType -> !StorageHasher

    web3-polkadot Network.Polkadot.Metadata.V10

    No documentation available.

  8. mapKey :: MapType -> !Type

    web3-polkadot Network.Polkadot.Metadata.V10

    No documentation available.

  9. mapLinked :: MapType -> !Bool

    web3-polkadot Network.Polkadot.Metadata.V10

    No documentation available.

  10. mapValue :: MapType -> !Type

    web3-polkadot Network.Polkadot.Metadata.V10

    No documentation available.

Page 326 of many | Previous | Next