Impemented Typer interface

This commit is contained in:
2024-07-13 17:14:25 +02:00
parent e69dad5fb5
commit 06373f5126
3 changed files with 9 additions and 0 deletions
+1
View File
@@ -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