Skip to content

Commit

Permalink
tweak README
Browse files Browse the repository at this point in the history
  • Loading branch information
v-gb committed Jun 25, 2024
1 parent 1154e68 commit ddec21c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# What it does

ppx_partial is a preprocessor that makes it possible to do partial applications
on any parameter of a function, not necessarily the last unlabelled one:
that omit any parameter of a function, rather than necessarily a suffix of unlabelled arguments with currying:

```ocaml
something_that_returns_a_string ()
Expand Down

0 comments on commit ddec21c

Please sign in to comment.