@hackage Stack0.4.0
Stack data structure
Categories
License
BSD-3-Clause
Maintainer
rwlock404@yahoo.com
Links
Versions
A stack is a basic data structure that can be logically thought as linear structure represented by a real physical stack or pile, a structure where insertion and deletion of items takes place at one end called top of the stack.