Skip to content

Instantly share code, notes, and snippets.

@rleonid
Created August 6, 2015 20:59
Show Gist options
  • Save rleonid/8c06861c6114655adf5f to your computer and use it in GitHub Desktop.
Save rleonid/8c06861c6114655adf5f to your computer and use it in GitHub Desktop.
# let shorter_float_printer fr = Format.fprintf fr "%0.4f" ;;
val shorter_float_printer : Format.formatter -> float -> unit = <fun>
# #install_printer shorter_float_printer ;;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment