CategoricalData / hydra

Transformations transformed
Apache License 2.0
64 stars 9 forks source link

Minimize manual type annotations #119

Open joshsh opened 5 months ago

joshsh commented 5 months ago

Hydra's kernel sources are currently littered with type annotations, due to previous limitations of Hydra type inference. We can't remove all of the annotations (after #103 is landed) because there are still cases (polymorphic recursion) where annotations are needed. However, most of them can be removed. Do this after #103 has been merged into main.