diff options
| author | krasimir <krasimir@chalmers.se> | 2015-11-25 10:37:13 +0000 |
|---|---|---|
| committer | krasimir <krasimir@chalmers.se> | 2015-11-25 10:37:13 +0000 |
| commit | 79ea4af960168021421152f7d5b8070892aa76e1 (patch) | |
| tree | f19ae79ca3998edbc6c45c9a8f6a068987c4e99b /src/runtime/c/pgf/expr.h | |
| parent | 55cfea35eb7840b4d34ed5476bae87204a80acb1 (diff) | |
added readTriple in libsg and its Haskell binding
Diffstat (limited to 'src/runtime/c/pgf/expr.h')
| -rw-r--r-- | src/runtime/c/pgf/expr.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/runtime/c/pgf/expr.h b/src/runtime/c/pgf/expr.h index 2e76bf21d..8dd1e0d44 100644 --- a/src/runtime/c/pgf/expr.h +++ b/src/runtime/c/pgf/expr.h @@ -160,7 +160,7 @@ pgf_read_expr(GuIn* in, GuPool* pool, GuExn* err); int pgf_read_expr_tuple(GuIn* in, - int n_exprs, PgfExpr exprs[], + size_t n_exprs, PgfExpr exprs[], GuPool* pool, GuExn* err); PgfType* @@ -206,4 +206,8 @@ void pgf_print_type(PgfType *type, PgfPrintContext* ctxt, int prec, GuOut* out, GuExn *err); +void +pgf_print_expr_tuple(size_t n_exprs, PgfExpr exprs[], PgfPrintContext* ctxt, + GuOut* out, GuExn* err); + #endif /* EXPR_H_ */ |
