summaryrefslogtreecommitdiff
path: root/cheri/sail_latexcc/sailccvectorlength.tex
diff options
context:
space:
mode:
Diffstat (limited to 'cheri/sail_latexcc/sailccvectorlength.tex')
-rw-r--r--cheri/sail_latexcc/sailccvectorlength.tex6
1 files changed, 6 insertions, 0 deletions
diff --git a/cheri/sail_latexcc/sailccvectorlength.tex b/cheri/sail_latexcc/sailccvectorlength.tex
new file mode 100644
index 00000000..f41d5bfa
--- /dev/null
+++ b/cheri/sail_latexcc/sailccvectorlength.tex
@@ -0,0 +1,6 @@
+val vector_length = {
+ ocaml: "length",
+ lem: "length_list",
+ c: "length",
+ coq: "vec_length"
+} : forall '#\hyperref[zn]{n}# ('a : Type). vector('n, dec, 'a) -> atom('n)