Preparing search index...
The search index is not available
Documentation - v0.3.0
Documentation
typir-langium
LangiumTypeInferenceRules
Type Alias LangiumTypeInferenceRules<Specifics>
LangiumTypeInferenceRules
:
{
[
K
in
keyof
Specifics
[
"AstTypes"
]
]
?:
Specifics
[
"AstTypes"
]
[
K
]
extends
Specifics
[
"LanguageType"
]
?
|
TypeInferenceRule
<
Specifics
,
Specifics
[
"AstTypes"
]
[
K
]
>
|
TypeInferenceRule
<
Specifics
,
Specifics
[
"AstTypes"
]
[
K
]
>
[]
:
never
}
&
{
AstNode
?:
|
TypeInferenceRule
<
Specifics
,
Specifics
[
"LanguageType"
]
>
|
TypeInferenceRule
<
Specifics
,
Specifics
[
"LanguageType"
]
>
[]
;
}
Type Parameters
Specifics
extends
TypirLangiumSpecifics
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Documentation - v0.3.0
Loading...