Hoogle Search

Within LTS Haskell 24.35 (ghc-9.10.3)

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

  1. maybeDoubleQuotes :: Bool -> Doc -> Doc

    liquid-fixpoint Text.PrettyPrint.HughesPJ.Compat

    Apply doubleQuotes to Doc if boolean is true.

  2. maybeParens :: Bool -> Doc -> Doc

    liquid-fixpoint Text.PrettyPrint.HughesPJ.Compat

    Apply parens to Doc if boolean is true.

  3. maybeQuotes :: Bool -> Doc -> Doc

    liquid-fixpoint Text.PrettyPrint.HughesPJ.Compat

    Apply quotes to Doc if boolean is true.

  4. maybeAuxVar :: Symbol -> Maybe Var

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

    No documentation available.

  5. maybeReflectedLHName :: LHName -> Maybe Name

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

    No documentation available.

  6. maybeUnfoldingTemplate :: Unfolding -> Maybe CoreExpr

    liquidhaskell-boot Liquid.GHC.API

    Retrieves the template of an unfolding if possible maybeUnfoldingTemplate is used mainly when specialising, and we do want to specialise DFuns, so it's important to return a template for DFunUnfoldings

  7. maybeD :: (a -> Q [Dec]) -> Maybe a -> Q [Dec]

    names-th Language.Haskell.TH.Lib.Extra

    May generate declaration template.

  8. maybeOpenRxWindow :: Int -> FlowControlType -> RxFlow -> (RxFlow, Maybe Int)

    network-control Network.Control

    Record that we have consumed some received data May return a window update; see RxFlow for details.

  9. maybeMap :: forall a b p f . (Profunctor p, Functor f) => p (Map a b) (f (Map a b)) -> p (Maybe (Map a b)) (f (Maybe (Map a b)))

    pontarius-xmpp Network.Xmpp.IM.PresenceTracker

    No documentation available.

  10. maybeList :: [Maybe e] -> By6Bits e

    primitive-extras PrimitiveExtras.By6Bits

    No documentation available.

Page 58 of many | Previous | Next