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
Implement cue hoist to extract templates from concrete data definitions. One could see this as cue trim in the opposite direction.
This can be implemented using the known anti-unification algorithm. It probably makes sense, though, to disregard disjunctions or to limit the number of elements.
The text was updated successfully, but these errors were encountered:
Originally opened by @mpvl in cuelang/cue#7
Implement
cue hoist
to extract templates from concrete data definitions. One could see this ascue trim
in the opposite direction.This can be implemented using the known anti-unification algorithm. It probably makes sense, though, to disregard disjunctions or to limit the number of elements.
The text was updated successfully, but these errors were encountered: