| Copyright | (c) 2006 Caio Marcelo |
|---|---|
| License | MIT |
| Maintainer | cmarcelo@gmail.com |
| Stability | experimental |
| Portability | portable |
| Safe Haskell | None |
| Language | Haskell98 |
MO.Util.C3
Description
C3 method resolution order implementation based on algorithm described in The Python 2.3 Method Resolution Order, v1.4, by Michele Simionato available at http://www.python.org/download/releases/2.3/mro/. Some tests also copied from Perl module Algorithm::C3.
The main function contains the test cases.