Sha256: 1d74b2a628f4ac90a9448c3305c7834846d1840c10e7c267008561ac1ff42624
Contents?: true
Size: 351 Bytes
Versions: 335
Compression:
Stored size: 351 Bytes
Contents
## Hints To complete this exercise, you need to create the data type `Deque` and implement the following functions: - `mkDeque` - `pop` - `push` - `unshift` - `shift` You will find a dummy data declaration and type signatures already in place, but it is up to you to define the functions and create a meaningful data type, newtype or type synonym.
Version data entries
335 entries across 335 versions & 1 rubygems