Sha256: 547ac6a514db16a6cc64901381eb77039aed15ca0bff3d8a471f17432cb0d731
Contents?: true
Size: 397 Bytes
Versions: 335
Compression:
Stored size: 397 Bytes
Contents
## Hints To complete this exercise, you need to create the data type `LinkedList`, and implement the following functions: - `datum` - `fromList` - `isNil` - `new` - `next` - `nil` - `reverseLinkedList` - `toList` 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