package lang

type Function struct {
	Inputs []Field
}
