mexx / FSharp.Core.NextVersion.Shim

This project provides a shim for library functions that will get available in the next FSharp.Core library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FSharp.Core.NextVersion.Shim

This project provides a shim for library functions that will get available in the next FSharp.Core library.

How to get

Reference with Paket

github mexx/FSharp.Core.NextVersion.Shim FSharp.Core.Shim.fs

What's inside

  • Regularized collection functions, like List.groupBy, for full list see Regular functional functions section
  • WebClient.AsyncDownloadFile and WebClient.AsyncDownloadData
  • String.filter and Option.filter
  • tryUnbox and isNull operators
  • Option.toNullable, Option.ofNullable, Option.ofObj and Option.toObj

Build status

BuildScript Status of last build
Mono build.sh Travis build status
Windows build.cmd AppVeyor Build status

License

The Apache License, Version 2.0

About

This project provides a shim for library functions that will get available in the next FSharp.Core library.

License:Other


Languages

Language:F# 97.4%Language:C# 2.0%Language:Shell 0.6%