vaticle / typedb

TypeDB: the polymorphic database powered by types
https://typedb.com
Mozilla Public License 2.0
3.72k stars 338 forks source link

Naive type inference implementation #7093

Closed krishnangovindraj closed 5 days ago

krishnangovindraj commented 1 week ago

Usage and product changes

Implements a naive algorithm for type inference within a conjunction.

Implementation

Implements a naive iterative type-inference algorithm. Variables with category Value are annotated as if they are attributes.

Future:

vaticle-bot commented 1 week ago

PR Review Checklist

Do not edit the content of this comment. The PR reviewer should simply update this comment by ticking each review item below, as they get completed.


Trivial Change

Code

Architecture