From 1741057ebb734d97acc4edfc84dcc2d62b8789f1 Mon Sep 17 00:00:00 2001 From: Aria Shrimpton Date: Sat, 24 Feb 2024 14:04:49 +0000 Subject: rename container operations and fix some primrose fuckery --- thesis/parts/design.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'thesis') 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 { - \c <: (Stack) -> (forall \x -> ((equal? (pop ((push c) x))) x)) + \c <: (Stack) -> (forall \x -> ((equal? (pop ((op-push c) x))) x)) } property ascending { -- cgit v1.2.3