Hoogle Search
Within LTS Haskell 24.41 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
overrideWith :: Bool -> OverridingBool -> Boolghc GHC.Data.Bool No documentation available.
nodeId :: Node k cls color -> kghc GHC.Data.Graph.Base A unique identifier for this node.
-
ghc GHC.Data.Graph.Ops validate the internal structure of a graph all its edges should point to valid nodes If they don't then throw an error
bidirectionalFormatChars :: [(Char, String)]ghc GHC.Data.StringBuffer No documentation available.
containsBidirectionalFormatChar :: StringBuffer -> Boolghc 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
backendSimdValidity :: Backend -> Validity' Stringghc GHC.Driver.Backend When this value is IsValid, the back end is compatible with vector instructions. When it is NotValid, it carries a message that is shown to users.
backendValidityOfCExport :: Backend -> Validity' [Backend]ghc GHC.Driver.Backend When foreign C import or export is invalid, the carried value enumerates the valid back ends.
backendValidityOfCImport :: Backend -> Validity' [Backend]ghc GHC.Driver.Backend When foreign C import or export is invalid, the carried value enumerates the valid back ends.
-
ghc GHC.Driver.Backpack.Syntax No documentation available.
HsComponentId :: PackageName -> UnitId -> HsComponentIdghc GHC.Driver.Backpack.Syntax No documentation available.