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
{{ message }}
This repository has been archived by the owner on Nov 18, 2021. It is now read-only.
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:
mpvl
changed the title
Add "hoist" command
cmd/cue: add "hoist" command
Jan 30, 2019
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: