Exemplo n.º 1
0
func SettingLine(l term.SettingLine) term.T {
	switch l := l.(type) {
	case term.TemplateID:
		return Template(l)
	case term.ActionCID:
		return ActionC(l.ActionC())
	default:
		panic("quoting unknown type of setting line!")
	}
}