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
The uncertain crate has been transitioned from the previously brittle compute node to the much more robust const tree crate for the internal AST data structure.
4
+
5
+
However, the implementation of higher kinds of types has been proven exceptionally difficult because the type T in the uncertain type would require a trait bond, which the higher kind of type traits do not allow. Therefore, it was deemed sensible to exclude the higher kind type trait implementation for the time being.
0 commit comments