forked from GitHub/gf-core
added readTriple in libsg and its Haskell binding
This commit is contained in:
@@ -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_ */
|
||||
|
||||
Reference in New Issue
Block a user