new iter-iter iterator and kern.func-info module
This commit is contained in:
@@ -37,3 +37,8 @@ type ExprFunc interface {
|
||||
PrepareCall(name string, actualParams map[string]any) (err error)
|
||||
AllocContext(parentCtx ExprContext) (ctx ExprContext)
|
||||
}
|
||||
|
||||
func IsFunctor(v any) (ok bool) {
|
||||
_, ok = v.(Functor)
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user