Simplee.Common
1.0.4
See the version list below for details.
dotnet add package Simplee.Common --version 1.0.4
NuGet\Install-Package Simplee.Common -Version 1.0.4
<PackageReference Include="Simplee.Common" Version="1.0.4" />
<PackageVersion Include="Simplee.Common" Version="1.0.4" />
<PackageReference Include="Simplee.Common" />
paket add Simplee.Common --version 1.0.4
#r "nuget: Simplee.Common, 1.0.4"
#:package Simplee.Common@1.0.4
#addin nuget:?package=Simplee.Common&version=1.0.4
#tool nuget:?package=Simplee.Common&version=1.0.4
Common functionality which can be used in FSharp projects. The library exposes active patterns for comparison operations, numerals, strings. It has a Result monad and its builder for computation expressions.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 is compatible. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
-
.NETCoreApp 2.0
- FSharp.Core (>= 4.3.3)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Simplee.Common:
| Package | Downloads |
|---|---|
|
Simplee.Goa
Lambda calculus implementation using FSharp. The library exposes the classic combinators, boolean algebra, numeral agebra using Church numerals, pairs algebra. Combinators: S, K, I, M, KI, C, B, Th, B1, V Boolean: GTrue, GFalse, GAnd, GOr, GBeq Numerals: G0, G1, G2, GSucc, GPred, GAdd, GSum, GMul, GPow, LEq, Eq, Gr Pairs: GPair, GFst, GSnd, GPhi |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated | |
|---|---|---|---|
| 1.0.13 | 2,228 | 3/18/2018 | |
| 1.0.12 | 1,870 | 3/15/2018 | |
| 1.0.11 | 3,339 | 3/2/2018 | |
| 1.0.10 | 2,247 | 3/1/2018 | |
| 1.0.9 | 2,190 | 2/27/2018 | |
| 1.0.8 | 2,256 | 2/27/2018 | |
| 1.0.7 | 2,097 | 2/26/2018 | |
| 1.0.6 | 1,997 | 2/26/2018 | |
| 1.0.5 | 2,071 | 2/21/2018 | |
| 1.0.4 | 2,101 | 2/11/2018 | |
| 1.0.3 | 2,141 | 2/11/2018 | |
| 1.0.2 | 3,053 | 1/29/2018 | |
| 1.0.1 | 2,299 | 1/26/2018 | |
| 1.0.0 | 2,077 | 1/26/2018 |
Added IsAllCaps, IsInt, IsDate, IsBool patterns for strings