Home
last modified time | relevance | path

Searched refs:setInteractivePrintName (Results 1 – 7 of 7) sorted by relevance

/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Runtime/
H A DContext.hs7 , setInteractivePrintName
351 setInteractivePrintName :: InteractiveContext -> Name -> InteractiveContext
352 setInteractivePrintName ic n = ic{ic_int_print = n} function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/plugins/hls-eval-plugin/src/Ide/Plugin/Eval/
H A DCode.hs96 modifySession $ \hsc -> hsc {hsc_IC = setInteractivePrintName (hsc_IC hsc) evalPrint}
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/plugins/hls-eval-plugin/src/Ide/Plugin/Eval/
H A DCode.hs96 modifySession $ \hsc -> hsc {hsc_IC = setInteractivePrintName (hsc_IC hsc) evalPrint}
/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.hs83 setInteractivePrintName, icInteractiveModule,
1810 setInteractivePrintName :: InteractiveContext -> Name -> InteractiveContext
1811 setInteractivePrintName ic n = ic{ic_int_print = n} function
/dports/lang/ghc/ghc-8.10.7/compiler/main/
H A DHscTypes.hs83 setInteractivePrintName, icInteractiveModule,
1810 setInteractivePrintName :: InteractiveContext -> Name -> InteractiveContext
1811 setInteractivePrintName ic n = ic{ic_int_print = n} function
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Driver/
H A DTypes.hs82 setInteractivePrintName, icInteractiveModule,
1857 setInteractivePrintName :: InteractiveContext -> Name -> InteractiveContext
1858 setInteractivePrintName ic n = ic{ic_int_print = n} function
/dports/lang/ghc/ghc-8.10.7/ghc/GHCi/
H A DUI.hs55 setInteractivePrintName, hsc_dflags, msObjFilePath, runInteractiveHsc,
973 modifySession (\he -> let new_ic = setInteractivePrintName (hsc_IC he) name