diff options
Diffstat (limited to 'API/API.ml')
| -rw-r--r-- | API/API.ml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/API/API.ml b/API/API.ml index 32c664d7b1..08efdfa871 100644 --- a/API/API.ml +++ b/API/API.ml @@ -201,4 +201,9 @@ module Entries = | DefinitionEntry of 'a definition_entry | ParameterEntry of parameter_entry | ProjectionEntry of projection_entry + type module_struct_entry = Declarations.module_alg_expr + type module_params_entry = + (Names.MBId.t * module_struct_entry) list + type module_type_entry = module_params_entry * module_struct_entry + end |
