cuelang / cue

CUE has moved to https://github.com/cue-lang/cue
https://cuelang.org
Apache License 2.0
3.09k stars 171 forks source link

spec: document that the first argument to a builtin must be elided when it acts as a constraint #863

Closed myitcv closed 3 years ago

myitcv commented 3 years ago

e.g. for:

package x

import "list"

x: [...int] & list.MinItems(3)
x: [1, 2, 3]
cueckoo commented 3 years ago

This issue has been migrated to https://github.com/cue-lang/cue/issues/863.

For more details about CUE's migration to a new home, please see https://github.com/cue-lang/cue/issues/1078.