Skip to content

Commit 222d96c

Browse files
committed
cue: tighten type
Change-Id: If6655c13825779eba87f7481e5a6d5985b259c6c Reviewed-on: https://cue-review.googlesource.com/c/cue/+/2702 Reviewed-by: Marcel van Lohuizen <[email protected]>
1 parent 5608a83 commit 222d96c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cue/types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ func (v Value) makeChild(ctx *context, i uint32, a arc) Value {
568568
return Value{v.idx, &valueData{v.path, i, a}}
569569
}
570570

571-
func (v Value) eval(ctx *context) value {
571+
func (v Value) eval(ctx *context) evaluated {
572572
if v.path == nil || v.path.cache == nil {
573573
panic("undefined value")
574574
}

0 commit comments

Comments
 (0)