From da5b9c1612c46a452935f3e00efbabde8a8edf8d Mon Sep 17 00:00:00 2001 From: Gabriel Alfour Date: Sat, 9 May 2020 20:15:33 +0000 Subject: [PATCH] Remove erroneous comment --- src/passes/9-self_ast_typed/recompute_environment.ml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/passes/9-self_ast_typed/recompute_environment.ml b/src/passes/9-self_ast_typed/recompute_environment.ml index 417bbd059..4124038c2 100644 --- a/src/passes/9-self_ast_typed/recompute_environment.ml +++ b/src/passes/9-self_ast_typed/recompute_environment.ml @@ -13,12 +13,6 @@ open Ast_typed environments to `Ast_typed` with embedded environments. *) -(* - BAD! - This representation a quadratic amount of space. As environments are - linear in the size of the program, and there is a linear number of them. -*) - let rec expression : environment -> expression -> expression = fun env expr -> (* Standard helper functions to help with the fold *) let return ?(env' = env) content = {