heptagon/compiler/minils/analysis
Cédric Pasteur 221eea1644 Added polymorphic (=) and (<>) operators
These two operators really need to be polymorphic, 
so they cannot be in Pervasives. a <> b is translated
to not (a = b>) at parsing.
2010-07-27 17:16:49 +02:00
..
clocking.ml Added polymorphic (=) and (<>) operators 2010-07-27 17:16:49 +02:00
init.ml Refactoring Ident -> Idents ( uniform with Names etc ) 2010-07-23 19:45:19 +02:00