check for concreteness in specialized types
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
@@ -157,6 +157,7 @@ func (v *Value) IsConcrete() bool {
|
||||
// Recursive concreteness check.
|
||||
func (v *Value) IsConcreteR(opts ...cue.Option) error {
|
||||
o := []cue.Option{
|
||||
cue.All(),
|
||||
cue.Concrete(true),
|
||||
cue.Hidden(true),
|
||||
}
|
||||
|
Reference in New Issue
Block a user