policy: implement partial matching, to evaluate in multiple steps with fail early
This commit is contained in:
@@ -8,8 +8,6 @@ import (
|
||||
"github.com/ipld/go-ipld-prime/node/basicnode"
|
||||
)
|
||||
|
||||
// TODO: remove entirely?
|
||||
|
||||
var Bool = basicnode.NewBool
|
||||
var Int = basicnode.NewInt
|
||||
var Float = basicnode.NewFloat
|
||||
|
||||
Reference in New Issue
Block a user