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
Currently, returning differently typed terms always involves using Term<'a> and explicit encoding. One option to improve this would be to introduce a new enum AnyTerm implementing From for all term types (and types that can be unambigiously converted to terms), implementing Encoder itself.