Home
last modified time | relevance | path

Searched defs:deAnnotate (Results 1 – 4 of 4) 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.hs2052 deAnnotate (_, e) = deAnnotate' e function
2055 deAnnotate' (AnnType t) = Type t function
2056 deAnnotate' (AnnCoercion co) = Coercion co function
2057 deAnnotate' (AnnVar v) = Var v function
2058 deAnnotate' (AnnLit lit) = Lit lit function
2059 deAnnotate' (AnnLam binder body) = Lam binder (deAnnotate body) function
2060 deAnnotate' (AnnApp fun arg) = App (deAnnotate fun) (deAnnotate arg) function
2061 deAnnotate' (AnnCast e (_,co)) = Cast (deAnnotate e) co function
2062 deAnnotate' (AnnTick tick body) = Tick tick (deAnnotate body) function
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/
H A DCore.hs2321 deAnnotate (_, e) = deAnnotate' e function
2324 deAnnotate' (AnnType t) = Type t function
2325 deAnnotate' (AnnCoercion co) = Coercion co function
2326 deAnnotate' (AnnVar v) = Var v function
2327 deAnnotate' (AnnLit lit) = Lit lit function
2328 deAnnotate' (AnnLam binder body) = Lam binder (deAnnotate body) function
2329 deAnnotate' (AnnApp fun arg) = App (deAnnotate fun) (deAnnotate arg) function
2330 deAnnotate' (AnnCast e (_,co)) = Cast (deAnnotate e) co function
2331 deAnnotate' (AnnTick tick body) = Tick tick (deAnnotate body) function
/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.hs2308 deAnnotate (_, e) = deAnnotate' e function
2311 deAnnotate' (AnnType t) = Type t function
2312 deAnnotate' (AnnCoercion co) = Coercion co function
2313 deAnnotate' (AnnVar v) = Var v function
2314 deAnnotate' (AnnLit lit) = Lit lit function
2315 deAnnotate' (AnnLam binder body) = Lam binder (deAnnotate body) function
2316 deAnnotate' (AnnApp fun arg) = App (deAnnotate fun) (deAnnotate arg) function
2317 deAnnotate' (AnnCast e (_,co)) = Cast (deAnnotate e) co function
2318 deAnnotate' (AnnTick tick body) = Tick tick (deAnnotate body) function
/dports/lang/ghc/ghc-8.10.7/compiler/coreSyn/
H A DCoreSyn.hs2308 deAnnotate (_, e) = deAnnotate' e function
2311 deAnnotate' (AnnType t) = Type t function
2312 deAnnotate' (AnnCoercion co) = Coercion co function
2313 deAnnotate' (AnnVar v) = Var v function
2314 deAnnotate' (AnnLit lit) = Lit lit function
2315 deAnnotate' (AnnLam binder body) = Lam binder (deAnnotate body) function
2316 deAnnotate' (AnnApp fun arg) = App (deAnnotate fun) (deAnnotate arg) function
2317 deAnnotate' (AnnCast e (_,co)) = Cast (deAnnotate e) co function
2318 deAnnotate' (AnnTick tick body) = Tick tick (deAnnotate body) function