Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
fblanqui committed Jul 20, 2023
1 parent f890c6e commit 926878c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions renaming.lp
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,6 @@ builtin "le_c_def" ≔ <=_c_def;
builtin "eq2" ≔ ==;
builtin "eq2_def" ≔ ==_def;
builtin "ltle" ≔ <<=;
builtin "lt2" ≔ "<<";
builtin "lt3" ≔ "<<<";
builtin "ltle'" ≔ <<=';
builtin "lt2" ≔ <<;
builtin "lt3" ≔ <<<;

0 comments on commit 926878c

Please sign in to comment.