Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Prev Previous commit
Next Next commit
fix long lines committed through GitHub web UI
  • Loading branch information
ncik-roberts committed Oct 16, 2023
commit 90c46ff4c6c422ec1ce3cf394e6e64aa8ebfec49
8 changes: 4 additions & 4 deletions lambda/lambda.mli
Original file line number Diff line number Diff line change
Expand Up @@ -272,10 +272,10 @@ type function_attribute = {
is_a_functor: bool;
stub: bool;
tmc_candidate: bool;
(* [simplif.ml] (in the `simplif` function within `simplify_lets`) attempts to fuse
nested functions, rewriting e.g. [fun x -> fun y -> e] to [fun x y -> e]. This
fusion is allowed only when the [may_fuse_arity] field on *both* functions
involved is [true]. *)
(* [simplif.ml] (in the `simplif` function within `simplify_lets`) attempts to
fuse nested functions, rewriting e.g. [fun x -> fun y -> e] to
[fun x y -> e]. This fusion is allowed only when the [may_fuse_arity] field
on *both* functions involved is [true]. *)
may_fuse_arity: bool;
}

Expand Down