Impemented Typer interface
This commit is contained in:
@@ -6,6 +6,7 @@ package expr
|
||||
|
||||
// ---- Functor interface
|
||||
type Functor interface {
|
||||
Typer
|
||||
Invoke(ctx ExprContext, name string, args []any) (result any, err error)
|
||||
SetFunc(info ExprFunc)
|
||||
GetFunc() ExprFunc
|
||||
|
||||
Reference in New Issue
Block a user