Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. maybeMigrateToExceptState :: (Typeable state, Typeable state') => ExceptState state e -> state' -> Maybe (ExceptState state e)

    essence-of-live-coding LiveCoding.Migrate.Cell

    No documentation available.

  2. maybeMigrateToPair :: (Typeable a, Typeable b, Typeable c) => (t a b -> a) -> (t a b -> b) -> (a -> b -> t a b) -> t a b -> c -> Maybe (t a b)

    essence-of-live-coding LiveCoding.Migrate.Cell

    Builds the migration function for a pair, or product type, such as tuples, but customisable to your own products. You need to pass it the equivalents of fst, snd, and (,). Tries to migrate the value into the first element, then into the second.

  3. maybeMigrateFromDebugging :: (Typeable state', Typeable state) => Debugging dbgState state -> Maybe state'

    essence-of-live-coding LiveCoding.Migrate.Debugger

    No documentation available.

  4. maybeMigrateToDebugging :: (Typeable state', Typeable state) => Debugging dbgState state -> state' -> Maybe (Debugging dbgState state)

    essence-of-live-coding LiveCoding.Migrate.Debugger

    No documentation available.

  5. maybeMigrateFromState :: (Typeable stateInternal', Typeable stateInternal) => State stateT stateInternal -> Maybe stateInternal'

    essence-of-live-coding LiveCoding.Migrate.Monad.Trans

    No documentation available.

  6. maybeMigrateToState :: (Typeable stateInternal', Typeable stateInternal) => State stateT stateInternal -> stateInternal' -> Maybe (State stateT stateInternal)

    essence-of-live-coding LiveCoding.Migrate.Monad.Trans

    No documentation available.

  7. maybeTyConKey :: Unique

    ghc-lib-parser GHC.Builtin.Names

    No documentation available.

  8. maybeTyCon :: TyCon

    ghc-lib-parser GHC.Builtin.Types

    No documentation available.

  9. maybeTyConName :: Name

    ghc-lib-parser GHC.Builtin.Types

    No documentation available.

  10. maybeLocalBlockLabel :: CLabel -> Maybe BlockId

    ghc-lib-parser GHC.Cmm.CLabel

    If a label is a local block label then return just its BlockId, otherwise Nothing.

Page 46 of many | Previous | Next