Skip to content
View SLAVONchick's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report SLAVONchick

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. tryParse srtp function tryParse srtp function
    1
    open System
    2
    
                  
    3
    let inline tryParse s =
    4
        let mutable tmp = Unchecked.defaultof<_>
    5
        if ( ^a : (static member TryParse : string * byref< ^a> -> bool ) (s, &tmp) )
  2. Write JSONs in F#! Write JSONs in F#!
    1
    open System.Collections.Generic
    2
    open Quotations.Patterns
    3
    let inline ( ==> ) a b = KeyValuePair(a, b)
    4
    
                  
    5
    let isCall = function Call _ -> true | _ -> false
  3. TaskBuilder.fs TaskBuilder.fs Public

    Forked from rspeele/TaskBuilder.fs

    F# computation expression builder for System.Threading.Tasks

    F#

  4. idris-tdd-solutions idris-tdd-solutions Public

    Solutions for exercizes from Type Drive Development in Idris

    Idris

  5. database database Public

    PLpgSQL

  6. famil.io famil.io Public

    A simple easy to use task tracker for family.

    F#