Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
fblanqui committed Jul 18, 2023
1 parent 62033e8 commit f890c6e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions renaming.lp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ builtin "lt_c" ≔ <_c;
builtin "lt_c_def" ≔ <_c_def;
builtin "le_c" ≔ <=_c;
builtin "le_c_def" ≔ <=_c_def;
builtin "eqeq" ≔ ==;
builtin "eqeq_def" ≔ ==_def;
builtin "eq2" ≔ ==;
builtin "eq2_def" ≔ ==_def;
builtin "ltle" ≔ <<=;
builtin "ltlt" ≔ "<<";
builtin "lt2" ≔ "<<";
builtin "lt3" ≔ "<<<";

0 comments on commit f890c6e

Please sign in to comment.