Add extension to System.Type that returns the name of type including generic arguments in a nice readable format. It returns only short names of generic type and type arguments.
21 people like thisPosted: 13 years ago by Tomas Petricek
Formatting a Timespan to something fully descriptive and user friendly.
4 people like thisPosted: 9 years ago by Gauthier Segay
Staged typed formatting, based on http://okmij.org/ftp/ML/GADT.txt, https://www.cl.cam.ac.uk/~jdy22/papers/modular-macros.pdf
0 people like thisPosted: 7 years ago by NIck Palladinos
Disable printf based on some condition
41 people like thisPosted: 13 years ago by Laurent
Do you want to format F# snippets, but cannot easily run the F# Formatting library as part of your documentation processing? We just added F# Formatting as a service (FAAS!) API to the F# Snippets. This code snippet shows how to call the service.
2 people like thisPosted: 8 years ago by Tomas Petricek
Demonstration of FSI/printer behavior in the presence of ToString and StructuredFormatDisplayAttribute
1 people like thisPosted: 5 years ago by Mark Laws