CS 119 Lab 9 – Abstract Data Type : Stack
Objectives
Perform the following tasks in the order given.
| Assignment: Write a module for the ADT Stack. It should contain empty, isEmpty, top, push and pop operations. |
| Assignment: Import your stack module into another module which implements the function matchingParens :: String -> Bool |