forked from GitHub/gf-core
Prelude.CAPIT is now a built-in primitive. It still generates &| in the Haskell runtime but will be intepreted in the C runtime
This commit is contained in:
@@ -276,6 +276,10 @@ pgf_print_symbol(PgfSymbol sym, GuOut *out, GuExn *err)
|
||||
gu_puts("SOFT_BIND", out, err);
|
||||
break;
|
||||
}
|
||||
case PGF_SYMBOL_CAPIT: {
|
||||
gu_puts("CAPIT", out, err);
|
||||
break;
|
||||
}
|
||||
default:
|
||||
gu_impossible();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user