diff options
Diffstat (limited to 'cheri/sail_latex/sailfnnumofComparison.tex')
| -rw-r--r-- | cheri/sail_latex/sailfnnumofComparison.tex | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/cheri/sail_latex/sailfnnumofComparison.tex b/cheri/sail_latex/sailfnnumofComparison.tex deleted file mode 100644 index d98bebc2..00000000 --- a/cheri/sail_latex/sailfnnumofComparison.tex +++ /dev/null @@ -1,10 +0,0 @@ -function num_of_Comparison arg# = match arg# { - EQ => 0, - NE => 1, - GE => 2, - GEU => 3, - GT => 4, - LE => 5, - LT => 6, - LTU => 7 -} |
