type src.elv.sh/pkg/eval/vals.noSuchKeyError

3 uses

	src.elv.sh/pkg/eval/vals (current package)
		index.go#L24: type noSuchKeyError struct {
		index.go#L31: 	return noSuchKeyError{k}
		index.go#L34: func (err noSuchKeyError) Error() string {