mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-06 09:42:50 -06:00
bugfix in the gate evaluate_value_lambda
This commit is contained in:
@@ -86,6 +86,10 @@ struct PgfEvalGates {
|
||||
};
|
||||
|
||||
PgfClosure*
|
||||
pgf_evaluate_expr_thunk(PgfEvalState* state, PgfClosure* closure);
|
||||
pgf_evaluate_expr_thunk(PgfEvalState* state, PgfExprThunk* thunk);
|
||||
|
||||
PgfClosure*
|
||||
pgf_evaluate_lambda_application(PgfEvalState* state, PgfExprThunk* lambda,
|
||||
PgfClosure* arg);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user