ocaml/typing
Leo White 3b42d0ac8e Avoid rechecking functor applications
Take advantage of the existing functor application cache to avoid
repeating checks that a functor application is valid.
2020-04-23 17:02:47 +01:00
..
HACKING.adoc Remove non-ASCII characters 2017-10-25 23:54:39 +01:00
TODO.md Deprecate -annot (#2141) 2020-03-13 12:59:34 +01:00
annot.mli Update headers for the new license. 2016-02-18 16:59:16 +01:00
btype.ml extract_label: return an option instead of raising 2020-04-18 11:01:52 +02:00
btype.mli extract_label: return an option instead of raising 2020-04-18 11:01:52 +02:00
cmt2annot.ml Deprecate -annot (#2141) 2020-03-13 12:59:34 +01:00
ctype.ml Merge pull request #8934 from trefis/usage 2020-03-06 16:49:44 +01:00
ctype.mli Relax the handling of explicit polymorphic types 2020-01-20 13:48:16 +00:00
datarepr.ml Add a unique id to every signature item 2020-03-05 13:34:12 +01:00
datarepr.mli Add a unique id to every signature item 2020-03-05 13:34:12 +01:00
env.ml Avoid rechecking functor applications 2020-04-23 17:02:47 +01:00
env.mli disambiguation for extension constructors 2020-04-03 16:05:23 +02:00
envaux.ml Deprecate -annot (#2141) 2020-03-13 12:59:34 +01:00
envaux.mli Update headers for the new license. 2016-02-18 16:59:16 +01:00
ident.ml Avoid polymorphic compare in Ident 2020-03-04 14:41:42 +00:00
ident.mli Refactor load path management and initial environment 2019-01-30 16:36:38 +00:00
includeclass.ml Pack error messages to boxes 2019-08-14 22:51:35 +03: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 use uid for usage warnings 2020-03-05 13:35:12 +01:00
includecore.mli Add support for [@@immediate64] 2019-09-24 07:56:15 +01:00
includemod.ml use uid for usage warnings 2020-03-05 13:35:12 +01:00
includemod.mli Short circuit simple inclusion checks 2020-03-04 15:20:32 +00:00
mtype.ml Add a unique id to every signature item 2020-03-05 13:34:12 +01:00
mtype.mli Mtype.freshen: take an explicit scope 2019-04-16 10:56:05 +01:00
oprint.ml a better representation for modules with no name (#8908) 2019-10-09 14:15:37 +01:00
oprint.mli Printing additional info about types mismatch during compilation error. 2019-07-30 09:51:02 +01:00
outcometree.mli a better representation for modules with no name (#8908) 2019-10-09 14:15:37 +01:00
parmatch.ml parmatch: Pattern_head.arity 2020-04-18 11:08:12 +02:00
parmatch.mli parmatch: Pattern_head.arity 2020-04-18 11:08:12 +02:00
path.ml Fix wrong calls to Env.normalize_path on non-module paths (#2131) 2018-11-22 16:07:15 +01:00
path.mli review 2020-01-29 10:00:15 +01:00
persistent_env.ml Merge pull request #9219 from kit-ty-kate/extra-space-error 2020-01-01 18:42:44 +01:00
persistent_env.mli Fixing misspellings 2019-05-21 10:23:27 +02:00
predef.ml Add a unique id to every signature item 2020-03-05 13:34:12 +01:00
predef.mli Refactor environment lookup functions 2019-08-15 15:56:50 +01:00
primitive.ml Merge pull request #9212 from kit-ty-kate/fix-dynlink 2020-01-09 15:28:38 +01:00
primitive.mli Move some code from Asmgen to the middle end directory etc. (#2288) 2019-05-10 15:11:22 +02:00
printpat.ml Annotated Asttypes.constant's string with content location. 2019-11-13 16:08:40 +01:00
printpat.mli split patterns into "value patterns" and "computation patterns" 2019-10-31 13:29:16 +01:00
printtyp.ml Merge pull request #8934 from trefis/usage 2020-03-06 16:49:44 +01:00
printtyp.mli Apply short-paths to an additional case 2020-03-05 09:44:18 +00:00
printtyped.ml -dno-locations: hide source locations (and debug events) from IR dumps 2020-01-09 15:25:16 +01:00
printtyped.mli Update headers for the new license. 2016-02-18 16:59:16 +01:00
rec_check.ml Fix Rec_check for let module _ = .. 2020-01-24 14:17:42 +01: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 split patterns into "value patterns" and "computation patterns" 2019-10-31 13:29:16 +01:00
stypes.mli split patterns into "value patterns" and "computation patterns" 2019-10-31 13:29:16 +01:00
subst.ml Make substitution of type functions more robust 2020-04-18 08:02:02 +01:00
subst.mli Short circuit simple inclusion checks 2020-03-04 15:20:32 +00:00
tast_iterator.ml typedtree: make the Tpat_value argument a private synonym 2019-10-31 13:29:28 +01:00
tast_iterator.mli split patterns into "value patterns" and "computation patterns" 2019-10-31 13:29:16 +01:00
tast_mapper.ml typedtree: make the Tpat_value argument a private synonym 2019-10-31 13:29:28 +01:00
tast_mapper.mli split patterns into "value patterns" and "computation patterns" 2019-10-31 13:29:16 +01:00
type_immediacy.ml Add support for [@@immediate64] 2019-09-24 07:56:15 +01:00
type_immediacy.mli Add support for [@@immediate64] 2019-09-24 07:56:15 +01:00
typeclass.ml Typeclass.type_args rewrite in the same way 2020-04-18 11:01:52 +02:00
typeclass.mli Extend `open` to arbritrary module expressions in structures and to 2018-11-26 16:20:37 +00:00
typecore.ml illegal commutation: more information in error message 2020-04-18 11:09:32 +02:00
typecore.mli illegal commutation: more information in error message 2020-04-18 11:09:32 +02:00
typedecl.ml use uid for usage warnings 2020-03-05 13:35:12 +01:00
typedecl.mli typedecl: use the new Separability implementation, remove old code 2020-01-28 12:09:33 +01:00
typedecl_immediacy.ml Add support for [@@immediate64] 2019-09-24 07:56:15 +01:00
typedecl_immediacy.mli Add support for [@@immediate64] 2019-09-24 07:56:15 +01:00
typedecl_properties.ml Typedecl: split abstract properties to a separate unit Typedecl_properties 2018-11-23 12:03:11 +01:00
typedecl_properties.mli Added missing headers in [typing/typedecl_*.mli]. 2018-11-24 00:06:26 +01:00
typedecl_separability.ml typedecl_separability: handle GADT equations in a more predictable order 2020-01-28 13:56:23 +01:00
typedecl_separability.mli changes from review comments 2020-01-28 13:56:23 +01:00
typedecl_unboxed.ml Add support for [@@immediate64] 2019-09-24 07:56:15 +01:00
typedecl_unboxed.mli Add header to typedecl_unboxed.mli 2019-09-24 10:24:46 +01:00
typedecl_variance.ml Changed to using a Variant for the Variance, instead of a bare int 2019-08-09 12:03:28 -07:00
typedecl_variance.mli Changed to using a Variant for the Variance, instead of a bare int 2019-08-09 12:03:28 -07:00
typedtree.ml typedtree: make the pat_desc field of patterns immutable 2019-11-07 14:41:59 +01:00
typedtree.mli typedtree.mli: un-open Types 2020-03-05 13:34:12 +01:00
typemod.ml Treat `open struct` as `include struct` in toplevel 2020-04-23 10:51:44 +01:00
typemod.mli Remove support for compiler plugins (#2276) 2019-03-13 11:46:37 +01:00
typeopt.ml Keep more type information in Lambda (#2156) 2018-11-23 15:34:05 +01:00
typeopt.mli Keep more type information in Lambda (#2156) 2018-11-23 15:34:05 +01:00
types.ml Uid.reinit 2020-03-05 14:20:04 +01:00
types.mli Uid.reinit 2020-03-05 14:20:04 +01:00
typetexp.ml Merge pull request #9185 from hhugo/fix-unused-open 2020-01-10 09:49:02 +01:00
typetexp.mli Refactor environment lookup functions 2019-08-15 15:56:50 +01:00
untypeast.ml Annotated Asttypes.constant's string with content location. 2019-11-13 16:08:40 +01:00
untypeast.mli split patterns into "value patterns" and "computation patterns" 2019-10-31 13:29:16 +01:00