Skip to content

Commit

Permalink
some code cleaning and complexity improvements (#7133)
Browse files Browse the repository at this point in the history
* do not use `and` for non mutually recursive types

* use List.init, fix complexity of a few operations and make some code
more readable

* explicit some parameters to make working without LSP/Merlin easier

* use fold_left instead of filteri because it is not available on old
OCaml versions
  • Loading branch information
zapashcanon committed Feb 29, 2024
1 parent 2880ea3 commit 91886da
Show file tree
Hide file tree
Showing 2 changed files with 126 additions and 126 deletions.
Loading

0 comments on commit 91886da

Please sign in to comment.