Eric Allen Wohlstadter ([EMAIL PROTECTED]) wrote:
: Are there any Haskell libraries or programs related to group theory? I am
: taking a class and it seems like Haskell would be a good programming
: language for exploring/reasoning about group theory. What I had in mind
: was perhaps you could ha
Are there any Haskell libraries or programs related to group theory? I am
taking a class and it seems like Haskell would be a good programming
language for exploring/reasoning about group theory. What I had in mind
was perhaps you could have a function which takes a list(set) and a
function with t
I am looking for an haskell module which implements balanced trees ?
Can somebdody help me
Thank you
--
Franck Delaplace @w3:http://taillefer.lami.univ-evry.fr:8090/~delapla/
La.M.I-U.M.R C.N.R.S
Université d'Evry Val d'Essonne
Cours Monseigneur Roméro
91025 Evry CEDEX (Fran
Sengan Baring-Gould writes:
>Is >>= not lazy?
since no experts have answered yet, this newbie will answer.
I think it's strict.
Well, it depends. (>>=) is an overloaded operator, with a different
implementation for every monad -- when you define a monad, you gi