PPrint 1.4.1
See the version list below for details.
dotnet add package PPrint --version 1.4.1
NuGet\Install-Package PPrint -Version 1.4.1
<PackageReference Include="PPrint" Version="1.4.1" />
paket add PPrint --version 1.4.1
#r "nuget: PPrint, 1.4.1"
// Install PPrint as a Cake Addin #addin nuget:?package=PPrint&version=1.4.1 // Install PPrint as a Cake Tool #tool nuget:?package=PPrint&version=1.4.1
A pretty printing library for F# based on Wadler's and Leijen's work.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages (3)
Showing the top 3 NuGet packages that depend on PPrint:
Package | Downloads |
---|---|
FsLibTool
A tool that simply generates a nice doc file for a project's .fsi files |
|
Infers.Toys
Infers.Toys provides a collection of more or less experimental datatype generic functions for F#. The primary focus of Infers.Toys is to demonstrate possibilities rather than to provide the best possible implementations. The documentation of individual generic functions typically mention known limitations, if any. Pull requests are welcome! |
|
PPrint.Console
PPrint extensions for printing to console. |
GitHub repositories
This package is not used by any popular GitHub repositories.
1.4.0: Renamed catWith -> joinWith. Added joinSep.
1.3.0: Switched to framework 4.5 (was 4.5.1).
1.3.0: Minor additions.
1.2.0: Added support for user attributes; Fixed println to output the newline.
1.1.0: Added nestBy; Minor optimization; Fixed sequence order bug due to translation from SML.