aboutsummaryrefslogtreecommitdiff
path: root/thesis/parts/design.tex
diff options
context:
space:
mode:
authorAria Shrimpton <me@aria.rip>2024-02-24 14:04:49 +0000
committerAria Shrimpton <me@aria.rip>2024-02-24 14:04:49 +0000
commit1741057ebb734d97acc4edfc84dcc2d62b8789f1 (patch)
tree50d85dd40e5f6adb3cacc14097dc8840d2a68bac /thesis/parts/design.tex
parentff9a6addcaa3667f1e8a56c42b821d47d9ef4bbd (diff)
rename container operations and fix some primrose fuckery
Diffstat (limited to 'thesis/parts/design.tex')
-rw-r--r--thesis/parts/design.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/thesis/parts/design.tex b/thesis/parts/design.tex
index 80c208c..6886c9c 100644
--- a/thesis/parts/design.tex
+++ b/thesis/parts/design.tex
@@ -26,7 +26,7 @@ This property requires that at any point, for all consecutive \code{x, y} pairs
\begin{lstlisting}[caption=Container type definitions for prime\_sieve,label={lst:selection_example}]
/*SPEC*
property lifo<T> {
- \c <: (Stack) -> (forall \x -> ((equal? (pop ((push c) x))) x))
+ \c <: (Stack) -> (forall \x -> ((equal? (pop ((op-push c) x))) x))
}
property ascending<T> {