10,571 reputation
11427
bio website v2matveev.blogspot.com
location Redmond, WA
age 30
visits member for 3 years, 3 months
seen 3 hours ago
stats profile views 710

F# team dev


1d
comment F# System.TypeInitializationException… why?
What is inner exception in TypeInitializationException?
May
16
answered Linq Include helper function for f# style pipelining
May
7
comment Decompile a simple recursive function and get a loop with unnecessary code
+1 to kvb's point. Check this: gist.github.com/v2m/5530153 - JIT optimizes out manipulations with stack.
May
7
revised Generated Types Provider working example
deleted 4 characters in body
May
6
answered Generated Types Provider working example
Apr
13
comment Why default arguments in F# (FSharpOption<T>) are reference types?
For the sake of completeness: Option is annotated with msdn.microsoft.com/en-us/library/ee370528.aspx, so if argument is omitted - None=null will be passed instead.
Mar
22
awarded  Enlightened
Mar
22
awarded  Nice Answer
Mar
2
revised Emitting Generated Types in F# type providers
added 1 characters in body
Feb
26
answered Emitting Generated Types in F# type providers
Feb
11
awarded  Yearling
Feb
10
awarded  Enlightened
Feb
10
awarded  Nice Answer
Feb
9
answered Strange behavior of %A format with non-public discriminated unions
Jan
26
comment How to solve this interop issue regarding out and tuple form?
Lib.T.TryParse ("1,2,3", (fun s r -> System.Int32.TryParse(s, r)), ',') ?
Jan
25
revised How to solve this interop issue regarding out and tuple form?
added 603 characters in body
Jan
25
answered How to solve this interop issue regarding out and tuple form?
Jan
16
comment F# WSDL Type Provider and Confluence
try this one: gist.github.com/4550877
Jan
16
comment F# cube root unit of measure
IMO using LanguagePrimitives.FloatWithMeasure instead of unbox will be more descriptive (and -1 boxing operation)
Jan
15
answered F# WSDL Type Provider and Confluence