Hoogle Search
Within LTS Haskell 24.6 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
ghc GHC.Types.Fixity No documentation available.
-
ghc GHC.Types.Fixity Captures the fixity of declarations as they are parsed. This is not necessarily the same as the fixity declaration, as the normal fixity may be overridden using parens or backticks.
-
ghc GHC.Types.Fixity No documentation available.
compareFixity :: Fixity -> Fixity -> (Bool, Bool)ghc GHC.Types.Fixity No documentation available.
-
ghc GHC.Types.Fixity No documentation available.
-
ghc GHC.Types.Fixity No documentation available.
-
ghc GHC.Types.Fixity No documentation available.
-
ghc GHC.Types.Fixity.Env Fixity information for an Name. We keep the OccName in the range so that we can generate an interface from it
FixItem :: OccName -> Fixity -> FixItemghc GHC.Types.Fixity.Env No documentation available.
type
FixityEnv = NameEnv FixItemghc GHC.Types.Fixity.Env Fixity environment mapping names to their fixities