Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in f#

"nested if" versus "if and" performance using F#

Stackless trampoline Monad/Computation Expression

f# functional-programming

Trying to understand the Choice type in F#

Specifying assembly version in .fsproj for .NET core

f# .net-core

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