bugfixes for showContext & showType

This commit is contained in:
krangelov
2021-09-14 19:54:38 +02:00
parent a7bf47cb87
commit 9fe6ee3cce
4 changed files with 12 additions and 8 deletions

View File

@@ -50,7 +50,7 @@ public:
PgfText *get_text();
void hypo(PgfTypeHypo *hypo);
void hypo(PgfTypeHypo *hypo, int prio);
virtual PgfExpr eabs(PgfBindType btype, PgfText *name, PgfExpr body);
virtual PgfExpr eapp(PgfExpr fun, PgfExpr arg);