Template represents an action that expands a type
to an expression. The expression itself may contain
typed "holes" to be filled by future templates.
Applying a template to a semantic parser state
expands the current hole in the state with the template,
returning the next state.
Template represents an action that expands a type to an expression. The expression itself may contain typed "holes" to be filled by future templates. Applying a template to a semantic parser state expands the current hole in the state with the template, returning the next state.