This commit is contained in:
Suzanne Dupéron 2020-01-29 17:37:10 +00:00
parent 821c980e3e
commit c534d6dff2
2 changed files with 0 additions and 4 deletions

View File

@ -19,8 +19,6 @@ and declaration =
* an expression *) * an expression *)
| Declaration_constant of (expression_variable * type_expression option * inline * expression) | Declaration_constant of (expression_variable * type_expression option * inline * expression)
(* | Macro_declaration of macro_declaration *)
and expr = expression and expr = expression
and lambda = { and lambda = {

View File

@ -15,8 +15,6 @@ and declaration =
* the environment after the declaration (i.e. with that new declaration added to the original environment). *) * the environment after the declaration (i.e. with that new declaration added to the original environment). *)
| Declaration_constant of (named_expression * inline * (full_environment * full_environment)) | Declaration_constant of (named_expression * inline * (full_environment * full_environment))
(* | Macro_declaration of macro_declaration *)
and environment_element_definition = and environment_element_definition =
| ED_binder | ED_binder
| ED_declaration of (annotated_expression * free_variables) | ED_declaration of (annotated_expression * free_variables)