Difference between revisions of "Hac 2007 II/Projects"
From HaskellWiki
JohanTibell (talk | contribs) |
(Described probability monad stuff) |
||
Line 6: | Line 6: | ||
== Cabal == | == Cabal == | ||
− | |||
− | |||
== ByteString network == | == ByteString network == | ||
Line 14: | Line 12: | ||
Current hacker(s): tibbe (Johan Tibell) | Current hacker(s): tibbe (Johan Tibell) | ||
+ | |||
+ | == Probability monads == | ||
+ | |||
+ | Things to work on: | ||
+ | |||
+ | # Get MaybeT into Hackage. | ||
+ | # Is WriterT really the right monad transformer? We want the join and bind operations, but not the rest of the MonadWriter type class. | ||
+ | # Should probabilities be represented as floats, fractions or a type class? | ||
+ | # Can this run fast enough to be useful? | ||
+ | |||
+ | Current hacker(s): ekidd (Eric Kidd) |
Revision as of 10:18, 5 October 2007
Contents
Generic Information
How to create repositories...
Active Projects
Please feel free to describe your current project here!
Cabal
ByteString network
Change Network.* to use strict ByteStrings instead of Strings. It would also be nice to tidy up the #ifdef mess.
Current hacker(s): tibbe (Johan Tibell)
Probability monads
Things to work on:
- Get MaybeT into Hackage.
- Is WriterT really the right monad transformer? We want the join and bind operations, but not the rest of the MonadWriter type class.
- Should probabilities be represented as floats, fractions or a type class?
- Can this run fast enough to be useful?
Current hacker(s): ekidd (Eric Kidd)