Stack
Fixtype of stacks.
We formalize a stack as a list of frames.
Subtopics
- Stack-fix
- (stack-fix x) is a usual ACL2::fty list fixing function.
- Stack-equiv
- Basic equivalence relation for stack structures.
- Stackp
- (stackp x) recognizes lists where every element satisfies framep.