Remove erroneous comment
This commit is contained in:
parent
98d49959b7
commit
da5b9c1612
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user