summaryrefslogtreecommitdiff
path: root/cheri/sail_latexcc/sailccsubrange.tex
diff options
context:
space:
mode:
Diffstat (limited to 'cheri/sail_latexcc/sailccsubrange.tex')
-rw-r--r--cheri/sail_latexcc/sailccsubrange.tex2
1 files changed, 2 insertions, 0 deletions
diff --git a/cheri/sail_latexcc/sailccsubrange.tex b/cheri/sail_latexcc/sailccsubrange.tex
new file mode 100644
index 00000000..2aad56b6
--- /dev/null
+++ b/cheri/sail_latexcc/sailccsubrange.tex
@@ -0,0 +1,2 @@
+val sub_range = {ocaml: "sub_int", lem: "integerMinus", coq: "sub_range"} : forall 'n 'm 'o 'p.
+ (range('n, 'm), range('o, 'p)) -> range('n - 'p, 'm - 'o)