fix pgf_value2expr for partial applications

This commit is contained in:
kr.angelov
2014-09-30 13:46:46 +00:00
parent 312d4ff52e
commit f5da57056c
2 changed files with 81 additions and 41 deletions

View File

@@ -87,7 +87,7 @@ typedef struct {
PgfCId id;
PgfExpr body;
} PgfExprAbs;
typedef struct {
PgfExpr fun;
PgfExpr arg;