.. |
annot.mli
|
renaming of Objective Caml to OCaml and cleanup of copyright headers
|
2011-07-27 14:17:02 +00:00 |
btype.ml
|
merge branches/gadts-devel
|
2011-11-24 09:02:48 +00:00 |
btype.mli
|
merge branches/gadts-devel
|
2011-11-24 09:02:48 +00:00 |
ctype.ml
|
fix PR#5450
|
2011-12-27 08:52:45 +00:00 |
ctype.mli
|
fix PR#5450
|
2011-12-27 08:52:45 +00:00 |
datarepr.ml
|
merge branches/gadts-devel
|
2011-11-24 09:02:48 +00:00 |
datarepr.mli
|
merge branches/gadts
|
2011-07-29 10:32:43 +00:00 |
env.ml
|
New warning for unused constructors.
|
2012-01-12 11:24:30 +00:00 |
env.mli
|
New warning for unused constructors.
|
2012-01-12 11:24:30 +00:00 |
ident.ml
|
renaming of Objective Caml to OCaml and cleanup of copyright headers
|
2011-07-27 14:17:02 +00:00 |
ident.mli
|
renaming of Objective Caml to OCaml and cleanup of copyright headers
|
2011-07-27 14:17:02 +00:00 |
includeclass.ml
|
renaming of Objective Caml to OCaml and cleanup of copyright headers
|
2011-07-27 14:17:02 +00:00 |
includeclass.mli
|
renaming of Objective Caml to OCaml and cleanup of copyright headers
|
2011-07-27 14:17:02 +00:00 |
includecore.ml
|
New warning for unused constructors.
|
2012-01-12 11:24:30 +00:00 |
includecore.mli
|
renaming of Objective Caml to OCaml and cleanup of copyright headers
|
2011-07-27 14:17:02 +00:00 |
includemod.ml
|
Detected unused type declarations. A type declaration can be used (1) through an explicit reference, (2) during signature comparison, or (3) because one of the labels or fields it defines are referenced.
|
2011-12-22 15:42:40 +00:00 |
includemod.mli
|
Shorter error messages for modules
|
2011-10-20 05:49:38 +00:00 |
mtype.ml
|
fix PR#5469
|
2012-01-10 03:01:50 +00:00 |
mtype.mli
|
renaming of Objective Caml to OCaml and cleanup of copyright headers
|
2011-07-27 14:17:02 +00:00 |
oprint.ml
|
fix PR#5449
|
2011-12-28 02:22:38 +00:00 |
oprint.mli
|
renaming of Objective Caml to OCaml and cleanup of copyright headers
|
2011-07-27 14:17:02 +00:00 |
outcometree.mli
|
merge branches/gadts
|
2011-07-29 10:32:43 +00:00 |
parmatch.ml
|
merge branches/gadts-devel
|
2011-11-24 09:02:48 +00:00 |
parmatch.mli
|
merge branches/gadts
|
2011-07-29 10:32:43 +00:00 |
path.ml
|
#5438: fix bug reported by Boris Yakobowski; the local type name corresponding to a Path.t was not correctly computed.
|
2012-01-12 09:16:26 +00:00 |
path.mli
|
#5438: fix bug reported by Boris Yakobowski; the local type name corresponding to a Path.t was not correctly computed.
|
2012-01-12 09:16:26 +00:00 |
predef.ml
|
merge branches/located_errors
|
2011-10-21 03:26:35 +00:00 |
predef.mli
|
renaming of Objective Caml to OCaml and cleanup of copyright headers
|
2011-07-27 14:17:02 +00:00 |
primitive.ml
|
renaming of Objective Caml to OCaml and cleanup of copyright headers
|
2011-07-27 14:17:02 +00:00 |
primitive.mli
|
renaming of Objective Caml to OCaml and cleanup of copyright headers
|
2011-07-27 14:17:02 +00:00 |
printtyp.ml
|
fix PR#5449
|
2011-12-28 02:22:38 +00:00 |
printtyp.mli
|
renaming of Objective Caml to OCaml and cleanup of copyright headers
|
2011-07-27 14:17:02 +00:00 |
stypes.ml
|
renaming of Objective Caml to OCaml and cleanup of copyright headers
|
2011-07-27 14:17:02 +00:00 |
stypes.mli
|
renaming of Objective Caml to OCaml and cleanup of copyright headers
|
2011-07-27 14:17:02 +00:00 |
subst.ml
|
merge branches/gadts-devel
|
2011-11-24 09:02:48 +00:00 |
subst.mli
|
renaming of Objective Caml to OCaml and cleanup of copyright headers
|
2011-07-27 14:17:02 +00:00 |
typeclass.ml
|
Synchronize with trunk.
|
2012-01-18 08:31:11 +00:00 |
typeclass.mli
|
renaming of Objective Caml to OCaml and cleanup of copyright headers
|
2011-07-27 14:17:02 +00:00 |
typecore.ml
|
cleaner fix of PR#5490
|
2012-01-21 03:40:37 +00:00 |
typecore.mli
|
#5358: package types allow constraints on typed in sub-modules. Camlp4 compiles but does not support this new feature yet.
|
2011-12-14 10:26:15 +00:00 |
typedecl.ml
|
Synchronize with trunk.
|
2012-01-18 08:31:11 +00:00 |
typedecl.mli
|
merge branches/located_errors
|
2011-10-21 03:26:35 +00:00 |
typedtree.ml
|
Remove unused constructors in the AST: Cf_let, Pcf_let.
|
2011-12-28 13:27:07 +00:00 |
typedtree.mli
|
Synchronize with trunk.
|
2012-01-18 08:31:11 +00:00 |
typemod.ml
|
Replace existing warnings 26, 27, trying to preserve their semantics.
|
2011-12-29 17:49:58 +00:00 |
typemod.mli
|
#5358: package types allow constraints on typed in sub-modules. Camlp4 compiles but does not support this new feature yet.
|
2011-12-14 10:26:15 +00:00 |
types.ml
|
#5358: package types allow constraints on typed in sub-modules. Camlp4 compiles but does not support this new feature yet.
|
2011-12-14 10:26:15 +00:00 |
types.mli
|
#5358: package types allow constraints on typed in sub-modules. Camlp4 compiles but does not support this new feature yet.
|
2011-12-14 10:26:15 +00:00 |
typetexp.ml
|
#5358: package types allow constraints on typed in sub-modules. Camlp4 compiles but does not support this new feature yet.
|
2011-12-14 10:26:15 +00:00 |
typetexp.mli
|
#5358: package types allow constraints on typed in sub-modules. Camlp4 compiles but does not support this new feature yet.
|
2011-12-14 10:26:15 +00:00 |