ocaml/typing
Alain Frisch 7baf33d6ad
Fix PR6638: add dedicated wrning for "unused open!" (#1110)
2018-11-09 13:41:34 +01:00
..
HACKING.adoc Remove non-ASCII characters 2017-10-25 23:54:39 +01:00
TODO.md Typo 2018-10-25 09:26:15 +02:00
annot.mli Update headers for the new license. 2016-02-18 16:59:16 +01:00
btype.ml Btype.set_{level,scope} only log actual changes 2018-10-05 11:00:54 +01:00
btype.mli always associate a scope to a type (previously it was optional) 2018-10-05 10:51:26 +01:00
cmi_format.ml Record the safe/unsafe_string mode in .cmi files. 2016-07-19 14:28:52 +02:00
cmi_format.mli Record the safe/unsafe_string mode in .cmi files. 2016-07-19 14:28:52 +02:00
cmt_format.ml Implement reviewer suggestions 2018-07-25 17:58:32 +02:00
cmt_format.mli Avoid rebuilding cmi_info record when creating .cmti files (#781) 2016-08-30 13:11:01 +02:00
ctype.ml unification trace: properly track universal variable renaming (#2135) 2018-11-06 09:33:47 +01:00
ctype.mli unification trace: properly track universal variable renaming (#2135) 2018-11-06 09:33:47 +01:00
datarepr.ml always associate a scope to a type (previously it was optional) 2018-10-05 10:51:26 +01:00
datarepr.mli Fix GPR#1204 (#1329) 2017-09-16 18:51:32 +09:00
env.ml Fix PR6638: add dedicated wrning for "unused open!" (#1110) 2018-11-09 13:41:34 +01:00
env.mli always associate a scope to a type (previously it was optional) 2018-10-05 10:51:26 +01:00
envaux.ml Envaux.env_from_summary: guard against failure to find module 2018-08-21 15:07:29 +05:30
envaux.mli Update headers for the new license. 2016-02-18 16:59:16 +01:00
ident.ml s/string_of_int/Int.to_string/g 2018-11-07 13:52:02 +01:00
ident.mli ident: better printing 2018-09-21 11:47:44 -04:00
includeclass.ml a type for unification traces 2018-10-17 17:27:16 +02:00
includeclass.mli Class declarations create a class type declaration in signature: no need to check twice. 2017-05-09 14:15:54 +02:00
includecore.ml more precise extension mismatch error messages 2018-08-09 10:18:54 +01:00
includecore.mli more precise extension mismatch error messages 2018-08-09 10:18:54 +01:00
includemod.ml Deprecate Pervasives (#1605) 2018-08-27 12:42:14 +01:00
includemod.mli more precise extension mismatch error messages 2018-08-09 10:18:54 +01:00
mtype.ml Fix MPR#7818 by removing local aliases in functor argument types (#2051) 2018-09-21 15:09:27 +09:00
mtype.mli Fix MPR#7818 by removing local aliases in functor argument types (#2051) 2018-09-21 15:09:27 +09:00
oprint.ml Move variable printer to Pprintast 2018-11-06 13:12:54 +01:00
oprint.mli Printtyp: minor refactoring of Path.t printing functions (#1988) 2018-08-14 15:32:05 +02:00
outcometree.mli PR#6416 et al.: injective mapping between identifiers and printed names (#1120) 2018-06-26 22:03:45 +02:00
parmatch.ml s/string_of_int/Int.to_string/g 2018-11-07 13:52:02 +01:00
parmatch.mli Deprecate Pervasives (#1605) 2018-08-27 12:42:14 +01:00
path.ml ident: better printing 2018-09-21 11:47:44 -04:00
path.mli ident: better printing 2018-09-21 11:47:44 -04:00
predef.ml always associate a scope to a type (previously it was optional) 2018-10-05 10:51:26 +01:00
predef.mli add `floatarray` type and primitives to prepare for -no-flat-float-array option 2017-09-15 18:24:36 +02:00
primitive.ml Location: significantly rework the code printing errors and warnings 2018-08-08 17:42:08 +02:00
primitive.mli Update headers for the new license. 2016-02-18 16:59:16 +01:00
printpat.ml allow exceptions under or-patterns 2018-07-16 10:41:55 +01:00
printpat.mli printpat: take formatter 2017-12-04 12:11:21 +00:00
printtyp.ml s/string_of_int/Int.to_string/g 2018-11-07 13:52:02 +01:00
printtyp.mli a type for unification traces 2018-10-17 17:27:16 +02:00
printtyped.ml parsetree.{row,object}_field: move attributes in the wrapper record 2018-08-20 19:57:47 +02:00
printtyped.mli Update headers for the new license. 2016-02-18 16:59:16 +01:00
rec_check.ml [minor] add rec_check.ml copyright info (as suggested by Damien) 2018-09-13 16:46:17 +02:00
rec_check.mli update to PR#1768: set proper header on rec_check.ml* 2018-06-04 16:44:02 +02:00
stypes.ml s/string_of_int/Int.to_string/g 2018-11-07 13:52:02 +01:00
stypes.mli Update headers for the new license. 2016-02-18 16:59:16 +01:00
subst.ml Revert "update locations for destructive substitutions" 2018-10-08 11:06:31 +01:00
subst.mli Revert "update locations for destructive substitutions" 2018-10-08 11:06:31 +01:00
tast_mapper.ml parsetree.{row,object}_field: move attributes in the wrapper record 2018-08-20 19:57:47 +02:00
tast_mapper.mli allow to attach @@ attributes on exceptions 2018-04-09 22:29:46 +01:00
typeclass.ml s/string_of_int/Int.to_string/g 2018-11-07 13:52:02 +01:00
typeclass.mli a type for unification traces 2018-10-17 17:27:16 +02:00
typecore.ml s/string_of_int/Int.to_string/g 2018-11-07 13:52:02 +01:00
typecore.mli a type for unification traces 2018-10-17 17:27:16 +02:00
typedecl.ml a type for unification traces 2018-10-17 17:27:16 +02:00
typedecl.mli a type for unification traces 2018-10-17 17:27:16 +02:00
typedtree.ml parsetree.{row,object}_field: move attributes in the wrapper record 2018-08-20 19:57:47 +02:00
typedtree.mli parsetree.{row,object}_field: move attributes in the wrapper record 2018-08-20 19:57:47 +02:00
typedtreeIter.ml parsetree.{row,object}_field: move attributes in the wrapper record 2018-08-20 19:57:47 +02:00
typedtreeIter.mli allow to attach @@ attributes on exceptions 2018-04-09 22:29:46 +01:00
typedtreeMap.ml parsetree.{row,object}_field: move attributes in the wrapper record 2018-08-20 19:57:47 +02:00
typedtreeMap.mli parsetree: make sure that all nodes that store attributes also store a location 2018-08-20 19:57:47 +02:00
typemod.ml remove useless List.rev (#2138) 2018-11-08 16:27:02 +01:00
typemod.mli manual: compiler-libs.mld -> compiler_libs.mld 2018-09-12 16:32:37 +02:00
typeopt.ml Fix lazy/float interaction when configured with -no-flat-float-array. (#1471) 2018-06-05 17:00:32 +02:00
typeopt.mli Fix lazy/float interaction when configured with -no-flat-float-array. (#1471) 2018-06-05 17:00:32 +02:00
types.ml always associate a scope to a type (previously it was optional) 2018-10-05 10:51:26 +01:00
types.mli always associate a scope to a type (previously it was optional) 2018-10-05 10:51:26 +01:00
typetexp.ml Move variable printer to Pprintast 2018-11-06 13:12:54 +01:00
typetexp.mli a type for unification traces 2018-10-17 17:27:16 +02:00
untypeast.ml s/string_of_int/Int.to_string/g 2018-11-07 13:52:02 +01:00
untypeast.mli allow to attach @@ attributes on exceptions 2018-04-09 22:29:46 +01:00