Skip to content

Instantly share code, notes, and snippets.

@geandbe
Created December 19, 2013 03:38
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save geandbe/8034066 to your computer and use it in GitHub Desktop.
#if INTERACTIVE
let printf fmt =
Microsoft.FSharp.Core.Printf.eprintf fmt
let printfn fmt =
Microsoft.FSharp.Core.Printf.eprintfn fmt
#endif
@geandbe
Copy link
Author

geandbe commented Dec 19, 2013

Redirects F# formatted output into stderr instead of stdout; for use with --quiet FSI option

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment