Highlights
- Pro
Pinned Loading
-
tryParse srtp function
tryParse srtp function 1open System
23let inline tryParse s =
4let mutable tmp = Unchecked.defaultof<_>
5if ( ^a : (static member TryParse : string * byref< ^a> -> bool ) (s, &tmp) )
-
Write JSONs in F#!
Write JSONs in F#! 1open System.Collections.Generic
2open Quotations.Patterns
3let inline ( ==> ) a b = KeyValuePair(a, b)
45let isCall = function Call _ -> true | _ -> false
-
TaskBuilder.fs
TaskBuilder.fs PublicForked from rspeele/TaskBuilder.fs
F# computation expression builder for System.Threading.Tasks
F#
-
idris-tdd-solutions
idris-tdd-solutions PublicSolutions for exercizes from Type Drive Development in Idris
Idris
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.