Home
last modified time | relevance | path

Searched refs:FixityEnv (Results 1 – 25 of 25) sorted by relevance

/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/retrie-0.1.1.1/Retrie/
H A DFixity.hs8 ( FixityEnv
20 newtype FixityEnv = FixityEnv constructor
23 instance Semigroup FixityEnv where
27 instance Monoid FixityEnv where
30 mappend (FixityEnv e1) (FixityEnv e2) = FixityEnv (plusFsEnv e1 e2)
32 lookupOp :: LHsExpr GhcPs -> FixityEnv -> Fixity
37 lookupOpRdrName (L _ n) (FixityEnv env) =
41 mkFixityEnv = FixityEnv . mkFsEnv
43 extendFixityEnv :: [(FastString, Fixity)] -> FixityEnv -> FixityEnv
44 extendFixityEnv l (FixityEnv env) =
[all …]
H A DExactPrint.hs84 fix :: (Data ast, Monad m) => FixityEnv -> ast -> TransformT m ast
100 => FixityEnv
122 fixOnePat :: Monad m => FixityEnv -> LPat GhcPs -> TransformT m (LPat GhcPs)
217 parseContent :: FixityEnv -> FilePath -> String -> IO AnnotatedModule
398 debugParse :: FixityEnv -> String -> IO ()
H A DDebug.hs32 doRoundtrips :: FixityEnv -> FilePath -> [RoundTrip] -> IO ()
H A DOptions.hs61 parseOptions :: FixityEnv -> IO Options
95 , fixityEnv :: FixityEnv
143 getOptionsParser :: FixityEnv -> IO (Parser ProtoOptions)
H A DRewrites.hs56 -> FixityEnv
101 parseAdhocs :: FixityEnv -> [String] -> IO [Rewrite Universe]
H A DQuery.hs31 :: FixityEnv
H A DMonad.hs76 type RetrieComp = RWST FixityEnv Change (CPP AnnotatedModule) IO
137 :: FixityEnv
H A DContext.hs145 emptyContext :: FixityEnv -> Rewriter -> Rewriter -> Context
H A DTypes.hs72 , ctxtFixityEnv :: FixityEnv
H A DExpr.hs304 precedence :: FixityEnv -> HsExpr GhcPs -> Maybe Fixity
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Types/Fixity/
H A DEnv.hs2 ( FixityEnv
20 type FixityEnv = NameEnv FixItem function
29 emptyFixityEnv :: FixityEnv
32 lookupFixity :: FixityEnv -> Name -> Fixity
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Runtime/
H A DContext.hs230 ic_fix_env :: FixityEnv,
308 -> FixityEnv
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/retrie-0.1.1.1/hse/
H A DFixity.hs28 defaultFixityEnv :: FixityEnv
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Unit/Module/
H A DModGuts.hs56 mg_fix_env :: !FixityEnv, -- ^ Fixities declared in this module.
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-8.10.7.20210828/compiler/main/
H A DHscTypes.hs97 FixityEnv, FixItem(..), lookupFixity, emptyFixityEnv,
1400 mg_fix_env :: !FixityEnv, -- ^ Fixities declared in this module.
1691 ic_fix_env :: FixityEnv,
1763 -> FixityEnv
2410 type FixityEnv = NameEnv FixItem function
2419 emptyFixityEnv :: FixityEnv
2422 lookupFixity :: FixityEnv -> Name -> Fixity
/dports/lang/ghc/ghc-8.10.7/compiler/main/
H A DHscTypes.hs97 FixityEnv, FixItem(..), lookupFixity, emptyFixityEnv,
1400 mg_fix_env :: !FixityEnv, -- ^ Fixities declared in this module.
1691 ic_fix_env :: FixityEnv,
1763 -> FixityEnv
2410 type FixityEnv = NameEnv FixItem function
2419 emptyFixityEnv :: FixityEnv
2422 lookupFixity :: FixityEnv -> Name -> Fixity
H A DHscMain.hs1609 hscStmt :: HscEnv -> String -> IO (Maybe ([Id], ForeignHValue, FixityEnv))
1622 , FixityEnv))
1637 , FixityEnv))
H A DInteractiveEval.hs162 updateFixityEnv :: GhcMonad m => FixityEnv -> m ()
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Driver/
H A DTypes.hs96 FixityEnv, FixItem(..), lookupFixity, emptyFixityEnv,
1446 mg_fix_env :: !FixityEnv, -- ^ Fixities declared in this module.
1738 ic_fix_env :: FixityEnv,
1810 -> FixityEnv
2460 type FixityEnv = NameEnv FixItem function
2469 emptyFixityEnv :: FixityEnv
2472 lookupFixity :: FixityEnv -> Name -> Fixity
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-8.10.7.20210828/compiler/typecheck/
H A DTcRnTypes.hs421 tcg_fix_env :: FixityEnv, -- ^ Just for things in this module
/dports/lang/ghc/ghc-8.10.7/compiler/typecheck/
H A DTcRnTypes.hs421 tcg_fix_env :: FixityEnv, -- ^ Just for things in this module
H A DTcRnDriver.hs1964 -> IO (Messages, Maybe ([Id], LHsExpr GhcTc, FixityEnv))
2057 tcUserStmt :: GhciLStmt GhcPs -> TcM (PlanResult, FixityEnv)
H A DTcRnMonad.hs810 getFixityEnv :: TcRn FixityEnv
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Tc/
H A DTypes.hs424 tcg_fix_env :: FixityEnv, -- ^ Just for things in this module
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Tc/
H A DTypes.hs393 tcg_fix_env :: FixityEnv, -- ^ Just for things in this module