diff options
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> { |