summaryrefslogtreecommitdiff
path: root/cheri/sail_latexcc/sailccfngetCapLength.tex
diff options
context:
space:
mode:
Diffstat (limited to 'cheri/sail_latexcc/sailccfngetCapLength.tex')
-rw-r--r--cheri/sail_latexcc/sailccfngetCapLength.tex6
1 files changed, 0 insertions, 6 deletions
diff --git a/cheri/sail_latexcc/sailccfngetCapLength.tex b/cheri/sail_latexcc/sailccfngetCapLength.tex
deleted file mode 100644
index e9ce6566..00000000
--- a/cheri/sail_latexcc/sailccfngetCapLength.tex
+++ /dev/null
@@ -1,6 +0,0 @@
-function #\hyperref[zgetCapLength]{getCapLength}#(c) : CapStruct -> CapLen =
- let 'top = #\hyperref[zgetCapTop]{getCapTop}#(c) in
- let 'base = #\hyperref[zgetCapBase]{getCapBase}#(c) in {
- assert (top >= base);
- top - base
- }