dstep v1.0.3 (2021-07-31T06:50:08Z)
Home
Dub
Repo
InferenceContext
dstep
translator
TypeInference
Undocumented in source.
class
InferenceContext {
Cursor
[
string
]
globalTypes
;
DList
!
TypedMacroDefinition
queue
;
TypedMacroDefinition
[
string
]
definitions
;
}
Members
Variables
definitions
TypedMacroDefinition
[
string
]
definitions
;
Undocumented in source.
globalTypes
Cursor
[
string
]
globalTypes
;
Undocumented in source.
queue
DList
!
TypedMacroDefinition
queue
;
Undocumented in source.
Meta
Source
See Implementation
dstep
translator
TypeInference
aliases
InferredType
classes
InferenceContext
TypedMacroDefinition
functions
commonType
inferExpressionType
inferMacroSignature
inferMacroSignatures
structs
Defined
Generic
InferredSignature
Meta