You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: