Skip to content

Commit

Permalink
Clarify TODO.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Julow committed Oct 3, 2024
1 parent 694514a commit 7c93e9a
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,11 @@ Function cases started wrapping after infix:
Argument list of a `fun` started breaking:

```
let new_specialised_args =
Variable.Map.mapi
- (fun new_inner_var (definition : Definition.t) :
- Flambda.specialised_to ->
+ (fun
+ new_inner_var
+ (definition : Definition.t)
+ :
+ Flambda.specialised_to
+ ->
let new_specialised_args =
Variable.Map.mapi
(fun new_inner_var______ (definition : Definition.t) :
Flambda.specialised_to -> ())
foo
```

Argument list of a `fun` changed indentation:
Expand Down

0 comments on commit 7c93e9a

Please sign in to comment.