thinkbeforecoding / Fargo

A functional command line argument parser with builtin completion.
33 stars 7 forks source link

docs vs operator? #4

Closed jcmrva closed 8 months ago

jcmrva commented 9 months ago

The |~> operator is shown in the docs, but I don't see it in the code.

thinkbeforecoding commented 8 months ago

Oops, my bad. |~> is actuall |>> to take the same "map to constant" operator than FParsec.

I changed it in the documentation