summaryrefslogtreecommitdiff
path: root/cheri/sail_latex/sailunsigned.tex
diff options
context:
space:
mode:
Diffstat (limited to 'cheri/sail_latex/sailunsigned.tex')
-rw-r--r--cheri/sail_latex/sailunsigned.tex7
1 files changed, 0 insertions, 7 deletions
diff --git a/cheri/sail_latex/sailunsigned.tex b/cheri/sail_latex/sailunsigned.tex
deleted file mode 100644
index 47867039..00000000
--- a/cheri/sail_latex/sailunsigned.tex
+++ /dev/null
@@ -1,7 +0,0 @@
-val unsigned = {
- ocaml: "uint",
- lem: "uint",
- interpreter: "uint",
- c: "sail_unsigned",
- coq: "uint"
-} : forall 'n. #\hyperref[zbits]{bits}#('n) -> range(0, 2 ^ 'n - 1)