Home
last modified time | relevance | path

Searched refs:neverUnfoldGuidance (Results 1 – 5 of 5) sorted by relevance

/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/
H A DCore.hs69 canUnfold, neverUnfoldGuidance, isStableSource,
1470 neverUnfoldGuidance :: UnfoldingGuidance -> Bool
1471 neverUnfoldGuidance UnfNever = True function
1472 neverUnfoldGuidance _ = False function
1483 canUnfold (CoreUnfolding { uf_guidance = g }) = not (neverUnfoldGuidance g)
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/
H A DCore.hs74 canUnfold, neverUnfoldGuidance, isStableSource,
1742 neverUnfoldGuidance :: UnfoldingGuidance -> Bool
1743 neverUnfoldGuidance UnfNever = True function
1744 neverUnfoldGuidance _ = False function
1755 canUnfold (CoreUnfolding { uf_guidance = g }) = not (neverUnfoldGuidance g)
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-8.10.7.20210828/compiler/coreSyn/
H A DCoreSyn.hs72 canUnfold, neverUnfoldGuidance, isStableSource,
1732 neverUnfoldGuidance :: UnfoldingGuidance -> Bool
1733 neverUnfoldGuidance UnfNever = True function
1734 neverUnfoldGuidance _ = False function
1746 canUnfold (CoreUnfolding { uf_guidance = g }) = not (neverUnfoldGuidance g)
/dports/lang/ghc/ghc-8.10.7/compiler/coreSyn/
H A DCoreSyn.hs72 canUnfold, neverUnfoldGuidance, isStableSource,
1732 neverUnfoldGuidance :: UnfoldingGuidance -> Bool
1733 neverUnfoldGuidance UnfNever = True function
1734 neverUnfoldGuidance _ = False function
1746 canUnfold (CoreUnfolding { uf_guidance = g }) = not (neverUnfoldGuidance g)
/dports/lang/ghc/ghc-8.10.7/compiler/main/
H A DTidyPgm.hs708 || neverUnfoldGuidance guidance)