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
- Host: GitHub
- URL: https://github.com/stevegilham/fsharp-typeclasses.staticmethods
- Owner: SteveGilham
- License: apache-2.0
- Created: 2015-09-01T16:52:26.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2017-08-09T18:50:28.000Z (almost 9 years ago)
- Last Synced: 2025-01-16T00:57:38.541Z (over 1 year ago)
- Language: F#
- Homepage:
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.