Haskell
In the first semester of my studies I had to learn Haskell. During this time I’ve written two small modules. The sourcecode is commented and I hope that these comments are a satisfying documentation.
Downloads:
| Beschreibung | Download | Größe |
|---|---|---|
| A module which provides a data type for trees and some functions which apply to trees. | Tree.hs | 12 KiB |
| This module contains some helper functions. For example a function to generate permutations (but this could be implemented in a more easy way) or a function to display long lists a little bit nicer. | Helpers.hs | 2,8 KiB |
Last modification: August 10th, 2009 at 22:05



To the top