Home
last modified time | relevance | path

Searched defs:stgArgType (Results 1 – 3 of 3) sorted by relevance

/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Stg/
H A DSyntax.hs173 stgArgType (StgVarArg v) = idType v function
174 stgArgType (StgLitArg lit) = literalType lit function
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Stg/
H A DSyntax.hs175 stgArgType (StgVarArg v) = idType v function
176 stgArgType (StgLitArg lit) = literalType lit function
/dports/lang/ghc/ghc-8.10.7/compiler/stgSyn/
H A DStgSyn.hs166 stgArgType (StgVarArg v) = idType v function
167 stgArgType (StgLitArg lit) = literalType lit function