We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This makes it hard to use. e.g.
#require "duration";; #require "fmt";; Fmt.pr "Timeout (%a) expired" Duration.pp (Duration.of_min 5);;
prints
Timeout (5 minutes ) expired
The text was updated successfully, but these errors were encountered:
thanks for the report, would you mind to try whether the pp branch (see #6) fixes the issue for you satisfactory?
pp
Sorry, something went wrong.
also, when using Format, it is advisable to open a box, i.e. Fmt.pr "@[Timeout (%a) expired@]" Duration.pp 23000000001L
Format
Fmt.pr "@[Timeout (%a) expired@]" Duration.pp 23000000001L
a6dc1f7
Merge pull request #6 from hannesm/pp
4196d59
don't emit extra space at end, fix #5
No branches or pull requests
This makes it hard to use. e.g.
prints
The text was updated successfully, but these errors were encountered: