Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in f#

F# Unit of Measure, Casting without losing the measure type

How can I duplicate the F# discriminated union type in C#?

c# f# discriminated-union

Expression<Func<T, bool>> from a F# func

linq f#

How to make a list of lists into single list F#

f#

Run F# code in C# - (Like C# in C# using Roslyn)

c# .net f# roslyn

Pattern matching multiple variables

f# pattern-matching tuples

Infinite main loop in F#

What areas of code are you using f# for? [closed]

F# Optional Record Field

f# record optional option-type

Scalability of the .NET 4 garbage collector

Seq.iter vs for - what difference?

f#

Why does the pipe operator work?

f#

How to code a "retry" logic (with only 1 iteration) in F# without mutable vars?

f# refactoring

F# Static Methods In Class

f# static function class

Is it possible that F# will be optimized more than other .Net languages in the future?

How do you curry the 2nd (or 3rd, 4th, ...) parameter in F# or any functional language?

Can discriminated unions refer to each other?

F# Serialization of Record types

Calculating permutations in F#

algorithm f# permutation

Should I use new Type() or just Type() for calling a constructor

f# coding-style constructor