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. pprBooleanFormula :: (Rational -> a -> SDoc) -> Rational -> BooleanFormula a -> SDoc

    ghc GHC.Data.BooleanFormula

    No documentation available.

  2. pprBooleanFormulaNice :: Outputable a => BooleanFormula a -> SDoc

    ghc GHC.Data.BooleanFormula

    No documentation available.

  3. bidirectionalFormatChars :: [(Char, String)]

    ghc GHC.Data.StringBuffer

    No documentation available.

  4. containsBidirectionalFormatChar :: StringBuffer -> Bool

    ghc GHC.Data.StringBuffer

    Returns true if the buffer contains Unicode bi-directional formatting characters. https://www.unicode.org/reports/tr9/#Bidirectional_Character_Types Bidirectional format characters are one of 'x202a' : "U+202A LEFT-TO-RIGHT EMBEDDING (LRE)" 'x202b' : "U+202B RIGHT-TO-LEFT EMBEDDING (RLE)" 'x202c' : "U+202C POP DIRECTIONAL FORMATTING (PDF)" 'x202d' : "U+202D LEFT-TO-RIGHT OVERRIDE (LRO)" 'x202e' : "U+202E RIGHT-TO-LEFT OVERRIDE (RLO)" 'x2066' : "U+2066 LEFT-TO-RIGHT ISOLATE (LRI)" 'x2067' : "U+2067 RIGHT-TO-LEFT ISOLATE (RLI)" 'x2068' : "U+2068 FIRST STRONG ISOLATE (FSI)" 'x2069' : "U+2069 POP DIRECTIONAL ISOLATE (PDI)" This list is encoded in bidirectionalFormatChars

  5. backendForcesOptimization0 :: Backend -> Bool

    ghc GHC.Driver.Backend

    If this flag is set, then the driver forces the optimization level to 0, issuing a warning message if the command line requested a higher optimization level.

  6. backendGeneratesCodeForHsBoot :: Backend -> Bool

    ghc GHC.Driver.Backend

    No documentation available.

  7. backendNeedsPlatformNcgSupport :: Backend -> Bool

    ghc GHC.Driver.Backend

    This flag tells the compiler driver that the back end does not support every target platform; it supports only platforms that claim NCG support. (It's set only for the native code generator.) Crufty. If the driver tries to use the native code generator without platform support, the driver fails over to the LLVM back end.

  8. platformDefaultBackend :: Platform -> Backend

    ghc GHC.Driver.Backend

    No documentation available.

  9. platformNcgSupported :: Platform -> Bool

    ghc GHC.Driver.Backend

    Is the platform supported by the Native Code Generator?

  10. outputForeignStubs :: Logger -> TmpFs -> DynFlags -> UnitState -> Module -> ModLocation -> ForeignStubs -> IO (Bool, Maybe FilePath)

    ghc GHC.Driver.CodeOutput

    No documentation available.

Page 450 of many | Previous | Next