Asllib.TypingSourceThe Typing module is yet a single-entry-point module. It only exports the function annotate_ast which fills type-annotations holes in the AST. It should provide enough information to disambiguate any type-dependent behaviour.
Possible strictness of type-checking.
val type_and_run :
?instrumentation:bool ->
AST.t ->
int * Instrumentation.semantics_rule list