Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

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

  1. mapValueExpr :: (e -> e') -> Expr n v e -> Expr n v e'

    egison-pattern-src Language.Egison.Syntax.Pattern.Combinator

    Map over e in Expr n v e.

  2. mapVarName :: (v -> v') -> Expr n v e -> Expr n v' e

    egison-pattern-src Language.Egison.Syntax.Pattern.Combinator

    Map over v in Expr n v e.

  3. mapBoth :: (a -> c) -> (b -> d) -> Either a b -> Either c d

    either-unwrap Data.Either.Unwrap

    The mapBoth function takes two functions and applies the first if iff the value takes the form 'Left _' and the second if the value takes the form 'Right _'.

  4. mapLeft :: (a -> c) -> Either a b -> Either c b

    either-unwrap Data.Either.Unwrap

    The mapLeft function takes a function and applies it to an Either value iff the value takes the form 'Left _'.

  5. mapRight :: (b -> c) -> Either a b -> Either a c

    either-unwrap Data.Either.Unwrap

    The mapLeft function takes a function and applies it to an Either value iff the value takes the form 'Left _'.

  6. mapOnJump :: OpcodeMapper (m :: Type -> Type) a b -> a -> m (Opcode' b)

    evm-opcodes EVM.Opcode.Traversal

    No documentation available.

  7. mapOnJumpdest :: OpcodeMapper (m :: Type -> Type) a b -> a -> m (Opcode' b)

    evm-opcodes EVM.Opcode.Traversal

    No documentation available.

  8. mapOnJumpi :: OpcodeMapper (m :: Type -> Type) a b -> a -> m (Opcode' b)

    evm-opcodes EVM.Opcode.Traversal

    No documentation available.

  9. mapOnOther :: OpcodeMapper (m :: Type -> Type) a b -> Opcode' a -> m (Maybe (Opcode' b))

    evm-opcodes EVM.Opcode.Traversal

    No documentation available.

  10. mapOpcodeM :: Monad m => OpcodeMapper m a b -> Opcode' a -> m (Opcode' b)

    evm-opcodes EVM.Opcode.Traversal

    Given an OpcodeMapper and an Opcode' a, produce m (Opcode' b).

Page 332 of many | Previous | Next