Home
last modified time | relevance | path

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

/dports/lang/ghc/ghc-8.10.7/compiler/GHC/StgToCmm/
H A DExtCode.hs64 | FunN UnitId -- ^ A function name from this package constructor
171 newFunctionName name pkg = addDecl name (FunN pkg)
207 Just (FunN pkg) -> CmmLit (CmmLabel (mkCmmCodeLabel pkg name))
/dports/lang/elm/compiler-0.19.1/compiler/src/Type/
H A DInstantiate.hs34 FunN
H A DType.hs96 | FunN Type Type constructor
192 FunN
H A DSolve.hs448 FunN a b ->
/dports/lang/elm/compiler-0.19.1/compiler/src/Type/Constrain/
H A DModule.hs95 let cmdType = FunN (AppN home tipe [msg]) (AppN ModuleName.cmd Name.cmd [msg])
104 let subType = FunN (AppN home tipe [msg]) (AppN ModuleName.sub Name.sub [msg])
H A DExpression.hs121 CEqual region (Accessor field) (FunN recordType fieldType) expected
198 let arityType = foldr FunN resultType argTypes
711 return (Args (argVar:vars) (FunN argType tipe) result newState)
746 return (TypedArgs (FunN argType tipe) resultType newState)