ocaml/typing
Alain Frisch c8d3ff52a2 Cleanup + support attributes on type declarations (syntax: type t = ... with (:a1 expr1) (:a2 expr2) ... (:an exprn)).
git-svn-id: http://caml.inria.fr/svn/ocaml/branches/extension_points@13332 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
2013-03-01 12:44:04 +00:00
..
annot.mli remove all $Id keywords 2012-10-15 17:50:56 +00:00
btype.ml Merge short-paths into a fresh branch of trunk. 2013-01-29 14:21:12 +00:00
btype.mli Merge short-paths into a fresh branch of trunk. 2013-01-29 14:21:12 +00:00
cmi_format.ml merge version/4.00 at revision 12866 2012-08-21 07:10:35 +00:00
cmi_format.mli merge version/4.00 at revision 12866 2012-08-21 07:10:35 +00:00
cmt_format.ml #5809: remove hash-consing of environments, replaced by a much cheaper one-slot memoization. 2012-11-08 10:31:58 +00:00
cmt_format.mli merge version/4.00 at revision 12866 2012-08-21 07:10:35 +00:00
ctype.ml add -short-paths flag for printing shorter types when using modules 2013-02-09 08:42:11 +00:00
ctype.mli Merge short-paths into a fresh branch of trunk. 2013-01-29 14:21:12 +00:00
datarepr.ml Stop keeping a Path.t to refer to labels and constructors in the Typedtree AST. This is not used internally and it is not a robust way to identify these objects unambiguously anyway 2012-10-24 12:03:00 +00:00
datarepr.mli remove all $Id keywords 2012-10-15 17:50:56 +00:00
env.ml Merge short-paths into a fresh branch of trunk. 2013-01-29 14:21:12 +00:00
env.mli Merge short-paths into a fresh branch of trunk. 2013-01-29 14:21:12 +00:00
envaux.ml remove all $Id keywords 2012-10-15 17:50:56 +00:00
envaux.mli remove all $Id keywords 2012-10-15 17:50:56 +00:00
ident.ml Merge short-paths into a fresh branch of trunk. 2013-01-29 14:21:12 +00:00
ident.mli Merge short-paths into a fresh branch of trunk. 2013-01-29 14:21:12 +00:00
includeclass.ml Merge short-paths into a fresh branch of trunk. 2013-01-29 14:21:12 +00:00
includeclass.mli remove all $Id keywords 2012-10-15 17:50:56 +00:00
includecore.ml remove all $Id keywords 2012-10-15 17:50:56 +00:00
includecore.mli remove all $Id keywords 2012-10-15 17:50:56 +00:00
includemod.ml Merge short-paths into a fresh branch of trunk. 2013-01-29 14:21:12 +00:00
includemod.mli Merge short-paths into a fresh branch of trunk. 2013-01-29 14:21:12 +00:00
mtype.ml remove all $Id keywords 2012-10-15 17:50:56 +00:00
mtype.mli remove all $Id keywords 2012-10-15 17:50:56 +00:00
oprint.ml Replace commly used format strings into simple calls to format functions, to improve performance of .annot file generation. 2012-11-07 10:50:14 +00:00
oprint.mli remove all $Id keywords 2012-10-15 17:50:56 +00:00
outcometree.mli remove all $Id keywords 2012-10-15 17:50:56 +00:00
parmatch.ml Fix PR#5906 2013-01-25 04:26:02 +00:00
parmatch.mli Stop keeping a Path.t to refer to labels and constructors in the Typedtree AST. This is not used internally and it is not a robust way to identify these objects unambiguously anyway 2012-10-24 12:03:00 +00:00
path.ml remove all $Id keywords 2012-10-15 17:50:56 +00:00
path.mli remove all $Id keywords 2012-10-15 17:50:56 +00:00
predef.ml remove all $Id keywords 2012-10-15 17:50:56 +00:00
predef.mli remove all $Id keywords 2012-10-15 17:50:56 +00:00
primitive.ml remove all $Id keywords 2012-10-15 17:50:56 +00:00
primitive.mli remove all $Id keywords 2012-10-15 17:50:56 +00:00
printtyp.ml Merge short-paths into a fresh branch of trunk. 2013-01-29 14:21:12 +00:00
printtyp.mli Merge short-paths into a fresh branch of trunk. 2013-01-29 14:21:12 +00:00
printtyped.ml Add a -dtypedtree flag to all tools (using Printtyped). Also fix ocamlnat. 2012-12-18 17:19:53 +00:00
printtyped.mli Add a -dtypedtree flag to all tools (using Printtyped). Also fix ocamlnat. 2012-12-18 17:19:53 +00:00
stypes.ml Merge short-paths into a fresh branch of trunk. 2013-01-29 14:21:12 +00:00
stypes.mli remove all $Id keywords 2012-10-15 17:50:56 +00:00
subst.ml remove all $Id keywords 2012-10-15 17:50:56 +00:00
subst.mli remove all $Id keywords 2012-10-15 17:50:56 +00:00
typeclass.ml Replace error by warning for PR#5835 2013-02-19 03:12:36 +00:00
typeclass.mli Merge short-paths into a fresh branch of trunk. 2013-01-29 14:21:12 +00:00
typecore.ml Cleanup + support attributes on type declarations (syntax: type t = ... with (:a1 expr1) (:a2 expr2) ... (:an exprn)). 2013-03-01 12:44:04 +00:00
typecore.mli First version with attributes and extensions on expressions, type expressions and structure items. 2013-02-28 16:51:59 +00:00
typedecl.ml Merge short-paths into a fresh branch of trunk. 2013-01-29 14:21:12 +00:00
typedecl.mli Merge short-paths into a fresh branch of trunk. 2013-01-29 14:21:12 +00:00
typedtree.ml Stop keeping a Path.t to refer to labels and constructors in the Typedtree AST. This is not used internally and it is not a robust way to identify these objects unambiguously anyway 2012-10-24 12:03:00 +00:00
typedtree.mli Remove unused (and wrong) value declaration. 2012-12-04 16:25:37 +00:00
typedtreeIter.ml Stop keeping a Path.t to refer to labels and constructors in the Typedtree AST. This is not used internally and it is not a robust way to identify these objects unambiguously anyway 2012-10-24 12:03:00 +00:00
typedtreeIter.mli clean up TABs and whitespace 2012-07-30 18:04:46 +00:00
typedtreeMap.ml Stop keeping a Path.t to refer to labels and constructors in the Typedtree AST. This is not used internally and it is not a robust way to identify these objects unambiguously anyway 2012-10-24 12:03:00 +00:00
typedtreeMap.mli add some missing copyright headers 2012-08-02 08:17:59 +00:00
typemod.ml Cleanup + support attributes on type declarations (syntax: type t = ... with (:a1 expr1) (:a2 expr2) ... (:an exprn)). 2013-03-01 12:44:04 +00:00
typemod.mli First version with attributes and extensions on expressions, type expressions and structure items. 2013-02-28 16:51:59 +00:00
types.ml Stop keeping a Path.t to refer to labels and constructors in the Typedtree AST. This is not used internally and it is not a robust way to identify these objects unambiguously anyway 2012-10-24 12:03:00 +00:00
types.mli Stop keeping a Path.t to refer to labels and constructors in the Typedtree AST. This is not used internally and it is not a robust way to identify these objects unambiguously anyway 2012-10-24 12:03:00 +00:00
typetexp.ml Cleanup + support attributes on type declarations (syntax: type t = ... with (:a1 expr1) (:a2 expr2) ... (:an exprn)). 2013-03-01 12:44:04 +00:00
typetexp.mli First version with attributes and extensions on expressions, type expressions and structure items. 2013-02-28 16:51:59 +00:00