An open API service indexing awesome lists of open source software.

https://github.com/stevegilham/fsharp-typeclasses.staticmethods

Automatically exported from code.google.com/p/fsharp-typeclasses.staticmethods; use the roll-up fork in https://github.com/SteveGilham/fsharp-typeclasses by preference, branch typeclasses.staticmethods
https://github.com/stevegilham/fsharp-typeclasses.staticmethods

Last synced: 2 months ago
JSON representation

Automatically exported from code.google.com/p/fsharp-typeclasses.staticmethods; use the roll-up fork in https://github.com/SteveGilham/fsharp-typeclasses by preference, branch typeclasses.staticmethods

Awesome Lists containing this project

README

          

### About fsharp-typeclasses

This is a convenience/archival export of a library from GoogleCode. The active successor project to this one is gusty's [FSharpPlus (F#+)](https://github.com/gusty/FSharpPlus) here on GitHub.

### What license applies to this code

[Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0)

### Basic How-To

The original ReadMe.txt reads as follows

> To open this project:
>
> 1. Open and Compile /InlineHelper/InlineHelper.fsproj with F# 3.0 then copy InlineHelper.dll to /lib/ : Alternatively or if you don't have F# 3.0 you can download InlineHelper.dll from http://fsharp-typeclasses.googlecode.com/files/fsharp-typeclasses-r118.zip
>
> 2. Open the project file fsharp-typeclasses.fsproj
>
> 3. Have a look at Scripts.fsx for sample code.

*Note:* The link to Google Code no longer functions, but then you should be using a more recent F# these days, anyway.