ModinternSourceModule internalization errors
Module expressions and module types are interpreted relatively to possible functor or functor signature arguments. When the input kind is ModAny (i.e. module or module type), we tries to interprete this ast as a module, and in case of failure, as a module type. The returned kind is never ModAny, and it is equal to the input kind when this one isn't ModAny.
val interp_module_ast :
Environ.env ->
module_kind ->
Constrexpr.module_ast ->
Entries.module_struct_entry * module_kind * Univ.ContextSet.t