Skip to content
Snippets Groups Projects
Commit 38f10721 authored by hondet's avatar hondet
Browse files

commenting incomplete spec

parent 18f17ad2
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,8 @@ rule top (push $x _) ↪ $x
symbol pop_push (x: El t) (s: El stack): Prf ((pop (push x s)) = s)
symbol top_push (x: El t) (s: El stack): Prf ((top (push x s)) = x)
theorem pop2push2 (x y: El t) (s: El stack)
: Prf (pop (pair (pop (push x (fst (push y s)))) _) = s)
proof
qed
// The following theorem has unsolved meta variables
// theorem pop2push2 (x y: El t) (s: El stack)
// : Prf (pop (pair (pop (push x (fst (push y s)))) _) = s)
// proof
// qed
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment