Home
last modified time | relevance | path

Searched refs:ModIface_ (Results 1 – 6 of 6) sorted by relevance

/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Unit/Module/
H A DModIface.hs9 , ModIface_ (..)
74 type PartialModIface = ModIface_ 'ModIfaceCore
147 data ModIface_ (phase :: ModIfacePhase) type
269 mi_semantic_module :: ModIface_ a -> Module
513 …ModIfacePhase)), NFData (IfaceDeclExts (phase :: ModIfacePhase))) => NFData (ModIface_ phase) where
/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.hs89 ModIface, PartialModIface, ModIface_(..), ModIfaceBackend(..),
906 type PartialModIface = ModIface_ 'ModIfaceCore
979 data ModIface_ (phase :: ModIfacePhase) type
1091 mi_semantic_module :: ModIface_ a -> Module
3255 …ModIfacePhase)), NFData (IfaceDeclExts (phase :: ModIfacePhase))) => NFData (ModIface_ phase) where
/dports/lang/ghc/ghc-8.10.7/compiler/main/
H A DHscTypes.hs89 ModIface, PartialModIface, ModIface_(..), ModIfaceBackend(..),
906 type PartialModIface = ModIface_ 'ModIfaceCore
979 data ModIface_ (phase :: ModIfacePhase) type
1091 mi_semantic_module :: ModIface_ a -> Module
3255 …ModIfacePhase)), NFData (IfaceDeclExts (phase :: ModIfacePhase))) => NFData (ModIface_ phase) where
H A DGHC.hs88 ModIface, ModIface_(..),
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Driver/
H A DTypes.hs88 ModIface, PartialModIface, ModIface_(..), ModIfaceBackend(..),
935 type PartialModIface = ModIface_ 'ModIfaceCore
1008 data ModIface_ (phase :: ModIfacePhase) type
1130 mi_semantic_module :: ModIface_ a -> Module
3302 …ModIfacePhase)), NFData (IfaceDeclExts (phase :: ModIfacePhase))) => NFData (ModIface_ phase) where
/dports/lang/ghc/ghc-8.10.7/compiler/typecheck/
H A DTcHoleErrors.hs56 import HscTypes ( ModIface_(..) )