I'm working on an abstract algebra library, using the "types are sets"
strategy. For the algebraists out there, I'm trying to implement as much as
I can of "Abstract Algebra" by Dummit & Foote in Haskell. I've got a Ring
class definition that looks approximately like

You might find this interesting:

@inproceedings{ fokker95explaining,
   author = "Jeroen Fokker",
   title = "Explaining Algebraic Theory with Functional Programs",
   booktitle = "Functional Programming Languages in Education",
   pages = "139-158",
   year = "1995",
   url = "citeseer.ist.psu.edu/fokker95explaining.html" }

Claus
_______________________________________________
Haskell-Cafe mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to