chunk_id
large_stringlengths
7
11
question_id
large_stringlengths
4
8
language
large_stringclasses
1 value
chunk_index
int64
0
5
chunk_text
large_stringlengths
128
2.78k
sparse_text
large_stringlengths
116
3.65k
dense_vector
listlengths
3.58k
3.58k
sparse_indices
listlengths
9
228
sparse_values
listlengths
9
228
export_source
large_stringclasses
1 value
18129331_c0
18129331
fsharp
0
Title: Seq.find returning 'a -> int instead of int Problem title: Seq.find returning 'a -> int instead of int Tags: functional-programming, f%23 Problem: Seq.find returning 'a -> int instead of int I'm new with F#. I'm trying to create an F# program transforming a number to its roman numeral counterpart...
Seq.find returning 'a -> int instead of int Seq.find returning 'a -> int instead of int functional-programming f%23 Seq.find RomanDigit Seq.toList Seq.concat Seq.find returning 'a -> int instead of int I'm new with F#. I'm trying to create an F# program transforming a number to its roman numeral counter...
[ -0.00421142578125, 0.007171630859375, 0.000576019287109375, 0.0128173828125, -0.00909423828125, -0.0040283203125, 0.000560760498046875, 0.01043701171875, 0.00098419189453125, -0.0172119140625, -0.00360107421875, -0.0166015625, -0.01544189453125, 0.0021514892578125, 0.01275634765625, -0...
[ 503, 864, 5, 111607, 30646, 214, 3768, 11, 20, 5386, 23, 18, 64457, 111, 123309, 28966, 1238, 3742, 12610, 14055, 15769, 188, 154663, 2271, 4460, 242, 33079, 3525, 678, 563, 4904, 31577, 28282, 1528, 27198, 14012, 47, 6315, 22542, 105416,...
[ 0.112060546875, 0.2457275390625, 0.0143280029296875, 0.247802734375, 0.1971435546875, 0.0155181884765625, 0.10577392578125, 0.10260009765625, 0.00640869140625, 0.108154296875, 0.1209716796875, 0.137939453125, 0.150146484375, 0.009185791015625, 0.163818359375, 0.11083984375, 0.0121459...
embed
52366080_c0
52366080
fsharp
0
Title: F# Check if a list is empty Problem title: F# Check if a list is empty Tags: f%23, functional-programming Problem: F# Check if a list is empty As an F# newbie, I am trying to implement a simple function which takes an index and a list as parameters then returns the list value of the given index. let rec getEleme...
F# Check if a list is empty F# Check if a list is empty f%23 functional-programming Check first::_ _::rest F# Check if a list is empty As an F# newbie, I am trying to implement a simple function which takes an index and a list as parameters then returns the list value of the given index. My solution works fine but when...
[ -0.013671875, 0.0011749267578125, 0.004608154296875, 0.005767822265625, -0.0155029296875, -0.0037841796875, 0.00872802734375, -0.0042724609375, 0.016357421875, 0.0120849609375, 0.033447265625, -0.017822265625, -0.0220947265625, 0.000682830810546875, 0.01177978515625, -0.002273559570312...
[ 563, 4904, 38679, 2174, 10, 5303, 83, 201505, 1238, 3742, 123309, 28966, 5117, 56644, 9014, 31577, 29479, 8781, 32354, 63262, 171859, 30646, 34292, 34475, 29806, 43240, 5885, 8337, 117396, 3501, 13267, 15044, 113949, 5701, 35431, 71864, 12765, ...
[ 0.1295166015625, 0.2059326171875, 0.1827392578125, 0.1287841796875, 0.055877685546875, 0.2337646484375, 0.0843505859375, 0.259765625, 0.074462890625, 0.086669921875, 0.11767578125, 0.0599365234375, 0.034942626953125, 0.1817626953125, 0.039093017578125, 0.001251220703125, 0.0545654296...
embed
7051531_c0
7051531
fsharp
0
Title: random generation into fsharp list Problem title: random generation into fsharp list Tags: f%23, random Problem: random generation into fsharp list I am trying to use F# to generate a list of random triples -> two random numbers and their sum: let foo minNum maxNum = let rnd = System.Random() let first = rnd.Nex...
random generation into fsharp list random generation into fsharp list f%23 random System.Random rnd.Next List.init random generation into fsharp list I am trying to use F# to generate a list of random triples -> two random numbers and their sum: which can be called like this and works well (always gives a new random nu...
[ -0.0006103515625, 0.01190185546875, 0.02099609375, -0.010986328125, -0.00384521484375, 0.01324462890625, 0.004302978515625, -0.0247802734375, 0.0107421875, -0.034423828125, 0.00567626953125, 0.0172119140625, -0.0096435546875, 0.01422119140625, 0.0240478515625, 0.0062255859375, 0.0134...
[ 96759, 58093, 3934, 1238, 89280, 254, 5303, 3949, 3742, 12353, 126525, 3815, 2208, 81280, 32036, 217, 31577, 563, 4904, 139392, 162738, 7, 6626, 101935, 10554, 831, 35839, 1884, 903, 43240, 5299, 102966, 76199, 3525, 14012, 212398, 2806, 805,...
[ 0.1885986328125, 0.205810546875, 0.1187744140625, 0.1087646484375, 0.1812744140625, 0.1348876953125, 0.1829833984375, 0.037628173828125, 0.1534423828125, 0.07818603515625, 0.06121826171875, 0.1270751953125, 0.051849365234375, 0.10791015625, 0.1163330078125, 0.02276611328125, 0.052917...
embed
33666588_c0
33666588
fsharp
0
Title: How to Get Types F# Assembly with PowerShell Problem title: How to Get Types F# Assembly with PowerShell Tags: powershell, .net-assembly, .net, f%23 Problem: How to Get Types F# Assembly with PowerShell Is is possible to get the GetTypes() of an assembly from powershell? this answer at How to get Custom Assembly...
How to Get Types F# Assembly with PowerShell How to Get Types F# Assembly with PowerShell powershell .net-assembly .net f%23 How Get Types Assembly PowerShell Param Reflection.Assembly LoadFrom asm.GetTypes Name BaseType Where _.BaseType Match System.Object Exception Could POC MySample.Fs.dll How to Get Types F# Assemb...
[ 0.004852294921875, -0.006683349609375, -0.01513671875, 0.0146484375, -0.01708984375, -0.005950927734375, -0.00830078125, 0.004913330078125, -0.0228271484375, -0.03369140625, 0.015869140625, 0.0054931640625, -0.005126953125, -0.002685546875, 0.00872802734375, 0.013427734375, 0.0059814...
[ 11249, 20779, 60457, 7, 563, 4904, 151169, 53, 678, 17170, 294, 79544, 47, 14537, 128019, 1179, 89845, 38526, 1238, 3742, 53295, 133, 2091, 168407, 39, 724, 126, 196707, 44978, 63473, 67407, 12353, 63928, 191147, 8574, 441, 2646, 5464, 3320...
[ 0.0153045654296875, 0.163818359375, 0.251953125, 0.1376953125, 0.1285400390625, 0.2105712890625, 0.252197265625, 0.09027099609375, 0.072021484375, 0.1502685546875, 0.07147216796875, 0.18994140625, 0.011566162109375, 0.1297607421875, 0.2127685546875, 0.0928955078125, 0.159912109375, ...
embed
11697322_c0
11697322
fsharp
0
Title: Type inference creating undesired constraint Problem title: Type inference creating undesired constraint Tags: f%23, type-inference Problem: Type inference creating undesired constraint Since I have a ton of IDisposable s that I need to take care of a while down the line, I set up a list of disposables and a pas...
Type inference creating undesired constraint Type inference creating undesired constraint f%23 type-inference Type IDisposable thing1 Form thing2 Control i.Dispose Type inference creating undesired constraint Since I have a ton of IDisposable s that I need to take care of a while down the line, I set up a list of dispo...
[ 0.0030364990234375, 0.0167236328125, -0.00008296966552734375, 0.007110595703125, 0.00653076171875, -0.0068359375, -0.0263671875, 0.00011444091796875, 0.00128936767578125, -0.0238037109375, 0.0152587890625, -0.015869140625, 0.01055908203125, 0.00152587890625, -0.0003185272216796875, -0....
[ 60457, 53498, 6620, 105233, 165, 7373, 2822, 158, 2816, 4288, 1238, 3949, 3742, 10644, 73, 69988, 11338, 164, 7522, 2886, 13580, 418, 15236, 304, 27131, 44456, 78381, 8721, 91, 517, 13315, 5423, 5303, 82566, 13566, 27875, 222521, 32354, 151...
[ 0.231689453125, 0.2318115234375, 0.082763671875, 0.1466064453125, 0.06005859375, 0.145263671875, 0.130859375, 0.08367919921875, 0.166015625, 0.08953857421875, 0.053863525390625, 0.000244140625, 0.1026611328125, 0.17138671875, 0.010833740234375, 0.1585693359375, 0.06964111328125, 0....
embed
9565196_c0
9565196
fsharp
0
Title: CompileAssemblyFromFile Problem title: CompileAssemblyFromFile Tags: f%23, fsharpcodeprovider, codedom Problem: CompileAssemblyFromFile let compile_file str assemblies output = let pro = new System.CodeDom.Compiler.CodeCompiler() let opt = CompilerParameters(assemblies, output) let res = pro.CompileAssemblyFromF...
CompileAssemblyFromFile CompileAssemblyFromFile f%23 fsharpcodeprovider codedom CompileAssemblyFromFile compile_file use_asms FSharpCodeProvider CompilerParameters pro.CompileAssemblyFromFile Error res.Errors.Count Some FileInfo res.PathToAssembly None System.CodeDom.Compiler.ICodeCompiler this.CompileAssemblyFromFile ...
[ 0.008544921875, 0.00433349609375, -0.00262451171875, 0.013427734375, -0.0244140625, -0.010009765625, -0.01165771484375, -0.003509521484375, -0.007293701171875, -0.0242919921875, -0.00811767578125, 0.01361083984375, 0.0081787109375, 0.00689697265625, -0.00031280517578125, -0.00778198242...
[ 15612, 1340, 284, 89845, 38526, 168407, 174350, 1238, 3949, 3742, 89280, 254, 40899, 93136, 18151, 3815, 9969, 29822, 4527, 162, 4432, 93774, 3467, 114211, 177997, 34759, 55292, 29089, 502, 108161, 212059, 3332, 18468, 31611, 108210, 31384, 427...
[ 0.177978515625, 0.205810546875, 0.034423828125, 0.2313232421875, 0.148681640625, 0.2413330078125, 0.2166748046875, 0.05859375, 0.0111083984375, 0.1033935546875, 0.133544921875, 0.05194091796875, 0.1419677734375, 0.17578125, 0.06781005859375, 0.1787109375, 0.164306640625, 0.14709472...
embed
73527996_c2
73527996
fsharp
2
Env env, UnscopedTyparEnv tpenv, FSharpOption`1 tyArgsOpt, FSharpList`1 objArgs, Range mMethExpr, Range mItem, String methodName, FSharpOption`1 objTyOpt, AccessorDomain ad, Mutates mut, Boolean isProp, FSharpList`1 calledMethsAndProps, AfterResolution afterResolution, ValUseFlag Code signals: System.Exception, FS0073,...
Env env, UnscopedTyparEnv tpenv, FSharpOption`1 tyArgsOpt, FSharpList`1 objArgs, Range mMethExpr, Range mItem, String methodName, FSharpOption`1 objTyOpt, AccessorDomain ad, Mutates mut, Boolean isProp, FSharpList`1 calledMethsAndProps, AfterResolution afterResolution, ValUseFlag Code signals: System.Exception, FS0073,...
[ -0.0164794921875, -0.01513671875, 0.007415771484375, -0.001739501953125, 0.0159912109375, -0.012451171875, -0.014404296875, -0.0220947265625, -0.00689697265625, -0.002532958984375, 0.003021240234375, 0.0037078857421875, 0.0157470703125, 0.0020751953125, -0.00506591796875, 0.00317382812...
[ 357, 334, 22, 4, 992, 70820, 71, 618, 53, 2500, 7768, 2278, 93774, 3467, 254, 39029, 1363, 1135, 418, 2281, 7614, 9405, 18, 154663, 995, 170, 142462, 6696, 927, 19279, 10287, 2982, 23351, 55300, 163612, 40266, 748, 8331, 24931, 606, 118...
[ 0.1632080078125, 0.245849609375, 0.1102294921875, 0.0238037109375, 0.12255859375, 0.2313232421875, 0.06292724609375, 0.013763427734375, 0.1195068359375, 0.12890625, 0.0982666015625, 0.0743408203125, 0.14599609375, 0.198974609375, 0.14697265625, 0.22314453125, 0.0108642578125, 0.004...
embed
45590861_c0
45590861
fsharp
0
Title: What Visual Studio 2017 option is required to create an F# ASP.NET Core Web Application? Problem title: What Visual Studio 2017 option is required to create an F# ASP.NET Core Web Application? Tags: .net-core, f%23, asp.net, visual-studio-2017 Problem: What Visual Studio 2017 option is required to create an F# A...
What Visual Studio 2017 option is required to create an F# ASP.NET Core Web Application? What Visual Studio 2017 option is required to create an F# ASP.NET Core Web Application? .net-core f%23 asp.net visual-studio-2017 What Visual Studio ASP.NET Core Web Application visual-studio-2017 What Visual Studio 2017 option is...
[ -0.01434326171875, 0.0027313232421875, -0.0031280517578125, -0.00179290771484375, -0.011474609375, -0.003021240234375, -0.012451171875, -0.00194549560546875, -0.00799560546875, 0.005462646484375, 0.0225830078125, -0.016845703125, -0.0115966796875, 0.0174560546875, 0.0118408203125, 0.00...
[ 4865, 73372, 22968, 505, 35829, 56065, 28282, 563, 4904, 147153, 17777, 31365, 4002, 104921, 32, 47, 5, 1179, 30854, 1238, 3949, 3742, 254, 21176, 52629, 22842, 9, 75935, 13452, 23, 24447, 17368, 20633, 3525, 66357, 4210, 3066, 43240, 5885,...
[ 0.06915283203125, 0.210693359375, 0.203125, 0.2269287109375, 0.2005615234375, 0.187255859375, 0.142822265625, 0.11572265625, 0.1983642578125, 0.1641845703125, 0.1251220703125, 0.17578125, 0.13427734375, 0.1588134765625, 0.008697509765625, 0.0072021484375, 0.0259857177734375, 0.1013...
embed
64284886_c1
64284886
fsharp
1
-> t < fromTimestamp) |> Seq.length going through the sequence and then calculating the length is slow. Ideally, I'd just use an array with a circular buffer, but the problem is that the length of the queue can vary significantly based on the data as the index is really the timestamp and not the position in the queue....
-> t < fromTimestamp) |> Seq.length going through the sequence and then calculating the length is slow. Ideally, I'd just use an array with a circular buffer, but the problem is that the length of the queue can vary significantly based on the data as the index is really the timestamp and not the position in the queue....
[ 0.0081787109375, 0.045166015625, 0.01434326171875, 0.007354736328125, -0.0037384033203125, -0.01422119140625, -0.005706787109375, -0.0033721923828125, 0.0111083984375, -0.055908203125, 0.00860595703125, 0.0157470703125, 0.01141357421875, 0.01055908203125, -0.01495361328125, 0.015747070...
[ 33079, 808, 1295, 70059, 590, 2676, 503, 864, 23986, 927, 7730, 8305, 40, 944, 3956, 74481, 1916, 140909, 83, 72803, 41143, 4527, 10298, 53, 115339, 373, 18234, 2967, 41, 13388, 831, 285, 207583, 35509, 2053, 63262, 6183, 1733, 959, 19069...
[ 0.0738525390625, 0.115478515625, 0.12890625, 0.042205810546875, 0.134765625, 0.18408203125, 0.08319091796875, 0.1619873046875, 0.1541748046875, 0.0823974609375, 0.012603759765625, 0.099365234375, 0.038299560546875, 0.126220703125, 0.096923828125, 0.1700439453125, 0.002532958984375, ...
embed
59577240_c1
59577240
fsharp
1
>() |> ignore I was then trying to extract the data to construct my object : let createOpenApiOperation operationId summary= let pi = OpenApiOperation(OperationId=operationId.Get, Summary=summary.Get) pi The Get method did not exist yet so I was about to implement it by adding a member to my ElementSet<'a>: type Elemen...
>() |> ignore I was then trying to extract the data to construct my object : let createOpenApiOperation operationId summary= let pi = OpenApiOperation(OperationId=operationId.Get, Summary=summary.Get) pi The Get method did not exist yet so I was about to implement it by adding a member to my ElementSet<'a>: type Elemen...
[ -0.00762939453125, -0.00482177734375, 0.0174560546875, -0.0169677734375, -0.0050048828125, -0.026611328125, 0.006317138671875, -0.0177001953125, 0.01239013671875, -0.004669189453125, 0.0201416015625, 0.028564453125, -0.01031494140625, -0.01043701171875, -0.0076904296875, -0.00604248046...
[ 124962, 31577, 125663, 70, 2053, 64549, 36746, 28282, 103264, 284, 1434, 156823, 41018, 71, 177074, 2633, 2147, 13527, 21473, 724, 126, 131150, 112197, 20779, 55300, 32316, 29479, 154107, 32786, 48325, 294, 10644, 99908, 11, 242520, 903, 14858,...
[ 0.1749267578125, 0.06817626953125, 0.1834716796875, 0.00323486328125, 0.1483154296875, 0.131591796875, 0.1514892578125, 0.0771484375, 0.104248046875, 0.009246826171875, 0.134033203125, 0.1390380859375, 0.138916015625, 0.068603515625, 0.1409912109375, 0.0404052734375, 0.19677734375, ...
embed
27678020_c0
27678020
fsharp
0
Title: using Protobuf-Net with f# class Problem title: using Protobuf-Net with f# class Tags: protobuf-net, f%23 Problem: using Protobuf-Net with f# class I'm playing f# and making a server program for fun. I think I can solve this question by using f# to access c# data class but I want to try the f# syntax. I got f# r...
using Protobuf-Net with f# class using Protobuf-Net with f# class protobuf-net f%23 System.InvalidOperationException Protobuf-Net CLIMutable System System.IO ProtoBuf ProtoContract Serializable Point m_x m_y ProtoMember this.x this.y EntryPoint Console.OpenStandardOutput Serializer.Serialize Unhandled Exception Cannot ...
[ 0.00115966796875, 0.007049560546875, 0.0152587890625, -0.014892578125, -0.004852294921875, -0.01153564453125, -0.004608154296875, 0, -0.00823974609375, -0.006317138671875, 0.0174560546875, -0.01953125, 0.022216796875, 0.0030364990234375, -0.001495361328125, 0.007354736328125, -0.0097...
[ 17368, 67241, 978, 420, 24447, 678, 1238, 4904, 18507, 9, 22664, 1179, 3949, 3742, 12353, 7013, 156823, 63928, 83318, 34, 22819, 17780, 7235, 39989, 135188, 2886, 41097, 425, 53, 594, 27417, 903, 15123, 147534, 40777, 103264, 191769, 52825, ...
[ 0.0582275390625, 0.2120361328125, 0.162353515625, 0.1878662109375, 0.162841796875, 0.07867431640625, 0.11279296875, 0.196533203125, 0.1533203125, 0.027191162109375, 0.1361083984375, 0.12158203125, 0.003265380859375, 0.120849609375, 0.1002197265625, 0.0980224609375, 0.10028076171875, ...
embed
32169761_c0
32169761
fsharp
0
Title: Is it possible to define units of measure for kB, GB, ... with explicit or implicit conversion? Problem title: Is it possible to define units of measure for kB, GB, ... with explicit or implicit conversion? Tags: units-of-measurement, f%23 Problem: Is it possible to define units of measure for kB, GB, ... with e...
Is it possible to define units of measure for kB, GB, ... with explicit or implicit conversion? Is it possible to define units of measure for kB, GB, ... with explicit or implicit conversion? units-of-measurement f%23 Measure Allocate Is it possible to define units of measure for kB, GB, ... with explicit or implicit c...
[ 0.01275634765625, 0.02783203125, 0.01025390625, -0.0016326904296875, -0.02001953125, -0.017578125, -0.00177001953125, 0.0223388671875, 0.03173828125, 0.0027008056640625, -0.0018157958984375, 0.006988525390625, 0.002777099609375, 0.00982666015625, 0.0029449462890625, -0.003326416015625,...
[ 2071, 7722, 61924, 25072, 7, 111, 72350, 100, 130520, 20331, 678, 143726, 707, 165164, 142477, 4390, 37440, 56851, 1238, 3742, 1215, 11, 884, 116292, 13, 1884, 10644, 96760, 14012, 390, 1636, 37702, 23, 18, 15190, 39933, 313, 4904, 179933, ...
[ 0.001953125, 0.154052734375, 0.1976318359375, 0.2222900390625, 0.0697021484375, 0.101318359375, 0.259033203125, 0.041748046875, 0.21630859375, 0.1856689453125, 0.0283660888671875, 0.2171630859375, 0.0145721435546875, 0.2164306640625, 0.1700439453125, 0.1558837890625, 0.1395263671875,...
embed
60290312_c0
60290312
fsharp
0
Title: Calling an overloaded C# method that takes an Action&lt;A&gt; or a Action&lt;A,B&gt; from F# Problem title: Calling an overloaded C# method that takes an Action&lt;A&gt; or a Action&lt;A,B&gt; from F# Tags: f%23, c%23-to-f%23, overloading Problem: Calling an overloaded C# method that takes an Action or a Action ...
Calling an overloaded C# method that takes an Action&lt;A&gt; or a Action&lt;A,B&gt; from F# Calling an overloaded C# method that takes an Action&lt;A&gt; or a Action&lt;A,B&gt; from F# f%23 c%23-to-f%23 overloading F# Calling Action IServiceCollection AddDbContextPool TContext DbContextOptionsBuilder DbContext IServic...
[ -0.0010833740234375, 0.01123046875, -0.01531982421875, 0.00433349609375, -0.01129150390625, 0.0157470703125, -0.003021240234375, -0.0233154296875, 0.01446533203125, -0.01007080078125, -0.006805419921875, -0.009033203125, 0.02001953125, 0.017578125, 0.00421142578125, -0.007659912109375,...
[ 26265, 214, 645, 63033, 297, 313, 4904, 55300, 51776, 57945, 284, 1230, 5386, 707, 571, 1295, 563, 1277, 10, 1238, 3742, 27495, 188, 420, 87, 121979, 78457, 133, 29117, 397, 275, 22829, 7192, 929, 384, 11935, 391, 39029, 121137, 177997, ...
[ 0.1416015625, 0.012451171875, 0.158203125, 0.22900390625, 0.09002685546875, 0.040496826171875, 0.224853515625, 0.166259765625, 0.0751953125, 0.1917724609375, 0.049530029296875, 0.047393798828125, 0.0880126953125, 0.04644775390625, 0.0180206298828125, 0.0631103515625, 0.0772705078125,...
embed
17215092_c0
17215092
fsharp
0
Title: Basic f# error - pattern matching is implying the wrong type Problem title: Basic f# error - pattern matching is implying the wrong type Tags: f%23 Problem: Basic f# error - pattern matching is implying the wrong type The following code takes 2 parameters. the first is a list of triples: The triple (d,m,y) is me...
Basic f# error - pattern matching is implying the wrong type Basic f# error - pattern matching is implying the wrong type f%23 Basic number_in_month dates.Tail Basic f# error - pattern matching is implying the wrong type The following code takes 2 parameters. the first is a list of triples: The triple (d,m,y) is meant ...
[ -0.003753662109375, -0.0013580322265625, 0.0145263671875, 0.011962890625, -0.00341796875, -0.00921630859375, -0.046142578125, 0.0028076171875, -0.0133056640625, -0.02685546875, 0.00738525390625, -0.025634765625, 0.0284423828125, 0.00555419921875, 0.014892578125, -0.004791259765625, -...
[ 91692, 1238, 4904, 18499, 103510, 14858, 214, 83, 21980, 538, 44691, 10644, 3742, 14012, 73, 15477, 112474, 9874, 379, 25632, 18151, 51776, 116, 171859, 5117, 5303, 162738, 7, 71, 39, 4, 53, 131148, 33636, 5622, 17932, 892, 1505, 10, 3115...
[ 0.15185546875, 0.1080322265625, 0.2130126953125, 0.1585693359375, 0.2349853515625, 0.2078857421875, 0.05657958984375, 0.06170654296875, 0.14794921875, 0.0772705078125, 0.1513671875, 0.1910400390625, 0.0963134765625, 0.1092529296875, 0.0697021484375, 0.0972900390625, 0.149658203125, ...
embed
42661396_c0
42661396
fsharp
0
Title: Why don&#x27;t I have settings for F# syntax colors in VS 2017? Problem title: Why don&#x27;t I have settings for F# syntax colors in VS 2017? Tags: visual-studio-2017, visual-studio, f%23 Problem: Why don't I have settings for F# syntax colors in VS 2017? I was using VS 2015 and by going to Tools/Options/Fonts ...
Why don&#x27;t I have settings for F# syntax colors in VS 2017? Why don&#x27;t I have settings for F# syntax colors in VS 2017? visual-studio-2017 visual-studio f%23 Why Tools Options Fonts Colors Show Settings Text Editor Escaped Characters Functions Methods visual-studio-2017 Why don't I have settings for F# syntax c...
[ -0.00677490234375, 0.01226806640625, -0.016845703125, -0.004425048828125, -0.004364013671875, 0.00634765625, -0.016845703125, 0.0020294189453125, -0.0079345703125, 0.0294189453125, 0.00128936767578125, 0.0089111328125, 0.0029754638671875, 0.005645751953125, 0.0177001953125, 0.008666992...
[ 44084, 2301, 3768, 18, 87, 765, 53550, 7, 100, 563, 4904, 6002, 86531, 104988, 23, 44160, 505, 21176, 52629, 22842, 1238, 119296, 152448, 40788, 51193, 17367, 105548, 24129, 69340, 181540, 71, 21656, 2263, 28670, 74644, 17368, 918, 39029, 2...
[ 0.088623046875, 0.059051513671875, 0.0155487060546875, 0.0897216796875, 0.011474609375, 0.059051513671875, 0.193603515625, 0.051361083984375, 0.05072021484375, 0.1602783203125, 0.2418212890625, 0.1522216796875, 0.164306640625, 0.205810546875, 0.0595703125, 0.2091064453125, 0.24169921...
embed
64993122_c0
64993122
fsharp
0
Title: Creating an &#x27;add&#x27; computation expression Problem title: Creating an &#x27;add&#x27; computation expression Tags: f%23, computation-expression Problem: Creating an 'add' computation expression I'd like the example computation expression and values below to return 6. For some the numbers aren't yielding ...
Creating an &#x27;add&#x27; computation expression Creating an &#x27;add&#x27; computation expression f%23 computation-expression Creating AddBuilder _.Yield _.Zero _.Return Compiler Currently Seq.sum Creating an 'add' computation expression I'd like the example computation expression and values below to return 6. For ...
[ -0.0029449462890625, 0.01275634765625, 0.01544189453125, 0.0113525390625, -0.011962890625, 0.0211181640625, 0.0159912109375, -0.004119873046875, 0.01202392578125, -0.0274658203125, 0.005950927734375, 0.0191650390625, 0.005584716796875, 0.0211181640625, 0.0308837890625, -0.0044555664062...
[ 56781, 3768, 11, 4028, 181135, 1363, 125195, 1238, 3949, 3742, 204629, 29117, 121137, 56, 1723, 14, 19388, 1511, 4036, 987, 15612, 34759, 503, 864, 11832, 1884, 27781, 142424, 35064, 30646, 2289, 3060, 101935, 18, 113, 11896, 6238, 41206, 2...
[ 0.1414794921875, 0.1181640625, 0.07806396484375, 0.209228515625, 0.1658935546875, 0.043212890625, 0.247802734375, 0.04779052734375, 0.003143310546875, 0.1268310546875, 0.19482421875, 0.15380859375, 0.212158203125, 0.1279296875, 0.02301025390625, 0.001251220703125, 0.1727294921875, ...
embed
68228076_c0
68228076
fsharp
0
Title: Type constraint mismatch when using List.sum Problem title: Type constraint mismatch when using List.sum Tags: compiler-errors, f%23 Problem: Type constraint mismatch when using List.sum I may have been away from F# for too long, but I would have expected this to compile: module Calc let foo values = List.sum va...
Type constraint mismatch when using List.sum Type constraint mismatch when using List.sum compiler-errors f%23 List.sum Type Calc FS0071 Consider List.average List.max Type constraint mismatch when using List.sum I may have been away from F# for too long, but I would have expected this to compile: Instead, I get a comp...
[ 0.001007080078125, -0.00982666015625, 0.01361083984375, 0.0123291015625, -0.01385498046875, -0.0126953125, -0.0128173828125, 0.0079345703125, 0.00543212890625, -0.00732421875, -0.0064697265625, -0.030517578125, 0.017578125, -0.00604248046875, 0.0123291015625, -0.0103759765625, -0.003...
[ 60457, 158, 2816, 4288, 1239, 98753, 17368, 32036, 5, 11832, 9969, 34759, 188800, 1238, 3742, 9113, 238, 93774, 77110, 137399, 8216, 29838, 24084, 16065, 563, 4904, 84751, 1340, 98352, 18499, 96276, 189534, 144570, 32786, 997, 1511, 4036, 263...
[ 0.214111328125, 0.09051513671875, 0.1787109375, 0.08447265625, 0.0938720703125, 0.2607421875, 0.028656005859375, 0.20947265625, 0.03985595703125, 0.228759765625, 0.1280517578125, 0.108154296875, 0.170166015625, 0.007415771484375, 0.08056640625, 0.0867919921875, 0.021453857421875, 0...
embed
3485404_c0
3485404
fsharp
0
Title: How do you express (Keys.Control | Keys.M) in F#? Problem title: How do you express (Keys.Control | Keys.M) in F#? Tags: bit-manipulation, f%23, char Problem: How do you express (Keys.Control | Keys.M) in F#? In C#, you can express characters for the KeyPress event in the form Keys.Control | Keys.M . In F#, Keys...
How do you express (Keys.Control | Keys.M) in F#? How do you express (Keys.Control | Keys.M) in F#? bit-manipulation f%23 char How Keys.Control Keys.M KeyPress System.Windows.Forms.Keys.Control System.Windows.Forms.Keys.M form.KeyPress.Add e.KeyChar textbox.SelectAll Keys How do you express (Keys.Control | Keys.M) in F...
[ 0.00007963180541992188, 0.01251220703125, 0.001007080078125, -0.0155029296875, -0.00592041015625, -0.0079345703125, 0.003997802734375, -0.0184326171875, -0.00592041015625, 0.005035400390625, 0.01708984375, 0.018798828125, 0.01611328125, 0.005859375, -0.0169677734375, 0.01446533203125, ...
[ 11249, 36510, 162429, 175904, 58745, 26824, 7, 5, 594, 23, 563, 4904, 4785, 9051, 254, 72403, 1238, 3949, 3742, 21441, 94753, 12353, 43342, 102973, 3173, 28, 84068, 11728, 100184, 43512, 360, 313, 831, 124850, 19732, 22027, 18, 4488, 43041,...
[ 0.045867919921875, 0.2032470703125, 0.193359375, 0.2425537109375, 0.09185791015625, 0.203125, 0.07550048828125, 0.032196044921875, 0.1729736328125, 0.051055908203125, 0.1253662109375, 0.207763671875, 0.079833984375, 0.0634765625, 0.0733642578125, 0.054412841796875, 0.0330810546875, ...
embed
25472810_c0
25472810
fsharp
0
Title: how does [&lt;Literal&gt;] differ from other constants in F# Problem title: how does [&lt;Literal&gt;] differ from other constants in F# Tags: f%23 Problem: how does [ ] differ from other constants in F# I am a bit confused by the Literal keyword and why it is necessary in F#. Reading the docs, it sounds to me t...
how does [&lt;Literal&gt;] differ from other constants in F# how does [&lt;Literal&gt;] differ from other constants in F# f%23 other Literal how does [ ] differ from other constants in F# I am a bit confused by the Literal keyword and why it is necessary in F#. Reading the docs, it sounds to me that [<Literal>] is used...
[ 0.0146484375, -0.0123291015625, -0.0087890625, -0.00038909912109375, -0.00421142578125, -0.0037994384765625, -0.0038604736328125, -0.00066375732421875, -0.0135498046875, 0.0098876953125, 0.000957489013671875, 0.007232666015625, -0.00537109375, 0.01055908203125, -0.0003032684326171875, ...
[ 3642, 14602, 9506, 720, 289, 129927, 1295, 3789, 53697, 563, 4904, 1238, 3949, 3742, 135940, 141, 378, 7, 23, 4785, 55681, 166117, 15400, 442, 63559, 70, 11814, 47, 61924, 5351, 111, 9844, 566, 561, 22819, 6637, 33176, 142424, 151575, 21,...
[ 0.0955810546875, 0.047576904296875, 0.1138916015625, 0.18603515625, 0.2138671875, 0.24365234375, 0.1136474609375, 0.09857177734375, 0.2239990234375, 0.13671875, 0.2080078125, 0.1119384765625, 0.045440673828125, 0.15234375, 0.22509765625, 0.1845703125, 0.1007080078125, 0.03649902343...
embed
740605_c0
740605
fsharp
0
Title: F# Map Trouble Problem title: F# Map Trouble Tags: f%23 Problem: F# Map Trouble I am having trouble groking F#'s Map class. I created a simple, naive lambda calculus evaluation function, type Name = string type Term = | Var of Name | Lit of int | App of Term * Term | Lam of Name * Term let rec lookup(v, e) = mat...
F# Map Trouble F# Map Trouble f%23 Map Trouble Name Term Lit App Lam Invalid eval2 e.Add F# Map Trouble I am having trouble groking F#'s Map class. I created a simple, naive lambda calculus evaluation function, The obvious optimization to this is to change the list to a Map so I came up with, Given the values, why does...
[ -0.001983642578125, 0.0166015625, 0.0159912109375, -0.017333984375, -0.0084228515625, -0.00860595703125, -0.003753662109375, 0.00823974609375, 0.003326416015625, -0.0247802734375, 0.0196533203125, 0.01458740234375, 0.0111083984375, 0.011962890625, 0.0240478515625, -0.00732421875, -0....
[ 563, 4904, 42719, 119671, 2661, 1238, 3742, 15757, 2994, 27668, 5659, 59387, 7013, 28, 1405, 304, 4028, 63134, 11969, 6048, 18507, 75935, 8781, 24, 5844, 21, 6492, 85, 44805, 223, 219836, 32354, 162520, 87235, 1363, 15549, 70, 5303, 47, 1...
[ 0.1466064453125, 0.2265625, 0.2078857421875, 0.154052734375, 0.0706787109375, 0.0760498046875, 0.1168212890625, 0.01336669921875, 0.068115234375, 0.106201171875, 0.1282958984375, 0.1282958984375, 0.1400146484375, 0.0286407470703125, 0.169921875, 0.03668212890625, 0.08154296875, 0.1...
embed
49208571_c1
49208571
fsharp
1
For anyone who doesn't read F# very well, the first line creates an array of three strings, as you could probably figure out. (F# uses [| and |] to declare arrays, because the [ and ] brackets have the meaning of defining a singly-linked list.) The second line creates an array of three ints, initialized to their defau...
For anyone who doesn't read F# very well, the first line creates an array of three strings, as you could probably figure out. (F# uses [| and |] to declare arrays, because the [ and ] brackets have the meaning of defining a singly-linked list.) The second line creates an array of three ints, initialized to their defau...
[ -0.000797271728515625, 0.00970458984375, -0.01055908203125, 0.033935546875, -0.0225830078125, -0.0147705078125, 0.01300048828125, -0.01123046875, 0.0125732421875, 0.037353515625, 0.0021209716796875, -0.0030364990234375, 0.015625, 0.01171875, 0.00031280517578125, -0.040283203125, 0.00...
[ 35672, 12301, 563, 4904, 5117, 13315, 28282, 10298, 53, 17262, 79315, 26366, 919, 4527, 58745, 136, 159978, 4778, 70, 1620, 27853, 91084, 13204, 5367, 538, 10187, 5303, 17932, 23, 933, 61475, 114977, 34292, 757, 2389, 54433, 2633, 3060, 717...
[ 0.003448486328125, 0.0621337890625, 0.1312255859375, 0.220703125, 0.0726318359375, 0.1485595703125, 0.115966796875, 0.16845703125, 0.106689453125, 0.091796875, 0.241943359375, 0.0284576416015625, 0.1165771484375, 0.0447998046875, 0.075927734375, 0.0830078125, 0.142578125, 0.1131591...
embed
36003602_c0
36003602
fsharp
0
Title: How can I create a type whose value can only be within a valid range? Problem title: How can I create a type whose value can only be within a valid range? Tags: f%23 Problem: How can I create a type whose value can only be within a valid range? How can I create a type whose value can only be within a valid range...
How can I create a type whose value can only be within a valid range? How can I create a type whose value can only be within a valid range? f%23 How PositiveInteger PInt FromInt How can I create a type whose value can only be within a valid range? How can I create a type whose value can only be within a valid range? Mo...
[ -0.0220947265625, 0.005096435546875, 0.007080078125, 0.0208740234375, -0.016357421875, 0.0240478515625, -0.016357421875, 0.000675201416015625, -0.0004730224609375, 0.015380859375, -0.003021240234375, -0.000614166259765625, 0.005157470703125, -0.00133514404296875, 0.0179443359375, 0.004...
[ 11249, 28282, 10644, 124901, 34292, 831, 4734, 28032, 35604, 37457, 1238, 3742, 156060, 13, 4153, 67, 1505, 25645, 660, 28090, 18, 186, 13254, 46876, 22691, 54744, 52895, 12638, 8060, 142424, 23, 27781, 6044, 95486, 1810, 4390, 94250, 50339, ...
[ 0.0198974609375, 0.1934814453125, 0.290771484375, 0.048095703125, 0.1878662109375, 0.06121826171875, 0.108154296875, 0.1278076171875, 0.1822509765625, 0.251708984375, 0.0167236328125, 0.105712890625, 0.20849609375, 0.0217132568359375, 0.0789794921875, 0.159912109375, 0.0867919921875,...
embed
32855383_c0
32855383
fsharp
0
Title: Why do F# functions evaluate before they are called? Problem title: Why do F# functions evaluate before they are called? Tags: f%23, module, functional-programming, evaluation Problem: Why do F# functions evaluate before they are called? If I define a module as such: module Module1 open System let foo = Console....
Why do F# functions evaluate before they are called? Why do F# functions evaluate before they are called? f%23 module functional-programming evaluation Why Module1 System Console.WriteLine Library1.fs Why do F# functions evaluate before they are called? If I define a module as such: Then, in interactive do I see a Indi...
[ 0.0135498046875, 0.000217437744140625, -0.0003566741943359375, 0.01239013671875, 0.0048828125, 0.0040283203125, 0.0234375, -0.007354736328125, 0.0032501220703125, -0.03125, -0.005401611328125, 0.010498046875, -0.0166015625, -0.004852294921875, 0.0191650390625, -0.017578125, -0.001083...
[ 44084, 563, 4904, 32354, 151575, 13, 8108, 35839, 1238, 3742, 88996, 123309, 28966, 219836, 63014, 12353, 40777, 18781, 93232, 103835, 17447, 61924, 212398, 1957, 110061, 1916, 5775, 31, 13028, 15490, 163, 3853, 159029, 442, 3038, 53383, 56282,...
[ 0.097900390625, 0.1248779296875, 0.2333984375, 0.197265625, 0.2139892578125, 0.0758056640625, 0.120849609375, 0.135009765625, 0.08612060546875, 0.0634765625, 0.1812744140625, 0.1199951171875, 0.0300750732421875, 0.1505126953125, 0.10888671875, 0.023529052734375, 0.09051513671875, 0...
embed
39746452_c0
39746452
fsharp
0
Title: How to write an immutable TallySet (counting multiset) in FSharp Problem title: How to write an immutable TallySet (counting multiset) in FSharp Tags: sealed, f%23, immutability, overriding Problem: How to write an immutable TallySet (counting multiset) in FSharp I am trying to create an immutable collection typ...
How to write an immutable TallySet (counting multiset) in FSharp How to write an immutable TallySet (counting multiset) in FSharp sealed f%23 immutability overriding How TallySet FSharp k_t Map m_map Map.empty x.add TryFind None Add Some x.Count Map.fold How to write an immutable TallySet (counting multiset) in FSharp ...
[ 0.0002346038818359375, 0.02197265625, 0.013671875, -0.0206298828125, 0.00433349609375, -0.01177978515625, -0.00823974609375, -0.0211181640625, 0, -0.006683349609375, 0.01190185546875, 0.01806640625, 0.0252685546875, 0.0458984375, 0.005767822265625, 0.00225830078125, -0.01422119140625...
[ 11249, 33022, 566, 561, 22819, 92229, 53, 294, 126, 71013, 6024, 3509, 93774, 3467, 254, 142, 214, 23, 28704, 1238, 3742, 14311, 41159, 645, 416, 42719, 62346, 33548, 4028, 40858, 204582, 438, 29117, 108210, 42822, 28282, 42486, 10644, 6899...
[ 0.014373779296875, 0.173095703125, 0.05450439453125, 0.115234375, 0.16015625, 0.167724609375, 0.1241455078125, 0.1800537109375, 0.1846923828125, 0.117431640625, 0.1591796875, 0.2135009765625, 0.0794677734375, 0.1737060546875, 0.15380859375, 0.015289306640625, 0.029937744140625, 0.0...
embed
43584824_c0
43584824
fsharp
0
Title: F# Reactive wait for Observable to complete Problem title: F# Reactive wait for Observable to complete Tags: f%23, system.reactive, xunit Problem: F# Reactive wait for Observable to complete I found a variety of SO questions on this but couldn't figure out an F# solution. I need to block wait for an event to fir...
F# Reactive wait for Observable to complete F# Reactive wait for Observable to complete f%23 system.reactive xunit Reactive Observable Observable.take Observable.subscribe Console.WriteLine data.AckNack Assert.True data.TotalAckCount Observable.wait Async.RunSynchronously system.reactive F# Reactive wait for Observable...
[ -0.00177764892578125, 0.0242919921875, -0.00439453125, -0.002899169921875, -0.00457763671875, -0.01031494140625, 0.0203857421875, 0.0201416015625, 0.00189971923828125, -0.01483154296875, 0.0167236328125, -0.01318359375, 0.0228271484375, 0.0135498046875, 0, 0.00506591796875, 0.0327148...
[ 563, 4904, 853, 71232, 40485, 100, 87652, 2661, 28484, 47, 1238, 3949, 3742, 5426, 107, 10438, 6773, 78219, 22144, 34601, 40777, 93232, 2053, 2594, 4645, 1301, 33657, 882, 169473, 108210, 634, 217, 12654, 163321, 217835, 127, 1900, 79850, 2...
[ 0.091796875, 0.170654296875, 0.099609375, 0.1676025390625, 0.2220458984375, 0.093505859375, 0.2266845703125, 0.1810302734375, 0.181396484375, 0.030609130859375, 0.0643310546875, 0.002349853515625, 0.1270751953125, 0.084716796875, 0.04400634765625, 0.0214691162109375, 0.1162109375, ...
embed
21956243_c0
21956243
fsharp
0
Title: Consuming Yellow Pages.com using FSharp Type Providers Problem title: Consuming Yellow Pages.com using FSharp Type Providers Tags: type-providers, f%23, f%23-data Problem: Consuming Yellow Pages.com using FSharp Type Providers I signed up for the yellow pages.com API program found here: https://publisher.yp.com/...
Consuming Yellow Pages.com using FSharp Type Providers Consuming Yellow Pages.com using FSharp Type Providers type-providers f%23 f%23-data FSharp Consuming Yellow Pages.com Type Providers Consuming Yellow Pages.com using FSharp Type Providers I signed up for the yellow pages.com API program found here: https://publish...
[ -0.00072479248046875, 0.04150390625, 0.003692626953125, 0.0015411376953125, -0.013427734375, 0.018798828125, -0.0184326171875, 0.00811767578125, -0.0196533203125, -0.036865234375, -0.015869140625, 0.000946044921875, -0.007537841796875, -0.0218505859375, 0.0185546875, -0.001052856445312...
[ 76980, 214, 146762, 14231, 7, 277, 17368, 93774, 3467, 254, 60457, 123089, 4295, 10644, 93136, 3742, 10135, 181141, 1257, 205811, 37967, 61687, 1528, 3688, 179193, 30400, 29552, 11782, 20949, 4420, 821, 58627, 31842, 111596, 40897, 34499, 86250...
[ 0.176513671875, 0.042816162109375, 0.1893310546875, 0.23193359375, 0.0811767578125, 0.11962890625, 0.08154296875, 0.09075927734375, 0.184326171875, 0.1934814453125, 0.2247314453125, 0.1929931640625, 0.034759521484375, 0.2301025390625, 0.18115234375, 0.038421630859375, 0.032958984375,...
embed
143708_c0
143708
fsharp
0
Title: Is it possible that F# will be optimized more than other .Net languages in the future? Problem title: Is it possible that F# will be optimized more than other .Net languages in the future? Tags: f%23, functional-programming, parallel-processing, vectorization Problem: Is it possible that F# will be optimized mor...
Is it possible that F# will be optimized more than other .Net languages in the future? Is it possible that F# will be optimized more than other .Net languages in the future? f%23 functional-programming parallel-processing vectorization Net Is it possible that F# will be optimized more than other .Net languages in the f...
[ -0.0030975341796875, 0.017333984375, -0.001739501953125, 0.0007476806640625, -0.004974365234375, -0.01458740234375, -0.01513671875, -0.00714111328125, -0.023681640625, -0.004974365234375, -0.0186767578125, 0.00982666015625, -0.01361083984375, 0.0002593994140625, -0.0096435546875, 0.013...
[ 7722, 563, 4904, 15572, 29367, 1286, 5, 24447, 46876, 22690, 1221, 3501, 1238, 3742, 123309, 28966, 95103, 63923, 173, 18770, 10086, 2071, 3789, 7244, 19048, 3249, 103391, 43084, 71924, 47041, 9969, 96391, 1528, 88303, 678, 191082, 20650, 115...
[ 0.1611328125, 0.1695556640625, 0.2493896484375, 0.190185546875, 0.08221435546875, 0.077392578125, 0.03118896484375, 0.1761474609375, 0.177978515625, 0.1483154296875, 0.0282745361328125, 0.0225372314453125, 0.087158203125, 0.09564208984375, 0.19189453125, 0.08245849609375, 0.191772460...
embed
26975049_c0
26975049
fsharp
0
Title: How to prevent eager evaluation? Problem title: How to prevent eager evaluation? Tags: f%23 Problem: How to prevent eager evaluation? I'm trying some examples which use printfn a lot. I created a console app but all the functions print their output whether I call them or not. I believe that eager evaluation is b...
How to prevent eager evaluation? How to prevent eager evaluation? f%23 How TextFormat System.Math.PI RunExamples Press System.Console.ReadLine EntryPoint How to prevent eager evaluation? I'm trying some examples which use printfn a lot. I created a console app but all the functions print their output whether I call the...
[ 0.004119873046875, 0.006622314453125, 0.009521484375, -0.00518798828125, 0.0002727508544921875, 0.003814697265625, 0.02099609375, -0.015869140625, 0.0098876953125, 0.01348876953125, -0.004974365234375, -0.0002460479736328125, -0.0025482177734375, -0.00506591796875, 0.02587890625, 0.013...
[ 11249, 47, 56282, 28, 33730, 219836, 1238, 3742, 24129, 102973, 257, 12353, 199450, 15185, 28398, 19279, 302, 99726, 21072, 40777, 31345, 93232, 357, 15123, 147534, 31577, 27781, 4527, 28412, 14783, 5915, 75935, 130250, 4027, 756, 32354, 140992...
[ 0.10357666015625, 0.0811767578125, 0.26025390625, 0.1175537109375, 0.28173828125, 0.271240234375, 0.01116943359375, 0.056976318359375, 0.1357421875, 0.2022705078125, 0.0814208984375, 0.1158447265625, 0.11865234375, 0.1793212890625, 0.0684814453125, 0.1302490234375, 0.1544189453125, ...
embed
5883929_c0
5883929
fsharp
0
Title: ASP.NET MVC 3: can I combine C# Razor Views with F# Controllers? Problem title: ASP.NET MVC 3: can I combine C# Razor Views with F# Controllers? Tags: asp.net-mvc-3, asp.net, f%23, razor, visual-studio-2010 Problem: ASP.NET MVC 3: can I combine C# Razor Views with F# Controllers? I figure this is a straight forw...
ASP.NET MVC 3: can I combine C# Razor Views with F# Controllers? ASP.NET MVC 3: can I combine C# Razor Views with F# Controllers? asp.net-mvc-3 asp.net f%23 razor visual-studio-2010 ASP.NET MVC Razor Views Controllers asp.net-mvc-3 visual-studio-2010 ASP.NET MVC 3: can I combine C# Razor Views with F# Controllers? I fi...
[ -0.01019287109375, 0.0301513671875, -0.01007080078125, -0.017333984375, 0.005859375, -0.0006866455078125, -0.0155029296875, -0.006256103515625, -0.005950927734375, -0.018310546875, -0.017333984375, 0.00897216796875, 0.0012969970703125, 0.0007476806640625, 0, 0.00262451171875, -0.0252...
[ 147153, 17777, 276, 56349, 22408, 831, 70163, 313, 4904, 12905, 748, 89732, 678, 563, 27131, 603, 87, 254, 1179, 66357, 8316, 1954, 21176, 52629, 73552, 40225, 18227, 63736, 17664, 196651, 77635, 137567, 7722, 29805, 90125, 5361, 39734, 9790,...
[ 0.12744140625, 0.07769775390625, 0.0163421630859375, 0.1795654296875, 0.185302734375, 0.0863037109375, 0.1966552734375, 0.03466796875, 0.1844482421875, 0.165283203125, 0.177978515625, 0.311279296875, 0.1090087890625, 0.09619140625, 0.1795654296875, 0.1383056640625, 0.011810302734375,...
embed
10870165_c0
10870165
fsharp
0
Title: Does currying produce a partially applied function? Problem title: Does currying produce a partially applied function? Tags: haskell, f%23, functional-programming Problem: Does currying produce a partially applied function? Is the result of a curried function a partially applied function? I understand how curryi...
Does currying produce a partially applied function? Does currying produce a partially applied function? haskell f%23 functional-programming Does Does currying produce a partially applied function? Is the result of a curried function a partially applied function? I understand how currying works and I though I understood...
[ 0.002532958984375, 0.000659942626953125, 0.021484375, 0.00848388671875, -0.0184326171875, 0.016357421875, -0.00372314453125, -0.0419921875, -0.0034027099609375, 0.016845703125, 0.015869140625, -0.03466796875, -0.01116943359375, 0.002655029296875, 0.00537109375, -0.006500244140625, 0....
[ 101790, 198555, 214, 27489, 2878, 25958, 190659, 32354, 1556, 142508, 1238, 3742, 123309, 28966, 10, 16750, 9709, 46572, 28219, 43240, 217064, 289, 38415, 119488, 41421, 645, 23755, 169463, 66747, 134031, 20625, 100, 6782, 4127, 79612, 56901, 1...
[ 0.05560302734375, 0.237548828125, 0.1668701171875, 0.178955078125, 0.1708984375, 0.093994140625, 0.1939697265625, 0.1844482421875, 0.09228515625, 0.2049560546875, 0.0107421875, 0.08270263671875, 0.1348876953125, 0.10223388671875, 0.0001220703125, 0.1083984375, 0.1402587890625, 0.19...
embed
47962517_c0
47962517
fsharp
0
Title: F# go through structure Problem title: F# go through structure Tags: structure, loops, arrays, f%23 Problem: F# go through structure I've created a structure.And in a loop I fill array with elements of this type. How can I go through this array, and get a sum of the elements? type LAB = struct val L:float val A:...
F# go through structure F# go through structure structure loops arrays f%23 LAB L:float A:float b:float RGBtoLAB Bitmap Array2D.zeroCreate map.Width map.Height map.Width-1 map.Height-1 map.GetPixel Vector.map Math.Log10 Item F# go through structure I've created a structure.And in a loop I fill array with elements of th...
[ 0.0111083984375, 0.000881195068359375, -0.01263427734375, 0.0142822265625, -0.00153350830078125, 0.0086669921875, 0.0048828125, 0.01153564453125, 0.0064697265625, 0.000682830810546875, 0.00848388671875, 0.0245361328125, 0.01116943359375, -0.0390625, 0.0025177001953125, 0.00665283203125...
[ 563, 4904, 738, 8305, 45646, 40956, 10298, 4778, 1238, 3949, 3742, 89549, 339, 52347, 62, 257, 876, 171052, 188, 27774, 62346, 69253, 53, 397, 80510, 63784, 22288, 5759, 5, 724, 126, 29348, 52851, 2609, 18770, 78804, 113972, 963, 78426, 2...
[ 0.146484375, 0.202880859375, 0.0904541015625, 0.2161865234375, 0.254638671875, 0.163818359375, 0.1446533203125, 0.0885009765625, 0.06640625, 0.006072998046875, 0.099365234375, 0.1348876953125, 0.018951416015625, 0.0906982421875, 0.007476806640625, 0.009857177734375, 0.023452758789062...
embed
50979890_c0
50979890
fsharp
0
Title: error FS0193: Type constraint mismatch Problem title: error FS0193: Type constraint mismatch Tags: f%23 Problem: error FS0193: Type constraint mismatch Getting the error: error FS0193: Type constraint mismatch. The type 'Map<ContentAndYear,DemoMap>' is not compatible with type 'seq<ContentAndYear * DemoMap> Prob...
error FS0193: Type constraint mismatch error FS0193: Type constraint mismatch f%23 FS0193 Type Map ContentAndYear DemoMap Demo Content Year Seq.ofList Seq.map data.Year Person data.Person NullContent PercentContent List.ofSeq List.map x.Content x.Year Map.ofList Problem Line error FS0193: Type constraint mismatch Getti...
[ -0.00016689300537109375, 0.0224609375, 0.0027618408203125, -0.007568359375, 0.00323486328125, -0.0019989013671875, -0.03271484375, -0.0002651214599609375, 0.00299072265625, 0.0123291015625, -0.01409912109375, -0.0078125, 0.0216064453125, 0.01708984375, 0.01556396484375, -0.015380859375...
[ 18499, 93774, 6746, 11591, 12, 60457, 158, 2816, 4288, 1239, 98753, 1238, 3949, 3742, 42719, 70870, 37839, 69085, 42506, 166179, 42552, 864, 4390, 154663, 62346, 2053, 15270, 160054, 1429, 1181, 25352, 16797, 32036, 1022, 15649, 16777, 210732, ...
[ 0.183837890625, 0.1849365234375, 0.1116943359375, 0.27392578125, 0.0196685791015625, 0.25830078125, 0.09820556640625, 0.1988525390625, 0.1104736328125, 0.139892578125, 0.286865234375, 0.09075927734375, 0.0682373046875, 0.158935546875, 0.1546630859375, 0.1689453125, 0.0699462890625, ...
embed
21064524_c0
21064524
fsharp
0
Title: Merge two events, detect which is raised Problem title: Merge two events, detect which is raised Tags: f%23, events Problem: Merge two events, detect which is raised I have two buttons, and I want to merge their click events, and then wait for either of them to be clicked (using async), and then depending on whi...
Merge two events, detect which is raised Merge two events, detect which is raised f%23 events Merge Async.AwaitObservable Observable.merge Observable.map Merge two events, detect which is raised I have two buttons, and I want to merge their click events, and then wait for either of them to be clicked (using async), and...
[ 0.0093994140625, 0.013916015625, 0.0010223388671875, -0.0030670166015625, -0.006683349609375, -0.0101318359375, -0.00031280517578125, 0.005859375, 0.00982666015625, -0.0252685546875, 0.01470947265625, 0.012939453125, 0.0096435546875, 0.039794921875, 0.01300048828125, -0.02099609375, ...
[ 6035, 429, 6626, 47353, 96391, 3129, 83, 165249, 1238, 3949, 3742, 12654, 238, 634, 217, 46471, 65756, 2661, 87652, 1991, 62346, 765, 77679, 3444, 42564, 2363, 18158, 40485, 40101, 96819, 30501, 51339, 12921, 61972, 31577, 4527, 62, 678, 83...
[ 0.20166015625, 0.1676025390625, 0.186767578125, 0.224365234375, 0.223876953125, 0.07342529296875, 0.095458984375, 0.25244140625, 0.08404541015625, 0.07318115234375, 0.1514892578125, 0.155029296875, 0.07305908203125, 0.1746826171875, 0.1322021484375, 0.1099853515625, 0.1614990234375, ...
embed
28890923_c0
28890923
fsharp
0
Title: Byte array to int16 conversion Problem title: Byte array to int16 conversion Tags: arrays, f%23, seq Problem: Byte array to int16 conversion How would one take a byte array and convert it into a multidimensional integer array. The real data would actually be the results of a System.IO.BinaryReader using ReadByte...
Byte array to int16 conversion Byte array to int16 conversion arrays f%23 seq Byte int16 Byte array to int16 conversion How would one take a byte array and convert it into a multidimensional integer array. The real data would actually be the results of a System.IO.BinaryReader using ReadBytes. The function would take t...
[ 0.0091552734375, -0.005401611328125, -0.01080322265625, 0.0142822265625, -0.0107421875, 0.00872802734375, -0.03369140625, -0.0036468505859375, 0.00029754638671875, 0.0098876953125, -0.004974365234375, -0.01544189453125, -0.0240478515625, -0.006195068359375, 0.005645751953125, -0.020751...
[ 3311, 67, 10298, 53, 47, 23, 18, 2485, 142477, 4778, 1238, 3742, 40, 864, 2806, 1632, 5646, 390, 96760, 3934, 6024, 157955, 892, 1505, 2773, 2053, 20653, 50339, 12353, 17780, 571, 73, 6635, 31345, 56, 4764, 75358, 1636, 32354, 140992, 7...
[ 0.12890625, 0.1182861328125, 0.2088623046875, 0.1580810546875, 0.08380126953125, 0.0986328125, 0.108642578125, 0.255859375, 0.1732177734375, 0.061248779296875, 0.0264892578125, 0.09246826171875, 0.003692626953125, 0.03936767578125, 0.03936767578125, 0.00921630859375, 0.05523681640625...
embed
2280021_c0
2280021
fsharp
0
Title: Logic variables support for .NET Problem title: Logic variables support for .NET Tags: f%23, .net, logic, logic-programming Problem: Logic variables support for .NET I am looking for a library/assembly that allows me to work with logical variables in F#. I want to avoid reinventing the wheel in implementing the ...
Logic variables support for .NET Logic variables support for .NET f%23 .net logic logic-programming Logic NET Logic variables support for .NET I am looking for a library/assembly that allows me to work with logical variables in F#. I want to avoid reinventing the wheel in implementing the required union-find datastruct...
[ 0.00927734375, 0.036865234375, 0.006866455078125, -0.0081787109375, -0.003387451171875, -0.0019989013671875, -0.01904296875, 0.0184326171875, -0.007232666015625, -0.03564453125, 0.0185546875, 0.0000514984130859375, 0.00946044921875, -0.01251220703125, 0.01202392578125, 0.00145721435546...
[ 50592, 238, 77336, 8060, 100, 5, 17777, 1238, 3742, 1179, 62775, 28966, 16487, 35773, 1294, 89845, 38526, 114864, 4488, 678, 289, 23, 563, 4904, 3444, 71864, 132894, 160298, 29479, 69941, 111607, 2053, 137656, 51, 41274, 18151, 14037, 1250, ...
[ 0.2119140625, 0.0986328125, 0.284423828125, 0.1763916015625, 0.011260986328125, 0.02325439453125, 0.1951904296875, 0.046966552734375, 0.08349609375, 0.136962890625, 0.22509765625, 0.06982421875, 0.05926513671875, 0.18505859375, 0.10614013671875, 0.0771484375, 0.027069091796875, 0.0...
embed
26344625_c0
26344625
fsharp
0
Title: Defining type of TypeProvider Problem title: Defining type of TypeProvider Tags: syntax, type-providers, f%23 Problem: Defining type of TypeProvider I am beginning to create my own Type Provider in F# but I fear a combination of poor documentation and personal inexperience (especially with the syntax) with F# is...
Defining type of TypeProvider Defining type of TypeProvider syntax type-providers f%23 Defining TypeProvider PoorlyWrittenQuestion Defining type of TypeProvider I am beginning to create my own Type Provider in F# but I fear a combination of poor documentation and personal inexperience (especially with the syntax) with ...
[ 0.004791259765625, 0.01544189453125, -0.008544921875, 0.0146484375, -0.01226806640625, -0.00335693359375, 0.00946044921875, 0.00634765625, 0.003143310546875, -0.0113525390625, 0.0059814453125, -0.002166748046875, -0.00689697265625, -0.0032196044921875, 0.021240234375, 0.018310546875, ...
[ 88606, 10644, 60457, 177997, 62160, 449, 111, 6002, 86531, 93136, 14202, 1238, 3742, 167626, 2783, 195136, 28282, 10002, 123089, 42, 563, 4904, 30783, 70425, 209806, 17152, 216806, 63134, 9969, 34759, 18499, 3871, 159978, 43032, 8781, 35011, 65...
[ 0.159423828125, 0.2152099609375, 0.253173828125, 0.2027587890625, 0.1722412109375, 0.013458251953125, 0.043853759765625, 0.064453125, 0.11767578125, 0.18212890625, 0.051025390625, 0.000274658203125, 0.048309326171875, 0.06109619140625, 0.06634521484375, 0.057098388671875, 0.014419555...
embed
22219234_c0
22219234
fsharp
0
Title: optional parameters in abstract class type signature Problem title: optional parameters in abstract class type signature Tags: abstract-class, f%23, optional-parameters Problem: optional parameters in abstract class type signature The Class: type NotAbstract () = member this.WithOptionalParameters (x, ?y) = let ...
optional parameters in abstract class type signature optional parameters in abstract class type signature abstract-class f%23 optional-parameters NotAbstract this.WithOptionalParameters WithOptionalParameters x:int y:int AbstractClass AbstractExample Ouch optional parameters in abstract class type signature The Class: ...
[ 0.02001953125, 0.0205078125, -0.0034332275390625, -0.011962890625, -0.01141357421875, -0.0101318359375, -0.006134033203125, -0.00421142578125, -0.0010986328125, 0.048583984375, -0.005126953125, -0.031982421875, 0.00262451171875, 0.0087890625, 0.006256103515625, 0.006011962890625, 0.0...
[ 35829, 289, 171859, 164789, 18507, 10644, 138256, 23, 67413, 1238, 3949, 3742, 6276, 29089, 11205, 2816, 15390, 903, 194583, 39029, 43315, 55292, 17106, 4288, 113, 233973, 140803, 11, 180, 12665, 35014, 25632, 14602, 959, 4488, 11249, 33022, ...
[ 0.2388916015625, 0.1351318359375, 0.22998046875, 0.2161865234375, 0.1844482421875, 0.213623046875, 0.249755859375, 0.0171966552734375, 0.152099609375, 0.0428466796875, 0.008331298828125, 0.117431640625, 0.081787109375, 0.1279296875, 0.08935546875, 0.1103515625, 0.0843505859375, 0.0...
embed
35523039_c0
35523039
fsharp
0
Title: Ordering extended discriminated unions Problem title: Ordering extended discriminated unions Tags: f%23, discriminated-union, comparison Problem: Ordering extended discriminated unions Assuming one has a class of discriminated unions such as: type IAnimal = end interface type Mammal = | Cat | Dog | Cow | Sheep i...
Ordering extended discriminated unions Ordering extended discriminated unions f%23 discriminated-union comparison Ordering IAnimal Mammal Cat Dog Cow Sheep Reptile Tortoise Lizard Snake Crocodile IComparable CompareTo Ordering extended discriminated unions Assuming one has a class of discriminated unions such as: And o...
[ -0.009033203125, 0.0196533203125, 0.0087890625, 0.01483154296875, 0.002716064453125, -0.02197265625, -0.0113525390625, 0.00634765625, 0.00592041015625, -0.01318359375, 0.01043701171875, 0.01544189453125, 0.0164794921875, -0.0072021484375, 0.0069580078125, -0.0027008056640625, 0.00451...
[ 81206, 65042, 297, 55970, 3674, 69941, 214, 1238, 3949, 3742, 87046, 225490, 87, 93, 2749, 101860, 141, 18826, 41129, 1311, 434, 4687, 4517, 33742, 44555, 6653, 188, 3075, 80354, 4216, 1141, 164098, 15663, 133, 108161, 147, 2886, 113307, 13...
[ 0.20947265625, 0.1773681640625, 0.0416259765625, 0.2137451171875, 0.06622314453125, 0.1781005859375, 0.041290283203125, 0.021881103515625, 0.054351806640625, 0.1358642578125, 0.1341552734375, 0.208984375, 0.1209716796875, 0.13232421875, 0.135009765625, 0.1240234375, 0.08349609375, ...
embed
8168325_c0
8168325
fsharp
0
Title: Transferring arrays from Matlab Application Server to F# Problem title: Transferring arrays from Matlab Application Server to F# Tags: matlab, .net, f%23 Problem: Transferring arrays from Matlab Application Server to F# I have a problem with transferring multidimensional arrays from a Matlab Application server t...
Transferring arrays from Matlab Application Server to F# Transferring arrays from Matlab Application Server to F# matlab .net f%23 Matlab Transferring Application Server Program Files R2010a win64 MLApp.dll MLApp.MLAppClass matlab.Execute matlab.GetVariable Transferring arrays from Matlab Application Server to F# I hav...
[ 0.039306640625, 0.01336669921875, 0.001556396484375, 0.0172119140625, 0.0067138671875, -0.00506591796875, -0.01300048828125, -0.006683349609375, -0.007049560546875, 0.0028533935546875, 0.023681640625, 0.0084228515625, -0.00946044921875, 0.00677490234375, -0.013916015625, -0.02197265625...
[ 73509, 2852, 10298, 4778, 1295, 7656, 6114, 104921, 22687, 47, 563, 4904, 2589, 1179, 3742, 7663, 42724, 11436, 13307, 39179, 1181, 140803, 211603, 81827, 2967, 12302, 6024, 157955, 10723, 26499, 169234, 59911, 7565, 55741, 53, 10644, 304, 39...
[ 0.1864013671875, 0.06744384765625, 0.1885986328125, 0.157958984375, 0.04852294921875, 0.1436767578125, 0.2286376953125, 0.1116943359375, 0.1339111328125, 0.0850830078125, 0.12109375, 0.1761474609375, 0.1124267578125, 0.0787353515625, 0.0260162353515625, 0.07281494140625, 0.0679931640...
embed
21551811_c1
21551811
fsharp
1
the type inference can not be deferred until the code where the mainfunc is called with the relevant information. I then tried to pass the Type into the mainfunc as a parameter neither let mainfunc (typeProvider:CsvProvider<"../docs/MSFT.csv">) = .... nor let mainfunc<typeProvider:CsvProvider<"../docs/MSFT.csv">> = .....
the type inference can not be deferred until the code where the mainfunc is called with the relevant information. I then tried to pass the Type into the mainfunc as a parameter neither let mainfunc (typeProvider:CsvProvider<"../docs/MSFT.csv">) = .... nor let mainfunc<typeProvider:CsvProvider<"../docs/MSFT.csv">> = .....
[ 0.039794921875, 0.009521484375, 0.010498046875, 0.02392578125, 0.01226806640625, -0.0137939453125, 0.0223388671875, 0.00457763671875, -0.007110595703125, -0.0223388671875, -0.01904296875, -0.021240234375, -0.00140380859375, 0.01190185546875, 0.018798828125, -0.007537841796875, -0.024...
[ 10644, 53498, 6620, 831, 959, 8, 2875, 2822, 24189, 18151, 5201, 16498, 238, 35839, 678, 29191, 4677, 37842, 27875, 60457, 3934, 237, 171859, 2633, 50986, 177997, 62160, 67756, 29713, 13439, 25217, 4439, 334, 79786, 16265, 68804, 68163, 2480,...
[ 0.2578125, 0.2191162109375, 0.1314697265625, 0.07940673828125, 0.05487060546875, 0.1058349609375, 0.1884765625, 0.059173583984375, 0.03863525390625, 0.16943359375, 0.1162109375, 0.1485595703125, 0.05059814453125, 0.07763671875, 0.030487060546875, 0.090087890625, 0.057525634765625, ...
embed
46537006_c0
46537006
fsharp
0
Title: System.Runtime.CompilerServices.Unsafe methods incompatible with F# Problem title: System.Runtime.CompilerServices.Unsafe methods incompatible with F# Tags: unsafe, .net, c%23, f%23 Problem: System.Runtime.CompilerServices.Unsafe methods incompatible with F# The System.Runtime.CompilerServices.Unsafe package def...
System.Runtime.CompilerServices.Unsafe methods incompatible with F# System.Runtime.CompilerServices.Unsafe methods incompatible with F# unsafe .net c%23 f%23 System.Runtime.CompilerServices.Unsafe AsPointer AsRef Copy CopyBlock InitBlock Read Write FS0001 i.e System.Runtime.CompilerServices.Unsafe methods incompatible ...
[ 0.005096435546875, 0.00518798828125, 0.0244140625, -0.00439453125, -0.01397705078125, -0.01226806640625, -0.01116943359375, -0.01177978515625, -0.01287841796875, 0.00537109375, 0.00152587890625, -0.007049560546875, 0.007659912109375, 0.0019683837890625, -0.00179290771484375, -0.0046081...
[ 12353, 163321, 6032, 108161, 34759, 121979, 14256, 115840, 150624, 82940, 1888, 678, 563, 4904, 51, 1179, 3742, 1238, 1301, 147534, 56, 190015, 146930, 166191, 360, 217, 4764, 601, 18781, 93774, 188735, 98169, 61924, 40368, 9969, 45831, 107730,...
[ 0.07073974609375, 0.0447998046875, 0.1109619140625, 0.108642578125, 0.1453857421875, 0.1407470703125, 0.08734130859375, 0.231689453125, 0.186279296875, 0.1099853515625, 0.1397705078125, 0.093505859375, 0.1204833984375, 0.220458984375, 0.055511474609375, 0.1104736328125, 0.11706542968...
embed
65405675_c0
65405675
fsharp
0
Title: F# Library structure Problem title: F# Library structure Tags: structure, f%23 Problem: F# Library structure I'm doing some restructuring of a project of mine, and decided to make a separate library project for a big part of it. My problem lays in that I have multiple files with modules where many of them should...
F# Library structure F# Library structure structure f%23 Library SomeCode SomeType someFunc1 SomeFunc2 SomeLib Mod1 F# Library structure I'm doing some restructuring of a project of mine, and decided to make a separate library project for a big part of it. My problem lays in that I have multiple files with modules wher...
[ 0.0096435546875, 0.003692626953125, -0.0003414154052734375, 0.00872802734375, -0.007080078125, -0.001495361328125, 0.0255126953125, -0.01226806640625, 0.00872802734375, 0.0250244140625, -0.0194091796875, -0.01031494140625, 0.00933837890625, 0.0299072265625, 0.00927734375, -0.0295410156...
[ 563, 4904, 103835, 45646, 1238, 3949, 3742, 31384, 114211, 196707, 3060, 97249, 418, 304, 104820, 16269, 456, 36716, 53089, 13452, 5665, 84797, 35773, 1294, 2831, 2967, 765, 48716, 102158, 678, 88996, 5941, 5608, 204105, 1295, 38937, 61687, 3...
[ 0.1434326171875, 0.21826171875, 0.295166015625, 0.2017822265625, 0.06597900390625, 0.039703369140625, 0.1156005859375, 0.0985107421875, 0.2005615234375, 0.1519775390625, 0.05816650390625, 0.1170654296875, 0.0149078369140625, 0.0163726806640625, 0.1710205078125, 0.1204833984375, 0.032...
embed
42126161_c0
42126161
fsharp
0
Title: Why does bigint compile in one case and not in the other? Problem title: Why does bigint compile in one case and not in the other? Tags: f%23 Problem: Why does bigint compile in one case and not in the other? I am just starting with F#, and I found the behavior displayed below puzzling. Any explanations? let bg ...
Why does bigint compile in one case and not in the other? Why does bigint compile in one case and not in the other? f%23 Why System.Numerics.BigInteger FS0041 BigInteger Candidates float32 int64 uint32 uint64 Why does bigint compile in one case and not in the other? I am just starting with F#, and I found the behavior ...
[ -0.0107421875, 0.01214599609375, 0.004638671875, -0.01165771484375, 0.004119873046875, 0.01055908203125, 0.0125732421875, -0.021728515625, 0.003082275390625, 0.01055908203125, -0.0181884765625, -0.01153564453125, -0.00115966796875, 0.009521484375, -0.0111083984375, 0.0064697265625, 0...
[ 44084, 14602, 6957, 4288, 9969, 1340, 23, 1632, 7225, 136, 959, 3789, 1238, 3742, 12353, 1991, 28021, 129933, 4153, 67, 1505, 93774, 135401, 418, 14195, 194215, 21917, 257, 6460, 18, 13307, 75, 72134, 678, 563, 4904, 14037, 70, 123166, 44...
[ 0.16796875, 0.06549072265625, 0.163330078125, 0.26708984375, 0.20654296875, 0.1912841796875, 0.09521484375, 0.1226806640625, 0.15087890625, 0.0682373046875, 0.101806640625, 0.083251953125, 0.071533203125, 0.08502197265625, 0.051361083984375, 0.01129150390625, 0.000335693359375, 0.1...
embed
43504754_c0
43504754
fsharp
0
Title: How to set up a webbrowser DocumentCompleted Eventhandler in F# Problem title: How to set up a webbrowser DocumentCompleted Eventhandler in F# Tags: winforms, webbrowser-control, f%23 Problem: How to set up a webbrowser DocumentCompleted Eventhandler in F# I am trying something as simple as connecting to a webpa...
How to set up a webbrowser DocumentCompleted Eventhandler in F# How to set up a webbrowser DocumentCompleted Eventhandler in F# winforms webbrowser-control f%23 How DocumentCompleted Eventhandler Webbrowser STAThread webbrowser1 webbrowser1.Navigate Uri www.google.dk webbrowser1.DocumentCompleted WebBrowserDocumentComp...
[ 0.001678466796875, 0.01324462890625, -0.022216796875, -0.01495361328125, -0.00506591796875, 0.0277099609375, 0.01422119140625, -0.03857421875, -0.00738525390625, -0.043212890625, 0.012451171875, -0.01141357421875, -0.0157470703125, -0.0034027099609375, -0.005035400390625, -0.0238037109...
[ 11249, 5423, 1257, 10, 1467, 215725, 43101, 108161, 133, 3674, 36943, 74258, 23, 563, 4904, 47, 148, 46334, 7, 81988, 1238, 3742, 4002, 144792, 39116, 418, 160349, 1758, 130885, 59875, 5740, 239469, 15555, 192134, 135679, 603, 12647, 13857, ...
[ 0.053436279296875, 0.1260986328125, 0.1036376953125, 0.0474853515625, 0.127197265625, 0.224609375, 0.2021484375, 0.1263427734375, 0.1583251953125, 0.108154296875, 0.203125, 0.2470703125, 0.0501708984375, 0.15478515625, 0.2330322265625, 0.000762939453125, 0.058013916015625, 0.179321...
embed
40919753_c0
40919753
fsharp
0
Title: Passing Options Into DataTable F# Problem title: Passing Options Into DataTable F# Tags: sql, null, f%23, c%23, datatable Problem: Passing Options Into DataTable F# let dataTable = new DataTable("mytable") dataTable.Columns.Add("bool_option_column") //typeof<bool option> dataTable.Columns.Add("int_column") I hav...
Passing Options Into DataTable F# Passing Options Into DataTable F# sql null f%23 c%23 datatable Passing Options Into DataTable dataTable.Columns.Add bool_option_column int_column dataTable.Rows.Add Option.getValueOr None System.Nullable Some Passing Options Into DataTable F# I have a boolean option column. How do I al...
[ 0.02001953125, 0.00799560546875, 0.0228271484375, -0.0034027099609375, -0.006011962890625, -0.0240478515625, 0.0238037109375, -0.017822265625, -0.01129150390625, 0.014892578125, -0.01031494140625, -0.0030975341796875, -0.0133056640625, 0.00176239013671875, -0.0205078125, 0.009887695312...
[ 28872, 152448, 360, 188, 11809, 618, 2886, 563, 4904, 99247, 56574, 1238, 3742, 2053, 22819, 78457, 316, 4028, 142484, 109585, 8447, 12724, 19725, 86769, 856, 50770, 438, 12353, 839, 20446, 2661, 214, 337, 31, 34677, 35829, 3365, 11249, 637...
[ 0.103759765625, 0.26025390625, 0.05706787109375, 0.1177978515625, 0.07696533203125, 0.1317138671875, 0.1617431640625, 0.07666015625, 0.1219482421875, 0.155029296875, 0.2164306640625, 0.0204925537109375, 0.05712890625, 0.0232391357421875, 0.16845703125, 0.00897216796875, 0.08935546875...
embed
4278922_c0
4278922
fsharp
0
Title: How to Test C# Functions interactively with F# Interactive Problem title: How to Test C# Functions interactively with F# Interactive Tags: read-eval-print-loop, c%23, f%23-interactive, visual-studio-2010, f%23 Problem: How to Test C# Functions interactively with F# Interactive I have a set of static utility meth...
How to Test C# Functions interactively with F# Interactive How to Test C# Functions interactively with F# Interactive read-eval-print-loop c%23 f%23-interactive visual-studio-2010 f%23 How Test Functions Interactive visual-studio-2010 How to Test C# Functions interactively with F# Interactive I have a set of static uti...
[ -0.007598876953125, -0.00982666015625, 0.0191650390625, 0.0157470703125, 0.0016937255859375, -0.005767822265625, 0.003875732421875, -0.003692626953125, -0.0084228515625, -0.0181884765625, -0.0152587890625, 0.00592041015625, -0.01226806640625, 0.0042724609375, 0.0262451171875, 0.0034179...
[ 11249, 47, 8647, 313, 4904, 28670, 10763, 212398, 538, 678, 563, 5337, 71232, 12301, 1405, 35662, 28354, 3742, 10433, 21176, 52629, 73552, 201939, 19537, 150624, 25072, 109921, 1884, 1286, 187016, 134234, 30022, 9969, 105823, 165547, 866, 1261,...
[ 0.055633544921875, 0.0184173583984375, 0.231689453125, 0.044708251953125, 0.2425537109375, 0.152099609375, 0.06964111328125, 0.2197265625, 0.00390625, 0.055328369140625, 0.1082763671875, 0.1402587890625, 0.1671142578125, 0.1187744140625, 0.1690673828125, 0.12451171875, 0.1484375, 0...
embed
25156440_c0
25156440
fsharp
0
Title: Typecheck error FS3033 from F# XmlProvider Problem title: Typecheck error FS3033 from F# XmlProvider Tags: type-providers, xml, types, f%23, f%23-data Problem: Typecheck error FS3033 from F# XmlProvider I've been using the XmlProvider from FSharp.Data to generate types corresponding to a fragment of XML which I ...
Typecheck error FS3033 from F# XmlProvider Typecheck error FS3033 from F# XmlProvider type-providers xml types f%23 f%23-data F# Typecheck FS3033 XmlProvider Typecheck error FS3033 from F# XmlProvider I've been using the XmlProvider from FSharp.Data to generate types corresponding to a fragment of XML which I am storin...
[ 0.0245361328125, 0.0306396484375, -0.0103759765625, 0.005767822265625, -0.0101318359375, 0.0125732421875, -0.013427734375, -0.00946044921875, -0.01220703125, -0.0294189453125, 0.004364013671875, -0.0107421875, 0.01080322265625, -0.0012664794921875, 0.01226806640625, 0.00083160400390625...
[ 60457, 78292, 18499, 93774, 1197, 9185, 563, 4904, 1193, 7237, 177997, 62160, 10644, 93136, 131492, 52895, 1238, 3742, 10135, 17368, 3467, 254, 137989, 139392, 42518, 38551, 92537, 3082, 11435, 31344, 14364, 13452, 88303, 171859, 60875, 18151, ...
[ 0.1885986328125, 0.240234375, 0.13671875, 0.2056884765625, 0.153076171875, 0.263671875, 0.105712890625, 0.1837158203125, 0.09326171875, 0.158203125, 0.1668701171875, 0.1585693359375, 0.158203125, 0.1553955078125, 0.1878662109375, 0.1878662109375, 0.004302978515625, 0.04205322265625...
embed
3111092_c0
3111092
fsharp
0
Title: VS2010 F# Smart Tag to add open import declarations Problem title: VS2010 F# Smart Tag to add open import declarations Tags: smart-tags, visual-studio-2010, visual-studio, f%23 Problem: VS2010 F# Smart Tag to add open import declarations EDITS corrected terminology from Intellisense to Smart Tag OK, I readily ad...
VS2010 F# Smart Tag to add open import declarations VS2010 F# Smart Tag to add open import declarations smart-tags visual-studio-2010 visual-studio f%23 declarations VS2010 Smart Tag visual-studio-2010 VS2010 F# Smart Tag to add open import declarations EDITS corrected terminology from Intellisense to Smart Tag OK, I r...
[ -0.01080322265625, 0.01043701171875, -0.005767822265625, -0.01470947265625, -0.01513671875, 0.0194091796875, -0.032470703125, -0.00567626953125, -0.015625, 0.00445556640625, 0.01953125, -0.00579833984375, -0.0101318359375, 0.00604248046875, 0.014892578125, -0.00811767578125, 0.009033...
[ 44160, 11436, 563, 4904, 19204, 4837, 15190, 9803, 24927, 21635, 18775, 75985, 21176, 52629, 73552, 1238, 3742, 172864, 26785, 18614, 30131, 27077, 36456, 140498, 12298, 5732, 55993, 61689, 2785, 73372, 22968, 959, 11417, 18507, 9351, 210716, 1...
[ 0.1820068359375, 0.192626953125, 0.0941162109375, 0.175048828125, 0.195556640625, 0.2421875, 0.0960693359375, 0.13623046875, 0.2110595703125, 0.172119140625, 0.158935546875, 0.18359375, 0.1328125, 0.133544921875, 0.1395263671875, 0.03985595703125, 0.000274658203125, 0.0164947509765...
embed
5763074_c0
5763074
fsharp
0
Title: F# Seq.fold intellisense Problem title: F# Seq.fold intellisense Tags: f%23, extension-methods, syntax Problem: F# Seq.fold intellisense I'm learning F# and am struggling to parse the intellisense that appears for Seq.fold : val fold : ('State -> 'T -> 'State) -> 'State -> seq<'T> -> 'State In C# I'm accustomed ...
F# Seq.fold intellisense F# Seq.fold intellisense f%23 extension-methods syntax Seq.fold State Aggregate TAccumulate TSource IEnumerable Func F# Seq.fold intellisense I'm learning F# and am struggling to parse the intellisense that appears for Seq.fold : In C# I'm accustomed to the Aggregate extension method and can un...
[ -0.00665283203125, 0.0157470703125, 0.01275634765625, 0.0260009765625, -0.01544189453125, 0.002655029296875, -0.007080078125, 0.00555419921875, -0.016845703125, -0.006439208984375, 0.0032501220703125, -0.017333984375, -0.02099609375, 0.033447265625, 0.00087738037109375, 0.0036163330078...
[ 563, 4904, 503, 864, 5, 42822, 892, 27077, 184, 1238, 3949, 3742, 111938, 1928, 7352, 6002, 86531, 22836, 12342, 68722, 2182, 12998, 10060, 6407, 19309, 384, 211235, 2606, 56, 28670, 52080, 237875, 366, 135179, 2785, 55300, 28219, 21635, 10...
[ 0.132080078125, 0.2073974609375, 0.12158203125, 0.2147216796875, 0.052459716796875, 0.248291015625, 0.130615234375, 0.17138671875, 0.070068359375, 0.09869384765625, 0.040618896484375, 0.193115234375, 0.1776123046875, 0.0750732421875, 0.1053466796875, 0.1240234375, 0.2005615234375, ...
embed
25789017_c0
25789017
fsharp
0
Title: Can F# interactive help me find the exported types of a TypeProvider? Problem title: Can F# interactive help me find the exported types of a TypeProvider? Tags: f%23, type-providers Problem: Can F# interactive help me find the exported types of a TypeProvider? I've followed a tutorial only part 1. Although I was...
Can F# interactive help me find the exported types of a TypeProvider? Can F# interactive help me find the exported types of a TypeProvider? f%23 type-providers Can TypeProvider BTypeProvider.TypeProvider.Provided MyType ProvidedTypeDefinition Inputs Some Can F# interactive help me find the exported types of a TypeProvi...
[ 0.019287109375, 0.013671875, 0.00531005859375, 0.035888671875, -0.021240234375, 0.00127410888671875, 0.00086212158203125, -0.013427734375, -0.01226806640625, -0.018310546875, -0.0113525390625, 0.00909423828125, 0.01312255859375, -0.004913330078125, 0.020263671875, 0.015869140625, 0.0...
[ 4171, 563, 4904, 212398, 4358, 7413, 31255, 297, 52895, 60457, 177997, 62160, 1238, 3742, 10644, 93136, 335, 196707, 5518, 2646, 123089, 71, 187423, 943, 360, 7077, 134629, 57143, 2831, 23552, 20697, 6183, 1884, 2046, 8781, 1647, 1681, 81450,...
[ 0.042144775390625, 0.1300048828125, 0.2119140625, 0.206787109375, 0.04400634765625, 0.091552734375, 0.215087890625, 0.0623779296875, 0.2166748046875, 0.2156982421875, 0.1776123046875, 0.1463623046875, 0.0792236328125, 0.07281494140625, 0.1815185546875, 0.1483154296875, 0.075866699218...
embed
32679192_c0
32679192
fsharp
0
Title: How to deal with null values in F# Problem title: How to deal with null values in F# Tags: f%23-data, f%23 Problem: How to deal with null values in F# I am trying to fetch data(type:double) from MS access below. There are number of null values stored in A&B below. is there a way to change those null values to ze...
How to deal with null values in F# How to deal with null values in F# f%23-data f%23 How OleDbConnection Provider Microsoft.ACE.OLEDB.12.0 Data Source Portfolio.accdb Persist Security Info conn.Open DAdapter OleDbDataAdapter DTable DataSet DAdapter.Fill DTable.Tables Rows rowCol.Count Table1 A:double B:double SELECT Ho...
[ 0.03369140625, 0.00032806396484375, 0.009765625, 0.01434326171875, -0.006744384765625, -0.0184326171875, 0.0208740234375, -0.01007080078125, 0.00225830078125, 0.006378173828125, 0.0123291015625, 0.006988525390625, -0.0068359375, -0.0028839111328125, 0.006072998046875, -0.0068359375, ...
[ 11249, 47, 35142, 678, 56574, 142424, 23, 563, 4904, 1238, 27495, 10135, 3742, 31031, 397, 275, 235603, 123089, 7244, 61019, 71621, 39463, 15654, 2389, 11809, 77641, 214558, 48073, 57309, 271, 48748, 14048, 103264, 254, 2631, 2886, 294, 5713,...
[ 0.056793212890625, 0.06353759765625, 0.1673583984375, 0.1534423828125, 0.2489013671875, 0.225830078125, 0.05340576171875, 0.1529541015625, 0.2369384765625, 0.09930419921875, 0.0780029296875, 0.08984375, 0.03369140625, 0.116455078125, 0.03240966796875, 0.09033203125, 0.0458984375, 0...
embed
33236361_c0
33236361
fsharp
0
Title: Throttle a stream such that writes will be queued until a response was received to the previous write Problem title: Throttle a stream such that writes will be queued until a response was received to the previous write Tags: f%23 Problem: Throttle a stream such that writes will be queued until a response was rec...
Throttle a stream such that writes will be queued until a response was received to the previous write Throttle a stream such that writes will be queued until a response was received to the previous write f%23 Throttle res2 Enqueue w.Post Throttle a stream such that writes will be queued until a response was received to...
[ -0.020751953125, 0.0286865234375, -0.002227783203125, -0.0166015625, 0.00518798828125, -0.0213623046875, 0.01214599609375, -0.0206298828125, -0.002044677734375, -0.010009765625, 0.0185546875, 0.034912109375, 0.00360107421875, 0.0081787109375, 0.019287109375, 0.01953125, -0.0000202655...
[ 6003, 40337, 133, 75973, 6044, 33022, 41, 34, 24189, 57553, 75204, 96362, 297, 47, 1238, 3742, 3332, 304, 357, 944, 13388, 148, 49411, 114864, 1632, 50336, 134719, 1733, 11814, 40368, 86997, 853, 75616, 277, 12018, 5675, 6259, 3525, 4734, ...
[ 0.08892822265625, 0.241455078125, 0.1956787109375, 0.2205810546875, 0.06622314453125, 0.166015625, 0.114501953125, 0.096435546875, 0.1004638671875, 0.20458984375, 0.1343994140625, 0.102294921875, 0.04974365234375, 0.010284423828125, 0.005584716796875, 0.1068115234375, 0.0921630859375...
embed
22127310_c0
22127310
fsharp
0
Title: Cannot use F# type as C# function parameter Problem title: Cannot use F# type as C# function parameter Tags: f%23 Problem: Cannot use F# type as C# function parameter I got the following types in my F# library (same file & namespace): type HPart = | Titles of string list | HLine of string list type HFile = HPart...
Cannot use F# type as C# function parameter Cannot use F# type as C# function parameter f%23 Cannot HPart Titles HLine HFile LoadFromTemplate FSharpList Cannot use F# type as C# function parameter I got the following types in my F# library (same file & namespace): This library was added as reference in a C# project and...
[ 0.00701904296875, 0.0128173828125, 0.004486083984375, -0.00811767578125, -0.020751953125, 0.0013885498046875, -0.00775146484375, 0.000009953975677490234, 0.004547119140625, -0.0093994140625, -0.00665283203125, -0.01953125, -0.0103759765625, -0.000888824462890625, 0.009765625, 0.0047912...
[ 4171, 10869, 4527, 563, 4904, 10644, 237, 313, 32354, 171859, 1238, 3742, 572, 58229, 48962, 93232, 174350, 2091, 168407, 159065, 93774, 3467, 254, 154663, 52895, 35773, 40175, 11435, 210716, 1294, 49814, 91067, 13452, 28282, 66882, 1340, 2967,...
[ 0.047119140625, 0.1134033203125, 0.10009765625, 0.147216796875, 0.2427978515625, 0.2083740234375, 0.0863037109375, 0.0258331298828125, 0.17529296875, 0.20361328125, 0.06805419921875, 0.1046142578125, 0.16162109375, 0.170166015625, 0.1187744140625, 0.15771484375, 0.289306640625, 0.0...
embed
23153556_c0
23153556
fsharp
0
Title: F# type definition using `of` keyword Problem title: F# type definition using `of` keyword Tags: f%23 Problem: F# type definition using `of` keyword Let me state that I am very green in F# (but 4 years experience in C#). I wanted to start learning F# and I was following the TryFSharp.org tutorials. I came to the...
F# type definition using `of` keyword F# type definition using `of` keyword f%23 State F# type definition using `of` keyword Let me state that I am very green in F# (but 4 years experience in C#). I wanted to start learning F# and I was following the TryFSharp.org tutorials. I came to the point of the computation expre...
[ -0.00238037109375, 0.0057373046875, 0.001953125, -0.0003662109375, 0.00146484375, 0.0079345703125, -0.0196533203125, -0.0037689208984375, 0.025390625, -0.02001953125, 0.00762939453125, -0.0032806396484375, -0.0123291015625, 0.00787353515625, -0.00897216796875, 0.0026397705078125, 0.0...
[ 563, 4904, 10644, 80934, 17368, 4390, 166117, 1238, 3949, 3742, 22836, 11341, 50997, 201, 5369, 16981, 52080, 40858, 3467, 254, 1478, 57143, 181135, 125195, 34735, 26484, 189050, 27781, 459, 36659, 17932, 53418, 28960, 86608, 18151, 134598, 448...
[ 0.1253662109375, 0.2054443359375, 0.2099609375, 0.151611328125, 0.050933837890625, 0.269775390625, 0.2054443359375, 0.07769775390625, 0.050323486328125, 0.125, 0.1876220703125, 0.00146484375, 0.0548095703125, 0.013031005859375, 0.050262451171875, 0.05474853515625, 0.0108642578125, ...
embed
25877561_c0
25877561
fsharp
0
Title: Implementing delegate interface in F# Problem title: Implementing delegate interface in F# Tags: f%23, events Problem: Implementing delegate interface in F# I would like to implement the following C# interface in F# interface IDoSomething { void Process(foo input); event Action<bar> Result; } However I am failin...
Implementing delegate interface in F# Implementing delegate interface in F# f%23 events Implementing IDoSomething Process Action Result Event System.Action CLIEvent x.Result result.Publish Handler DelegateEvent e.Trigger x.Process e.Publish Implementing delegate interface in F# I would like to implement the following C...
[ 0.0013427734375, 0.01068115234375, -0.0157470703125, -0.01275634765625, -0.0133056640625, 0.005126953125, 0.0115966796875, -0.0078125, 0.0191650390625, -0.0263671875, -0.00750732421875, 0.0263671875, -0.0291748046875, 0.020751953125, 0.01287841796875, -0.006103515625, -0.001159667968...
[ 153941, 214, 102329, 13, 101758, 23, 563, 4904, 1238, 3949, 3742, 47353, 11338, 31, 8912, 282, 64113, 123996, 57945, 126684, 36943, 12353, 284, 10763, 10927, 192134, 1022, 4332, 7, 7136, 16750, 143145, 15227, 10639, 603, 228532, 28, 74257, ...
[ 0.2083740234375, 0.072021484375, 0.302978515625, 0.1781005859375, 0.23974609375, 0.079345703125, 0.170654296875, 0.245361328125, 0.0899658203125, 0.06683349609375, 0.16455078125, 0.1585693359375, 0.10302734375, 0.1063232421875, 0.025360107421875, 0.013275146484375, 0.07342529296875, ...
embed
30769284_c0
30769284
fsharp
0
Title: How to implement generics with type annotations in F# Problem title: How to implement generics with type annotations in F# Tags: generics, f%23 Problem: How to implement generics with type annotations in F# I have the following skeleton of code: type MyException<'T> () = inherit Exception() type IMyInterface = a...
How to implement generics with type annotations in F# How to implement generics with type annotations in F# generics f%23 MyException How Exception IMyInterface Method MyClass this.Method s.IndexOf IMyInterface.Method MyClass.Method How to implement generics with type annotations in F# I have the following skeleton of ...
[ 0.0033721923828125, 0.0152587890625, -0.00555419921875, -0.00921630859375, 0.0130615234375, 0.00007152557373046875, 0.005096435546875, 0.004425048828125, -0.000804901123046875, -0.0079345703125, 0.0091552734375, -0.0162353515625, 0.003387451171875, 0.000017881393432617188, 0.012756347656...
[ 11249, 29479, 189534, 7, 678, 10644, 8668, 22062, 563, 4904, 1238, 3742, 2646, 19279, 63928, 5443, 46832, 53, 44851, 40404, 74644, 140803, 903, 78572, 7352, 39659, 132887, 23, 182355, 18151, 26008, 3229, 375, 5974, 995, 170, 115081, 47, 644...
[ 0.028167724609375, 0.1976318359375, 0.258544921875, 0.0830078125, 0.127197265625, 0.223388671875, 0.17822265625, 0.10986328125, 0.1241455078125, 0.1912841796875, 0.048187255859375, 0.08154296875, 0.115234375, 0.07568359375, 0.17919921875, 0.03570556640625, 0.05999755859375, 0.09826...
embed
35378119_c1
35378119
fsharp
1
0; } C# code using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Diagnostics; namespace SpeedTestCSharp { class Program { static void Main(string[] args) { const int N = 100000000; int x = 0; Stopwatch watch = new Stopwatch(); watch.Start(); ...
0; } C# code using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Diagnostics; namespace SpeedTestCSharp { class Program { static void Main(string[] args) { const int N = 100000000; int x = 0; Stopwatch watch = new Stopwatch(); watch.Start(); ...
[ -0.00933837890625, 0.0013427734375, 0.007568359375, 0.0216064453125, 0.00836181640625, -0.018310546875, 0.006134033203125, -0.0072021484375, -0.00150299072265625, -0.025146484375, 0.0185546875, 0.0137939453125, -0.005767822265625, -0.0133056640625, 0.0166015625, -0.009033203125, -0.0...
[ 757, 74, 313, 4904, 18151, 17368, 12353, 78457, 8996, 5, 135932, 12259, 44982, 174379, 39116, 9874, 1042, 7, 128198, 6, 210716, 63349, 111337, 3467, 254, 18507, 7663, 201939, 2292, 71, 12321, 91693, 268, 79459, 16, 10666, 158, 271, 23, 18...
[ 0.1480712890625, 0.041961669921875, 0.06304931640625, 0.2281494140625, 0.19873046875, 0.080322265625, 0.163818359375, 0.0391845703125, 0.0804443359375, 0.006011962890625, 0.08013916015625, 0.010009765625, 0.1165771484375, 0.103759765625, 0.0538330078125, 0.045013427734375, 0.02569580...
embed
8481655_c0
8481655
fsharp
0
Title: F# Mailbox vs MailboxProcessor Problem title: F# Mailbox vs MailboxProcessor Tags: ccr, f%23 Problem: F# Mailbox vs MailboxProcessor I notice the Mailbox type is encapsulated and can only be used through the use of the MailboxProcessor. It implies that to have an agent to which I can post messages, I'm forced to...
F# Mailbox vs MailboxProcessor F# Mailbox vs MailboxProcessor ccr f%23 Mailbox MailboxProcessor F# Mailbox vs MailboxProcessor I notice the Mailbox type is encapsulated and can only be used through the use of the MailboxProcessor. It implies that to have an agent to which I can post messages, I'm forced to have a singl...
[ 0.0052490234375, 0.0203857421875, -0.00225830078125, 0.03173828125, -0.020751953125, -0.024169921875, -0.0069580078125, 0.0289306640625, -0.005584716796875, -0.027099609375, 0.005157470703125, 0.003204345703125, 0.004974365234375, 0.009765625, 0.003387451171875, 0.00732421875, 0.0081...
[ 563, 4904, 25919, 11728, 20209, 10752, 26531, 748, 501, 23150, 1238, 3742, 60322, 10644, 22, 15644, 77593, 831, 4734, 11814, 8305, 4527, 23882, 1305, 89914, 168861, 11001, 144573, 188768, 28219, 48716, 4488, 118664, 235529, 6494, 4331, 313, 7...
[ 0.1109619140625, 0.17919921875, 0.1307373046875, 0.234619140625, 0.0982666015625, 0.10125732421875, 0.1590576171875, 0.14404296875, 0.00970458984375, 0.1639404296875, 0.0325927734375, 0.027191162109375, 0.0290374755859375, 0.16748046875, 0.035430908203125, 0.1197509765625, 0.11486816...
embed
59162697_c0
59162697
fsharp
0
Title: FSharpPlus : the fsi blocks when I try to combine two transformers Problem title: FSharpPlus : the fsi blocks when I try to combine two transformers Tags: fsi, monad-transformers, f%23%2B, monads, f%23 Problem: FSharpPlus : the fsi blocks when I try to combine two transformers The fsi blocks when I try to combin...
FSharpPlus : the fsi blocks when I try to combine two transformers FSharpPlus : the fsi blocks when I try to combine two transformers fsi monad-transformers f%23%2B monads f%23 MyError FSharpPlus FSharpPlus.Data Err WriterT ResultT Async Result Async.Sleep ResultT.hoist WriterT.run ResultT.run Async.RunSynchronously FS...
[ -0.00555419921875, 0.020263671875, -0.01092529296875, -0.0198974609375, 0.01556396484375, -0.0255126953125, 0.00537109375, -0.00872802734375, 0.0035400390625, -0.041015625, 0.0146484375, 0.0245361328125, 0.0235595703125, -0.003997802734375, 0.00927734375, 0.00141143798828125, 0.02038...
[ 93774, 3467, 254, 88225, 152, 70, 1238, 172, 46389, 7, 3229, 9790, 70163, 6626, 27198, 1314, 2667, 712, 215175, 571, 3742, 2646, 18468, 31611, 137989, 1004, 42, 2783, 618, 126684, 12654, 133, 497, 16428, 163321, 217835, 1900, 6097, 15490, ...
[ 0.0823974609375, 0.1695556640625, 0.1510009765625, 0.2449951171875, 0.001861572265625, 0.046661376953125, 0.117431640625, 0.17724609375, 0.2069091796875, 0.07611083984375, 0.05206298828125, 0.1287841796875, 0.186767578125, 0.154541015625, 0.1925048828125, 0.090087890625, 0.0531616210...
embed
7487541_c0
7487541
fsharp
0
Title: Optionally taking the first item in a sequence Problem title: Optionally taking the first item in a sequence Tags: sequence, f%23, idioms Problem: Optionally taking the first item in a sequence I need a function like Seq.head , but returning None instead of throwing an exception when the sequence is empty, i.e.,...
Optionally taking the first item in a sequence Optionally taking the first item in a sequence sequence f%23 idioms Optionally Seq.head None Seq.init Seq.tryFind Seq.tryPick Some Seq.isEmpty items.GetEnumerator e.MoveNext e.Current Seq.tryHead Optionally taking the first item in a sequence I need a function like Seq.hea...
[ 0.01324462890625, 0.01165771484375, 0.0206298828125, 0.015625, -0.00186920166015625, -0.01904296875, 0.007476806640625, -0.01226806640625, 0.0045166015625, -0.02001953125, 0.011474609375, 0.039306640625, -0.00180816650390625, 0.00836181640625, 0.02880859375, 0.01239013671875, -0.0003...
[ 86769, 25958, 35971, 5117, 35735, 23, 40, 944, 3956, 1238, 3742, 13373, 28016, 503, 864, 31251, 438, 217, 15123, 204582, 41113, 134332, 939, 55769, 2606, 56, 4597, 9083, 81280, 474, 13025, 712, 3871, 32354, 1884, 5, 30646, 86, 64457, 1042...
[ 0.1861572265625, 0.0693359375, 0.189208984375, 0.1624755859375, 0.19091796875, 0.0682373046875, 0.093017578125, 0.1710205078125, 0.130859375, 0.012359619140625, 0.10174560546875, 0.09466552734375, 0.07177734375, 0.1005859375, 0.1993408203125, 0.23828125, 0.1142578125, 0.02359008789...
embed
46585604_c0
46585604
fsharp
0
Title: How to access static members of a type declared as generic parameter in F# Problem title: How to access static members of a type declared as generic parameter in F# Tags: f%23, generics, constraints Problem: How to access static members of a type declared as generic parameter in F# I would like to create a base ...
How to access static members of a type declared as generic parameter in F# How to access static members of a type declared as generic parameter in F# f%23 generics constraints How Constrained Condition Create tf.Condition Some None How to access static members of a type declared as generic parameter in F# I would like ...
[ 0.006500244140625, -0.0196533203125, 0.03076171875, -0.034423828125, 0.0098876953125, -0.01409912109375, -0.0140380859375, -0.0087890625, 0.004486083984375, -0.0245361328125, -0.00141143798828125, -0.0186767578125, 0.0147705078125, 0.005340576171875, 0.006103515625, -0.018310546875, ...
[ 11249, 47, 17203, 201939, 43032, 10644, 159978, 237, 189534, 171859, 563, 4904, 71, 1238, 3742, 158, 2816, 4288, 9297, 122009, 46347, 151313, 808, 420, 11935, 428, 1363, 31384, 438, 23, 1884, 28282, 3647, 112892, 18929, 166635, 52895, 5983, ...
[ 0.046783447265625, 0.01409912109375, 0.2059326171875, 0.242919921875, 0.246826171875, 0.2196044921875, 0.13623046875, 0.06915283203125, 0.242431640625, 0.22119140625, 0.137451171875, 0.2098388671875, 0.02581787109375, 0.059326171875, 0.07513427734375, 0.0298614501953125, 0.140625, ...
embed
48119433_c0
48119433
fsharp
0
Title: How serialize to stream with JSON.NET on F#? Problem title: How serialize to stream with JSON.NET on F#? Tags: xamarin.android, json, json.net, f%23 Problem: How serialize to stream with JSON.NET on F#? I need to send JSON to WebResourceResponse : override this.ShouldInterceptRequest(view:WebView, request:IWebRe...
How serialize to stream with JSON.NET on F#? How serialize to stream with JSON.NET on F#? xamarin.android json json.net f%23 How JSON.NET WebResourceResponse this.ShouldInterceptRequest view:WebView request:IWebResourceRequest Customer.fakeData Array Shared.jsonToStream UTF-8 JsonSerializer IO.MemoryStream IO.StreamWri...
[ -0.019775390625, 0.030517578125, -0.006072998046875, -0.03271484375, -0.01324462890625, -0.0213623046875, -0.0096435546875, 0.0263671875, -0.01507568359375, -0.017578125, 0.0162353515625, 0.031494140625, 0.02197265625, 0.02490234375, 0.02392578125, 0.0091552734375, 0.006317138671875,...
[ 11249, 35686, 20650, 47, 75973, 678, 821, 58627, 17777, 98, 563, 4904, 5, 2459, 44503, 51796, 532, 1647, 1681, 1179, 1238, 3742, 4002, 60427, 94399, 903, 19462, 75616, 21455, 100474, 50336, 124765, 1021, 137989, 29790, 170, 7763, 115061, 30...
[ 0.05389404296875, 0.2288818359375, 0.12841796875, 0.059326171875, 0.228515625, 0.1343994140625, 0.165771484375, 0.2340087890625, 0.2083740234375, 0.0418701171875, 0.132080078125, 0.19091796875, 0.03253173828125, 0.12841796875, 0.1868896484375, 0.140625, 0.02581787109375, 0.09710693...
embed
65351713_c0
65351713
fsharp
0
Title: How can I add a callback when a new thread is being created in ASP.NET Core? Problem title: How can I add a callback when a new thread is being created in ASP.NET Core? Tags: asp.net-core, .net-core, c%23, f%23 Problem: How can I add a callback when a new thread is being created in ASP.NET Core? I've got an ASP....
How can I add a callback when a new thread is being created in ASP.NET Core? How can I add a callback when a new thread is being created in ASP.NET Core? asp.net-core .net-core c%23 f%23 How ASP.NET Core asp.net-core How can I add a callback when a new thread is being created in ASP.NET Core? I've got an ASP.NET Core H...
[ -0.0111083984375, 0.00909423828125, -0.02294921875, 0.0068359375, -0.00531005859375, -0.0038909912109375, -0.0038299560546875, 0.011474609375, -0.006866455078125, -0.0498046875, -0.007232666015625, 0.002838134765625, -0.01336669921875, 0.01043701171875, 0.00872802734375, 0.008056640625...
[ 11249, 831, 15190, 10, 11782, 12620, 3229, 3525, 86997, 8035, 75935, 23, 147153, 17777, 31365, 87, 5, 254, 1179, 30854, 3742, 135913, 39642, 51042, 1892, 35773, 17368, 27117, 61475, 24145, 117, 41143, 19048, 47691, 18151, 1467, 10723, 4034, ...
[ 0.054290771484375, 0.06573486328125, 0.1785888671875, 0.04412841796875, 0.2061767578125, 0.27880859375, 0.072509765625, 0.13037109375, 0.2371826171875, 0.059112548828125, 0.1422119140625, 0.05084228515625, 0.1878662109375, 0.1422119140625, 0.203125, 0.00543212890625, 0.00921630859375...
embed
9069560_c0
9069560
fsharp
0
Title: Python-style collections in F# Problem title: Python-style collections in F# Tags: collections, f%23, python Problem: Python-style collections in F# I'm trying to refactor some python code which I'm using for financial analytics processing into F#, and I'm having difficulty in replicating some of my beloved Pyth...
Python-style collections in F# Python-style collections in F# collections f%23 python Python-style Python-style collections in F# I'm trying to refactor some python code which I'm using for financial analytics processing into F#, and I'm having difficulty in replicating some of my beloved Python datatypes. For instance...
[ 0.0306396484375, 0.01141357421875, -0.005645751953125, -0.0076904296875, -0.02490234375, -0.0233154296875, -0.0034637451171875, 0.0004444122314453125, 0.0152587890625, 0.006134033203125, 0.0111083984375, 0.0262451171875, 0.01165771484375, 0.005401611328125, 0.00994873046875, 0.00604248...
[ 145581, 9, 40946, 42486, 7, 23, 563, 4904, 1238, 3949, 3742, 17198, 50828, 31577, 456, 144810, 18151, 17368, 53477, 140815, 3934, 19441, 34844, 143126, 1916, 66165, 4126, 2053, 50986, 5809, 256, 7520, 159978, 77336, 1884, 903, 104250, 10932, ...
[ 0.279296875, 0.001434326171875, 0.2039794921875, 0.24658203125, 0.048492431640625, 0.05816650390625, 0.1575927734375, 0.2587890625, 0.059356689453125, 0.05743408203125, 0.12548828125, 0.1300048828125, 0.123779296875, 0.03179931640625, 0.04095458984375, 0.1407470703125, 0.099731445312...
embed
14289834_c0
14289834
fsharp
0
Title: Can F# TypeProviders be used in a Windows Store app? Problem title: Can F# TypeProviders be used in a Windows Store app? Tags: windows-store-apps, windows-8, type-providers, f%23 Problem: Can F# TypeProviders be used in a Windows Store app? I can't seem to figure out how to get F# TypeProviders to work in a Wind...
Can F# TypeProviders be used in a Windows Store app? Can F# TypeProviders be used in a Windows Store app? windows-store-apps windows-8 type-providers f%23 Can TypeProviders Windows Store windows-8 Can F# TypeProviders be used in a Windows Store app? I can't seem to figure out how to get F# TypeProviders to work in a Wi...
[ 0.01409912109375, 0.03173828125, 0.00640869140625, 0.01123046875, -0.00677490234375, 0.00628662109375, 0.0033416748046875, -0.0191650390625, -0.003509521484375, -0.033935546875, -0.004669189453125, -0.011962890625, 0.024169921875, 0.007232666015625, 0.0026397705078125, 0.0111083984375,...
[ 4171, 563, 4904, 60457, 177997, 14, 14202, 11814, 23, 3773, 14934, 4027, 54825, 45804, 9007, 17376, 10644, 93136, 1238, 3742, 186, 4488, 89845, 30388, 4393, 17777, 202220, 49966, 1818, 22819, 75935, 91067, 35773, 81887, 18499, 5809, 959, 4527...
[ 0.08935546875, 0.1290283203125, 0.2216796875, 0.232177734375, 0.1953125, 0.163818359375, 0.1573486328125, 0.158935546875, 0.06201171875, 0.15625, 0.208740234375, 0.1793212890625, 0.07763671875, 0.1435546875, 0.1197509765625, 0.1800537109375, 0.1763916015625, 0.1826171875, 0.04577...
embed
46679825_c0
46679825
fsharp
0
Title: Suave and DotLiquid Problem title: Suave and DotLiquid Tags: suave, f%23, dotliquid Problem: Suave and DotLiquid edited for clarity somehow this works: path "/" >=> warbler (fun _ -> OK (string DateTime.Now)) but this one does not: let txnAccA = let sqlStr = "select JSON from Store.Txn" let result = Db.execute s...
Suave and DotLiquid Suave and DotLiquid suave f%23 dotliquid Store.Txn Store.Amt Suave DotLiquid DateTime.Now JSON Db.execute Config.oConnStr Some JsonConvert.DeserializeObject TxnAccA List.empty TxnAmtA Acc Amt txn.html Suave and DotLiquid edited for clarity somehow this works: but this one does not: By "works" I mean...
[ 0.01318359375, -0.00927734375, 0.004547119140625, -0.00897216796875, -0.01129150390625, 0.01263427734375, -0.0205078125, 0.0048828125, 0.025390625, -0.04345703125, 0.01300048828125, 0.000377655029296875, 0.0040283203125, -0.015380859375, 0.00848388671875, -0.001434326171875, 0.002487...
[ 45384, 272, 136, 84929, 9506, 94385, 109829, 1238, 3949, 3742, 54, 35196, 14934, 425, 19, 23135, 18, 25512, 70059, 137594, 821, 58627, 46480, 85691, 139403, 177, 31, 71713, 1681, 11549, 73347, 25435, 119066, 75161, 94046, 284, 32036, 33548, ...
[ 0.2322998046875, 0.278076171875, 0.1630859375, 0.1805419921875, 0.1043701171875, 0.229736328125, 0.287353515625, 0.02117919921875, 0.013427734375, 0.1016845703125, 0.050750732421875, 0.03021240234375, 0.161376953125, 0.04351806640625, 0.0169219970703125, 0.0443115234375, 0.0819091796...
embed
56273278_c0
56273278
fsharp
0
Title: &#x27;Anonymous type variables are not permitted in this declaration&#x27; error when adding parameters to discriminated union cases in F# Problem title: &#x27;Anonymous type variables are not permitted in this declaration&#x27; error when adding parameters to discriminated union cases in F# Tags: f%23, discrimi...
&#x27;Anonymous type variables are not permitted in this declaration&#x27; error when adding parameters to discriminated union cases in F# &#x27;Anonymous type variables are not permitted in this declaration&#x27; error when adding parameters to discriminated union cases in F# f%23 discriminated-union Anonymous Functio...
[ 0.0012054443359375, 0.018798828125, -0.00433349609375, -0.0201416015625, 0.00762939453125, -0.00885009765625, 0.00185394287109375, -0.015625, 0.00075531005859375, -0.046630859375, 0.007354736328125, -0.0033111572265625, -0.0025177001953125, 0.004913330078125, 0.0167236328125, -0.003784...
[ 3768, 7251, 45757, 10644, 77336, 959, 28897, 3674, 903, 21635, 18499, 154107, 171859, 55970, 69941, 50218, 563, 4904, 87046, 180585, 28670, 62731, 21110, 5021, 112, 2407, 211603, 225073, 18151, 33976, 4804, 125195, 10, 97249, 10763, 33079, 2507...
[ 0.03253173828125, 0.073486328125, 0.1624755859375, 0.1798095703125, 0.2152099609375, 0.0980224609375, 0.17724609375, 0.0276947021484375, 0.06683349609375, 0.14697265625, 0.144775390625, 0.07525634765625, 0.1473388671875, 0.1517333984375, 0.1456298828125, 0.06109619140625, 0.067016601...
embed
64929689_c0
64929689
fsharp
0
Title: Avoiding the error where a module and a type definition occur in two parts of an assembly Problem title: Avoiding the error where a module and a type definition occur in two parts of an assembly Tags: f%23 Problem: Avoiding the error where a module and a type definition occur in two parts of an assembly Suppose ...
Avoiding the error where a module and a type definition occur in two parts of an assembly Avoiding the error where a module and a type definition occur in two parts of an assembly f%23 Avoiding Types.fs App Foo Foo.fs App.Foo foo.X Everything.fs Avoiding the error where a module and a type definition occur in two parts...
[ 0.01092529296875, -0.004638671875, -0.0194091796875, 0.00732421875, 0.0023040771484375, -0.003875732421875, 0.010009765625, -0.00897216796875, 0.01275634765625, -0.022705078125, -0.00531005859375, -0.00008440017700195312, 0.013427734375, 0.0107421875, 0.005157470703125, 0.0074462890625...
[ 84361, 86675, 18499, 88996, 136, 10644, 80934, 74918, 6626, 63920, 89845, 38526, 7440, 1238, 3742, 60457, 17447, 5659, 9572, 31, 27591, 5775, 1542, 171581, 13452, 1884, 903, 33306, 3884, 26818, 1632, 11435, 43240, 4966, 163, 6097, 48903, 5701...
[ 0.1761474609375, 0.078369140625, 0.1953125, 0.263671875, 0.1031494140625, 0.2286376953125, 0.2083740234375, 0.1319580078125, 0.143310546875, 0.13525390625, 0.1741943359375, 0.10028076171875, 0.011322021484375, 0.040069580078125, 0.1002197265625, 0.2239990234375, 0.1484375, 0.135009...
embed
39621544_c0
39621544
fsharp
0
Title: Can I write headers with the CsvProvider without providing a sample? Problem title: Can I write headers with the CsvProvider without providing a sample? Tags: f%23-data, f%23 Problem: Can I write headers with the CsvProvider without providing a sample? Why is it that if I create a new CSV type with the CsvProvid...
Can I write headers with the CsvProvider without providing a sample? Can I write headers with the CsvProvider without providing a sample? f%23-data f%23 Can CsvProvider ThisCsv Schema HasHeaders Save Can I write headers with the CsvProvider without providing a sample? Why is it that if I create a new CSV type with the ...
[ 0.0078125, 0.019775390625, 0.007232666015625, 0.027587890625, -0.01397705078125, -0.00933837890625, -0.00927734375, 0.001800537109375, -0.0037384033203125, 0.01470947265625, -0.0035247802734375, 0.0033721923828125, 0.0155029296875, 0.0245361328125, 0.003570556640625, -0.0152587890625, ...
[ 4171, 33022, 10336, 1314, 678, 313, 67756, 177997, 62160, 15490, 101904, 121413, 1238, 3293, 441, 34702, 192, 20625, 13025, 11, 14202, 64944, 28282, 43486, 10644, 563, 4904, 116115, 108999, 4439, 334, 11435, 14602, 959, 70541, 61903, 58735, 3...
[ 0.0887451171875, 0.157958984375, 0.190673828125, 0.1915283203125, 0.1380615234375, 0.09344482421875, 0.2088623046875, 0.1544189453125, 0.1461181640625, 0.1123046875, 0.137451171875, 0.2294921875, 0.02069091796875, 0.059906005859375, 0.00811767578125, 0.09521484375, 0.0293731689453125...
embed
64174122_c0
64174122
fsharp
0
Title: F#: List and tuple How can i obtain the desired output? Problem title: F#: List and tuple How can i obtain the desired output? Tags: f%23, f%23-interactive Problem: F#: List and tuple How can i obtain the desired output? I wanted to group the data such that it contains list where the first element is some distin...
F#: List and tuple How can i obtain the desired output? F#: List and tuple How can i obtain the desired output? f%23 f%23-interactive List How key1 data1 data2 data3 data4 List.map F#: List and tuple How can i obtain the desired output? I wanted to group the data such that it contains list where the first element is so...
[ 0.031982421875, -0.0001850128173828125, 0.004791259765625, -0.01214599609375, -0.002288818359375, 0.00775146484375, -0.003265380859375, 0.000579833984375, 0.0185546875, 0.004852294921875, 0.0089111328125, 0.0089111328125, 0.00933837890625, 0.03515625, -0.0218505859375, 0.00775146484375...
[ 563, 4904, 12, 32036, 136, 370, 8705, 11249, 831, 17, 113054, 104851, 71, 140992, 1238, 3742, 27495, 10433, 71232, 22799, 2053, 363, 617, 62346, 70, 36663, 21115, 6044, 70541, 5303, 5117, 12830, 117781, 35735, 5062, 17932, 5608, 30646, 1064...
[ 0.1217041015625, 0.1854248046875, 0.030303955078125, 0.2392578125, 0.134765625, 0.109130859375, 0.189697265625, 0.03814697265625, 0.061187744140625, 0.049957275390625, 0.163330078125, 0.1671142578125, 0.09515380859375, 0.2705078125, 0.09173583984375, 0.093994140625, 0.042205810546875...
embed
13770303_c0
13770303
fsharp
0
Title: F# NLog config file Problem title: F# NLog config file Tags: nlog, xsd, f%23, config Problem: F# NLog config file I'm trying to use NLog in an F# console application, I've managed to get it working using a configuration section in App.config however I can't get it working using a stand-alone NLog.config file. My...
F# NLog config file F# NLog config file nlog xsd f%23 config NLog utf-8 www.nlog-project.org NLog.xsd xmlns:xsi www.w3.org XMLSchema-instance xsi:type File compliant.log OutputDebugString compliant.mail Debug F# NLog config file I'm trying to use NLog in an F# console application, I've managed to get it working using a...
[ -0.00787353515625, 0.02490234375, -0.006317138671875, -0.01312255859375, -0.000522613525390625, 0.021240234375, -0.01287841796875, -0.00726318359375, -0.014892578125, -0.01531982421875, -0.0013275146484375, 0.01055908203125, -0.004974365234375, -0.0245361328125, 0.00970458984375, -0.01...
[ 563, 4904, 541, 113972, 153837, 11435, 653, 4867, 1022, 7, 71, 1238, 3949, 3742, 486, 420, 17376, 19, 95322, 1478, 425, 131492, 1779, 172, 363, 92537, 25452, 11883, 116071, 50986, 42724, 9969, 150, 1236, 13538, 4657, 85779, 71713, 2065, 2...
[ 0.113525390625, 0.1868896484375, 0.1531982421875, 0.291015625, 0.2376708984375, 0.1246337890625, 0.08349609375, 0.224365234375, 0.08111572265625, 0.030517578125, 0.1258544921875, 0.0631103515625, 0.0400390625, 0.130615234375, 0.0223846435546875, 0.0176239013671875, 0.1259765625, 0....
embed
30172904_c0
30172904
fsharp
0
Title: F# pass by reference Problem title: F# pass by reference Tags: functional-programming, out, pass-by-reference, ref, f%23 Problem: F# pass by reference I'm trying to pass by reference in F#. In C#, it is pretty easy using the ref and out keywords, but it seems in F#, it is not that simple. I just read this: http:...
F# pass by reference F# pass by reference functional-programming out pass-by-reference ref f%23 F# pass by reference I'm trying to pass by reference in F#. In C#, it is pretty easy using the ref and out keywords, but it seems in F#, it is not that simple. I just read this: http://davefancher.com/2014/03/24/passing-argu...
[ 0.019287109375, 0.011962890625, 0.0220947265625, -0.007659912109375, 0.0308837890625, -0.01422119140625, -0.0281982421875, -0.001190185546875, -0.006561279296875, -0.0093994140625, 0.009033203125, 0.0137939453125, 0.0038909912109375, 0.0130615234375, 0.01806640625, 0.01214599609375, ...
[ 563, 4904, 27875, 390, 91067, 123309, 28966, 1810, 1272, 239879, 18831, 1238, 3742, 31577, 23, 313, 23468, 17368, 136, 166117, 8781, 12301, 5372, 13409, 155937, 7, 73, 420, 42459, 10, 38750, 60223, 61475, 77336, 2965, 191, 3917, 4127, 6528,...
[ 0.18310546875, 0.2408447265625, 0.1715087890625, 0.1458740234375, 0.296875, 0.1787109375, 0.11279296875, 0.2110595703125, 0.09783935546875, 0.22998046875, 0.2481689453125, 0.1075439453125, 0.0684814453125, 0.03472900390625, 0.042388916015625, 0.0113525390625, 0.0753173828125, 0.093...
embed
7272726_c0
7272726
fsharp
0
Title: FSC compilation warning: Assembly &#x27;SMDiagnostics&#x27; was referenced transitively and the assembly could not be resolved automatically Problem title: FSC compilation warning: Assembly &#x27;SMDiagnostics&#x27; was referenced transitively and the assembly could not be resolved automatically Tags: compiler-w...
FSC compilation warning: Assembly &#x27;SMDiagnostics&#x27; was referenced transitively and the assembly could not be resolved automatically FSC compilation warning: Assembly &#x27;SMDiagnostics&#x27; was referenced transitively and the assembly could not be resolved automatically compiler-warnings f%23 fsc FSC Assembl...
[ -0.00830078125, 0.02001953125, 0.018798828125, -0.0040283203125, -0.016845703125, -0.00119781494140625, -0.0257568359375, 0.015869140625, -0.000652313232421875, -0.0084228515625, -0.0014495849609375, 0.0196533203125, -0.00604248046875, 0.0260009765625, 0.0106201171875, 0.00811767578125...
[ 208155, 98352, 1631, 151169, 53, 3768, 18148, 128198, 41637, 91067, 62621, 5844, 89845, 38526, 5809, 959, 103608, 191082, 592, 9969, 34759, 4205, 1238, 10382, 22972, 5550, 71465, 23708, 137399, 104921, 5337, 116119, 49725, 13452, 40777, 29479, ...
[ 0.2158203125, 0.19189453125, 0.1314697265625, 0.1866455078125, 0.051422119140625, 0.051422119140625, 0.1724853515625, 0.191162109375, 0.0931396484375, 0.20458984375, 0.15380859375, 0.100341796875, 0.1702880859375, 0.0833740234375, 0.06787109375, 0.09393310546875, 0.1519775390625, 0...
embed
55617085_c0
55617085
fsharp
0
Title: Deterministic build of F# NetStandard2.0 / .NET Core 2.0 on Mono Problem title: Deterministic build of F# NetStandard2.0 / .NET Core 2.0 on Mono Tags: .net-core, msbuild, mono, f%23, deterministic Problem: Deterministic build of F# NetStandard2.0 / .NET Core 2.0 on Mono Is it possible to achieve a F# .Net Standa...
Deterministic build of F# NetStandard2.0 / .NET Core 2.0 on Mono Deterministic build of F# NetStandard2.0 / .NET Core 2.0 on Mono .net-core msbuild mono f%23 deterministic Deterministic NetStandard2.0 NET Core Mono Project Sdk Microsoft.NET.Sdk PropertyGroup TargetFramework netcoreapp2.0 RootNamespace FS_Core_2._0 Item...
[ -0.0026092529296875, 0.019287109375, 0.003631591796875, 0.006103515625, -0.00007915496826171875, -0.018310546875, 0.01409912109375, -0.00019168853759765625, -0.002105712890625, 0.0189208984375, 0.02294921875, 0.0068359375, -0.01129150390625, 0.01318359375, 0.02099609375, 0.013977050781...
[ 262, 30524, 48242, 45367, 563, 4904, 10086, 191769, 73011, 17777, 31365, 16655, 98, 77879, 1179, 30854, 177149, 22460, 1238, 3949, 3742, 72694, 27331, 5740, 7244, 206984, 205072, 160017, 108386, 2043, 9007, 150948, 163612, 65421, 93774, 50886, ...
[ 0.1005859375, 0.212646484375, 0.203857421875, 0.21923828125, 0.1070556640625, 0.2138671875, 0.0850830078125, 0.185302734375, 0.1893310546875, 0.1495361328125, 0.193359375, 0.2198486328125, 0.0374755859375, 0.2291259765625, 0.064453125, 0.1376953125, 0.212158203125, 0.2093505859375,...
embed
70125281_c1
70125281
fsharp
1
2)/2, (r1+r2)/2, (g1+g2)/2, (b1+b2)/2)) let figTest : figure = Circle ((50,50), 45, ImgUtil.fromRgb(255,0,0)) Rectangle ((40,40), (90,110) ImgUtil.fromRgb (0,0,255)) let makePicture (name:string * x:figure * b:int * h:int) : unit = let C = ImgUtil.mk b h for i = 0 to h do ImgUtil.setLine (ImgUtil.fromRgb(128,128,128)) ...
2)/2, (r1+r2)/2, (g1+g2)/2, (b1+b2)/2)) let figTest : figure = Circle ((50,50), 45, ImgUtil.fromRgb(255,0,0)) Rectangle ((40,40), (90,110) ImgUtil.fromRgb (0,0,255)) let makePicture (name:string * x:figure * b:int * h:int) : unit = let C = ImgUtil.mk b h for i = 0 to h do ImgUtil.setLine (ImgUtil.fromRgb(128,128,128)) ...
[ -0.0096435546875, -0.015869140625, 0.0050048828125, 0.01361083984375, -0.01422119140625, 0.02734375, -0.0125732421875, -0.0089111328125, -0.00823974609375, 0.0225830078125, 0.0027313232421875, 0.0281982421875, 0.0220947265625, -0.017822265625, 0.0086669921875, -0.037353515625, 0.0117...
[ 4958, 12477, 42, 1328, 10461, 177, 2633, 83671, 111337, 26366, 163731, 2525, 2678, 3370, 1062, 3675, 161063, 74251, 135455, 63527, 14525, 133, 2839, 125136, 5039, 36053, 3249, 683, 1771, 6644, 11627, 91693, 1022, 59994, 876, 4288, 25072, 313,...
[ 0.108154296875, 0.2200927734375, 0.03582763671875, 0.1116943359375, 0.0870361328125, 0.03570556640625, 0.0302734375, 0.1636962890625, 0.206298828125, 0.22265625, 0.130859375, 0.1248779296875, 0.14404296875, 0.124267578125, 0.04022216796875, 0.191650390625, 0.083251953125, 0.0903930...
embed
5021256_c0
5021256
fsharp
0
Title: Textual Domain-Specific language (DSL) development with Microsoft Visual Studio Problem title: Textual Domain-Specific language (DSL) development with Microsoft Visual Studio Tags: visual-studio, dsl-tools, oslo, f%23, dsl Problem: Textual Domain-Specific language (DSL) development with Microsoft Visual Studio I...
Textual Domain-Specific language (DSL) development with Microsoft Visual Studio Textual Domain-Specific language (DSL) development with Microsoft Visual Studio visual-studio dsl-tools oslo f%23 dsl Textual Domain-Specific DSL Microsoft Visual Studio Textual Domain-Specific language (DSL) development with Microsoft Visu...
[ 0.035400390625, 0.000850677490234375, -0.0017852783203125, 0.0225830078125, -0.006591796875, 0.01239013671875, -0.006683349609375, 0.007659912109375, -0.0281982421875, -0.0150146484375, 0.006378173828125, 0.011474609375, -0.006134033203125, -0.00531005859375, 0.01275634765625, 0.019653...
[ 24129, 20605, 93702, 294, 47107, 14486, 46876, 114479, 34754, 678, 7244, 73372, 22968, 21176, 52629, 104, 24861, 89110, 7858, 1238, 3949, 3742, 33938, 168698, 12275, 47691, 136, 13293, 214, 159, 45461, 44160, 11436, 55516, 48461, 32323, 42246, ...
[ 0.1676025390625, 0.16748046875, 0.127197265625, 0.029541015625, 0.1668701171875, 0.0662841796875, 0.189208984375, 0.249267578125, 0.1563720703125, 0.0850830078125, 0.1607666015625, 0.1978759765625, 0.2125244140625, 0.154296875, 0.172119140625, 0.0330810546875, 0.170654296875, 0.218...
embed
66665009_c0
66665009
fsharp
0
Title: Fix for &quot;Package manager key paket was not registered&quot; in build.fsx Problem title: Fix for &quot;Package manager key paket was not registered&quot; in build.fsx Tags: ionide, visual-studio-code, f%23-fake, f%23 Problem: Fix for "Package manager key paket was not registered" in build.fsx When I open a F...
Fix for &quot;Package manager key paket was not registered&quot; in build.fsx Fix for &quot;Package manager key paket was not registered&quot; in build.fsx ionide visual-studio-code f%23-fake f%23 Fix Package build.fsx Users wallace.kelly ionide.ionide-fsharp-5.4.0 Currently FSharp.dotNetRoot Program Files Fix for "Pac...
[ -0.006805419921875, 0.035888671875, -0.0034332275390625, -0.017578125, 0.010498046875, 0.0157470703125, -0.0115966796875, 0.0027618408203125, -0.007232666015625, 0.0027618408203125, 0.011474609375, 0.00848388671875, 0.008544921875, 0.0223388671875, 0.01190185546875, -0.00921630859375, ...
[ 96746, 100, 205956, 4588, 31095, 22799, 13360, 509, 959, 189893, 45367, 17447, 425, 41502, 23, 45339, 2506, 21176, 52629, 40899, 1238, 1021, 350, 3742, 56607, 53400, 58982, 8509, 2590, 538, 1830, 420, 89280, 254, 10342, 151152, 93774, 3467, ...
[ 0.152099609375, 0.011260986328125, 0.1593017578125, 0.049652099609375, 0.2203369140625, 0.13720703125, 0.1981201171875, 0.028533935546875, 0.1121826171875, 0.2156982421875, 0.2010498046875, 0.1514892578125, 0.151611328125, 0.0047607421875, 0.0023193359375, 0.0880126953125, 0.15942382...
embed
21517511_c0
21517511
fsharp
0
Title: Fixing the much dreaded &quot;A type parameter is missing a constraint &#x27;when &#x27;N : equality&#x27; &quot; error Problem title: Fixing the much dreaded &quot;A type parameter is missing a constraint &#x27;when &#x27;N : equality&#x27; &quot; error Tags: f%23, constraints, .net Problem: Fixing the much dre...
Fixing the much dreaded &quot;A type parameter is missing a constraint &#x27;when &#x27;N : equality&#x27; &quot; error Fixing the much dreaded &quot;A type parameter is missing a constraint &#x27;when &#x27;N : equality&#x27; &quot; error f%23 constraints .net Fixing System System.Collections.Generic INode IEqualityCo...
[ -0.0184326171875, -0.0103759765625, 0.002227783203125, 0.016845703125, 0.006866455078125, -0.025146484375, -0.0054931640625, 0.0021514892578125, 0.007049560546875, -0.0242919921875, -0.0059814453125, -0.0157470703125, 0.0126953125, -0.0034027099609375, 0.00909423828125, -0.009094238281...
[ 96746, 5045, 39116, 284, 10644, 171859, 83, 132283, 158, 2816, 4288, 3768, 3220, 839, 152, 28, 161789, 18499, 1238, 3742, 1179, 12353, 78457, 8996, 135932, 5881, 31, 112, 75536, 108161, 147, 90065, 2886, 10, 4785, 139392, 25632, 45367, 831,...
[ 0.1295166015625, 0.047576904296875, 0.07806396484375, 0.06640625, 0.2283935546875, 0.2396240234375, 0.0142059326171875, 0.1898193359375, 0.1138916015625, 0.197998046875, 0.123046875, 0.072998046875, 0.1376953125, 0.145263671875, 0.0355224609375, 0.055694580078125, 0.2232666015625, ...
embed
50395696_c0
50395696
fsharp
0
Title: Lock-Free way to Signal between Asyncs Problem title: Lock-Free way to Signal between Asyncs Tags: .net, f%23, lock-free Problem: Lock-Free way to Signal between Asyncs I am looking for a lock-free way to signal between two Async s in F#. I have two tail-recursive async functions, and I want one to yield until s...
Lock-Free way to Signal between Asyncs Lock-Free way to Signal between Asyncs .net f%23 lock-free loop1 Lock-Free Signal Asyncs Async System.Threading.Interlocked loop2 Lock-Free way to Signal between Asyncs I am looking for a lock-free way to signal between two Async s in F#. I have two tail-recursive async functions,...
[ 0.0032806396484375, 0.01129150390625, 0.0023956298828125, -0.00982666015625, -0.004547119140625, -0.006134033203125, -0.006561279296875, 0.02685546875, 0.00177764892578125, -0.01025390625, -0.0006561279296875, 0.01470947265625, -0.0023345947265625, 0.02880859375, 0.025634765625, 0.0122...
[ 80002, 81437, 3917, 144000, 17721, 62, 12654, 4439, 47, 1179, 1238, 3742, 56776, 32087, 40956, 418, 238, 12353, 39116, 214, 44851, 21135, 16487, 9, 26073, 6626, 91, 563, 4904, 46741, 48650, 10, 32354, 3444, 1632, 11180, 19388, 24189, 3789, ...
[ 0.1568603515625, 0.1724853515625, 0.0892333984375, 0.236328125, 0.2034912109375, 0.07391357421875, 0.218994140625, 0.0941162109375, 0.0325927734375, 0.1341552734375, 0.033416748046875, 0.098388671875, 0.1656494140625, 0.173583984375, 0.1263427734375, 0.02581787109375, 0.090576171875,...
embed
71958928_c0
71958928
fsharp
0
Title: Generate valid random internal IPv6 subnet for throw-away testing Problem title: Generate valid random internal IPv6 subnet for throw-away testing Tags: f%23, ipv6, c%23, docker.dotnet, ip Problem: Generate valid random internal IPv6 subnet for throw-away testing I want to create a Docker network for testing pur...
Generate valid random internal IPv6 subnet for throw-away testing Generate valid random internal IPv6 subnet for throw-away testing f%23 ipv6 c%23 docker.dotnet ip Generate IPv6 System System.Net Array.zeroCreate Random random.NextBytes IPAddress docker.dotnet Generate valid random internal IPv6 subnet for throw-away t...
[ -0.00164031982421875, 0.0079345703125, 0.0103759765625, -0.00384521484375, -0.00921630859375, -0.00201416015625, -0.0172119140625, -0.0166015625, -0.017578125, 0.003875732421875, 0.01416015625, 0.039794921875, -0.0020599365234375, 0.0341796875, 0.01904296875, 0.00543212890625, -0.010...
[ 155370, 35604, 96759, 70796, 8021, 334, 910, 1614, 1179, 100, 104250, 72274, 134234, 67, 1238, 3742, 132059, 54, 11050, 15464, 254, 12353, 24447, 69253, 80510, 63784, 39643, 306, 81280, 75358, 161007, 3444, 28282, 984, 33120, 60042, 4527, 143...
[ 0.154296875, 0.14892578125, 0.1973876953125, 0.177978515625, 0.09564208984375, 0.073974609375, 0.185546875, 0.214111328125, 0.19921875, 0.0377197265625, 0.1630859375, 0.17626953125, 0.2086181640625, 0.015899658203125, 0.035400390625, 0.114013671875, 0.0643310546875, 0.0609741210937...
embed
31839446_c0
31839446
fsharp
0
Title: Function modifying StringFormat Problem title: Function modifying StringFormat Tags: string-formatting, f%23 Problem: Function modifying StringFormat I want to create a function that would take a StringFormat as a parameter, prepend an arbitrary string to it and return a function that takes the correct number an...
Function modifying StringFormat Function modifying StringFormat string-formatting f%23 InvalidCastException StringFormat Printf.StringFormat PrintFormat Function modifying StringFormat I want to create a function that would take a StringFormat as a parameter, prepend an arbitrary string to it and return a function that...
[ -0.01116943359375, 0.030517578125, 0.014892578125, 0.018798828125, -0.0162353515625, 0.0026397705078125, -0.0084228515625, 0.004241943359375, 0.0225830078125, 0.004364013671875, 0.012939453125, -0.01251220703125, -0.01318359375, -0.010009765625, 0.011962890625, 0.00921630859375, -0.0...
[ 28670, 10763, 2811, 151138, 23351, 214, 102973, 257, 79315, 51727, 1238, 3949, 3742, 7013, 71, 174830, 19279, 63928, 39754, 420, 71713, 3444, 28282, 32354, 5646, 237, 171859, 64503, 3611, 61799, 47, 30646, 51776, 26785, 14012, 10644, 75935, 6...
[ 0.166259765625, 0.028564453125, 0.172607421875, 0.124755859375, 0.2000732421875, 0.08746337890625, 0.2469482421875, 0.08660888671875, 0.221923828125, 0.1954345703125, 0.072509765625, 0.04461669921875, 0.1317138671875, 0.1649169921875, 0.03009033203125, 0.1724853515625, 0.031158447265...
embed
21162862_c0
21162862
fsharp
0
Title: Is there an F# cast function with type inference like Seq.cast? Problem title: Is there an F# cast function with type inference like Seq.cast? Tags: type-inference, casting, f%23 Problem: Is there an F# cast function with type inference like Seq.cast? So I have some COM-types with hard-to-remember, long, unwield...
Is there an F# cast function with type inference like Seq.cast? Is there an F# cast function with type inference like Seq.cast? type-inference casting f%23 Seq.cast FS0001 Seq.head Is there an F# cast function with type inference like Seq.cast? So I have some COM-types with hard-to-remember, long, unwieldy names, so I'...
[ 0.00982666015625, 0.00958251953125, 0.0147705078125, 0.0220947265625, 0.0035247802734375, -0.0235595703125, -0.013671875, 0.00823974609375, -0.00103759765625, -0.024169921875, -0.0038604736328125, 0.0128173828125, -0.00015735626220703125, 0.00958251953125, 0.0068359375, -0.019287109375...
[ 2685, 563, 4904, 37702, 32354, 678, 10644, 53498, 6620, 1884, 503, 864, 5, 55741, 142, 73, 69988, 176050, 1238, 3742, 93774, 188735, 31251, 31436, 50986, 7941, 4989, 87240, 123055, 43257, 1810, 1295, 36746, 71864, 17106, 1181, 56065, 63559, ...
[ 0.0416259765625, 0.1212158203125, 0.199462890625, 0.23095703125, 0.1925048828125, 0.03363037109375, 0.2337646484375, 0.1951904296875, 0.08795166015625, 0.061614990234375, 0.1236572265625, 0.2022705078125, 0.08642578125, 0.2220458984375, 0.0269012451171875, 0.00079345703125, 0.1586914...
embed
10365644_c0
10365644
fsharp
0
Title: How to define printfn equivalent in F# Problem title: How to define printfn equivalent in F# Tags: f%23-interactive, f%23 Problem: How to define printfn equivalent in F# Since I do research with F# (in particular, using F# interactive), I'd like to have switchable "print-when-in-debug" function. I can do let dpr...
How to define printfn equivalent in F# How to define printfn equivalent in F# f%23-interactive f%23 How Printf.TextWriterFormat myval1 Hello FS0003 Debug.WriteLine How to define printfn equivalent in F# Since I do research with F# (in particular, using F# interactive), I'd like to have switchable "print-when-in-debug" ...
[ -0.0026092529296875, -0.000659942626953125, 0.0206298828125, 0.0201416015625, -0.009521484375, -0.01080322265625, 0.0030059814453125, 0.0086669921875, -0.0003452301025390625, 0.008544921875, 0.0157470703125, -0.01220703125, -0.02001953125, -0.0198974609375, 0.0252685546875, 0.019165039...
[ 11249, 61924, 28412, 14783, 183234, 563, 4904, 1238, 27495, 10433, 71232, 3742, 39754, 420, 174379, 2783, 102973, 759, 1405, 35378, 93774, 9508, 363, 262, 85779, 18781, 93232, 23, 212398, 101089, 2886, 35662, 3220, 73, 112, 32354, 17378, 4527...
[ 0.0313720703125, 0.1824951171875, 0.20556640625, 0.2484130859375, 0.2152099609375, 0.10400390625, 0.1973876953125, 0.059814453125, 0.0902099609375, 0.056671142578125, 0.069091796875, 0.03631591796875, 0.179931640625, 0.1546630859375, 0.048980712890625, 0.0413818359375, 0.113159179687...
embed
66494154_c0
66494154
fsharp
0
Title: How do I reduce the duplicated modules in this F# code? Problem title: How do I reduce the duplicated modules in this F# code? Tags: f%23, discriminated-union Problem: How do I reduce the duplicated modules in this F# code? I'm working on a new system where I am using strongly typed Id values for my entities. To...
How do I reduce the duplicated modules in this F# code? How do I reduce the duplicated modules in this F# code? f%23 discriminated-union How PersonId OrderId EntityId How do I reduce the duplicated modules in this F# code? I'm working on a new system where I am using strongly typed Id values for my entities. To do that...
[ -0.00127410888671875, -0.01458740234375, -0.0035247802734375, 0.022705078125, 0.01287841796875, 0.008544921875, -0.000682830810546875, -0.0186767578125, 0.0103759765625, -0.03173828125, -0.0030364990234375, 0.015869140625, 0.01495361328125, -0.0262451171875, 0.00994873046875, -0.001510...
[ 11249, 54, 87, 34390, 171763, 3674, 88996, 7, 903, 563, 4904, 18151, 1238, 3949, 3742, 55970, 87046, 15270, 568, 71, 81206, 16511, 2481, 70, 23, 20697, 5426, 17368, 37515, 10644, 24799, 142424, 77630, 103510, 170198, 37202, 4552, 57346, 188...
[ 0.089599609375, 0.04888916015625, 0.044158935546875, 0.2359619140625, 0.236083984375, 0.1287841796875, 0.2362060546875, 0.05419921875, 0.05755615234375, 0.094482421875, 0.1885986328125, 0.1783447265625, 0.10186767578125, 0.0345458984375, 0.15234375, 0.208740234375, 0.16650390625, 0...
embed
39054848_c0
39054848
fsharp
0
Title: Is there a way to use let statements in classes with inline methods? Problem title: Is there a way to use let statements in classes with inline methods? Tags: f%23 Problem: Is there a way to use let statements in classes with inline methods? A simplified example that gives an error because let str is private: le...
Is there a way to use let statements in classes with inline methods? Is there a way to use let statements in classes with inline methods? f%23 Test Hello t.A Is there a way to use let statements in classes with inline methods? A simplified example that gives an error because let str is private: I've discovered statical...
[ 0.0057373046875, 0.0079345703125, 0.01806640625, 0.0262451171875, 0.00262451171875, -0.00531005859375, 0.011962890625, -0.0020599365234375, 0.01519775390625, -0.03173828125, 0.0009918212890625, 0.0035247802734375, 0.011962890625, 0.0205078125, 0.003082275390625, -0.0218505859375, 0.0...
[ 2685, 3917, 4527, 2633, 63805, 7, 23, 61112, 678, 2256, 150624, 10, 47, 1238, 3742, 8647, 35378, 112892, 27781, 18499, 7704, 83, 14375, 134053, 13254, 103608, 10644, 171859, 563, 4904, 456, 434, 18781, 82451, 2043, 35773, 59653, 32354, 1850...
[ 0.0198516845703125, 0.100341796875, 0.1583251953125, 0.251708984375, 0.24267578125, 0.032562255859375, 0.134765625, 0.230224609375, 0.0745849609375, 0.21142578125, 0.1805419921875, 0.0267791748046875, 0.002197265625, 0.0204010009765625, 0.0758056640625, 0.09820556640625, 0.0120849609...
embed
46916404_c0
46916404
fsharp
0
Title: F# SQL data access best practices Problem title: F# SQL data access best practices Tags: f%23, repository, functional-programming Problem: F# SQL data access best practices I started to learn F# some weeks ago. I come from a C# and imperative langages background. Usually, in imperative langages, is comon to see ...
F# SQL data access best practices F# SQL data access best practices f%23 repository functional-programming SQL F# SQL data access best practices I started to learn F# some weeks ago. I come from a C# and imperative langages background. Usually, in imperative langages, is comon to see the 3 layers (Controllers, Services...
[ -0.009765625, 0.00183868408203125, 0.0108642578125, -0.003204345703125, -0.01263427734375, 0.0128173828125, -0.018310546875, 0.0001239776611328125, -0.00007486343383789062, -0.01904296875, 0.01611328125, -0.00970458984375, -0.005218505859375, -0.004302978515625, -0.009521484375, 0.0083...
[ 563, 4904, 80866, 2053, 17203, 2965, 41361, 1238, 3949, 3742, 64722, 14, 31667, 123309, 28966, 26859, 30698, 222530, 1937, 52467, 76615, 62544, 533, 19, 1957, 138, 135355, 175904, 40583, 59111, 58294, 38415, 959, 4331, 17106, 25109, 26119, 41...
[ 0.1781005859375, 0.2454833984375, 0.268798828125, 0.1387939453125, 0.1778564453125, 0.1163330078125, 0.23974609375, 0.1033935546875, 0.0306854248046875, 0.1405029296875, 0.1324462890625, 0.05517578125, 0.040008544921875, 0.1932373046875, 0.0830078125, 0.013824462890625, 0.06695556640...
embed
25995332_c0
25995332
fsharp
0
Title: How to define a ctor for a struct in F# that in turn calls the struct&#x27;s default ctor Problem title: How to define a ctor for a struct in F# that in turn calls the struct&#x27;s default ctor Tags: struct, f%23, constructor Problem: How to define a ctor for a struct in F# that in turn calls the struct's defau...
How to define a ctor for a struct in F# that in turn calls the struct&#x27;s default ctor How to define a ctor for a struct in F# that in turn calls the struct&#x27;s default ctor struct f%23 constructor How Point Will ONLY How to define a ctor for a struct in F# that in turn calls the struct's default ctor How do we d...
[ 0.01220703125, 0.014892578125, 0.000949859619140625, -0.0036773681640625, 0.00848388671875, 0.002716064453125, 0.0035858154296875, -0.0142822265625, 0.019287109375, 0.0322265625, 0.0033721923828125, -0.0014190673828125, 0.01953125, 0.0015716552734375, -0.0029754638671875, 0.00042533874...
[ 11249, 61924, 10, 6, 18770, 100, 36716, 563, 4904, 11782, 3768, 114977, 23, 15504, 1238, 64549, 748, 41097, 20255, 29197, 19917, 566, 561, 22819, 26946, 4734, 3060, 111, 44457, 642, 45234, 1810, 159029, 903, 27781, 425, 36917, 5423, 11001, ...
[ 0.002349853515625, 0.1944580078125, 0.07379150390625, 0.028594970703125, 0.27880859375, 0.0188751220703125, 0.2381591796875, 0.114013671875, 0.2159423828125, 0.0799560546875, 0.006378173828125, 0.221923828125, 0.003021240234375, 0.015106201171875, 0.082275390625, 0.0831298828125, 0.0...
embed
31809475_c0
31809475
fsharp
0
Title: Why isn&#x27;t this F# code tail-recursive? Problem title: Why isn&#x27;t this F# code tail-recursive? Tags: f%23, recursion, tail-recursion Problem: Why isn't this F# code tail-recursive? I'm looking at the code in the F# 'Tutorial' template that is provided with Visual Studio 2015 and I see this code; I'm wond...
Why isn&#x27;t this F# code tail-recursive? Why isn&#x27;t this F# code tail-recursive? f%23 recursion tail-recursion recursion a Why Computes y::ys Make Why isn't this F# code tail-recursive? I'm looking at the code in the F# 'Tutorial' template that is provided with Visual Studio 2015 and I see this code; I'm wonderi...
[ 0.00098419189453125, 0.0194091796875, 0.033935546875, 0.0242919921875, -0.004608154296875, 0.0113525390625, -0.004638671875, -0.01507568359375, 0.007476806640625, 0.003997802734375, 0.022216796875, -0.0057373046875, -0.008056640625, 0.005279541015625, 0.0255126953125, 0.0069580078125, ...
[ 44084, 56112, 3768, 18, 903, 563, 4904, 18151, 46741, 9, 107, 48650, 5844, 1238, 3742, 195625, 1830, 159415, 113, 12, 4778, 26176, 15665, 77275, 110934, 62952, 73372, 22968, 918, 15400, 5117, 32354, 28219, 39563, 1632, 959, 1328, 6626, 1075...
[ 0.16455078125, 0.1201171875, 0.050323486328125, 0.1510009765625, 0.0784912109375, 0.1392822265625, 0.205078125, 0.1771240234375, 0.267333984375, 0.05718994140625, 0.111083984375, 0.197509765625, 0.135498046875, 0.11474609375, 0.0662841796875, 0.231201171875, 0.0501708984375, 0.1608...
embed
67164940_c0
67164940
fsharp
0
Title: Fsharp.Data HttpRequestBody getting &#x27;The mandatory &#x27;grant_type&#x27; parameter is missing&#x27; Problem title: Fsharp.Data HttpRequestBody getting &#x27;The mandatory &#x27;grant_type&#x27; parameter is missing&#x27; Tags: httprequest, f%23-data, f%23 Problem: Fsharp.Data HttpRequestBody getting 'The m...
Fsharp.Data HttpRequestBody getting &#x27;The mandatory &#x27;grant_type&#x27; parameter is missing&#x27; Fsharp.Data HttpRequestBody getting &#x27;The mandatory &#x27;grant_type&#x27; parameter is missing&#x27; httprequest f%23-data f%23 Fsharp.Data HttpRequestBody grant_type Http.AsyncRequestString ContentType HttpCo...
[ 0.0274658203125, 0.0284423828125, 0.004974365234375, -0.0103759765625, -0.01031494140625, -0.022705078125, 0.018310546875, 0.01397705078125, -0.00836181640625, -0.021484375, 0.0294189453125, -0.0008697509765625, -0.018798828125, -0.01458740234375, 0.004150390625, -0.01092529296875, 0...
[ 563, 89280, 254, 137989, 3062, 4332, 75616, 12647, 1459, 20949, 3768, 81678, 1294, 30962, 18, 50986, 171859, 83, 132283, 1621, 1238, 27495, 10135, 80731, 572, 12654, 70870, 196707, 25352, 102973, 42272, 119862, 41721, 111383, 24129, 76775, 1736...
[ 0.152099609375, 0.2249755859375, 0.19580078125, 0.178955078125, 0.08062744140625, 0.051361083984375, 0.1590576171875, 0.1016845703125, 0.027099609375, 0.015625, 0.054168701171875, 0.197998046875, 0.120361328125, 0.154296875, 0.121337890625, 0.2427978515625, 0.2435302734375, 0.06408...
embed
77381812_c0
77381812
fsharp
0
Title: How to check if a Task returned null in F#? Problem title: How to check if a Task returned null in F#? Tags: f%23 Problem: How to check if a Task returned null in F#? I'm attempting to interact with .NET tasks from F#, and as a result awaiting for Tasks sometimes results in a null being returned instead of the u...
How to check if a Task returned null in F#? How to check if a Task returned null in F#? f%23 How Task Task.Run Some None How to check if a Task returned null in F#? I'm attempting to interact with .NET tasks from F#, and as a result awaiting for Tasks sometimes results in a null being returned instead of the underlying...
[ 0.01019287109375, -0.01214599609375, 0.015625, 0.00066375732421875, 0.00384521484375, -0.008544921875, 0.0269775390625, -0.035888671875, -0.0067138671875, 0.01300048828125, 0.015625, 0.012939453125, -0.018798828125, -0.01220703125, 0.0179443359375, 0.001434326171875, 0.0283203125, ...
[ 11249, 12765, 2174, 9598, 92, 176377, 56574, 23, 563, 4904, 10, 1238, 3742, 163321, 31384, 438, 78974, 17777, 66211, 634, 1224, 68018, 64457, 10644, 68034, 5527, 172532, 11782, 30646, 175199, 27781, 2063, 100, 8035, 143726, 87388, 70, 711, ...
[ 0.03314208984375, 0.19580078125, 0.0816650390625, 0.2061767578125, 0.1590576171875, 0.1717529296875, 0.2333984375, 0.07196044921875, 0.11572265625, 0.19580078125, 0.013641357421875, 0.0275726318359375, 0.0560302734375, 0.1348876953125, 0.07635498046875, 0.0419921875, 0.04244995117187...
embed
41088052_c1
41088052
fsharp
1
], [u].[LockoutEnd], [u].[NormalizedEmail], [u].[NormalizedUserName], [u].[PasswordHash], [u].[PhoneNumber], [u].[PhoneNumberConfirmed], [u].[SecurityStamp], [u].[TwoFactorEnabled], [u].[UserName] FROM [AspNetUsers] AS [u] WHERE [u].[NormalizedUserName] = @__normalizedUserName_0 Any idea what the problem could be? Code...
], [u].[LockoutEnd], [u].[NormalizedEmail], [u].[NormalizedUserName], [u].[PasswordHash], [u].[PhoneNumber], [u].[PhoneNumberConfirmed], [u].[SecurityStamp], [u].[TwoFactorEnabled], [u].[UserName] FROM [AspNetUsers] AS [u] WHERE [u].[NormalizedUserName] = @__normalizedUserName_0 Any idea what the problem could be? Code...
[ -0.01348876953125, 0.029052734375, 0.0024261474609375, -0.00830078125, -0.0027313232421875, 0.0198974609375, -0.0035247802734375, 0.000614166259765625, 0.01531982421875, -0.0157470703125, 0.000812530517578125, -0.0084228515625, 0.015625, 0.0174560546875, -0.002777099609375, 0.006622314...
[ 10114, 34, 209848, 6056, 152378, 50645, 2749, 29367, 161994, 1062, 2189, 163612, 139117, 47416, 6495, 163147, 38949, 4233, 20287, 42378, 3613, 135518, 7768, 2886, 61607, 284, 7008, 24447, 6483, 1374, 33176, 2389, 28541, 6528, 2967, 5809, 32, ...
[ 0.0283203125, 0.06353759765625, 0.1158447265625, 0.142333984375, 0.1446533203125, 0.096435546875, 0.1392822265625, 0.05731201171875, 0.158447265625, 0.0633544921875, 0.1038818359375, 0.1533203125, 0.03460693359375, 0.05303955078125, 0.111328125, 0.059051513671875, 0.1181640625, 0.0...
embed
52978362_c0
52978362
fsharp
0
Title: TryParse String to Int Active Patterns Problem title: TryParse String to Int Active Patterns Tags: f%23 Problem: TryParse String to Int Active Patterns Hello SO I am currently trying to parse a string to an Int using active Patterns and the Int.TryParse Method. Using the old examples from 2012 it used to work so...
TryParse String to Int Active Patterns TryParse String to Int Active Patterns f%23 TryParse Active Patterns System.Int32.TryParse Some None TryParse String to Int Active Patterns Hello SO I am currently trying to parse a string to an Int using active Patterns and the Int.TryParse Method. Using the old examples from 201...
[ -0.01953125, 0.0086669921875, -0.00151824951171875, 0.035888671875, -0.03662109375, 0.0169677734375, -0.0081787109375, -0.01513671875, 0.004913330078125, -0.00341796875, 0.0166015625, 0.005523681640625, -0.01336669921875, 0.01177978515625, 0.02099609375, 0.0167236328125, 0.0150756835...
[ 40858, 28636, 184, 23351, 214, 47, 360, 18, 88441, 9876, 22766, 1238, 3742, 12353, 6460, 1294, 31384, 438, 31577, 366, 79315, 36457, 618, 74644, 27781, 1324, 4488, 18499, 7108, 645, 63033, 132, 831, 959, 55076, 19, 48143, 102, 7704, 237, ...
[ 0.2095947265625, 0.2103271484375, 0.1614990234375, 0.1824951171875, 0.0621337890625, 0.097412109375, 0.1121826171875, 0.155517578125, 0.2125244140625, 0.1646728515625, 0.1431884765625, 0.00439453125, 0.0831298828125, 0.036865234375, 0.1107177734375, 0.1563720703125, 0.005950927734375...
embed
3086445_c0
3086445
fsharp
0
Title: How to create a recursive data structure value in (functional) F#? Problem title: How to create a recursive data structure value in (functional) F#? Tags: f%23, recursive-datastructures, tail-recursion Problem: How to create a recursive data structure value in (functional) F#? How can a value of type: type Tree ...
How to create a recursive data structure value in (functional) F#? How to create a recursive data structure value in (functional) F#? f%23 recursive-datastructures tail-recursion How Tree Node x.tlist How to create a recursive data structure value in (functional) F#? How can a value of type: have a value that reference...
[ 0.028564453125, -0.0020904541015625, 0.0076904296875, 0.009765625, 0.012939453125, -0.000873565673828125, 0.0002155303955078125, -0.0113525390625, 0.016845703125, -0.0242919921875, -0.00518798828125, 0.0174560546875, 0.0021820068359375, 0.00311279296875, 0.032958984375, 0.0045471191406...
[ 11249, 28282, 195625, 5844, 2053, 45646, 34292, 137175, 563, 4904, 289, 1238, 3742, 10135, 137656, 46741, 107, 48650, 101344, 438, 112, 1022, 18, 6562, 831, 111, 10644, 765, 91067, 68034, 139392, 123309, 16750, 105950, 145581, 18151, 202319, ...
[ 0.032470703125, 0.1466064453125, 0.2203369140625, 0.1290283203125, 0.1029052734375, 0.2154541015625, 0.192626953125, 0.1270751953125, 0.11328125, 0.2037353515625, 0.017974853515625, 0.04693603515625, 0.0618896484375, 0.048797607421875, 0.144775390625, 0.1226806640625, 0.0336303710937...
embed
32039898_c0
32039898
fsharp
0
Title: How can a cacheline sized struct wrapping a mutable, volatile int64 be created in F#? Problem title: How can a cacheline sized struct wrapping a mutable, volatile int64 be created in F#? Tags: f%23 Problem: How can a cacheline sized struct wrapping a mutable, volatile int64 be created in F#? I want to create a c...
How can a cacheline sized struct wrapping a mutable, volatile int64 be created in F#? How can a cacheline sized struct wrapping a mutable, volatile int64 be created in F#? f%23 How int64 Struct StructLayout LayoutKind.Explicit Size MyStruct1 initVal:int64 VolatileField x.Value How can a cacheline sized struct wrapping ...
[ 0.001861572265625, 0.0020294189453125, 0.0030670166015625, -0.0081787109375, 0.0001621246337890625, 0.00150299072265625, 0.006439208984375, -0.003997802734375, 0.00151824951171875, -0.00112152099609375, 0.003936767578125, 0.029296875, 0.0086669921875, 0.00191497802734375, 0.0031433105468...
[ 11249, 831, 82365, 2256, 13267, 36716, 137565, 10366, 842, 22819, 174048, 23, 18, 13307, 75935, 563, 4904, 13, 1238, 3742, 63667, 15390, 53, 6056, 211032, 7250, 55992, 80378, 2646, 71713, 18190, 418, 217, 42272, 4288, 5976, 1888, 133, 6159,...
[ 0.039947509765625, 0.049163818359375, 0.18359375, 0.1690673828125, 0.1065673828125, 0.2235107421875, 0.121826171875, 0.03179931640625, 0.115478515625, 0.1358642578125, 0.2137451171875, 0.0516357421875, 0.1090087890625, 0.234130859375, 0.1497802734375, 0.103515625, 0.19970703125, 0....
embed
72084228_c0
72084228
fsharp
0
Title: Trying to understand how functors are implemented in FSharpPlus Problem title: Trying to understand how functors are implemented in FSharpPlus Tags: f%23%2B, f%23 Problem: Trying to understand how functors are implemented in FSharpPlus Can someone explain how this code works in F#: https://github.com/fsprojects/...
Trying to understand how functors are implemented in FSharpPlus Trying to understand how functors are implemented in FSharpPlus f%23%2B f%23 Trying FSharpPlus Invoke Functor _output Map Unchecked.defaultof Trying to understand how functors are implemented in FSharpPlus Can someone explain how this code works in F#: htt...
[ -0.00909423828125, 0.0198974609375, 0.03173828125, -0.0091552734375, -0.01043701171875, -0.00019741058349609375, 0.0084228515625, -0.02099609375, 0.00102996826171875, -0.005950927734375, -0.00185394287109375, -0.0096435546875, -0.0003910064697265625, 0.02490234375, -0.005889892578125, ...
[ 40858, 28219, 7477, 18770, 29479, 93774, 3467, 254, 88225, 7, 1238, 571, 3742, 23253, 28670, 6056, 42719, 992, 78292, 214810, 4390, 73342, 3642, 903, 18151, 43240, 23, 563, 4904, 32102, 17447, 95322, 36381, 175904, 97249, 106000, 11782, 32354...
[ 0.056915283203125, 0.1390380859375, 0.1790771484375, 0.2283935546875, 0.180908203125, 0.090576171875, 0.1846923828125, 0.10791015625, 0.2216796875, 0.011932373046875, 0.067138671875, 0.03143310546875, 0.071044921875, 0.1124267578125, 0.134033203125, 0.08251953125, 0.137939453125, 0...
embed
52524886_c1
52524886
fsharp
1
Hsts() |> ignore app.UseHttpsRedirection() |> ignore app.UseMvc() |> ignore app.UseCors(Action<CorsPolicyBuilder> ConfigureCors) |> ignore member val Configuration : IConfiguration = null with get, set I have instanciate a module and a function inside it that I am passing to UseCors but it seems it's not working, is it...
Hsts() |> ignore app.UseHttpsRedirection() |> ignore app.UseMvc() |> ignore app.UseCors(Action<CorsPolicyBuilder> ConfigureCors) |> ignore member val Configuration : IConfiguration = null with get, set I have instanciate a module and a function inside it that I am passing to UseCors but it seems it's not working, is it...
[ -0.032470703125, 0.0164794921875, 0.0059814453125, -0.01031494140625, 0.01019287109375, -0.01397705078125, 0.0400390625, 0.00823974609375, 0.01019287109375, -0.0260009765625, -0.0091552734375, 0.00323486328125, 0.000774383544921875, 0.01312255859375, 0.01318359375, -0.002532958984375, ...
[ 572, 271, 7, 124962, 4027, 1062, 184, 3062, 6423, 936, 58994, 66357, 50886, 284, 10763, 106144, 121137, 59994, 32786, 3502, 87, 11935, 2203, 56574, 678, 2046, 5423, 765, 190316, 67, 88996, 136, 32354, 46132, 452, 47, 36836, 959, 20697, 41...
[ 0.056304931640625, 0.093505859375, 0.12646484375, 0.1959228515625, 0.134521484375, 0.057525634765625, 0.0654296875, 0.04791259765625, 0.037811279296875, 0.0703125, 0.013580322265625, 0.147216796875, 0.2425537109375, 0.00421142578125, 0.07403564453125, 0.092529296875, 0.1148681640625,...
embed
36439569_c0
36439569
fsharp
0
Title: Inconsistency in indentation warnings Problem title: Inconsistency in indentation warnings Tags: f%23 Problem: Inconsistency in indentation warnings I find F# somewhat inconsistent about its indentation warnings, here's an example from some code I was recently writing: // Weird: F# complains with FS0058 about d2...
Inconsistency in indentation warnings Inconsistency in indentation warnings f%23 Inconsistency Weird FS0058 d2dDevice d2dContext SharpDX.Direct2D1.DeviceContext SharpDX.Direct2D1.DeviceContextOptions.None But d2dContext.Target Bitmap1 BitmapProperties1 PixelFormat SharpDX.DXGI.Format.B8G8R8A8_UNorm SharpDX.Direct2D1.Al...
[ 0.0135498046875, -0.00909423828125, 0.00109100341796875, 0.0184326171875, 0.007080078125, 0.0167236328125, -0.0174560546875, -0.0120849609375, -0.001068115234375, 0.006622314453125, 0.007110595703125, 0.01513671875, 0.002685546875, 0.007171630859375, 0.02490234375, 0.001495361328125, ...
[ 360, 25553, 6892, 23, 18597, 22062, 1631, 6977, 1238, 3949, 3742, 82249, 93774, 7049, 10057, 304, 20375, 22829, 197106, 1542, 184911, 397, 39029, 104, 71, 63031, 27774, 62346, 1264, 111159, 102973, 18027, 14612, 9083, 81456, 563, 4904, 208806...
[ 0.06292724609375, 0.1448974609375, 0.1932373046875, 0.053619384765625, 0.1845703125, 0.095703125, 0.1470947265625, 0.046478271484375, 0.0579833984375, 0.0188140869140625, 0.107421875, 0.06390380859375, 0.1103515625, 0.01123046875, 0.1539306640625, 0.023834228515625, 0.0906982421875, ...
embed
21937066_c0
21937066
fsharp
0
Title: How can I make this match expression more concise? Problem title: How can I make this match expression more concise? Tags: f%23 Problem: How can I make this match expression more concise? Learning F# by writing blackjack. I have these types: type Suit = | Heart = 0 | Spade = 1 | Diamond = 2 | Club = 3 type Card ...
How can I make this match expression more concise? How can I make this match expression more concise? f%23 How Suit Heart Spade Diamond Club Card Ace King Queen Jack ValueCard NumericValue Suit.Heart Suit.Spade Suit.Diamond Suit.Club How can I make this match expression more concise? Learning F# by writing blackjack. I...
[ -0.035400390625, -0.012939453125, 0.01708984375, -0.006500244140625, 0.01434326171875, -0.0030975341796875, -0.015380859375, 0.00811767578125, 0.0078125, 0.0186767578125, 0.010009765625, 0.05078125, 0.0101318359375, -0.0145263671875, 0.008056640625, -0.0172119140625, 0.00555419921875...
[ 11249, 3249, 903, 14858, 125195, 1286, 158, 318, 184, 1238, 3949, 3742, 1832, 217, 60861, 10959, 112, 69124, 7687, 23660, 70280, 18813, 44109, 21763, 190060, 156119, 93511, 856, 50770, 13025, 3960, 141667, 15882, 109153, 114344, 563, 4904, 32...
[ 0.066162109375, 0.0640869140625, 0.06536865234375, 0.1993408203125, 0.2171630859375, 0.10467529296875, 0.09478759765625, 0.1915283203125, 0.1357421875, 0.078369140625, 0.008331298828125, 0.117919921875, 0.1617431640625, 0.0830078125, 0.1583251953125, 0.1409912109375, 0.12744140625, ...
embed
27191514_c0
27191514
fsharp
0
Title: Accessing TeamCity build parameters from a FAKE build script? Problem title: Accessing TeamCity build parameters from a FAKE build script? Tags: teamcity, f%23, f%23-fake Problem: Accessing TeamCity build parameters from a FAKE build script? In TeamCity you can specify build parameters which can then be accessed...
Accessing TeamCity build parameters from a FAKE build script? Accessing TeamCity build parameters from a FAKE build script? teamcity f%23 f%23-fake a Accessing TeamCity FAKE DeployTo Fake.EnvironmentHelper EnvironmentVariableTarget.Machine build.fsx Deploy Test Accessing TeamCity build parameters from a FAKE build scri...
[ -0.00958251953125, 0.0150146484375, -0.01513671875, -0.0106201171875, 0.005767822265625, -0.0164794921875, -0.00738525390625, -0.0247802734375, -0.0205078125, -0.0003833770751953125, 0.01495361328125, 0.0267333984375, 0.01483154296875, 0.020263671875, -0.0115966796875, -0.004638671875,...
[ 40266, 11399, 115411, 45367, 171859, 1295, 563, 119960, 26499, 7, 7175, 60089, 3742, 1021, 350, 262, 13158, 7763, 3036, 686, 1900, 60785, 81827, 63031, 3794, 99326, 17447, 425, 8647, 40140, 17203, 16265, 121137, 60213, 157167, 17721, 8, 65998...
[ 0.14990234375, 0.2113037109375, 0.207763671875, 0.15234375, 0.2103271484375, 0.05157470703125, 0.133056640625, 0.1640625, 0.183837890625, 0.004547119140625, 0.160888671875, 0.1417236328125, 0.0176544189453125, 0.1380615234375, 0.0155181884765625, 0.07769775390625, 0.1153564453125, ...
embed
15746230_c1
15746230
fsharp
1
CPS to this problem gives: "Example 3: CPS" let sumListCPS lst = let rec loop l cont = match l with |[] -> cont 0 |h::t -> loop t (fun x -> cont( h + x)) loop lst (fun x -> x) To my understanding, iteratively this could be written as: loop[2;3] (fun x -> cont (1+x)) loop[3] (fun x ->cont (1+x) -> cont(2+x)) loop[] (fu...
CPS to this problem gives: "Example 3: CPS" let sumListCPS lst = let rec loop l cont = match l with |[] -> cont 0 |h::t -> loop t (fun x -> cont( h + x)) loop lst (fun x -> x) To my understanding, iteratively this could be written as: loop[2;3] (fun x -> cont (1+x)) loop[3] (fun x ->cont (1+x) -> cont(2+x)) loop[] (fu...
[ 0.0027008056640625, 0.01153564453125, -0.0027618408203125, -0.00250244140625, -0.00830078125, 0.00811767578125, 0.0115966796875, 0.01116943359375, 0.0302734375, -0.038330078125, -0.0096435546875, -0.000728607177734375, 0.010009765625, 0.01385498046875, 0.021728515625, 0.007049560546875...
[ 313, 9059, 47, 903, 2967, 19279, 11, 33209, 22408, 2633, 10554, 154663, 441, 271, 21954, 40956, 96, 22832, 14858, 678, 757, 127, 18, 808, 16498, 1022, 1096, 997, 100094, 720, 45023, 5809, 59121, 237, 96386, 1328, 2271, 425, 34390, 243228,...
[ 0.0743408203125, 0.265625, 0.020294189453125, 0.06488037109375, 0.166748046875, 0.048065185546875, 0.08251953125, 0.0858154296875, 0.07452392578125, 0.05535888671875, 0.18310546875, 0.152099609375, 0.0384521484375, 0.0506591796875, 0.1422119140625, 0.1475830078125, 0.051361083984375,...
embed