Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in f#

Getting F# tests to be detected by Visual Studio 2013 Express for Desktop

SEHException on OleDb connection open

c# ms-access f# oledb

compare working differently with generics involved

generics f# comparison

Omit 'do!' in computation expression

f#

Are there plans to support "type providers" for Scala's SIQ (ScalaIntegratedQuery) like in F#?

Why isn't a CancellationToken included in the Task<T> monad?

Why does my F# project build locally but fail on Travis?

.net f# travis-ci

Call F# function from C# passing function as a parameter

c# f#

When writing F# for Fable, when should I use async and when should I use promise?

f# fable-f#

F# equivalent to Eval

.net f# lisp eval

Inconsistent behaviour between (+) and (-) when using 'inline' and quotation evaluation

f# inline quotations

Why is -1L * -9223372036854775808L == -9223372036854775808L

c# .net math f# binary

How does F# know that bitArray elements are bool while enumerating in seq builder?

f#

What is the purpose of the F# string concatenation operator ^

.net f#

Is replacing a list element an anti-pattern?

list f# anti-patterns

η-expansion in a pure functional language

does a tee function exist somewhere in F# library?

f#

Turn list of Result into Result of list inside a computation expression?

f# computation-expression

Purpose of a single case discriminated union

Why processing arrays in F# is faster than lists

arrays list f#