Hoogle Search

Within LTS Haskell 24.31 (ghc-9.10.3)

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

  1. maybeBrackets :: Bool -> Doc -> Doc

    liquid-fixpoint Text.PrettyPrint.HughesPJ.Compat

    Apply brackets to Doc if boolean is true.

  2. maybeDoubleQuotes :: Bool -> Doc -> Doc

    liquid-fixpoint Text.PrettyPrint.HughesPJ.Compat

    Apply doubleQuotes to Doc if boolean is true.

  3. maybeParens :: Bool -> Doc -> Doc

    liquid-fixpoint Text.PrettyPrint.HughesPJ.Compat

    Apply parens to Doc if boolean is true.

  4. maybeQuotes :: Bool -> Doc -> Doc

    liquid-fixpoint Text.PrettyPrint.HughesPJ.Compat

    Apply quotes to Doc if boolean is true.

  5. maybeAuxVar :: Symbol -> Maybe Var

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

    No documentation available.

  6. maybeReflectedLHName :: LHName -> Maybe Name

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

    No documentation available.

  7. 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

  8. maybeYield :: forall o (k :: Type -> Type) . Maybe o -> Plan k o ()

    machines Data.Machine.Plan

    Like yield, except stops if there is no value to yield.

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

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

    May generate declaration template.

  10. 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.

Page 58 of many | Previous | Next