diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -117,3 +117,7 @@ in the Haskell mailing lists for their help. | |||
117 | safely used on lists that are too long (or infinite). | 117 | safely used on lists that are too long (or infinite). |
118 | 118 | ||
119 | - Chris Waterson improved the configure.hs program for OS/X. | 119 | - Chris Waterson improved the configure.hs program for OS/X. |
120 | |||
121 | - Erik de Castro Lopo added buildVector and buildMatrix, which take a | ||
122 | size parameter(s) and a function that maps vector/matrix indices | ||
123 | to the values at that position. | ||