Re: Group theory

2000-10-24 Thread Marc van Dongen
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

Group theory

2000-10-24 Thread Eric Allen Wohlstadter
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

LOOKING FOR B-TREES MODULE

2000-10-24 Thread Franck Delaplace
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

Re: mapM/concatMapMy

2000-10-24 Thread John Hughes
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