diff options
author | Aria Shrimpton <me@aria.rip> | 2024-02-24 14:04:49 +0000 |
---|---|---|
committer | Aria Shrimpton <me@aria.rip> | 2024-02-24 14:04:49 +0000 |
commit | 1741057ebb734d97acc4edfc84dcc2d62b8789f1 (patch) | |
tree | 50d85dd40e5f6adb3cacc14097dc8840d2a68bac /thesis/parts/design.tex | |
parent | ff9a6addcaa3667f1e8a56c42b821d47d9ef4bbd (diff) |
rename container operations and fix some primrose fuckery
Diffstat (limited to 'thesis/parts/design.tex')
-rw-r--r-- | thesis/parts/design.tex | 2 |
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> { |