Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
fblanqui committed Jan 10, 2025
1 parent e0b3632 commit 20fea8e
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions renaming.lp
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ builtin "ltle" ≔ <<=;
builtin "ltle_def" ≔ <<=_def;

// Multivariate
builtin "pair'" ≔ pair;

builtin "add_c" ≔ +_c;
builtin "add_c_def" ≔ +_c_def;
builtin "percent" ≔ %;
Expand All @@ -88,14 +90,19 @@ builtin "pow_c" ≔ ^_c;
builtin "pow_c_def" ≔ ^_c_def;
builtin "_at" ≔ at;
builtin "_at_def" ≔ at_def;
builtin "S'" ≔ S;
builtin "S''" ≔ S';
builtin "pair'" ≔ pair;
builtin "R'" ≔ R;
builtin "R''" ≔ R';
builtin "dollardollar" ≔ ﹩﹩;
builtin "dollardollar_def" ≔ ﹩﹩_def;
builtin "longarrow" ≔ ⭬;
builtin "longarrow_def" ≔ ⭬_def;

builtin "R'" ≔ R;
builtin "R''" ≔ R';

builtin "S'" ≔ S;
builtin "S''" ≔ S';
builtin "S'''" ≔ S'';
builtin "S''''" ≔ S''';

builtin "Z'" ≔ Z;
builtin "Z''" ≔ Z';
builtin "Z'''" ≔ Z'';

0 comments on commit 20fea8e

Please sign in to comment.