//arrow-meta/arrow.meta.dsl.resolve

Package-level declarations

Types

Name Summary
ResolveSyntax [jvm]
interface ResolveSyntax
The Resolve phase is in charge of providing the meaning of the Kotlin Language to the structured trees discovered by the Kotlin parser. Right up until Analysis, we are just working with a tree structure—the AST. In resolution, we proceed to type-check the AST and all its expressions, associating each of them to a DeclarationDescriptor. A DeclarationDescriptor is a model that contains the type and Kotlin structure, as it understands our sources in the AST.

Do you like Arrow?

Arrow Org
<