Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

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

  1. showStrippedMaybe :: Show a => Either a JSAST -> String

    language-javascript Language.JavaScript.Parser.Parser

    No documentation available.

  2. firstMaybe :: (a -> Maybe b) -> [a] -> Maybe b

    liquid-fixpoint Language.Fixpoint.Misc

    No documentation available.

  3. exprSortMaybe :: Expr -> Maybe Sort

    liquid-fixpoint Language.Fixpoint.SortCheck

    No documentation available.

  4. failMaybe :: Env -> ModName -> Either e r -> Either e (Maybe r)

    liquidhaskell-boot Language.Haskell.Liquid.Bare.Types

    Handling failed resolution

  5. synTyConRhs_maybe :: TyCon -> Maybe Type

    liquidhaskell-boot Language.Haskell.Liquid.GHC.Misc

    No documentation available.

  6. zipMaybe :: [a] -> [b] -> Maybe [(a, b)]

    liquidhaskell-boot Language.Haskell.Liquid.Misc

    No documentation available.

  7. bndrIsJoin_maybe :: OutputableBndr a => a -> JoinPointHood

    liquidhaskell-boot Liquid.GHC.API

    No documentation available.

  8. dataConWrapId_maybe :: DataCon -> Maybe Id

    liquidhaskell-boot Liquid.GHC.API

    Get the Id of the DataCon wrapper: a function that wraps the "actual" constructor so it has the type visible in the source program: c.f. dataConWorkId. Returns Nothing if there is no wrapper, which occurs for an algebraic data constructor and also for a newtype (whose constructor is inlined compulsorily)

  9. getClassPredTys_maybe :: PredType -> Maybe (Class, [Type])

    liquidhaskell-boot Liquid.GHC.API

    No documentation available.

  10. isClassOpId_maybe :: Id -> Maybe Class

    liquidhaskell-boot Liquid.GHC.API

    No documentation available.

Page 245 of many | Previous | Next