Type Alias TypeInferenceRuleWithoutInferringChildren<Specifics, InputType>

TypeInferenceRuleWithoutInferringChildren: (
    languageNode: InputType,
    typir: TypirServices<Specifics>,
) => TypeInferenceResultWithoutInferringChildren<Specifics>

Usual inference rule which don't depend on children's types.

Type Parameters