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
13530495_c0
13530495
fsharp
0
Title: Union of two lists in order f# Problem title: Union of two lists in order f# Tags: f%23, list Problem: Union of two lists in order f# I have this code that unites two lists: let rec union list1 list2 = match list2 with | [] -> list1 | x::xs when mem x list1 -> union list1 xs | x::xs -> x::(union list1 xs) Howeve...
Union of two lists in order f# Union of two lists in order f# f%23 list Union list1 list2 x::xs Union of two lists in order f# I have this code that unites two lists: However, this doesn't give me the result I would like; I want the result to be in order with the smallest first. How would I go about doing this?
[ 0.005126953125, 0.0322265625, 0.0166015625, -0.0072021484375, 0.00811767578125, 0.0059814453125, 0.00457763671875, 0.00799560546875, 0.0185546875, -0.00445556640625, 0.0169677734375, 0.01336669921875, -0.006591796875, 0.01708984375, 0.0028076171875, 0.00579833984375, 0.0135498046875,...
[ 32528, 111, 6626, 5303, 7, 23, 12989, 1238, 4904, 3949, 3742, 418, 304, 1022, 12, 425, 903, 18151, 25072, 90, 33306, 18, 70, 16750, 2806, 1884, 87, 3444, 47, 186, 678, 19336, 525, 5117, 1672, 20594 ]
[ 0.26123046875, 0.08990478515625, 0.14208984375, 0.250244140625, 0.06494140625, 0.0391845703125, 0.219482421875, 0.13818359375, 0.185791015625, 0.0254669189453125, 0.142578125, 0.012939453125, 0.051422119140625, 0.07025146484375, 0.003875732421875, 0.0826416015625, 0.022918701171875, ...
embed
34755022_c0
34755022
fsharp
0
Title: F# - printfn Guid Problem title: F# - printfn Guid Tags: f%23 Problem: F# - printfn Guid I have following printing example in F# for row in data.Rows do printfn "Example: (%s)" row.A But I received this error Script1.fsx(15,67): error FS0001: This expression was expected to have type string but here has type Gui...
F# - printfn Guid F# - printfn Guid f%23 Guid data.Rows Example row.A ToString F# - printfn Guid I have following printing example in F# But I received this error I didn't find any example of printing of Guid type. I tried apply ToString() method to row.A but it is not working as well
[ -0.007659912109375, 0.00144195556640625, 0.038330078125, 0.0216064453125, -0.0037994384765625, -0.0098876953125, 0.002960205078125, -0.00396728515625, -0.002838134765625, 0.00506591796875, 0.003936767578125, -0.0174560546875, -0.018310546875, -0.00897216796875, -0.005523681640625, 0.01...
[ 563, 4904, 20, 28412, 14783, 6955, 532, 1238, 3949, 3742, 2053, 12724, 19725, 89536, 15555, 5, 284, 717, 71713, 214, 25632, 2448, 1916, 27781, 23, 4966, 18499, 7413, 10644, 59911, 132, 55300, 83, 959, 20697, 237 ]
[ 0.138671875, 0.223876953125, 0.00750732421875, 0.1807861328125, 0.1868896484375, 0.232177734375, 0.193359375, 0.079833984375, 0.009033203125, 0.09521484375, 0.10626220703125, 0.0706787109375, 0.04986572265625, 0.11181640625, 0.17626953125, 0.0294342041015625, 0.1673583984375, 0.170...
embed
53987329_c0
53987329
fsharp
0
Title: F# function, how it really works Problem title: F# function, how it really works Tags: f%23 Problem: F# function, how it really works I got function like this one. let c = (fun a b ‐> let d = a 10 in d ‐ 4*b) (fun c ‐> c + c) 5 let x = c‐6 That's what I understand so far: "fun c ‐> c + c" is first argument for "...
F# function, how it really works F# function, how it really works f%23 F# function, how it really works I got function like this one. That's what I understand so far: "fun c ‐> c + c" is first argument for "fun a b" and "5" is second. "let d" is kind a function that takes "a" and "b" and returns the result. But if some...
[ 0.005584716796875, -0.00982666015625, -0.0010223388671875, 0.0169677734375, 0.01116943359375, 0.0152587890625, 0.00732421875, -0.003204345703125, -0.003265380859375, -0.0162353515625, -0.0107421875, 0.0126953125, -0.0172119140625, 0.01141357421875, 0.0184326171875, -0.01385498046875, ...
[ 563, 4904, 32354, 3642, 442, 6183, 43240, 4, 1238, 3949, 3742, 87, 4163, 1884, 903, 1632, 7, 28219, 221, 2060, 16498, 501, 22782, 2740, 997, 83, 5117, 10750, 100, 10, 876, 758, 58, 17932, 1974, 104, 8562, 51776, 11, 136, 275, 30646, ...
[ 0.1754150390625, 0.244873046875, 0.2242431640625, 0.141845703125, 0.1175537109375, 0.181396484375, 0.1884765625, 0.010223388671875, 0.15478515625, 0.08367919921875, 0.16162109375, 0.003509521484375, 0.04339599609375, 0.1378173828125, 0.0892333984375, 0.04461669921875, 0.0059814453125...
embed
2820458_c0
2820458
fsharp
0
Title: Is it possible to write MyGeneration Templates in F# and how? Problem title: Is it possible to write MyGeneration Templates in F# and how? Tags: f%23, c%23, mygeneration Problem: Is it possible to write MyGeneration Templates in F# and how? I want to write a MyGeneration Template File in F#. I know you can targe...
Is it possible to write MyGeneration Templates in F# and how? Is it possible to write MyGeneration Templates in F# and how? f%23 c%23 mygeneration MyGeneration Templates Is it possible to write MyGeneration Templates in F# and how? I want to write a MyGeneration Template File in F#. I know you can target various langua...
[ -0.003204345703125, 0.0106201171875, 0.00909423828125, -0.01080322265625, -0.0242919921875, 0.0135498046875, -0.003509521484375, -0.0135498046875, 0.0030975341796875, -0.036865234375, -0.0111083984375, -0.0016632080078125, -0.0026702880859375, -0.00038909912109375, 0.0159912109375, 0.0...
[ 2071, 7722, 33022, 2646, 135932, 30494, 196631, 7, 23, 563, 4904, 136, 3642, 47, 1238, 3742, 759, 48281, 1363, 442, 3444, 42724, 831, 30388, 67842, 46876, 75034, 17777, 10002, 15970, 4745, 68073, 1884 ]
[ 0.045806884765625, 0.159912109375, 0.177001953125, 0.1788330078125, 0.212158203125, 0.1650390625, 0.27099609375, 0.0875244140625, 0.08154296875, 0.1513671875, 0.2025146484375, 0.020416259765625, 0.06982421875, 0.04071044921875, 0.057830810546875, 0.005859375, 0.1231689453125, 0.204...
embed
56693439_c0
56693439
fsharp
0
Title: ODataService Type Provider still exist? Problem title: ODataService Type Provider still exist? Tags: odata, f%23, type-providers Problem: ODataService Type Provider still exist? I'm looking now at F# Type Providers. Particularity at ODataService Type Provider . This is a snippet , how to use it. But looks like f...
ODataService Type Provider still exist? ODataService Type Provider still exist? odata f%23 type-providers ODataService Type Provider ODataService Type Provider still exist? I'm looking now at F# Type Providers. Particularity at ODataService Type Provider . This is a snippet , how to use it. But looks like fsharp.data d...
[ 0.01226806640625, 0.0201416015625, -0.011962890625, 0.0152587890625, -0.0004405975341796875, 0.01556396484375, 0.0072021484375, 0.0289306640625, -0.0029754638671875, -0.0196533203125, -0.0186767578125, -0.01708984375, 0.0274658203125, -0.01409912109375, 0.021240234375, 0.00145721435546...
[ 180, 137989, 121979, 60457, 123089, 42, 7464, 32316, 32, 36, 10135, 1238, 3949, 3742, 10644, 93136, 14202, 16487, 563, 4904, 4295, 83, 93, 58134, 3642, 4527, 442, 33342, 89280, 254, 5, 22027, 18, 765, 176683, 9790, 47, 9969, 34759, 163, ...
[ 0.1875, 0.1536865234375, 0.2093505859375, 0.23876953125, 0.1988525390625, 0.159423828125, 0.137939453125, 0.1820068359375, 0.0333251953125, 0.157958984375, 0.1912841796875, 0.1087646484375, 0.02679443359375, 0.1160888671875, 0.2039794921875, 0.176025390625, 0.09490966796875, 0.0244...
embed
65767317_c0
65767317
fsharp
0
Title: Reverse an Array in F# Problem title: Reverse an Array in F# Tags: reverse, list, f%23, arrays Problem: Reverse an Array in F# Is there any other way to reverse an Array in F# without using the array.rev function and without copying the original array, maybe similar to how you would reverse a List. let rev (lst ...
Reverse an Array in F# Reverse an Array in F# reverse list f%23 arrays Reverse Array List List.length length-1 Seq.toList Reverse an Array in F# Is there any other way to reverse an Array in F# without using the array.rev function and without copying the original array, maybe similar to how you would reverse a List.
[ -0.008056640625, 0.03076171875, 0.00665283203125, 0.01495361328125, -0.013671875, -0.0186767578125, -0.00165557861328125, 0.0133056640625, -0.00131988525390625, -0.0206298828125, -0.0002918243408203125, 0.0361328125, -0.004913330078125, 0.023681640625, 0.002593994140625, -0.00204467773...
[ 853, 37676, 142, 69253, 53, 23, 563, 4904, 39531, 184, 5303, 1238, 3949, 3742, 10298, 4778, 32036, 23986, 140909, 5759, 864, 188, 154663, 3789, 3917, 47, 15490, 17368, 65381, 32354, 43658, 7311 ]
[ 0.07293701171875, 0.276123046875, 0.0287933349609375, 0.2000732421875, 0.146240234375, 0.049102783203125, 0.1444091796875, 0.2012939453125, 0.2357177734375, 0.1651611328125, 0.1885986328125, 0.08935546875, 0.0274658203125, 0.1236572265625, 0.1431884765625, 0.0386962890625, 0.16638183...
embed
45921538_c0
45921538
fsharp
0
Title: Can MBrace run with the latest version of FSharp.Core? Problem title: Can MBrace run with the latest version of FSharp.Core? Tags: mbrace, f%23 Problem: Can MBrace run with the latest version of FSharp.Core? I have tried the MBrace Starter Kit with no success. Then I found this post: https://github.com/mbracepro...
Can MBrace run with the latest version of FSharp.Core? Can MBrace run with the latest version of FSharp.Core? mbrace f%23 Can MBrace FSharp.Core Starter Kit Can MBrace run with the latest version of FSharp.Core? I have tried the MBrace Starter Kit with no success. Then I found this post: https://github.com/mbraceprojec...
[ -0.01953125, 0.0283203125, 0.00567626953125, -0.006591796875, 0.007659912109375, 0.0009918212890625, 0.0033416748046875, 0.01055908203125, -0.006866455078125, -0.0167236328125, 0.01287841796875, 0.00830078125, 0.0078125, -0.01300048828125, 0.035888671875, -0.0172119140625, -0.0036163...
[ 4171, 12918, 99407, 11675, 678, 42850, 11389, 111, 93774, 3467, 254, 5, 50886, 13, 12846, 329, 1238, 3742, 13794, 56, 23564, 37842, 110, 36272, 14037, 1305, 32102, 95322, 12689, 126597, 605, 217, 174404, 14889, 13452, 15917, 242122, 30700 ]
[ 0.1339111328125, 0.1300048828125, 0.29541015625, 0.151123046875, 0.1484375, 0.1361083984375, 0.1444091796875, 0.0287933349609375, 0.1148681640625, 0.2037353515625, 0.2154541015625, 0.031097412109375, 0.1805419921875, 0.126953125, 0.164794921875, 0.13720703125, 0.037109375, 0.054077...
embed
35826274_c0
35826274
fsharp
0
Title: F# deedle transform Series<string, obj> to Series<string, float>? Problem title: F# deedle transform Series<string, obj> to Series<string, float>? Tags: f%23, deedle Problem: F# deedle transform Series to Series ? If I get a row of Frame by using the .Rows.[rowIndex] operation, Deedle wil...
F# deedle transform Series<string, obj> to Series<string, float>? F# deedle transform Series<string, obj> to Series<string, float>? f%23 deedle Series Frame Rows Deedle Object F# deedle transform Series to Series ? If I get a row of Frame by using the .Rows.[rowIndex] operation, Deedle will retu...
[ 0.02197265625, 0.03076171875, -0.01171875, -0.00860595703125, -0.013916015625, -0.02978515625, 0.00125885009765625, 0.019775390625, 0.00457763671875, 0.029541015625, 0.002532958984375, -0.004791259765625, -0.01446533203125, -0.00927734375, -0.0013885498046875, 0.01007080078125, 0.008...
[ 563, 4904, 8, 297, 133, 27198, 64876, 91693, 995, 170, 5386, 47, 21917, 257, 74, 1238, 3742, 42557, 13, 96190, 262, 134549, 2046, 15555, 111, 17368, 12724, 19725, 4153, 39659, 41018, 30646, 163, 6, 160193, 3714, 70541, 96760, 756, 3934, ...
[ 0.101318359375, 0.165771484375, 0.086181640625, 0.1566162109375, 0.1595458984375, 0.1875, 0.251708984375, 0.1207275390625, 0.1151123046875, 0.13232421875, 0.038055419921875, 0.09332275390625, 0.16015625, 0.08331298828125, 0.003692626953125, 0.061767578125, 0.034027099609375, 0.1486...
embed
38213452_c2
38213452
fsharp
2
UsedNumbers, min..max, Seq.skipWhile, Seq.takeWhile, Random.pick, AdditionInTen, Addends, Random.atMost, MultiplyInTen, Random.pickNumber, SubtractionInTen, minSubtrahend..minuend-minResult, DeviditionInTen, Seq.filter, Seq.map, Seq.collect, Problem, Addition, Subtraction, Multiply, Devidition, AdditionInTen.quiz, Sub...
UsedNumbers, min..max, Seq.skipWhile, Seq.takeWhile, Random.pick, AdditionInTen, Addends, Random.atMost, MultiplyInTen, Random.pickNumber, SubtractionInTen, minSubtrahend..minuend-minResult, DeviditionInTen, Seq.filter, Seq.map, Seq.collect, Problem, Addition, Subtraction, Multiply, Devidition, AdditionInTen.quiz, Sub...
[ 0.00823974609375, 0.0004596710205078125, 0.01116943359375, -0.00897216796875, -0.003143310546875, 0.01141357421875, 0.00592041015625, -0.0089111328125, 0.0125732421875, 0.006683349609375, -0.0101318359375, 0.00909423828125, -0.021728515625, 0.03173828125, 0.00122833251953125, -0.007720...
[ 345, 5281, 18444, 26278, 7, 4, 881, 5, 24084, 503, 864, 44024, 979, 133, 78219, 39643, 306, 18695, 92, 29117, 14, 1363, 4153, 87286, 3611, 257, 116128, 19335, 62479, 8273, 117474, 96472, 1517, 36019, 34731, 1249, 7136, 262, 40800, 120337,...
[ 0.2078857421875, 0.229736328125, 0.24267578125, 0.283447265625, 0.139404296875, 0.086669921875, 0.205078125, 0.06927490234375, 0.141357421875, 0.08929443359375, 0.18017578125, 0.18310546875, 0.1431884765625, 0.113037109375, 0.1214599609375, 0.1998291015625, 0.1754150390625, 0.16394...
embed
41917667_c0
41917667
fsharp
0
Title: How can I use WPF menus and dialog boxes in F#? Problem title: How can I use WPF menus and dialog boxes in F#? Tags: dialog, f%23, menu, wpf Problem: How can I use WPF menus and dialog boxes in F#? I've been trying to find an example of using XAML and F# - without C# - to set up traditional menus and dialog boxe...
How can I use WPF menus and dialog boxes in F#? How can I use WPF menus and dialog boxes in F#? dialog f%23 menu wpf How WPF How can I use WPF menus and dialog boxes in F#? I've been trying to find an example of using XAML and F# - without C# - to set up traditional menus and dialog boxes. Everything I can find online ...
[ 0.003875732421875, 0.0306396484375, 0.0130615234375, 0.01434326171875, -0.008544921875, 0.0159912109375, -0.00604248046875, -0.012451171875, 0.00830078125, -0.003753662109375, 0.0252685546875, -0.0296630859375, 0.01806640625, 0.00732421875, 0.0108642578125, -0.00634765625, 0.00860595...
[ 11249, 831, 87, 4527, 601, 41265, 8026, 136, 26519, 16530, 90, 23, 563, 4904, 1238, 3949, 3742, 148, 39557, 27781, 17368, 65415, 39456, 15490, 5423, 1257, 89160, 171581, 7413, 1118, 10332, 17777 ]
[ 0.06756591796875, 0.07342529296875, 0.041717529296875, 0.15087890625, 0.1102294921875, 0.242431640625, 0.2432861328125, 0.07781982421875, 0.2015380859375, 0.1719970703125, 0.0249481201171875, 0.06414794921875, 0.1209716796875, 0.2130126953125, 0.047515869140625, 0.006500244140625, 0....
embed
48328511_c0
48328511
fsharp
0
Title: f# check if dir is accessible is not working Problem title: f# check if dir is accessible is not working Tags: f%23, directory Problem: f# check if dir is accessible is not working try (box (Directory.GetDirectories(dir) )) with | :? System.UnauthorizedAccessException -> () I'm trying to check if the directory i...
f# check if dir is accessible is not working f# check if dir is accessible is not working f%23 directory System.UnauthorizedAccessException Directory.GetDirectories f# check if dir is accessible is not working I'm trying to check if the directory is accessible so I won't get an "access denied" error, but it's not worki...
[ -0.001617431640625, -0.00506591796875, 0.00640869140625, 0.004425048828125, -0.0152587890625, -0.007720947265625, -0.004913330078125, -0.000614166259765625, -0.000896453857421875, -0.005126953125, 0.01275634765625, 0.048095703125, 0.00180816650390625, 0.010986328125, 0.002288818359375, ...
[ 1238, 4904, 12765, 2174, 5402, 83, 81522, 959, 20697, 3949, 3742, 14364, 53, 12353, 26531, 63928, 31068, 126, 184911, 31, 10484, 31577, 113041, 8, 93, 297, 18499, 442, 7, 7158, 26783, 40956, 100 ]
[ 0.143310546875, 0.19873046875, 0.173095703125, 0.124755859375, 0.18603515625, 0.1395263671875, 0.2196044921875, 0.15966796875, 0.16943359375, 0.03460693359375, 0.1390380859375, 0.1253662109375, 0.06060791015625, 0.043609619140625, 0.0758056640625, 0.040985107421875, 0.07342529296875,...
embed
947895_c0
947895
fsharp
0
Title: How do I cast a &quot;string&quot; into a &quot;option&lt;string&gt;&quot; Problem title: How do I cast a &quot;string&quot; into a &quot;option&lt;string&gt;&quot; Tags: f%23 Problem: How do I cast a "string" into a "option " I have a function declared as let GetLength (value : option<string>) = if value.IsSome...
How do I cast a &quot;string&quot; into a &quot;option&lt;string&gt;&quot; How do I cast a &quot;string&quot; into a &quot;option&lt;string&gt;&quot; f%23 How GetLength value.IsSome value.Value.Length How do I cast a "string" into a "option " I have a function declared as And I have the variable How do I pass a to the ...
[ 0.00007867813110351562, 0.0128173828125, 0.014404296875, 0.0267333984375, -0.00093841552734375, -0.01190185546875, 0.0107421875, -0.021484375, 0.0107421875, -0.0037841796875, -0.004913330078125, 0.0081787109375, -0.033203125, 0.0169677734375, 0.00732421875, -0.000553131103515625, 0.0...
[ 11249, 54, 87, 37702, 91693, 3934, 10, 109585, 1277, 5386, 74, 1238, 3742, 20779, 5267, 449, 927, 34292, 29598, 282, 856, 50770, 58, 765, 32354, 159978, 237, 77336, 27875 ]
[ 0.0814208984375, 0.033782958984375, 0.06890869140625, 0.2099609375, 0.255126953125, 0.152587890625, 0.03070068359375, 0.246826171875, 0.016754150390625, 0.030517578125, 0.006500244140625, 0.075927734375, 0.08551025390625, 0.1124267578125, 0.084716796875, 0.1317138671875, 0.1441650390...
embed
28784062_c0
28784062
fsharp
0
Title: How to handle Score and Value arrays in F# Problem title: How to handle Score and Value arrays in F# Tags: arrays, f%23 Problem: How to handle Score and Value arrays in F# I have two arrays: Value and Score. The Score array gives a rating for each item in the Value array. What is the "proper" FP way to get the v...
How to handle Score and Value arrays in F# How to handle Score and Value arrays in F# arrays f%23 How Score Value How to handle Score and Value arrays in F# I have two arrays: Value and Score. The Score array gives a rating for each item in the Value array. What is the "proper" FP way to get the value corresponding to ...
[ -0.0101318359375, -0.0152587890625, -0.002777099609375, -0.00164794921875, -0.0216064453125, -0.000720977783203125, 0.0145263671875, -0.0054931640625, 0.013916015625, 0.00408935546875, 0.0235595703125, 0.03955078125, -0.0223388671875, -0.00171661376953125, 0.0146484375, -0.03466796875,...
[ 11249, 34831, 168071, 136, 190060, 10298, 4778, 563, 4904, 47, 1238, 3742, 23, 6626, 53, 76199, 66038, 12638, 35735, 36290, 56, 51006, 3917, 2046, 34292, 42518, 167375, 47763, 3642, 18389, 20949, 63262, 27798 ]
[ 0.0882568359375, 0.190185546875, 0.25244140625, 0.187744140625, 0.264404296875, 0.20068359375, 0.1771240234375, 0.1480712890625, 0.2120361328125, 0.0177154541015625, 0.043731689453125, 0.0794677734375, 0.0218353271484375, 0.06195068359375, 0.1112060546875, 0.0311279296875, 0.16674804...
embed
1604270_c0
1604270
fsharp
0
Title: What is the difference between the `fun` and `function` keywords? Problem title: What is the difference between the `fun` and `function` keywords? Tags: ocaml, f%23 Problem: What is the difference between the `fun` and `function` keywords? Sometimes I see code like let (alt : recognizer -> recognizer -> recogniz...
What is the difference between the `fun` and `function` keywords? What is the difference between the `fun` and `function` keywords? ocaml f%23 What Cons Nil Empty What is the difference between the `fun` and `function` keywords? Sometimes I see code like Or like: What is the difference between fun and function ?
[ 0.0029754638671875, -0.00927734375, 0.0185546875, -0.00286865234375, 0.02294921875, 0.00011348724365234375, -0.0284423828125, -0.017822265625, 0.0009613037109375, -0.0201416015625, 0.006500244140625, -0.00049591064453125, -0.01055908203125, -0.00457763671875, 0.01531982421875, -0.00994...
[ 83, 70, 60212, 17721, 16498, 136, 137175, 166117, 7, 36, 9779, 141, 1238, 3742, 4865, 39215, 77175, 31678, 939, 160193, 1957, 18151, 1884, 3347, 7477, 32354 ]
[ 0.04083251953125, 0.058807373046875, 0.1810302734375, 0.115966796875, 0.27099609375, 0.09722900390625, 0.259033203125, 0.206787109375, 0.039306640625, 0.053863525390625, 0.0970458984375, 0.0787353515625, 0.002777099609375, 0.06085205078125, 0.021026611328125, 0.10650634765625, 0.1290...
embed
24264232_c0
24264232
fsharp
0
Title: A sequence of list in F#? Problem title: A sequence of list in F#? Tags: sequence, list, f%23 Problem: A sequence of list in F#? I have to write a function that start from a infinite sequence and returns like this : input sq0 = {x0,x1,x2,x3,...xn} output sequence -> { [x0] , [x0;x1] , [x0;x1;x2] [x0;x1;x2;x3] .....
A sequence of list in F#? A sequence of list in F#? sequence list f%23 Seq.nth Seq.skip A sequence of list in F#? I have to write a function that start from a infinite sequence and returns like this : input sq0 = {x0,x1,x2,x3,...xn} output sequence -> { [x0] , [x0;x1] , [x0;x1;x2] [x0;x1;x2;x3] ...} can you help me ple...
[ 0.00836181640625, 0.0224609375, -0.0032196044921875, 0.0076904296875, -0.0072021484375, -0.008544921875, 0.002838134765625, -0.003326416015625, 0.010986328125, -0.03515625, 0.01385498046875, 0.03369140625, 0.00738525390625, 0.0146484375, 0.006378173828125, 0.00096893310546875, -0.010...
[ 62, 40, 944, 3956, 111, 5303, 23, 563, 4904, 32, 1238, 3949, 3742, 503, 864, 19, 927, 44024, 87, 765, 33022, 32354, 4034, 1295, 54241, 30646, 1884, 903, 107730, 2389, 2203, 425, 304, 363, 140992, 33079, 76172, 90173, 96386, 831, 4358, ...
[ 0.047882080078125, 0.09527587890625, 0.176025390625, 0.14697265625, 0.128173828125, 0.21923828125, 0.0938720703125, 0.1448974609375, 0.223876953125, 0.051116943359375, 0.0994873046875, 0.01715087890625, 0.1463623046875, 0.05462646484375, 0.1610107421875, 0.033538818359375, 0.11352539...
embed
66941970_c1
66941970
fsharp
1
> <Compile Include="Work.fs" /> <Compile Include="WorkTests.fs" /> <Compile Include="Main.fs" /> </ItemGroup> </Project> Code signals: BUT, EntryPointAttribute, Work.fs, WorkTests.fs, Main.fs, Main, Work, EntryPoint, Project, Sdk, Microsoft.NET.Sdk, PropertyGroup, TargetFramework, netcoreapp3.0, OutputType, Exe, IsPack...
> <Compile Include="Work.fs" /> <Compile Include="WorkTests.fs" /> <Compile Include="Main.fs" /> </ItemGroup> </Project> Code signals: BUT, EntryPointAttribute, Work.fs, WorkTests.fs, Main.fs, Main, Work, EntryPoint, Project, Sdk, Microsoft.NET.Sdk, PropertyGroup, TargetFramework, netcoreapp3.0, OutputType, Exe, IsPack...
[ -0.0026702880859375, 0.0224609375, -0.01068115234375, -0.001007080078125, -0.01806640625, -0.005096435546875, -0.0062255859375, -0.018310546875, 0.00408935546875, 0.03173828125, 0.0079345703125, 0.00146484375, -0.005035400390625, 0.039306640625, -0.0003108978271484375, 0.019775390625, ...
[ 977, 108161, 1340, 822, 108259, 5, 17447, 57433, 111337, 7, 168793, 6, 2982, 205072, 2740, 223353, 28864, 26073, 12, 151654, 357, 15123, 147534, 191145, 27985, 12321, 27331, 159, 5740, 7244, 17777, 206984, 160017, 108386, 18244, 2043, 30854, ...
[ 0.0074462890625, 0.1700439453125, 0.20751953125, 0.06695556640625, 0.225341796875, 0.0772705078125, 0.19580078125, 0.01385498046875, 0.261962890625, 0.15673828125, 0.114013671875, 0.0003662109375, 0.164794921875, 0.203125, 0.0200347900390625, 0.1788330078125, 0.2724609375, 0.299804...
embed
37076337_c1
37076337
fsharp
1
= // Do stuff Code signals: Call, Window, Loaded, Event, WPF, Application.LoadComponent, Uri, MyApp, MyWindow.xaml, UriKind.Relative, schemas.microsoft.com, xmlns:x, xmlns:converters, clr-namespace:MyApp.Converters, xmlns:local, clr-namespace:MyApp, xmlns:d, xmlns:mc, schemas.openxmlformats.org, mc:Ignorable, xmlns:xc...
= // Do stuff Code signals: Call, Window, Loaded, Event, WPF, Application.LoadComponent, Uri, MyApp, MyWindow.xaml, UriKind.Relative, schemas.microsoft.com, xmlns:x, xmlns:converters, clr-namespace:MyApp.Converters, xmlns:local, clr-namespace:MyApp, xmlns:d, xmlns:mc, schemas.openxmlformats.org, mc:Ignorable, xmlns:xc...
[ 0.01348876953125, 0.0269775390625, 0.0093994140625, 0.03076171875, -0.01312255859375, 0.00787353515625, 0.0225830078125, -0.034423828125, -0.00445556640625, -0.060546875, -0.0196533203125, -0.0184326171875, 0.000385284423828125, 0.002716064453125, 0, -0.0174560546875, 0.0019226074218...
[ 2203, 4666, 984, 41884, 28864, 26073, 7, 12, 26265, 4, 176501, 2091, 712, 297, 36943, 601, 41265, 104921, 15363, 10770, 54137, 130885, 2646, 39179, 92049, 24293, 5, 3798, 7237, 7250, 143, 4935, 61903, 138410, 277, 131492, 1779, 425, 11549, ...
[ 0.2113037109375, 0.1529541015625, 0.2054443359375, 0.2919921875, 0.309326171875, 0.297607421875, 0.154296875, 0.0692138671875, 0.22509765625, 0.00823974609375, 0.197265625, 0.1328125, 0.1253662109375, 0.10546875, 0.220703125, 0.0810546875, 0.22265625, 0.1707763671875, 0.092346191...
embed
316161_c0
316161
fsharp
0
Title: How do I change colors for the F# interactive shell Problem title: How do I change colors for the F# interactive shell Tags: f%23-interactive, f%23, visual-studio Problem: How do I change colors for the F# interactive shell In my current color scheme, the F# interactive shell is unreadable within Visual Studio. ...
How do I change colors for the F# interactive shell How do I change colors for the F# interactive shell f%23-interactive f%23 visual-studio How How do I change colors for the F# interactive shell In my current color scheme, the F# interactive shell is unreadable within Visual Studio. I've been through all the color set...
[ -0.024658203125, 0.005767822265625, -0.00799560546875, 0.005645751953125, -0.00408935546875, 0.0035400390625, -0.0174560546875, 0.0260009765625, -0.007568359375, 0.032958984375, -0.00982666015625, 0.01239013671875, -0.01239013671875, 0.019287109375, 0.0086669921875, 0.007568359375, -...
[ 11249, 54, 87, 15549, 104988, 100, 563, 4904, 212398, 128019, 1238, 27495, 10433, 71232, 3742, 21176, 52629, 43581, 10576, 150370, 51, 39116, 2886, 28032, 73372, 22968, 8305, 53550, 831, 7413, 17368, 70 ]
[ 0.0887451171875, 0.0205535888671875, 0.036224365234375, 0.2012939453125, 0.2210693359375, 0.056793212890625, 0.1436767578125, 0.2086181640625, 0.1917724609375, 0.2222900390625, 0.0826416015625, 0.058990478515625, 0.088134765625, 0.03363037109375, 0.04107666015625, 0.142822265625, 0.1...
embed
35163771_c0
35163771
fsharp
0
Title: What is NaN equivalent for int type in F#? Problem title: What is NaN equivalent for int type in F#? Tags: .net, f%23, tryparse, int Problem: What is NaN equivalent for int type in F#? In F# I can parse a float like this: let tryParseFloat s = let ok,f = System.Double.TryParse s if ok then f else nan and then le...
What is NaN equivalent for int type in F#? What is NaN equivalent for int type in F#? .net f%23 tryparse int What NaN System.Double.TryParse What is NaN equivalent for int type in F#? In F# I can parse a float like this: and then How can I achieve similar functionality with int?
[ -0.0096435546875, 0.00909423828125, 0.017333984375, 0.01019287109375, -0.0172119140625, 0.0150146484375, 0.023193359375, -0.0283203125, -0.00921630859375, 0.01483154296875, -0.0126953125, 0.0164794921875, -0.00628662109375, 0.005126953125, 0.01129150390625, 0.00168609619140625, -0.00...
[ 4865, 83, 353, 839, 183234, 100, 23, 18, 10644, 563, 4904, 1179, 1238, 3949, 3742, 9790, 2500, 184, 12353, 34, 2661, 618, 1294, 28636, 360, 831, 366, 21917, 257, 1884, 903, 69307, 21373, 123309, 678 ]
[ 0.025299072265625, 0.02337646484375, 0.1580810546875, 0.1993408203125, 0.1700439453125, 0.0281219482421875, 0.1173095703125, 0.16015625, 0.14990234375, 0.10888671875, 0.174072265625, 0.1319580078125, 0.0753173828125, 0.00738525390625, 0.1427001953125, 0.13330078125, 0.1312255859375, ...
embed
3764536_c0
3764536
fsharp
0
Title: What is a good, lightweight database to use for a small F# winforms project? Problem title: What is a good, lightweight database to use for a small F# winforms project? Tags: database, f%23 Problem: What is a good, lightweight database to use for a small F# winforms project? I have a project I'm thinking of doin...
What is a good, lightweight database to use for a small F# winforms project? What is a good, lightweight database to use for a small F# winforms project? database f%23 What What is a good, lightweight database to use for a small F# winforms project? I have a project I'm thinking of doing in F#, but I'm still very new t...
[ 0.01336669921875, 0.007598876953125, 0.005584716796875, 0.010986328125, 0.000579833984375, -0.003631591796875, -0.00003123283386230469, -0.00164794921875, 0.004486083984375, -0.01153564453125, 0.006072998046875, -0.02978515625, -0.00799560546875, 0.004852294921875, -0.028564453125, 0.0...
[ 4127, 22729, 165598, 63399, 4527, 19336, 563, 4904, 148, 46334, 7, 13452, 1238, 3949, 3742, 4865, 83, 10, 4, 100, 47644, 4552, 3525, 46876, 8781, 219736, 23468, 154559, 91, 95255, 67, 4488, 5299, 157666 ]
[ 0.106689453125, 0.17919921875, 0.2313232421875, 0.244140625, 0.081298828125, 0.1556396484375, 0.1104736328125, 0.19970703125, 0.0970458984375, 0.22119140625, 0.072998046875, 0.110107421875, 0.05877685546875, 0.0220489501953125, 0.060546875, 0.0355224609375, 0.0195770263671875, 0.02...
embed
53160878_c0
53160878
fsharp
0
Title: F# take a list of pairs and return a pair Problem title: F# take a list of pairs and return a pair Tags: f%23, fst, list Problem: F# take a list of pairs and return a pair trying to take a list of pairs and return a pair that is the x values multiplied with the y values multipled: ex: mult [(x,y);(x,y);(x,y)] wo...
F# take a list of pairs and return a pair F# take a list of pairs and return a pair f%23 fst list F# take a list of pairs and return a pair trying to take a list of pairs and return a pair that is the x values multiplied with the y values multipled: ex: mult [(x,y);(x,y);(x,y)] would be (x x x,y y y) mult [(1,2);((1,2)...
[ -0.0079345703125, 0.00836181640625, 0.005523681640625, 0.007568359375, -0.009033203125, 0.024169921875, -0.0155029296875, -0.00421142578125, -0.0086669921875, -0.0302734375, 0.02392578125, 0.01177978515625, -0.004150390625, -0.00274658203125, -0.01220703125, -0.0003185272216796875, 0...
[ 563, 4904, 5646, 5303, 111, 80836, 7, 30646, 1238, 3949, 3742, 271, 31577, 83, 1022, 142424, 118126, 297, 678, 113, 48716, 71, 1119, 3869, 425, 53, 2806, 186, 133063, 179941, 54, 22288, 110, 195625, 1830, 82424, 18151, 180663, 3525 ]
[ 0.154541015625, 0.20654296875, 0.132568359375, 0.2012939453125, 0.06646728515625, 0.2437744140625, 0.0625, 0.213134765625, 0.130126953125, 0.035797119140625, 0.16162109375, 0.1622314453125, 0.0899658203125, 0.049163818359375, 0.1427001953125, 0.1695556640625, 0.19677734375, 0.05459...
embed
27036703_c0
27036703
fsharp
0
Title: Implicit conversion from char to char[] in F#? Problem title: Implicit conversion from char to char[] in F#? Tags: f%23 Problem: Implicit conversion from char to char[] in F#? Why does String.Split accept a char although it requires a char[] let c = '.' // char "aa.bb".Split(c) // works! although Split requires ...
Implicit conversion from char to char[] in F#? Implicit conversion from char to char[] in F#? f%23 char Implicit aa.bb Split Implicit conversion from char to char[] in F#? Why does String.Split accept a char although it requires a char[] An implicit type conversion from char to char[] does not explain it, as this shows...
[ 0.01055908203125, 0.01239013671875, -0.006805419921875, 0.0096435546875, -0.01220703125, 0.007568359375, -0.005950927734375, -0.0025787353515625, 0.00634765625, 0.00836181640625, 0.0037994384765625, 0.00555419921875, -0.02587890625, 0.0018310546875, -0.0098876953125, -0.01165771484375,...
[ 29128, 60923, 142477, 1295, 21441, 47, 1065, 23, 563, 4904, 1238, 3742, 10, 11, 5125, 46474, 44084, 14602, 23351, 214, 5, 31923, 4353, 26946, 102971, 144570, 165164, 10644, 959, 73342, 45831 ]
[ 0.1214599609375, 0.195068359375, 0.1473388671875, 0.0721435546875, 0.19091796875, 0.080322265625, 0.08404541015625, 0.05926513671875, 0.12109375, 0.2012939453125, 0.066162109375, 0.0994873046875, 0.032623291015625, 0.06207275390625, 0.1007080078125, 0.1768798828125, 0.0645751953125, ...
embed
31290046_c4
31290046
fsharp
4
.000 19 2003-10-23 00:00:00.000 2003-09-30 00:00:00.000 44 2004-01-22 00:00:00.000 2003-12-31 00:00:00.000 63 I would like to be able to do alignments and arithmetic with columns of values (i.e. itemAframe?Value_ItemA + itemBframe?Value_ItemB) and return a series with either the reference date or the publish date depen...
.000 19 2003-10-23 00:00:00.000 2003-09-30 00:00:00.000 44 2004-01-22 00:00:00.000 2003-12-31 00:00:00.000 63 I would like to be able to do alignments and arithmetic with columns of values (i.e. itemAframe?Value_ItemA + itemBframe?Value_ItemB) and return a series with either the reference date or the publish date depen...
[ 0.01416015625, 0.0213623046875, -0.01708984375, 0.0303955078125, -0.01708984375, 0.0035400390625, -0.0198974609375, 0.0203857421875, 0.0166015625, 0.049072265625, 0.0037689208984375, 0.0107421875, 0.0203857421875, 0.011474609375, -0.01068115234375, 0.0026702880859375, 0.0026550292968...
[ 8557, 953, 6052, 52486, 110095, 38118, 5896, 4821, 45669, 31435, 5016, 12069, 87, 2806, 1884, 19048, 54, 143420, 9035, 136, 187, 8962, 282, 9523, 678, 3365, 316, 1779, 111, 142424, 35735, 284, 160328, 856, 50770, 2982, 997, 571, 30646, 36...
[ 0.1796875, 0.10791015625, 0.1090087890625, 0.044158935546875, 0.0171661376953125, 0.031097412109375, 0.10205078125, 0.09033203125, 0.0222320556640625, 0.003082275390625, 0.02154541015625, 0.1070556640625, 0.0255279541015625, 0.0906982421875, 0.1431884765625, 0.1312255859375, 0.082885...
embed
68968027_c0
68968027
fsharp
0
Title: F# List.append leads to a prepend Problem title: F# List.append leads to a prepend Tags: f%23 Problem: F# List.append leads to a prepend I got a very strange problem when I started to learn F#. It is said that the method List.append will append the second list to the first list. I also have checked the source co...
F# List.append leads to a prepend F# List.append leads to a prepend f%23 List.append F# List.append leads to a prepend I got a very strange problem when I started to learn F#. It is said that the method List.append will append the second list to the first list. I also have checked the source code. Thats true as it simp...
[ 0.006927490234375, -0.00592041015625, 0.01416015625, 0.016357421875, -0.00439453125, 0.01409912109375, 0.0146484375, 0.0177001953125, 0.01556396484375, -0.0201416015625, 0.013671875, -0.0135498046875, -0.0031280517578125, 0.01318359375, 0.024169921875, -0.01153564453125, 0.0076904296...
[ 563, 4904, 32036, 5, 9007, 3611, 37105, 47, 64503, 1238, 3742, 10, 114453, 2967, 30698, 2804, 55300, 1221, 114689, 71, 17932, 5303, 5117, 12765, 31344, 29568, 4527, 1374, 39933, 9790, 11782, 903, 15504, 73342 ]
[ 0.12109375, 0.194580078125, 0.235107421875, 0.0552978515625, 0.1435546875, 0.2259521484375, 0.13330078125, 0.047088623046875, 0.1512451171875, 0.07421875, 0.0869140625, 0.002593994140625, 0.0703125, 0.080810546875, 0.034423828125, 0.0167083740234375, 0.150634765625, 0.0467834472656...
embed
15825183_c0
15825183
fsharp
0
Title: F# using Async.Parallel to run 2 tasks in parallel Problem title: F# using Async.Parallel to run 2 tasks in parallel Tags: asynchronous, f%23 Problem: F# using Async.Parallel to run 2 tasks in parallel Assuming I have these two functions: let dowork n = async { do printfn "work %d" n } let work i = async { do! A...
F# using Async.Parallel to run 2 tasks in parallel F# using Async.Parallel to run 2 tasks in parallel asynchronous f%23 Async.Parallel Async.Sleep F# using Async.Parallel to run 2 tasks in parallel Assuming I have these two functions: How would I use Async.Parallel to run them concurrently and wait for both to finish b...
[ -0.0155029296875, 0.00128936767578125, -0.0184326171875, -0.005462646484375, -0.005645751953125, 0.0074462890625, -0.005859375, 0.00119781494140625, -0.0081787109375, -0.02587890625, 0.01141357421875, 0.0181884765625, 0.00469970703125, 0.01068115234375, 0.0081787109375, -0.003021240234...
[ 563, 4904, 17368, 62, 12654, 238, 55292, 1229, 141, 11675, 116, 66211, 23, 95103, 101966, 1238, 3742, 294, 133, 4517, 66596, 6626, 32354, 11249, 2806, 4527, 5, 2856, 133244, 40485, 15044, 67229, 8108, 172337 ]
[ 0.1170654296875, 0.17919921875, 0.038299560546875, 0.048828125, 0.2208251953125, 0.13671875, 0.1082763671875, 0.159912109375, 0.10693359375, 0.1182861328125, 0.124755859375, 0.1790771484375, 0.05291748046875, 0.2325439453125, 0.1015625, 0.0706787109375, 0.1351318359375, 0.012145996...
embed
6595649_c1
6595649
fsharp
1
03098711121722383113622298934233803081353362766142828064444866452387493035890729629049156044077239071381051585930796086670172427121883998797908792274921901699720888093776657273330010533678812202354218097512545405947522435258490771167055601360483958644670632441572215539753697817977846174064955149290862569321978468622482...
03098711121722383113622298934233803081353362766142828064444866452387493035890729629049156044077239071381051585930796086670172427121883998797908792274921901699720888093776657273330010533678812202354218097512545405947522435258490771167055601360483958644670632441572215539753697817977846174064955149290862569321978468622482...
[ -0.0201416015625, 0.000972747802734375, -0.0002117156982421875, -0.000732421875, 0.0137939453125, -0.006134033203125, -0.00927734375, -0.0029754638671875, 0.005340576171875, -0.01434326171875, -0.00592041015625, 0.0220947265625, -0.017333984375, -0.0024871826171875, 0.01611328125, -0.0...
[ 6, 153808, 185752, 1662, 129697, 191539, 162982, 8659, 132537, 176673, 116397, 128222, 13556, 127875, 3768, 178046, 163137, 88628, 13307, 88471, 183461, 170265, 113252, 12977, 1197, 192531, 8368, 133572, 124916, 202498, 152999, 141929, 168766, 9323, ...
[ 0.1915283203125, 0.275146484375, 0.2890625, 0.1961669921875, 0.1705322265625, 0.213134765625, 0.230224609375, 0.1796875, 0.1734619140625, 0.1983642578125, 0.194580078125, 0.212890625, 0.12890625, 0.20556640625, 0.1575927734375, 0.1715087890625, 0.1533203125, 0.1353759765625, 0.07...
embed
21517897_c1
21517897
fsharp
1
loads with stuff like Action<'TAbstract> -> ActionBuilder<'TAbstract> , and I get even loster....) Any assistance or explanation greatly appreciated! Edit: So, as stated here , byref/out parameters can not be used in code quotations. Can this be set up at all then in F#? Code signals: Configuring, Foq, IGetTypeNameStri...
loads with stuff like Action<'TAbstract> -> ActionBuilder<'TAbstract> , and I get even loster....) Any assistance or explanation greatly appreciated! Edit: So, as stated here , byref/out parameters can not be used in code quotations. Can this be set up at all then in F#? Code signals: Configuring, Foq, IGetTypeNameStri...
[ -0.01031494140625, 0.0025482177734375, -0.00469970703125, -0.00347900390625, -0.0213623046875, 0.017822265625, 0.0185546875, 0.020751953125, 0.0162353515625, -0.00579833984375, 0.01409912109375, -0.0179443359375, -0.01214599609375, -0.0064697265625, 0.00732421875, -0.001220703125, -0...
[ 72367, 678, 41884, 1884, 57945, 7783, 16145, 39989, 18, 121137, 56, 87, 2046, 3853, 388, 720, 127557, 187136, 390, 29087, 64, 6056, 171859, 7, 831, 959, 11814, 23, 18151, 81732, 5256, 4171, 903, 5423, 1257, 563, 4904, 28864, 26073, 59994,...
[ 0.1568603515625, 0.053985595703125, 0.08770751953125, 0.01361083984375, 0.17041015625, 0.023345947265625, 0.0491943359375, 0.18310546875, 0.0533447265625, 0.16796875, 0.07318115234375, 0.013031005859375, 0.0173492431640625, 0.01251220703125, 0.0623779296875, 0.088134765625, 0.0639648...
embed
1215496_c0
1215496
fsharp
0
Title: How do I unbind a library reference in F# interactive Problem title: How do I unbind a library reference in F# interactive Tags: f%23, interactive Problem: How do I unbind a library reference in F# interactive In VS 2010 I reference several libraries using #r Once I run an interactive session these libraries get...
How do I unbind a library reference in F# interactive How do I unbind a library reference in F# interactive f%23 interactive How How do I unbind a library reference in F# interactive In VS 2010 I reference several libraries using #r Once I run an interactive session these libraries get bound. As a consequence I cannot ...
[ -0.01708984375, 0.023193359375, 0.0164794921875, -0.00179290771484375, -0.010498046875, -0.0091552734375, -0.006683349609375, 0.01312255859375, -0.00885009765625, -0.01287841796875, -0.0198974609375, -0.0213623046875, 0.00738525390625, 0.01544189453125, 0.0118408203125, 0.0071105957031...
[ 11249, 51, 89817, 35773, 1294, 91067, 563, 4904, 212398, 54, 1238, 3742, 44160, 1532, 40368, 10484, 17368, 468, 42, 11675, 56002, 99091, 53418, 456, 177149, 5426, 186992, 82424, 11814, 28350 ]
[ 0.03076171875, 0.1612548828125, 0.274169921875, 0.155029296875, 0.0982666015625, 0.244384765625, 0.1234130859375, 0.202392578125, 0.1805419921875, 0.00006103515625, 0.05340576171875, 0.0654296875, 0.169677734375, 0.1536865234375, 0.013885498046875, 0.054534912109375, 0.0103759765625,...
embed
58575136_c0
58575136
fsharp
0
Title: Print Positive and Negative Ints With Same Width in Fable Problem title: Print Positive and Negative Ints With Same Width in Fable Tags: fable-f%23, .net, printf, f%23, formatting Problem: Print Positive and Negative Ints With Same Width in Fable I would like formatted integer strings with the sign (+/-) a width...
Print Positive and Negative Ints With Same Width in Fable Print Positive and Negative Ints With Same Width in Fable fable-f%23 .net printf f%23 formatting Print Positive Negative Ints Same Width Fable Print Positive and Negative Ints With Same Width in Fable I would like formatted integer strings with the sign (+/-) a ...
[ -0.0133056640625, 0.006500244140625, 0.0086669921875, 0.017578125, -0.0283203125, 0.00018596649169921875, 0.0263671875, 0.0234375, 0.00408935546875, 0.0257568359375, 0.004669189453125, -0.0240478515625, -0.006011962890625, 0.004608154296875, 0.013916015625, -0.006103515625, -0.005035...
[ 39754, 156060, 13, 136, 221717, 360, 933, 17106, 99908, 58302, 927, 23, 563, 2886, 1071, 2661, 420, 3742, 6, 1179, 28412, 1238, 3949, 9384, 2806, 1884, 3674, 892, 1505, 79315, 678, 24092, 22183, 64, 9, 146984, 40140, 5, 17777, 11180, 19...
[ 0.2066650390625, 0.2015380859375, 0.037872314453125, 0.1365966796875, 0.2247314453125, 0.1593017578125, 0.1453857421875, 0.0833740234375, 0.130859375, 0.1683349609375, 0.07342529296875, 0.054534912109375, 0.16455078125, 0.1953125, 0.1484375, 0.120849609375, 0.1195068359375, 0.14208...
embed
6036940_c0
6036940
fsharp
0
Title: f# array.filter based on a bool array Problem title: f# array.filter based on a bool array Tags: f%23 Problem: f# array.filter based on a bool array if I have array A , and I have another bool array isChosen with the same length of A how can I build a new array from A where isChosen is true ? something like A.[i...
f# array.filter based on a bool array f# array.filter based on a bool array f%23 array.filter Array.filteri Array.mapi f# array.filter based on a bool array if I have array A , and I have another bool array isChosen with the same length of A how can I build a new array from A where isChosen is true ? something like A.[...
[ -0.01104736328125, 0.0130615234375, 0.004547119140625, 0.003509521484375, -0.0087890625, -0.00982666015625, -0.01458740234375, 0.0255126953125, 0.01611328125, 0.0169677734375, 0.00689697265625, 0.0064697265625, -0.01806640625, 0.0169677734375, 0.0096435546875, -0.015625, 0.0262451171...
[ 1238, 4904, 10298, 53, 120337, 35509, 98, 142484, 5, 3742, 69253, 14, 192, 1434, 2174, 765, 62, 15700, 83, 107522, 1015, 5701, 140909, 3642, 831, 45367, 3525, 1295, 29568, 164, 53418, 4527, 105237, 959, 32354, 80854, 110 ]
[ 0.0946044921875, 0.129150390625, 0.1478271484375, 0.1427001953125, 0.273193359375, 0.1009521484375, 0.0183563232421875, 0.1715087890625, 0.046875, 0.0784912109375, 0.1129150390625, 0.084716796875, 0.059051513671875, 0.1302490234375, 0.002593994140625, 0.003570556640625, 0.13757324218...
embed
17727412_c0
17727412
fsharp
0
Title: How to Detect When the Enter Key was Pressed using F sharp (F#) Problem title: How to Detect When the Enter Key was Pressed using F sharp (F#) Tags: f%23, visual-studio, xaml, wpf Problem: How to Detect When the Enter Key was Pressed using F sharp (F#) How do I detect when the Enter key was pressed when using F ...
How to Detect When the Enter Key was Pressed using F sharp (F#) How to Detect When the Enter Key was Pressed using F sharp (F#) f%23 visual-studio xaml wpf F How Detect When Enter Key Pressed How to Detect When the Enter Key was Pressed using F sharp (F#) How do I detect when the Enter key was pressed when using F shar...
[ 0.01031494140625, 0.00457763671875, 0.0269775390625, 0.011962890625, 0.00164031982421875, 0.0216064453125, 0.00640869140625, 0.0013427734375, -0.010986328125, 0.00153350830078125, 0.0220947265625, -0.029052734375, -0.00007486343383789062, 0.0184326171875, 0.002960205078125, 0.010253906...
[ 11249, 579, 24762, 14847, 60816, 26824, 21072, 297, 17368, 563, 189173, 919, 4904, 1238, 3742, 21176, 52629, 2459, 7237, 39557, 96391, 3229, 70, 22799, 30501, 136, 65415, 39456, 3642, 54, 442, 313, 3126 ]
[ 0.015289306640625, 0.145263671875, 0.1109619140625, 0.095947265625, 0.2261962890625, 0.229248046875, 0.169189453125, 0.058502197265625, 0.09375, 0.1749267578125, 0.20068359375, 0.09942626953125, 0.1640625, 0.0516357421875, 0.0712890625, 0.12158203125, 0.1170654296875, 0.0693359375,...
embed
1923346_c0
1923346
fsharp
0
Title: Haskell List Comprehensions guards in F# Problem title: Haskell List Comprehensions guards in F# Tags: list-comprehension, haskell, f%23 Problem: Haskell List Comprehensions guards in F# What is a way to implement similar functionality in Haskell of List comprehensions with guards in F# for example: factors :: I...
Haskell List Comprehensions guards in F# Haskell List Comprehensions guards in F# list-comprehension haskell f%23 Haskell List Comprehensions Haskell List Comprehensions guards in F# What is a way to implement similar functionality in Haskell of List comprehensions with guards in F# for example: and
[ -0.0255126953125, 0.01239013671875, 0.02587890625, -0.0128173828125, 0.0089111328125, 0.00537109375, 0.0012969970703125, 0.0186767578125, -0.00787353515625, -0.00701904296875, 0.00933837890625, -0.031005859375, 0.0120849609375, 0.0067138671875, -0.0113525390625, 0.00885009765625, -0....
[ 20625, 142508, 32036, 142158, 3220, 63239, 56050, 7, 23, 563, 4904, 5303, 277, 4692, 1556, 1238, 3742, 3917, 29479, 21373, 123309, 46683, 678, 136 ]
[ 0.1429443359375, 0.208740234375, 0.2025146484375, 0.1488037109375, 0.178466796875, 0.08233642578125, 0.253662109375, 0.10235595703125, 0.052490234375, 0.133544921875, 0.1844482421875, 0.1822509765625, 0.036529541015625, 0.1312255859375, 0.1453857421875, 0.072998046875, 0.073974609375...
embed
51795305_c1
51795305
fsharp
1
| Stack (h::t) -> Some h,(Stack t) or: let pop stack = match stack with | Empty -> Error "Empty Stack" | Stack (h::[]) -> Ok (h,Empty) | Stack (h::t) -> Ok (h,(Stack t)) (and on both of these cases I might not even need the Empty case at all...) But I was trying to make something more restrictive. So... what am I miss...
| Stack (h::t) -> Some h,(Stack t) or: let pop stack = match stack with | Empty -> Error "Empty Stack" | Stack (h::[]) -> Ok (h,Empty) | Stack (h::t) -> Ok (h,(Stack t)) (and on both of these cases I might not even need the Empty case at all...) But I was trying to make something more restrictive. So... what am I miss...
[ -0.0162353515625, 0.0032501220703125, -0.00592041015625, 0.0035400390625, 0.0002593994140625, -0.01031494140625, -0.01611328125, -0.026123046875, 0.00433349609375, 0.0091552734375, 0.03125, -0.003143310546875, -0.0036773681640625, -0.00107574462890625, -0.00057220458984375, 0.010986328...
[ 6512, 2594, 127, 12, 18, 33079, 31384, 1096, 42378, 808, 2633, 7426, 177261, 14858, 678, 31678, 939, 212059, 134332, 9972, 13648, 3871, 7225, 31577, 3249, 9844, 1286, 173072, 5844, 132283, 3688, 3917, 69307, 81887, 10422, 3444, 28864, 26073, ...
[ 0.17431640625, 0.1732177734375, 0.051361083984375, 0.0262451171875, 0.03955078125, 0.0145721435546875, 0.1517333984375, 0.1005859375, 0.12841796875, 0.0621337890625, 0.0673828125, 0.1539306640625, 0.221923828125, 0.148681640625, 0.029388427734375, 0.10736083984375, 0.112548828125, ...
embed
12038944_c0
12038944
fsharp
0
Title: F# Create function at runtime Problem title: F# Create function at runtime Tags: .net, f%23, function Problem: F# Create function at runtime I know it is related to this SO question and this one , but I want to know, if (and how) it is possible to create new F# functions at runtime. By this I mean something like...
F# Create function at runtime F# Create function at runtime .net f%23 function Create F# Create function at runtime I know it is related to this SO question and this one , but I want to know, if (and how) it is possible to create new F# functions at runtime. By this I mean something like using the REPL without showing ...
[ 0.00714111328125, -0.0025177001953125, 0.002105712890625, -0.0098876953125, -0.0096435546875, 0.000530242919921875, -0.001312255859375, 0.00372314453125, 0.000743865966796875, -0.023193359375, -0.00811767578125, 0.019287109375, -0.0145263671875, -0.0206298828125, 0.031982421875, 0.0180...
[ 563, 4904, 151313, 32354, 99, 11675, 6032, 1179, 1238, 3949, 3742, 62548, 15969, 3444, 3714, 2174, 3642, 442, 83, 7722, 47, 28282, 3525, 7, 17368, 9069, 21130, 15490, 141377, 35829, 28864, 127214, 53295, 133, 10763, 43851, 22062, 959, 3789,...
[ 0.1658935546875, 0.2371826171875, 0.219970703125, 0.25732421875, 0.1488037109375, 0.1697998046875, 0.1951904296875, 0.1500244140625, 0.10400390625, 0.06756591796875, 0.1978759765625, 0.0216522216796875, 0.054168701171875, 0.0211181640625, 0.0280914306640625, 0.006591796875, 0.0245971...
embed
13583900_c0
13583900
fsharp
0
Title: Duplicates in one list to a new list Problem title: Duplicates in one list to a new list Tags: f%23, list Problem: Duplicates in one list to a new list I have this function that takes one lists and checkes for duplicates, if any duplicates are found they are added to a new list like this: let foo1 z list = list ...
Duplicates in one list to a new list Duplicates in one list to a new list f%23 list Duplicates foo1 List.filter Duplicates in one list to a new list I have this function that takes one lists and checkes for duplicates, if any duplicates are found they are added to a new list like this: this gives foo1 1 [2;3;4;1;5;1;6;...
[ -0.0003032684326171875, 0.006988525390625, -0.0003261566162109375, 0.001556396484375, -0.005462646484375, 0.00396728515625, 0.01104736328125, 0.0133056640625, 0.0137939453125, -0.0019683837890625, 0.004730224609375, 0.006561279296875, 0.000820159912109375, 0.01153564453125, -0.0069580078...
[ 786, 52721, 1636, 23, 1632, 5303, 47, 10, 3525, 1238, 3949, 3742, 5775, 31, 418, 32036, 120337, 765, 903, 32354, 51776, 12765, 90, 100, 171763, 2174, 2499, 621, 14037, 49814, 1884, 76199, 106, 304, 363, 617, 758, 910, 76172, 44357, 2967...
[ 0.2049560546875, 0.274169921875, 0.1256103515625, 0.06903076171875, 0.1328125, 0.2099609375, 0.1414794921875, 0.057861328125, 0.145751953125, 0.11279296875, 0.042144775390625, 0.149169921875, 0.135986328125, 0.09912109375, 0.084228515625, 0.1884765625, 0.2276611328125, 0.0013732910...
embed
3637272_c0
3637272
fsharp
0
Title: The data structure with the fastest element lookup in F#? Problem title: The data structure with the fastest element lookup in F#? Tags: data-structures, f%23 Problem: The data structure with the fastest element lookup in F#? I'm trying to code a small F# linear algebra library (for applications with small matri...
The data structure with the fastest element lookup in F#? The data structure with the fastest element lookup in F#? data-structures f%23 The data structure with the fastest element lookup in F#? I'm trying to code a small F# linear algebra library (for applications with small matrices, so memory isn't an issue), and I ...
[ 0.011962890625, -0.000843048095703125, -0.000682830810546875, -0.003814697265625, 0.0172119140625, -0.02294921875, 0.0203857421875, -0.0023956298828125, 0.003143310546875, -0.0123291015625, 0.0089111328125, 0.01324462890625, -0.00994873046875, -0.0208740234375, -0.00836181640625, 0.004...
[ 2053, 45646, 678, 70, 4271, 525, 12830, 6713, 2037, 23, 563, 4904, 32, 581, 137656, 7, 1238, 3949, 3742, 31577, 18151, 19336, 192617, 429, 2844, 35773, 1294, 86685, 50944, 5170, 98323, 31089, 509, 149016, 3129, 1902, 2965, 23718, 62816, 4...
[ 0.1318359375, 0.2474365234375, 0.06561279296875, 0.038543701171875, 0.165771484375, 0.1392822265625, 0.1849365234375, 0.1083984375, 0.1268310546875, 0.0667724609375, 0.134033203125, 0.220458984375, 0.0254058837890625, 0.059112548828125, 0.2130126953125, 0.0207977294921875, 0.13061523...
embed
9159554_c1
9159554
fsharp
1
_) -> result | Failure(errorMsg, _, _) -> failwith errorMsg What is a better way of parsing in this case? Or how can I alter FParsec's CharStream to be able to make conditional parsing easier? Code signals: Parsing, FParsec, Number, Numeral, Decimal, Hexadecimal, Binary, NumberLiteralOptions.AllowFraction, NumberLiter...
_) -> result | Failure(errorMsg, _, _) -> failwith errorMsg What is a better way of parsing in this case? Or how can I alter FParsec's CharStream to be able to make conditional parsing easier? Code signals: Parsing, FParsec, Number, Numeral, Decimal, Hexadecimal, Binary, NumberLiteralOptions.AllowFraction, NumberLiter...
[ -0.0277099609375, -0.00640869140625, 0.000392913818359375, 0.022216796875, 0.0191650390625, 0.0086669921875, 0.01165771484375, -0.0218505859375, -0.010986328125, 0.0067138671875, 0.00592041015625, 0.0045166015625, -0.0118408203125, -0.007080078125, -0.007659912109375, 0.0113525390625, ...
[ 101, 33079, 16750, 58745, 190355, 3408, 188800, 7, 177, 35782, 76228, 18499, 11522, 3917, 366, 6953, 903, 7225, 37264, 563, 28636, 39797, 21656, 115061, 35431, 289, 99156, 28864, 26073, 2392, 103332, 93511, 49132, 2749, 1529, 3798, 170753, 54...
[ 0.078857421875, 0.06689453125, 0.1571044921875, 0.002471923828125, 0.154052734375, 0.133544921875, 0.154296875, 0.0413818359375, 0.0748291015625, 0.15283203125, 0.10369873046875, 0.1435546875, 0.08123779296875, 0.03912353515625, 0.1365966796875, 0.139892578125, 0.032501220703125, 0...
embed
41384193_c0
41384193
fsharp
0
Title: Does Seq.groupBy preserve order within groups? Problem title: Does Seq.groupBy preserve order within groups? Tags: f%23, sequences Problem: Does Seq.groupBy preserve order within groups? I want to group a sequence and then take the first occurrence of each element in the group. When I try this Seq.groupBy f inSe...
Does Seq.groupBy preserve order within groups? Does Seq.groupBy preserve order within groups? f%23 sequences Does Seq.groupBy Seq.map Seq.take Seq.exactlyOne Does Seq.groupBy preserve order within groups? I want to group a sequence and then take the first occurrence of each element in the group. When I try this I find ...
[ 0.029052734375, 0.01806640625, -0.0035247802734375, 0.007232666015625, -0.02685546875, -0.0035400390625, 0.0096435546875, 0.00787353515625, -0.007049560546875, 0.01165771484375, 0.00104522705078125, 0.055419921875, 0.00836181640625, 0.01416015625, 0.003936767578125, 0.0162353515625, ...
[ 101790, 503, 864, 5, 51588, 75358, 479, 86687, 12989, 28032, 94407, 1238, 3949, 3742, 40, 26513, 62346, 78219, 3355, 47013, 538, 62068, 3444, 21115, 944, 3956, 5646, 5117, 74918, 42, 12830, 9790, 7413, 68018, 2046, 12921, 1295, 91, 84751 ]
[ 0.03533935546875, 0.0799560546875, 0.2060546875, 0.03399658203125, 0.2266845703125, 0.208251953125, 0.0997314453125, 0.1724853515625, 0.2366943359375, 0.10498046875, 0.2225341796875, 0.0010986328125, 0.00079345703125, 0.081787109375, 0.0823974609375, 0.161376953125, 0.1435546875, 0...
embed
49596980_c0
49596980
fsharp
0
Title: how to serialize and deserialize a tuple Problem title: how to serialize and deserialize a tuple Tags: f%23, datacontractjsonserializer Problem: how to serialize and deserialize a tuple How to serialize a JSON to tuple within F# (and vice versa)? JSON Schema { "name": "test", "type": "document", "id": "e3c7373c-...
how to serialize and deserialize a tuple how to serialize and deserialize a tuple f%23 datacontractjsonserializer e3c7373c-f4bc-4ffa-9a01-7c7d9f83e4cf how to serialize and deserialize a tuple How to serialize a JSON to tuple within F# (and vice versa)? JSON Schema Tuple Ideally using DataContractJsonSerializer
[ 0.03076171875, 0.01129150390625, -0.0169677734375, 0.005401611328125, -0.0091552734375, -0.0103759765625, -0.03466796875, 0.01324462890625, 0.0022735595703125, -0.0030059814453125, -0.00799560546875, 0.031494140625, 0.0048828125, 0.048095703125, 0.0064697265625, 0.0106201171875, -0.0...
[ 3642, 35686, 20650, 136, 224, 25435, 119066, 370, 8705, 1238, 3742, 2053, 184103, 170, 1681, 43048, 1799, 4383, 115252, 17123, 6746, 17168, 11249, 821, 58627, 47, 28032, 563, 4904, 22925, 105274, 34702, 192, 1371, 41143, 17368, 11809, 39989, ...
[ 0.051513671875, 0.208984375, 0.058502197265625, 0.1231689453125, 0.1475830078125, 0.180419921875, 0.0987548828125, 0.136962890625, 0.217041015625, 0.040496826171875, 0.05902099609375, 0.032562255859375, 0.14404296875, 0.0183868408203125, 0.09521484375, 0.1085205078125, 0.054870605468...
embed
35873589_c0
35873589
fsharp
0
Title: CSVProvider start reading csv at specific row Problem title: CSVProvider start reading csv at specific row Tags: csv, f%23-data, f%23 Problem: CSVProvider start reading csv at specific row I want to read a csv file with using FSharp.Data CSVProvider. The data looks like: ;Datum;Von;bis;MW Maximum;16.10.2015;19:0...
CSVProvider start reading csv at specific row CSVProvider start reading csv at specific row csv f%23-data f%23 CSVProvider Datum Von Maximum Minimum Vertikale Netzlast ws.50hertz.com web01 PhotovoltaicForecast DownloadFile GetSample CSVProvider start reading csv at specific row I want to read a csv file with using FSha...
[ 0.0009613037109375, 0.0145263671875, 0.00183868408203125, 0.0234375, 0.00066375732421875, -0.00921630859375, 0.0198974609375, 0.004730224609375, -0.003997802734375, -0.01141357421875, -0.00982666015625, -0.0179443359375, 0.007232666015625, 0.01544189453125, 0.0137939453125, -0.02392578...
[ 25841, 41195, 83220, 820, 4034, 16454, 20763, 334, 99, 29458, 15555, 1238, 27495, 10135, 3742, 76887, 21209, 173858, 1446, 8193, 106213, 19777, 2525, 3334, 9136, 6746, 32176, 47125, 18537, 13, 55741, 4857, 174350, 33209, 3444, 12301, 11435, 6...
[ 0.12451171875, 0.06573486328125, 0.1754150390625, 0.2344970703125, 0.124755859375, 0.205322265625, 0.142822265625, 0.25537109375, 0.0823974609375, 0.1527099609375, 0.19677734375, 0.013916015625, 0.053863525390625, 0.064208984375, 0.039581298828125, 0.114990234375, 0.033050537109375, ...
embed
14608719_c0
14608719
fsharp
0
Title: Making F# Test case methods public for unit testing with Nunit Problem title: Making F# Test case methods public for unit testing with Nunit Tags: f%23, nunit Problem: Making F# Test case methods public for unit testing with Nunit I'm using F# to write my test methods but Nunit complains that the methods are non...
Making F# Test case methods public for unit testing with Nunit Making F# Test case methods public for unit testing with Nunit f%23 nunit Making Test Nunit NUnit.Framework Assert.AreEqual Making F# Test case methods public for unit testing with Nunit I'm using F# to write my test methods but Nunit complains that the met...
[ -0.0072021484375, 0.016357421875, 0.0177001953125, -0.0133056640625, 0.021484375, -0.015869140625, 0.00604248046875, -0.003387451171875, -0.0184326171875, -0.000025153160095214844, -0.0137939453125, -0.002838134765625, -0.009521484375, 0.03466796875, 0.004913330078125, 0.00105285644531...
[ 13676, 214, 563, 4904, 8647, 7225, 150624, 3835, 100, 25072, 134234, 678, 24696, 217, 1238, 3949, 3742, 4124, 18057, 6773, 108386, 18244, 1301, 33657, 107, 647, 71723, 17368, 33022, 3034, 1284, 186992, 7, 621, 351, 3871, 15549 ]
[ 0.07769775390625, 0.045745849609375, 0.116455078125, 0.1962890625, 0.183837890625, 0.1676025390625, 0.1756591796875, 0.1644287109375, 0.0277557373046875, 0.1409912109375, 0.18212890625, 0.0467529296875, 0.16259765625, 0.1988525390625, 0.0738525390625, 0.0275421142578125, 0.0845947265...
embed
677526_c0
677526
fsharp
0
Title: Shorthand for calling a method on an object in F# Problem title: Shorthand for calling a method on an object in F# Tags: f%23 Problem: Shorthand for calling a method on an object in F# Is there a way to "generate" functions like this one: fun x -> x.ToString I would like to be able to turn an instance method int...
Shorthand for calling a method on an object in F# Shorthand for calling a method on an object in F# f%23 Shorthand x.ToString Seq.filter my_predicate Seq.map Object.ToString Shorthand for calling a method on an object in F# Is there a way to "generate" functions like this one: I would like to be able to turn an instanc...
[ 0.004302978515625, 0.01397705078125, 0.020751953125, -0.003631591796875, -0.003204345703125, -0.0062255859375, 0.00390625, 0.009521484375, -0.00213623046875, -0.046875, -0.0118408203125, 0.0142822265625, -0.01446533203125, 0.01446533203125, 0.0208740234375, -0.005523681640625, 0.0196...
[ 82990, 12336, 159029, 55300, 98, 36746, 23, 563, 4904, 100, 10, 1238, 3949, 3742, 1022, 7763, 71713, 214, 503, 864, 120337, 759, 19714, 2063, 62346, 134549, 2685, 3917, 48281, 67, 58, 32354, 1884, 903, 1632, 2806, 19048, 15504, 110527, 39...
[ 0.1790771484375, 0.2266845703125, 0.221923828125, 0.25634765625, 0.162353515625, 0.20654296875, 0.050079345703125, 0.141845703125, 0.1925048828125, 0.0236968994140625, 0.014801025390625, 0.07470703125, 0.011566162109375, 0.1484375, 0.0740966796875, 0.111572265625, 0.15625, 0.026596...
embed
44038099_c0
44038099
fsharp
0
Title: When were F# unused reserved keywords removed from the specs? Problem title: When were F# unused reserved keywords removed from the specs? Tags: .net, f%23, keyword Problem: When were F# unused reserved keywords removed from the specs? I've read from an article from F# Github before that some of unused reserved ...
When were F# unused reserved keywords removed from the specs? When were F# unused reserved keywords removed from the specs? .net f%23 keyword the When When were F# unused reserved keywords removed from the specs? I've read from an article from F# Github before that some of unused reserved keywords had been removed, suc...
[ -0.007354736328125, -0.0002994537353515625, 0.005706787109375, -0.01531982421875, -0.01312255859375, -0.01068115234375, 0.005889892578125, 0.0106201171875, -0.00982666015625, 0.048095703125, 0.0068359375, -0.029052734375, -0.00176239013671875, 0.017822265625, 0.0113525390625, 0.0076904...
[ 14847, 563, 4904, 51, 33740, 70488, 166117, 7, 184750, 1295, 48502, 1179, 1238, 3949, 3742, 3542, 217, 32102, 2809, 121, 4432, 4527, 150380, 64457, 189755, 215996, 7413, 33938 ]
[ 0.07940673828125, 0.1492919921875, 0.220458984375, 0.08709716796875, 0.168701171875, 0.193603515625, 0.212890625, 0.1046142578125, 0.158203125, 0.07568359375, 0.195556640625, 0.1470947265625, 0.1087646484375, 0.0288848876953125, 0.1527099609375, 0.0247344970703125, 0.0253753662109375...
embed
67474701_c0
67474701
fsharp
0
Title: What is the point of op_Quotation if it cannot be used? Problem title: What is the point of op_Quotation if it cannot be used? Tags: operator-overloading, f%23 Problem: What is the point of op_Quotation if it cannot be used? According the F# specification for operator overloading <@ @> op_Quotation <@@ @@> op_Qu...
What is the point of op_Quotation if it cannot be used? What is the point of op_Quotation if it cannot be used? operator-overloading f%23 What op_Quotation op_QuotationUntyped What is the point of op_Quotation if it cannot be used? According the F# specification for operator overloading is given as with many other oper...
[ 0.0206298828125, 0.008056640625, 0.0020599365234375, 0.002777099609375, -0.006866455078125, -0.0081787109375, 0.01239013671875, 0.00183868408203125, 0.005828857421875, -0.003631591796875, -0.018798828125, -0.034423828125, 0.0123291015625, -0.0029144287109375, -0.01373291015625, 0.00430...
[ 6275, 233, 454, 31583, 31, 22062, 2174, 53418, 11814, 39933, 5465, 63033, 214, 1238, 3742, 4865, 14256, 50986, 70, 442, 563, 4904, 29458, 645, 34475, 237, 4527, 903, 114122, 52895, 15400, 145870 ]
[ 0.127197265625, 0.181396484375, 0.029571533203125, 0.1580810546875, 0.09033203125, 0.12060546875, 0.08441162109375, 0.133056640625, 0.1336669921875, 0.1993408203125, 0.0958251953125, 0.187744140625, 0.051666259765625, 0.032135009765625, 0.07464599609375, 0.0202484130859375, 0.0402221...
embed
36524292_c1
36524292
fsharp
1
some workarounds (convert hash_stream to a private property, for example), but my vocabulary of F# idioms is lacking this one. My second question is, then, what would be the idiomatic way of doing this. Code signals: System.NotSupportedException, Pass, System.IO.BinaryWriter, Stream, HashingBinaryWriter, System.Securi...
some workarounds (convert hash_stream to a private property, for example), but my vocabulary of F# idioms is lacking this one. My second question is, then, what would be the idiomatic way of doing this. Code signals: System.NotSupportedException, Pass, System.IO.BinaryWriter, Stream, HashingBinaryWriter, System.Securi...
[ -0.032470703125, 0.02978515625, 0.005950927734375, -0.02001953125, 0.01397705078125, -0.02783203125, -0.00531005859375, -0.0189208984375, 0.0002307891845703125, -0.0018310546875, -0.005828857421875, 0.0208740234375, 0.031005859375, 0.040771484375, 0.015625, -0.006011962890625, -0.009...
[ 4488, 67688, 11549, 1556, 127, 86429, 14375, 57266, 190219, 563, 4904, 13373, 28016, 21, 41324, 9655, 2806, 49666, 9523, 3917, 20594, 903, 28864, 26073, 12353, 122116, 2037, 6982, 63928, 28872, 17780, 571, 73, 6635, 2783, 115061, 162087, 214,...
[ 0.0487060546875, 0.115234375, 0.1033935546875, 0.184814453125, 0.08978271484375, 0.2169189453125, 0.1324462890625, 0.16455078125, 0.1087646484375, 0.10272216796875, 0.1824951171875, 0.103759765625, 0.08404541015625, 0.01318359375, 0.06951904296875, 0.009490966796875, 0.03652954101562...
embed
41896428_c0
41896428
fsharp
0
Title: How can I debug HtmlProvider? Problem title: How can I debug HtmlProvider? Tags: debugging, f%23-data, f%23 Problem: How can I debug HtmlProvider? I'm trying to use HtmlProvider but it fails to detect the tables in the html provided to it. Is there a way to debug this, perhaps enable logging on the HtmlProvider,...
How can I debug HtmlProvider? How can I debug HtmlProvider? debugging f%23-data f%23 How HtmlProvider How can I debug HtmlProvider? I'm trying to use HtmlProvider but it fails to detect the tables in the html provided to it. Is there a way to debug this, perhaps enable logging on the HtmlProvider, or some other way to ...
[ 0.01177978515625, 0.0263671875, -0.00168609619140625, 0.0081787109375, -0.001708984375, 0.0030364990234375, 0.01068115234375, -0.0118408203125, 0.00360107421875, -0.016845703125, 0.0126953125, -0.00579833984375, 0.0220947265625, 0.0128173828125, 0.0194091796875, -0.0133056640625, -0....
[ 11249, 831, 87, 8, 85779, 572, 18, 7237, 177997, 62160, 978, 36659, 1238, 27495, 10135, 3742, 31577, 4527, 1284, 35782, 47, 96391, 23180, 23, 7693, 62952, 3917, 903, 459, 26366, 1556, 74955, 44691, 7108, 11737, 43240, 5885, 31089, 29458, ...
[ 0.08929443359375, 0.07220458984375, 0.0592041015625, 0.1622314453125, 0.268310546875, 0.0828857421875, 0.134033203125, 0.18017578125, 0.1822509765625, 0.190185546875, 0.183349609375, 0.056915283203125, 0.0484619140625, 0.089599609375, 0.07110595703125, 0.0714111328125, 0.046203613281...
embed
3063763_c0
3063763
fsharp
0
Title: f# one list to another? Problem title: f# one list to another? Tags: f%23 Problem: f# one list to another? I have a list of tuples with three values in tuples I want to create new List of strings out of previous list with one value out of tuples. List [(string * string * int) ] List[ for i in columns -> i.getfir...
f# one list to another? f# one list to another? f%23 List i.getfirstvalueintuple f# one list to another? I have a list of tuples with three values in tuples I want to create new List of strings out of previous list with one value out of tuples. How can i do that? very basic question but i can't figure it out. Also is t...
[ 0.00665283203125, 0.01123046875, -0.0013885498046875, 0.034423828125, -0.0106201171875, 0.0130615234375, 0.0007171630859375, 0.0250244140625, 0.0098876953125, 0.0201416015625, 0.00102996826171875, 0.023681640625, -0.00885009765625, 0.0225830078125, -0.0230712890625, -0.0015792846679687...
[ 1238, 4904, 1632, 5303, 47, 15700, 3949, 3742, 32036, 17, 3794, 13448, 5240, 822, 84673, 8705, 32, 87, 111, 370, 99726, 678, 17262, 142424, 23, 3444, 28282, 3525, 79315, 1810, 96362, 34292, 11249, 831, 54, 450, 62822, 26366, 33976, 8562, ...
[ 0.1072998046875, 0.1697998046875, 0.1077880859375, 0.2392578125, 0.198486328125, 0.148681640625, 0.003387451171875, 0.09381103515625, 0.1693115234375, 0.0184478759765625, 0.082763671875, 0.09197998046875, 0.0183563232421875, 0.041961669921875, 0.0240020751953125, 0.1651611328125, 0.0...
embed
40123880_c0
40123880
fsharp
0
Title: How can I force file ordering in F# projects using vscode? Problem title: How can I force file ordering in F# projects using vscode? Tags: visual-studio-code, f%23 Problem: How can I force file ordering in F# projects using vscode? I'm trying to work with vscode in my WebSharper project (Ionide plugin seems... W...
How can I force file ordering in F# projects using vscode? How can I force file ordering in F# projects using vscode? visual-studio-code f%23 vscode How How can I force file ordering in F# projects using vscode? I'm trying to work with vscode in my WebSharper project (Ionide plugin seems... Whoah!) but when I load the ...
[ 0.01092529296875, 0.0016937255859375, 0.0067138671875, 0.01007080078125, 0.0003414154052734375, -0.0007476806640625, -0.01116943359375, -0.0030517578125, -0.0118408203125, -0.009765625, 0.002716064453125, 0.01263427734375, -0.0137939453125, -0.0034942626953125, -0.012939453125, 0.00482...
[ 11249, 831, 37772, 11435, 12989, 214, 23, 563, 4904, 77635, 17368, 20209, 40899, 87, 21176, 52629, 1238, 3742, 4488, 4002, 3467, 1264, 13452, 568, 191, 2506, 69993, 1366, 72367, 47606, 897, 102158, 88898, 42, 9351, 959, 390, 919, 107671, ...
[ 0.0714111328125, 0.063232421875, 0.2025146484375, 0.2081298828125, 0.2303466796875, 0.107666015625, 0.04644775390625, 0.114013671875, 0.205322265625, 0.1300048828125, 0.0811767578125, 0.2041015625, 0.274658203125, 0.0271759033203125, 0.1611328125, 0.144287109375, 0.07318115234375, ...
embed
25372607_c0
25372607
fsharp
0
Title: In LINQPad , what is the equivalent of C#&#x27;s .Dump() method in F#? Problem title: In LINQPad , what is the equivalent of C#&#x27;s .Dump() method in F#? Tags: c%23, f%23, linqpad Problem: In LINQPad , what is the equivalent of C#'s .Dump() method in F#? In LINQPad , what is the equivalent of C#'s .Dump() met...
In LINQPad , what is the equivalent of C#&#x27;s .Dump() method in F#? In LINQPad , what is the equivalent of C#&#x27;s .Dump() method in F#? c%23 f%23 linqpad LINQPad Dump List nums.Dump In LINQPad , what is the equivalent of C#'s .Dump() method in F#? In LINQPad , what is the equivalent of C#'s .Dump() method in F#? ...
[ 0.01409912109375, 0.0267333984375, 0.0029449462890625, 0.0123291015625, -0.01556396484375, 0.023193359375, -0.00921630859375, 0.0012054443359375, 0.00118255615234375, -0.0164794921875, 0.0010986328125, -0.00439453125, 0.01708984375, 0.0002613067626953125, 0.003997802734375, -0.00405883...
[ 46610, 2737, 113954, 183234, 313, 4904, 3768, 5, 17726, 2676, 132, 55300, 23, 563, 3742, 96, 44982, 4299, 786, 32036, 13269, 360, 63773, 525, 3917, 115, 35064, 6002, 86531 ]
[ 0.132568359375, 0.131591796875, 0.1976318359375, 0.1583251953125, 0.030120849609375, 0.1787109375, 0.047027587890625, 0.039703369140625, 0.1920166015625, 0.216552734375, 0.110595703125, 0.166015625, 0.033843994140625, 0.10565185546875, 0.0211029052734375, 0.03924560546875, 0.14440917...
embed
11489816_c1
11489816
fsharp
1
match animals with | [] -> Console.WriteLine("Solved") | _ -> match direction with | Left -> Solve Right (MoveRight animals) | Right -> Solve Left (animals @ (MoveLeft animals)) [<EntryPoint>] let main args = Solve Left Animals 0 Code signals: Wolf, Goat, Cabbage, System, Left, Human, Right, Direction, Master, Animals...
match animals with | [] -> Console.WriteLine("Solved") | _ -> match direction with | Left -> Solve Right (MoveRight animals) | Right -> Solve Left (animals @ (MoveLeft animals)) [<EntryPoint>] let main args = Solve Left Animals 0 Code signals: Wolf, Goat, Cabbage, System, Left, Human, Right, Direction, Master, Animals...
[ -0.007293701171875, 0.02197265625, 0.01397705078125, 0.022216796875, -0.0167236328125, 0.01165771484375, -0.01165771484375, 0.01092529296875, -0.000972747802734375, -0.0059814453125, 0.004364013671875, 0.03515625, 0.00016689300537109375, 0.03466796875, 0.005950927734375, 0.001190185546...
[ 14858, 85825, 678, 6, 58745, 33079, 1657, 40777, 18781, 93232, 102588, 4126, 18939, 48225, 636, 2480, 6678, 272, 90911, 9083, 1052, 22553, 161834, 7, 1374, 5267, 16, 7768, 15123, 147534, 268, 2633, 5201, 79459, 82821, 757, 28864, 26073, 12,...
[ 0.267822265625, 0.30322265625, 0.1739501953125, 0.03424072265625, 0.0227203369140625, 0.012603759765625, 0.038726806640625, 0.1800537109375, 0.048065185546875, 0.1646728515625, 0.1888427734375, 0.1995849609375, 0.008544921875, 0.26171875, 0.134521484375, 0.192626953125, 0.19946289062...
embed
4327396_c1
4327396
fsharp
1
74d0809" Microsoft (R) Xml Schemas/DataTypes support utility [Microsoft (R) .NET Framework, Version 4.0.30319.1] Copyright (C) Microsoft Corporation. All rights reserved. Error: The given assembly name or codebase was invalid. (Exception from HRESULT: 0x80131047) If you would like more help, please type "xsd /?". Thoug...
74d0809" Microsoft (R) Xml Schemas/DataTypes support utility [Microsoft (R) .NET Framework, Version 4.0.30319.1] Copyright (C) Microsoft Corporation. All rights reserved. Error: The given assembly name or codebase was invalid. (Exception from HRESULT: 0x80131047) If you would like more help, please type "xsd /?". Thoug...
[ 0.01544189453125, 0.033203125, -0.0218505859375, -0.0028076171875, -0.01287841796875, 0.0218505859375, -0.005828857421875, -0.0247802734375, -0.012451171875, -0.01092529296875, 0.007049560546875, -0.00927734375, 0.01513671875, -0.003326416015625, -0.01513671875, -0.00518798828125, 0....
[ 15124, 71, 8318, 6463, 58, 7244, 1052, 1193, 7237, 34702, 1510, 64, 137989, 196707, 8060, 19537, 113387, 17777, 202220, 40647, 40401, 1197, 363, 2947, 4189, 84829, 38109, 70488, 212059, 34475, 10, 89845, 38526, 9351, 707, 18151, 37382, 509, ...
[ 0.2044677734375, 0.14990234375, 0.181640625, 0.2357177734375, 0.027862548828125, 0.1600341796875, 0.1085205078125, 0.11865234375, 0.23974609375, 0.109375, 0.09814453125, 0.0153961181640625, 0.07037353515625, 0.234375, 0.1854248046875, 0.1474609375, 0.06756591796875, 0.1500244140625...
embed
43396746_c0
43396746
fsharp
0
Title: How to do reference comparison in .NET? Problem title: How to do reference comparison in .NET? Tags: f%23, equality, comparison, c%23, .net Problem: How to do reference comparison in .NET? In Equality and Comparison Constraints in F# , it said that: Note there is no such thing as “reference comparison” (the obje...
How to do reference comparison in .NET? How to do reference comparison in .NET? f%23 equality comparison c%23 .net How NET How to do reference comparison in .NET? In Equality and Comparison Constraints in F# , it said that: How can I use an unique tag for comparison in F# and C#?
[ -0.010009765625, 0.031494140625, 0.0301513671875, 0.00927734375, 0.0074462890625, -0.0262451171875, -0.0279541015625, 0.003326416015625, -0.00836181640625, 0.0194091796875, -0.001739501953125, 0.027099609375, 0.0076904296875, 0.0191650390625, -0.0111083984375, -0.006561279296875, -0....
[ 11249, 47, 54, 91067, 225490, 23, 5, 17777, 1238, 3949, 3742, 28, 161789, 501, 1179, 241, 113307, 40514, 2816, 563, 4904, 4, 4527, 36998, 7909, 136, 313 ]
[ 0.0986328125, 0.0645751953125, 0.08905029296875, 0.253662109375, 0.240478515625, 0.050933837890625, 0.058380126953125, 0.22705078125, 0.052978515625, 0.025848388671875, 0.111083984375, 0.04461669921875, 0.1630859375, 0.0115966796875, 0.1424560546875, 0.02630615234375, 0.142333984375,...
embed
7804308_c0
7804308
fsharp
0
Title: `ref` vs. `mutable` assignment operator using F# Problem title: `ref` vs. `mutable` assignment operator using F# Tags: mutable, f%23, ref, assignment-operator Problem: `ref` vs. `mutable` assignment operator using F# Consider the following code: let mutable a = 0. let b = ref 0. a <- // works printfn "%A" a 4. +...
`ref` vs. `mutable` assignment operator using F# `ref` vs. `mutable` assignment operator using F# mutable f%23 ref assignment-operator F# `ref` vs. `mutable` assignment operator using F# Consider the following code: Why does the ref assignment operator (:=) have a different behaviour than the mutable assignment operato...
[ 0.01953125, 0.014892578125, 0.034423828125, 0.000013530254364013672, -0.0033111572265625, -0.0128173828125, -0.016357421875, 0.007080078125, 0.0216064453125, 0.0296630859375, 0.0191650390625, 0.00836181640625, 0.0274658203125, 0.0118408203125, 0.0196533203125, -0.0225830078125, 0.005...
[ 29087, 20209, 5, 561, 22819, 95486, 39933, 17368, 563, 4904, 9473, 1135, 842, 1238, 3949, 3742, 18831, 206469, 137399, 70, 25632, 18151, 44084, 14602, 674, 12, 1369, 765, 12921, 224833, 3501, 16093, 9, 16 ]
[ 0.30419921875, 0.165283203125, 0.05145263671875, 0.1517333984375, 0.220458984375, 0.203857421875, 0.21044921875, 0.0491943359375, 0.111083984375, 0.164794921875, 0.0013427734375, 0.039764404296875, 0.1446533203125, 0.1173095703125, 0.0251922607421875, 0.1212158203125, 0.282470703125,...
embed
40436366_c1
40436366
fsharp
1
does not. Following up the respective github f# bugs, I got the impression there has been a fix long ago. But I get this in: Microsoft (R) F# Interactive version 14.0.23413.0 I did not try if it works inside a compiled assembly (F# project), but my guess is, it would work. Now the question is: Did I just make some stu...
does not. Following up the respective github f# bugs, I got the impression there has been a fix long ago. But I get this in: Microsoft (R) F# Interactive version 14.0.23413.0 I did not try if it works inside a compiled assembly (F# project), but my guess is, it would work. Now the question is: Did I just make some stu...
[ -0.009521484375, 0.0007171630859375, 0.0101318359375, -0.00811767578125, 0.01019287109375, -0.0024566650390625, 0.0086669921875, 0.00110626220703125, 0.01275634765625, 0.01263427734375, 0.00164794921875, 0.000278472900390625, 0.03076171875, -0.02001953125, 0.00189208984375, -0.00549316...
[ 14602, 959, 62270, 32102, 1238, 4904, 54608, 49128, 30022, 4989, 6650, 2046, 903, 7244, 1052, 563, 5337, 71232, 11389, 6370, 133684, 363, 8894, 132265, 9790, 442, 43240, 46132, 375, 5974, 89845, 38526, 919, 13452, 57767, 2806, 4488, 70, 965...
[ 0.2017822265625, 0.2154541015625, 0.0704345703125, 0.1248779296875, 0.09161376953125, 0.25146484375, 0.1453857421875, 0.0384521484375, 0.1505126953125, 0.001556396484375, 0.012939453125, 0.000335693359375, 0.07568359375, 0.1163330078125, 0.078125, 0.1365966796875, 0.1575927734375, ...
embed
53797690_c0
53797690
fsharp
0
Title: To Pipe or Not to Pipe? Problem title: To Pipe or Not to Pipe? Tags: f%23 Problem: To Pipe or Not to Pipe? That is (sort of) the question. I'm trying to learn F# more lately and my resources seem to prefer piping in places where it's not clear a benefit exists. For example, given a function in curried form: f: a...
To Pipe or Not to Pipe? To Pipe or Not to Pipe? f%23 Pipe Not To Pipe or Not to Pipe? That is (sort of) the question. I'm trying to learn F# more lately and my resources seem to prefer piping in places where it's not clear a benefit exists. For example, given a function in curried form: f: a -> b -> c -> R I can call i...
[ 0.00531005859375, 0.006134033203125, 0.002471923828125, 0.00726318359375, -0.0145263671875, -0.003936767578125, -0.0125732421875, -0.0120849609375, 0.0021209716796875, -0.0145263671875, -0.005096435546875, 0.003753662109375, 0.007415771484375, 0.01336669921875, -0.0017242431640625, -0....
[ 717, 93128, 13, 707, 11205, 47, 32, 1238, 3949, 3742, 62351, 9655, 31577, 30698, 563, 4904, 1286, 37838, 65514, 48903, 12601, 2147, 10366, 44677, 7440, 959, 34735, 10, 68073, 32316, 34475, 32354, 23, 9709, 46572, 3173, 33079, 876, 501, 62...
[ 0.1484375, 0.2578125, 0.1708984375, 0.0872802734375, 0.1766357421875, 0.1431884765625, 0.00982666015625, 0.1361083984375, 0.064208984375, 0.1558837890625, 0.0321044921875, 0.039581298828125, 0.027313232421875, 0.05450439453125, 0.115478515625, 0.2064208984375, 0.0362548828125, 0.00...
embed
27196928_c0
27196928
fsharp
0
Title: FSharp.Data SQL type provider issue with DSN Problem title: FSharp.Data SQL type provider issue with DSN Tags: type-providers, f%23 Problem: FSharp.Data SQL type provider issue with DSN I'm trying to access a database with something like: type dbSchema = SqlDataConnection<"DSN=foo;UID=readonly;PWD=bar;"> but it ...
FSharp.Data SQL type provider issue with DSN FSharp.Data SQL type provider issue with DSN type-providers f%23 FSharp.Data SQL DSN SqlDataConnection UID PWD FSharp.Data SQL type provider issue with DSN I'm trying to access a database with something like: but it doesn't like the DSN and gives the error "the type provider...
[ 0.035888671875, 0.0228271484375, -0.0107421875, 0.0294189453125, -0.01220703125, 0.007110595703125, -0.01080322265625, -0.0140380859375, -0.012939453125, -0.035888671875, 0.00958251953125, -0.021240234375, 0.017578125, -0.027099609375, -0.01361083984375, 0.00408935546875, -0.03100585...
[ 93774, 3467, 254, 137989, 80866, 10644, 81450, 31089, 678, 391, 61533, 93136, 1238, 3742, 99247, 235603, 345, 7146, 87390, 31577, 17203, 10, 63399, 1884, 22027, 18, 18499, 2347, 27, 113771, 189755, 959, 8060, 6468, 19, 4171, 903, 4488 ]
[ 0.06280517578125, 0.168212890625, 0.190185546875, 0.14404296875, 0.1932373046875, 0.199462890625, 0.2158203125, 0.09625244140625, 0.068115234375, 0.10205078125, 0.221435546875, 0.146240234375, 0.0197601318359375, 0.10015869140625, 0.0877685546875, 0.073486328125, 0.0120849609375, 0...
embed
25441745_c0
25441745
fsharp
0
Title: Filtering coordinates tuples (F#) Problem title: Filtering coordinates tuples (F#) Tags: f%23, .net, arrays, type-conversion, tuples Problem: Filtering coordinates tuples (F#) I have an array A of coordinates (as tuples) like this: let A = [|(1,5);(3,3);(4,5);(6,3);(5,1);(2,2)|] I want to delete all the tuples (...
Filtering coordinates tuples (F#) Filtering coordinates tuples (F#) f%23 .net arrays type-conversion tuples Filtering Filtering coordinates tuples (F#) I have an array A of coordinates (as tuples) like this: I want to delete all the tuples (a,b) that have an "opposite" (b,a) element in the same array. I've been able to...
[ 0.01055908203125, 0.00909423828125, 0.003692626953125, -0.01544189453125, -0.01544189453125, -0.041259765625, 0.0262451171875, 0.02099609375, 0.032470703125, 0.0206298828125, -0.01141357421875, 0.01214599609375, -0.00567626953125, 0.003692626953125, -0.0032806396484375, -0.002365112304...
[ 128896, 214, 176866, 370, 99726, 919, 4904, 90, 1238, 3742, 1179, 10298, 10644, 46354, 53, 62, 162, 1884, 3444, 47, 154109, 756, 11, 275, 765, 2146, 77087, 12830, 5701, 19048, 87388, 57626, 11516, 17727, 24674, 1916, 10461, 6896, 21320, 7...
[ 0.23046875, 0.07421875, 0.2169189453125, 0.143798828125, 0.2073974609375, 0.05810546875, 0.1556396484375, 0.07861328125, 0.049774169921875, 0.08087158203125, 0.1090087890625, 0.114013671875, 0.1278076171875, 0.08538818359375, 0.070068359375, 0.0712890625, 0.004180908203125, 0.00479...
embed
4883259_c0
4883259
fsharp
0
Title: F# how to AddHandler alike VB.NET Problem title: F# how to AddHandler alike VB.NET Tags: f%23 Problem: F# how to AddHandler alike VB.NET VB.NET code is : AddHandler TheGrp.DataChanged, AddressOf theGrp_DataChange So how can I do same with F# ? theGrp.DataChanged.AddHandler(X.theGrp_DataChange) Error 1 This funct...
F# how to AddHandler alike VB.NET F# how to AddHandler alike VB.NET f%23 AddHandler VB.NET TheGrp.DataChanged AddressOf theGrp_DataChange theGrp.DataChanged.AddHandler X.theGrp_DataChange F# how to AddHandler alike VB.NET VB.NET code is : So how can I do same with F# ? Error 1 This function takes too many arguments, or...
[ 0.008544921875, 0.003662109375, -0.006134033203125, 0.00335693359375, -0.007781982421875, 0.00579833984375, -0.00095367431640625, -0.01019287109375, 0.01300048828125, -0.031982421875, 0.00775146484375, -0.002166748046875, -0.0028076171875, 0.012451171875, 0.003173828125, -0.02563476562...
[ 563, 4904, 3642, 47, 29117, 135679, 603, 10, 5062, 75034, 17777, 1238, 3742, 581, 10681, 137989, 127008, 17704, 49990, 132887, 70, 4028, 1193, 2347, 18151, 83, 54, 5701, 678, 212059, 106, 3293, 32354, 51776, 5792, 5941, 10750, 11814, 43701,...
[ 0.1572265625, 0.202880859375, 0.058319091796875, 0.052642822265625, 0.1820068359375, 0.243408203125, 0.2296142578125, 0.06494140625, 0.19970703125, 0.2347412109375, 0.17822265625, 0.066650390625, 0.1268310546875, 0.0457763671875, 0.09625244140625, 0.045166015625, 0.1552734375, 0.07...
embed
33631131_c0
33631131
fsharp
0
Title: Reduce initialization of dictionary elements via pattern Problem title: Reduce initialization of dictionary elements via pattern Tags: f%23 Problem: Reduce initialization of dictionary elements via pattern Is there a way I could use a pattern to initialize a dictionary? For example, instead of naming each key-va...
Reduce initialization of dictionary elements via pattern Reduce initialization of dictionary elements via pattern f%23 Reduce Reduce initialization of dictionary elements via pattern Is there a way I could use a pattern to initialize a dictionary? For example, instead of naming each key-value pair like the following: [...
[ -0.004302978515625, 0.004425048828125, -0.00970458984375, -0.009033203125, -0.00738525390625, -0.0311279296875, -0.01519775390625, 0.00201416015625, 0.01556396484375, 0.0008087158203125, 0.018798828125, 0.01019287109375, 0.0106201171875, 0.01806640625, 0.006195068359375, 0.009582519531...
[ 853, 106357, 61475, 47691, 45, 10763, 6635, 80854, 1829, 103510, 1238, 3949, 3742, 2685, 10, 3917, 87, 5809, 4527, 47, 20650, 27781, 64457, 147453, 12638, 22799, 27494, 80836, 1884, 25632, 2389, 29568, 106, 116, 138, 9774, 74, 201, 11249, ...
[ 0.1734619140625, 0.2020263671875, 0.247314453125, 0.1063232421875, 0.11865234375, 0.184814453125, 0.1627197265625, 0.1719970703125, 0.1014404296875, 0.305908203125, 0.045501708984375, 0.00970458984375, 0.06396484375, 0.011016845703125, 0.05010986328125, 0.095703125, 0.016632080078125...
embed
19108663_c0
19108663
fsharp
0
Title: C# To F# loops to return a value Problem title: C# To F# loops to return a value Tags: f%23, c%23 Problem: C# To F# loops to return a value How to Write this code in f# int IAI.AIMove() { for (int i = 0; i <= 8; i++) if (cBoard.getPlayer(i) == 0) return i; return 0; } This is what i have member this.AIMove()= le...
C# To F# loops to return a value C# To F# loops to return a value f%23 c%23 IAI.AIMove cBoard.getPlayer this.AIMove Some C# To F# loops to return a value How to Write this code in f# This is what i have [error] This expression was expected to have type int but here has type unit
[ 0.003143310546875, 0.00787353515625, 0.0185546875, 0.02392578125, -0.007568359375, -0.01031494140625, 0.02294921875, 0.00787353515625, 0.00982666015625, -0.0032501220703125, 0.01470947265625, 0.025634765625, -0.0012054443359375, 0.0107421875, 0.0167236328125, -0.017333984375, 0.00585...
[ 313, 4904, 717, 563, 40956, 7, 47, 30646, 34292, 1238, 3949, 3742, 501, 87, 11388, 9083, 272, 12647, 5861, 3794, 142581, 903, 31384, 11249, 601, 18781, 18151, 23, 3293, 83, 2367, 17, 765, 188800, 125195, 509, 84751, 10644, 18, 1284, 368...
[ 0.06610107421875, 0.23876953125, 0.192138671875, 0.1650390625, 0.230224609375, 0.093017578125, 0.07305908203125, 0.1939697265625, 0.165283203125, 0.13818359375, 0.006072998046875, 0.134033203125, 0.058349609375, 0.06536865234375, 0.1416015625, 0.1287841796875, 0.08587646484375, 0.0...
embed
38884041_c0
38884041
fsharp
0
Title: Access Denied when creating file in Visual F# Problem title: Access Denied when creating file in Visual F# Tags: access-denied, f%23, writer Problem: Access Denied when creating file in Visual F# The following code runs without a hitch: On the other hand, I get an access-denied error with this: The destination i...
Access Denied when creating file in Visual F# Access Denied when creating file in Visual F# access-denied f%23 writer Access Denied Visual Access Denied when creating file in Visual F# The following code runs without a hitch: On the other hand, I get an access-denied error with this: The destination is in my personal f...
[ 0.01531982421875, 0.0174560546875, 0.0101318359375, -0.0234375, -0.00469970703125, -0.00121307373046875, 0.00439453125, 0.010498046875, -0.0101318359375, 0.020751953125, -0.0040283203125, 0.0244140625, 0.0027618408203125, 0.01116943359375, 0.0038299560546875, -0.00469970703125, 0.004...
[ 40266, 1575, 14, 3229, 105233, 11435, 73372, 563, 4904, 297, 17203, 555, 1238, 3742, 70035, 25632, 18151, 127877, 15490, 206, 18499, 903, 78869, 759, 3357, 78303, 87, 4393, 6226, 581, 14364, 53, 959, 12301, 191, 5117, 121413, 11675, 40101, ...
[ 0.2056884765625, 0.1392822265625, 0.128662109375, 0.006866455078125, 0.16015625, 0.13623046875, 0.23876953125, 0.10394287109375, 0.18896484375, 0.014556884765625, 0.182373046875, 0.114501953125, 0.051513671875, 0.0806884765625, 0.1087646484375, 0.040130615234375, 0.12939453125, 0.0...
embed
69981037_c1
69981037
fsharp
1
static member inline (|&>)( f: 'a1 -> 'a2 -> 'a3 -> 'r, lastArg: 'a3) = fun a1 a2 -> f a1 a2 lastArg static member inline (|&>)(f: 'a1 -> 'a2 -> 'a3 -> 'a4-> 'r, lastArg: 'a4) = fun a1 a2 a3 -> f a1 a2 a3 lastArg But, I cant get this to work. So, is there some implementation of this semantics or something very similar...
static member inline (|&>)( f: 'a1 -> 'a2 -> 'a3 -> 'r, lastArg: 'a3) = fun a1 a2 -> f a1 a2 lastArg static member inline (|&>)(f: 'a1 -> 'a2 -> 'a3 -> 'a4-> 'r, lastArg: 'a4) = fun a1 a2 a3 -> f a1 a2 a3 lastArg But, I cant get this to work. So, is there some implementation of this semantics or something very similar...
[ -0.00830078125, 0.0186767578125, 0.006072998046875, 0.005645751953125, 0.0035552978515625, -0.007080078125, -0.0108642578125, -0.00823974609375, 0.015625, -0.0120849609375, 0.011962890625, 0.0235595703125, 0.027099609375, 0.0186767578125, 0.011474609375, -0.01385498046875, 0.00830078...
[ 201939, 32786, 23, 2256, 58745, 1230, 2740, 1238, 11, 418, 304, 363, 42, 4568, 7614, 177, 21320, 7477, 10, 420, 242, 617, 29557, 45767, 903, 47, 4488, 208124, 484, 109109, 21373, 29479, 114122, 2394, 6635, 2147, 10366, 39933, 28864, 26073...
[ 0.2548828125, 0.262939453125, 0.103759765625, 0.2191162109375, 0.03887939453125, 0.08843994140625, 0.09722900390625, 0.08917236328125, 0.07684326171875, 0.021575927734375, 0.047149658203125, 0.0941162109375, 0.094970703125, 0.1334228515625, 0.06005859375, 0.06951904296875, 0.11059570...
embed
76131771_c0
76131771
fsharp
0
Title: How do I subscribe to an event using task expressions? Problem title: How do I subscribe to an event using task expressions? Tags: task, event-handling, f%23 Problem: How do I subscribe to an event using task expressions? I have a function doSomething : EventArgs -> Task<Unit> , an event source Source and an eve...
How do I subscribe to an event using task expressions? How do I subscribe to an event using task expressions? task event-handling f%23 task How EventArgs Unit Source Source.OnChanged How do I subscribe to an event using task expressions? I have a function doSomething : EventArgs -> Task<Unit> , an event source Source a...
[ -0.005401611328125, 0.004241943359375, 0.01422119140625, -0.00506591796875, -0.00148773193359375, 0.0030670166015625, -0.0040283203125, 0.01092529296875, 0.0093994140625, -0.04736328125, -0.001068115234375, -0.00167083740234375, -0.014404296875, 0.02197265625, 0.028076171875, -0.005706...
[ 11249, 54, 87, 1614, 34601, 47, 19732, 17368, 66211, 125195, 7, 142, 54885, 1238, 3949, 3742, 36943, 7614, 9405, 46640, 77641, 20320, 127008, 17704, 32354, 8912, 282, 64113, 9598, 92, 85600, 31344, 831, 313, 4904, 4527, 10, 12654, 238, 35...
[ 0.092041015625, 0.10198974609375, 0.04541015625, 0.2213134765625, 0.268310546875, 0.15185546875, 0.2216796875, 0.1226806640625, 0.26904296875, 0.265869140625, 0.0689697265625, 0.0197906494140625, 0.1810302734375, 0.08929443359375, 0.0616455078125, 0.1610107421875, 0.18115234375, 0....
embed
13177532_c0
13177532
fsharp
0
Title: Does C# treat types which don&#x27;t allow null from F# still nullable? Problem title: Does C# treat types which don&#x27;t allow null from F# still nullable? Tags: f%23 Problem: Does C# treat types which don't allow null from F# still nullable? It is interop between C# and F# In F#, type test = { value: int } t...
Does C# treat types which don&#x27;t allow null from F# still nullable? Does C# treat types which don&#x27;t allow null from F# still nullable? f%23 F# Does Wrapper Value Does C# treat types which don't allow null from F# still nullable? It is interop between C# and F# In F#, However, in C#
[ 0.0067138671875, 0.0177001953125, 0.0201416015625, -0.00921630859375, -0.007415771484375, 0.000904083251953125, -0.0026702880859375, -0.0101318359375, -0.01422119140625, 0.04052734375, -0.0128173828125, 0.0166015625, -0.01361083984375, 0.01080322265625, 0.015869140625, -0.0003986358642...
[ 101790, 313, 4904, 85689, 52895, 3768, 18, 63769, 56574, 563, 7464, 9229, 2661, 1295, 601, 219, 8079, 190060, 2301, 1940, 2146, 17721, 136 ]
[ 0.03216552734375, 0.0760498046875, 0.212890625, 0.1280517578125, 0.1837158203125, 0.0623779296875, 0.0665283203125, 0.08740234375, 0.1773681640625, 0.086181640625, 0.0804443359375, 0.190185546875, 0.1771240234375, 0.0180206298828125, 0.017547607421875, 0.1441650390625, 0.177978515625...
embed
79254184_c0
79254184
fsharp
0
Title: Is it possible to create custom code analyzers for F# Problem title: Is it possible to create custom code analyzers for F# Tags: code-analysis, visual-studio, static-analysis, f%23 Problem: Is it possible to create custom code analyzers for F# I would like to know if it is possible to add custom code analyzer fo...
Is it possible to create custom code analyzers for F# Is it possible to create custom code analyzers for F# code-analysis visual-studio static-analysis f%23 Is it possible to create custom code analyzers for F# I would like to know if it is possible to add custom code analyzer for F# like you can for C# / VB# with Rosl...
[ 0.01544189453125, 0.00125885009765625, 0.0123291015625, -0.004241943359375, -0.0079345703125, 0.001708984375, -0.0111083984375, -0.003204345703125, -0.0037994384765625, -0.0211181640625, 0.01226806640625, 0.00347900390625, -0.0006866455078125, -0.00811767578125, 0.00970458984375, -0.01...
[ 2071, 442, 7722, 28282, 114122, 18151, 7968, 32189, 1314, 100, 563, 4904, 47, 174976, 21176, 52629, 201939, 1238, 3742, 1884, 15190, 53, 4383, 75034, 678, 12015, 12536, 170846, 21962, 157353, 73372, 22968, 1957, 18499, 23, 30391 ]
[ 0.043121337890625, 0.0474853515625, 0.168212890625, 0.154296875, 0.2266845703125, 0.222412109375, 0.1629638671875, 0.1617431640625, 0.1851806640625, 0.070068359375, 0.1533203125, 0.2177734375, 0.01971435546875, 0.1776123046875, 0.133056640625, 0.1439208984375, 0.1055908203125, 0.02...
embed
600216_c0
600216
fsharp
0
Title: Accessing a specific member in a F# tuple Problem title: Accessing a specific member in a F# tuple Tags: tuples, f%23 Problem: Accessing a specific member in a F# tuple In F# code I have a tuple: let myWife=("Tijana",32) I want to access each member of the tuple separately. For instance this what I want to achie...
Accessing a specific member in a F# tuple Accessing a specific member in a F# tuple tuples f%23 Accessing Tijana Console.WriteLine Accessing a specific member in a F# tuple In F# code I have a tuple: I want to access each member of the tuple separately. For instance this what I want to achieve by I can't This code does...
[ 0.0189208984375, -0.019775390625, 0.01226806640625, 0.0225830078125, -0.000591278076171875, 0.01239013671875, 0.00506591796875, 0.00897216796875, -0.00299072265625, -0.01214599609375, 0.01043701171875, -0.004150390625, 0.00439453125, 0.038330078125, 0.01129150390625, 0.001007080078125,...
[ 40266, 214, 29458, 32786, 23, 563, 4904, 370, 8705, 99726, 1238, 3949, 3742, 2371, 13938, 1657, 40777, 18781, 93232, 18151, 765, 3444, 17203, 12638, 84797, 1326, 110527, 903, 2367, 69307, 390, 831, 171259, 4488, 5351, 914, 9319 ]
[ 0.1878662109375, 0.02471923828125, 0.206787109375, 0.2276611328125, 0.056488037109375, 0.1175537109375, 0.191162109375, 0.1226806640625, 0.1900634765625, 0.174072265625, 0.053497314453125, 0.006561279296875, 0.092041015625, 0.1541748046875, 0.221923828125, 0.057464599609375, 0.155395...
embed
64546727_c0
64546727
fsharp
0
Title: How to create a copy of a map in f#? Problem title: How to create a copy of a map in f#? Tags: f%23, f%23-3.0, dictionary Problem: How to create a copy of a map in f#? let students = Map.empty. Add("ABC", "97"). Add("Jill", "98");; printfn "Map - students: %A" students This I know will create a map named student...
How to create a copy of a map in f#? How to create a copy of a map in f#? f%23 f%23-3.0 dictionary How Map.empty Add ABC Jill Map How to create a copy of a map in f#? This I know will create a map named students. I was thinking a way to create a copy of this map, with same key and value. I checked the documentation for...
[ -0.00537109375, 0.011962890625, 0.0201416015625, 0.031494140625, -0.0223388671875, -0.02001953125, 0.00439453125, -0.0125732421875, 0.006317138671875, -0.000457763671875, 0.0235595703125, 0.019775390625, 0.01409912109375, 0.04150390625, 0.00872802734375, -0.00052642822265625, -0.0138...
[ 11249, 47, 28282, 10, 43658, 111, 22288, 23, 1238, 4904, 3742, 27495, 132265, 10763, 42719, 33548, 939, 29117, 47457, 3291, 1181, 3293, 3714, 24, 4806, 25921, 47644, 3917, 678, 5701, 22799, 34292, 209806, 136, 150624, 20450, 86, 64, 7612, ...
[ 0.08270263671875, 0.055267333984375, 0.1729736328125, 0.0498046875, 0.2410888671875, 0.092529296875, 0.2064208984375, 0.0838623046875, 0.1357421875, 0.2158203125, 0.0704345703125, 0.06231689453125, 0.1241455078125, 0.05340576171875, 0.1695556640625, 0.125244140625, 0.07586669921875, ...
embed
34977574_c2
34977574
fsharp
2
.FSharp.0.1.9, R.NET.Community, R.NET.Community.FSharp.1.6.4, Try, Reference, RDotNet, RDotNet.dll, RDotNet.FSharp.dll, RProvider.dll, RProvider.Runtime.dll, fsi.AddPrinter, synexpr:RDotNet.SymbolicExpression, synexpr.Print, Users, Fagui, Documents, GitHub, Learning, Fsharp, Algo, Stanford, RProvider.1.1.15, RProvider....
.FSharp.0.1.9, R.NET.Community, R.NET.Community.FSharp.1.6.4, Try, Reference, RDotNet, RDotNet.dll, RDotNet.FSharp.dll, RProvider.dll, RProvider.Runtime.dll, fsi.AddPrinter, synexpr:RDotNet.SymbolicExpression, synexpr.Print, Users, Fagui, Documents, GitHub, Learning, Fsharp, Algo, Stanford, RProvider.1.1.15, RProvider....
[ -0.0123291015625, 0.00970458984375, 0.0028228759765625, -0.00823974609375, 0.006378173828125, 0.00052642822265625, 0.004730224609375, -0.0216064453125, 0.0115966796875, -0.017333984375, -0.00921630859375, 0.0155029296875, -0.0030517578125, -0.02978515625, 0.0027923583984375, 0.00769042...
[ 6, 5, 36381, 3467, 254, 102014, 1126, 4, 627, 17777, 166697, 2481, 122336, 617, 40858, 215996, 40756, 818, 24447, 1181, 80026, 83220, 820, 163321, 6032, 1238, 172, 4028, 112079, 720, 6002, 83613, 42, 65183, 36846, 1771, 178752, 53400, 3036,...
[ 0.041839599609375, 0.1502685546875, 0.0960693359375, 0.234375, 0.2578125, 0.1544189453125, 0.2030029296875, 0.07867431640625, 0.1318359375, 0.1884765625, 0.144287109375, 0.1092529296875, 0.1595458984375, 0.1260986328125, 0.1756591796875, 0.1689453125, 0.072998046875, 0.122802734375...
embed
37135965_c0
37135965
fsharp
0
Title: using F# XMLProvider for large nested xml file Problem title: using F# XMLProvider for large nested xml file Tags: f%23, linq Problem: using F# XMLProvider for large nested xml file I have a large deeply nested xml file, over 200MB. I have written a streaming function in c# using linq to xml. But knowing about f...
using F# XMLProvider for large nested xml file using F# XMLProvider for large nested xml file f%23 linq F# XMLProvider using F# XMLProvider for large nested xml file I have a large deeply nested xml file, over 200MB. I have written a streaming function in c# using linq to xml. But knowing about f# type provider I am te...
[ 0.0140380859375, 0.02734375, -0.0038604736328125, -0.0126953125, 0.003662109375, 0.0198974609375, 0.0028839111328125, -0.00958251953125, -0.0035400390625, -0.035400390625, 0.01409912109375, -0.03369140625, 0.006439208984375, 0.000736236572265625, 0.0076904296875, -0.003143310546875, ...
[ 17368, 563, 4904, 92537, 177997, 62160, 100, 21334, 8512, 71, 131492, 11435, 1238, 3742, 96, 44982, 765, 53894, 645, 1781, 12689, 59121, 65296, 32354, 23, 47, 141956, 10644, 81450, 20805, 4527, 196707, 1284, 1543, 72367, 64194, 98323, 3917, ...
[ 0.0692138671875, 0.1221923828125, 0.2071533203125, 0.234130859375, 0.1920166015625, 0.19189453125, 0.059600830078125, 0.1162109375, 0.19482421875, 0.0633544921875, 0.2366943359375, 0.130615234375, 0.0933837890625, 0.093505859375, 0.068359375, 0.1990966796875, 0.006561279296875, 0.0...
embed
71550605_c0
71550605
fsharp
0
Title: How can I use a predicate function parameter in the function body? Problem title: How can I use a predicate function parameter in the function body? Tags: f%23, predicate Problem: How can I use a predicate function parameter in the function body? I am trying to solve the 'strain' exercise on exercism . The funct...
How can I use a predicate function parameter in the function body? How can I use a predicate function parameter in the function body? f%23 predicate How Seq.keep How can I use a predicate function parameter in the function body? I am trying to solve the 'strain' exercise on exercism . The function is supposed to accept...
[ 0.01092529296875, 0.0284423828125, 0.0108642578125, -0.0120849609375, 0.0038299560546875, 0.01324462890625, 0.035888671875, 0.005615234375, 0.0250244140625, -0.060791015625, 0.0145263671875, 0.0267333984375, -0.0101318359375, 0.0069580078125, 0.0133056640625, 0.0004177093505859375, -...
[ 11249, 831, 87, 4527, 1653, 2063, 67, 32354, 171859, 23, 14361, 10, 1238, 3949, 3742, 503, 864, 350, 4517, 86869, 2816, 73, 81979, 56785, 7, 39, 134598, 26946, 237, 18151 ]
[ 0.1077880859375, 0.1099853515625, 0.061279296875, 0.1754150390625, 0.1785888671875, 0.2344970703125, 0.152587890625, 0.2152099609375, 0.24609375, 0.1014404296875, 0.2203369140625, 0.0540771484375, 0.056549072265625, 0.0426025390625, 0.1317138671875, 0.0751953125, 0.1429443359375, 0...
embed
12013126_c0
12013126
fsharp
0
Title: ToString exception while printing enum Problem title: ToString exception while printing enum Tags: f%23, .net Problem: ToString exception while printing enum Given I have an enum: type Cool = A = 'a' | B = 'b' And i try to print it like so printf "%A" Cool.A I get the following exception: ToString exception: The...
ToString exception while printing enum ToString exception while printing enum f%23 .net ToString Cool Cool.A ToString exception while printing enum Given I have an enum: And i try to print it like so I get the following exception: Why does this happen and (if possible) how I can fix this at the enum level?
[ -0.01385498046875, -0.0091552734375, 0.0096435546875, 0.0157470703125, 0.00112152099609375, -0.0024261474609375, -0.0098876953125, 0.017822265625, -0.00069427490234375, 0.0203857421875, 0.01080322265625, 0.0205078125, 0.00555419921875, 0.0029449462890625, 0.0179443359375, -0.0174560546...
[ 717, 71713, 214, 131527, 12960, 2448, 1916, 22, 316, 1238, 3949, 3742, 1179, 63550, 284, 77878, 765, 3493, 17, 9790, 47, 28412, 1884, 221, 2046, 70, 25632, 44084, 903, 53383, 3190, 7722, 16, 3642, 831, 30022, 99, 17366 ]
[ 0.2342529296875, 0.22412109375, 0.1337890625, 0.2276611328125, 0.1051025390625, 0.1669921875, 0.101806640625, 0.1654052734375, 0.248046875, 0.109130859375, 0.08294677734375, 0.1651611328125, 0.16796875, 0.2138671875, 0.046478271484375, 0.04656982421875, 0.04833984375, 0.01531982421...
embed
5651944_c2
5651944
fsharp
2
.Data.SqlTypes, CompiledName, FuzzyMatch, strA:SqlString, strB:SqlString, strA.IsNull, strB.IsNull, SqlInt32.Zero, StringComparer.OrdinalIgnoreCase, comparer.Equals, search:string, find:string, find.Length, search.Length, search.IndexOf, StringComparison.OrdinalIgnoreCase, str:string, str.Split, strA:string, strB:strin...
.Data.SqlTypes, CompiledName, FuzzyMatch, strA:SqlString, strB:SqlString, strA.IsNull, strB.IsNull, SqlInt32.Zero, StringComparer.OrdinalIgnoreCase, comparer.Equals, search:string, find:string, find.Length, search.Length, search.IndexOf, StringComparison.OrdinalIgnoreCase, str:string, str.Split, strA:string, strB:strin...
[ 0.010986328125, -0.00189971923828125, -0.0135498046875, 0.0233154296875, -0.0341796875, 0.005279541015625, -0.000537872314453125, -0.0164794921875, 0.01544189453125, 0.0198974609375, 0.002410888671875, 0.0189208984375, 0.012451171875, 0.00872802734375, -0.0032196044921875, 0.0106201171...
[ 5, 137989, 294, 99247, 196707, 4, 15612, 14, 6259, 163612, 7680, 151581, 79520, 206, 7704, 284, 12, 71713, 214, 571, 29598, 18444, 1181, 159, 4153, 18, 6460, 1511, 4036, 23351, 108161, 147, 56, 143045, 73, 289, 11137, 107, 441, 6991, 37...
[ 0.1834716796875, 0.2064208984375, 0.0382080078125, 0.24560546875, 0.29736328125, 0.04034423828125, 0.1170654296875, 0.08514404296875, 0.08935546875, 0.1865234375, 0.1468505859375, 0.153076171875, 0.1893310546875, 0.1138916015625, 0.14404296875, 0.12158203125, 0.088623046875, 0.1604...
embed
32829832_c0
32829832
fsharp
0
Title: Function to get the power sets of a set in F# Problem title: Function to get the power sets of a set in F# Tags: f%23 Problem: Function to get the power sets of a set in F# I'm trying to write a function in F# to get the powersets of a set. So far I have written : let rec powerset = function |[] -> [[]] | [x] ->...
Function to get the power sets of a set in F# Function to get the power sets of a set in F# f%23 x::xs List.map Function to get the power sets of a set in F# I'm trying to write a function in F# to get the powersets of a set. So far I have written : but this isn't returning the cases that have 3 or more elements, only ...
[ 0.003173828125, 0.0021514892578125, 0.0091552734375, -0.0026702880859375, -0.006866455078125, -0.002899169921875, -0.01080322265625, -0.01422119140625, 0.01092529296875, -0.01397705078125, 0.01495361328125, 0.0218505859375, 0.00689697265625, 0.01361083984375, -0.00885009765625, 0.02087...
[ 28670, 10763, 2046, 70, 14537, 5423, 7, 111, 563, 4904, 23, 1238, 3742, 1022, 425, 32036, 62346, 47, 31577, 33022, 32354, 3509, 2060, 59121, 30646, 50218, 138, 1286, 80854, 80836, 11001, 201505 ]
[ 0.126953125, 0.026885986328125, 0.127685546875, 0.03497314453125, 0.2247314453125, 0.230224609375, 0.0950927734375, 0.0478515625, 0.1180419921875, 0.1844482421875, 0.0241851806640625, 0.0443115234375, 0.09967041015625, 0.0146942138671875, 0.042724609375, 0.1080322265625, 0.0982666015...
embed
40966918_c1
40966918
fsharp
1
= let ctx = sql.GetDataContext() printfn "%A" argv 0 But this only hangs. This is how I connect to it through PG Commander Code signals: PostgreSQL, FSharp.Data.Sql, Renci.SshNet, System, Renci.SshNet.PasswordConnectionInfo, Q9Exs, connectionInfo.Timeout, TimeSpan.FromSeconds, SshClient, client.Connect, ForwardedPortR...
= let ctx = sql.GetDataContext() printfn "%A" argv 0 But this only hangs. This is how I connect to it through PG Commander Code signals: PostgreSQL, FSharp.Data.Sql, Renci.SshNet, System, Renci.SshNet.PasswordConnectionInfo, Q9Exs, connectionInfo.Timeout, TimeSpan.FromSeconds, SshClient, client.Connect, ForwardedPortR...
[ 0.018798828125, 0.0235595703125, -0.00994873046875, 0.030029296875, -0.0040283203125, 0.0020599365234375, -0.0068359375, -0.017578125, -0.01300048828125, -0.0693359375, 0.0167236328125, -0.006378173828125, 0.003387451171875, -0.007354736328125, -0.0233154296875, -0.005523681640625, -...
[ 2203, 2633, 108963, 425, 99247, 126, 137989, 11935, 22829, 28412, 14783, 3949, 284, 79459, 334, 757, 4966, 903, 4734, 10756, 7, 3642, 87, 37067, 47, 442, 8305, 52873, 123573, 56, 28864, 26073, 2795, 7134, 158897, 3467, 254, 5, 15790, 318,...
[ 0.0655517578125, 0.073974609375, 0.0819091796875, 0.16748046875, 0.2022705078125, 0.022979736328125, 0.13232421875, 0.1209716796875, 0.23291015625, 0.181884765625, 0.188720703125, 0.1077880859375, 0.148681640625, 0.07958984375, 0.1219482421875, 0.124755859375, 0.016571044921875, 0....
embed
39428919_c0
39428919
fsharp
0
Title: f# type attribute access Problem title: f# type attribute access Tags: f%23-3.0, f%23-interactive, f%23 Problem: f# type attribute access Is there any way one can access the type attribute by using it's name represented in a string . Something along the lines of: type B = {FirstName:string; LastName:string} let ...
f# type attribute access f# type attribute access f%23-3.0 f%23-interactive f%23 FirstName:string LastName:string FirstName Bob LastName Smith f# type attribute access Is there any way one can access the type attribute by using it's name represented in a string . Something along the lines of: The reason being that I wa...
[ 0.004547119140625, 0.00390625, -0.0010528564453125, -0.011962890625, -0.0096435546875, -0.0184326171875, -0.0162353515625, 0.0281982421875, -0.01220703125, -0.015380859375, 0.0106201171875, 0.0206298828125, 0.0038299560546875, -0.0025787353515625, 0.00494384765625, -0.0006561279296875,...
[ 1238, 4904, 10644, 150380, 13, 17203, 27495, 132265, 10433, 71232, 3742, 23972, 163612, 91693, 21672, 25027, 37700, 2071, 2685, 2499, 3917, 1632, 831, 70, 390, 17368, 442, 7, 9351, 33636, 297, 23, 10, 79315, 6, 200905, 33233, 124519, 31635,...
[ 0.1630859375, 0.22265625, 0.26513671875, 0.22509765625, 0.1282958984375, 0.2069091796875, 0.05816650390625, 0.10064697265625, 0.0738525390625, 0.07281494140625, 0.033966064453125, 0.080810546875, 0.1209716796875, 0.1566162109375, 0.1304931640625, 0.158935546875, 0.2215576171875, 0....
embed
19327506_c0
19327506
fsharp
0
Title: Call an F# ticked function name with embedded spaces (``XXX YY``) from C# Problem title: Call an F# ticked function name with embedded spaces (``XXX YY``) from C# Tags: c%23, f%23, c%23-to-f%23 Problem: Call an F# ticked function name with embedded spaces (``XXX YY``) from C# In F#, we can create a function like...
Call an F# ticked function name with embedded spaces (``XXX YY``) from C# Call an F# ticked function name with embedded spaces (``XXX YY``) from C# c%23 f%23 c%23-to-f%23 C# Call XXX Call an F# ticked function name with embedded spaces (``XXX YY``) from C# In F#, we can create a function like this: And I can call it no...
[ 0.0130615234375, -0.00799560546875, 0.009521484375, 0.006805419921875, -0.008056640625, 0.0185546875, 0.01123046875, -0.005889892578125, -0.01226806640625, 0.0142822265625, 0.0123291015625, 0.00634765625, -0.038818359375, 0.00555419921875, 0.0274658203125, -0.0146484375, 0.0106811523...
[ 26265, 563, 4904, 1053, 76622, 32354, 9351, 678, 55720, 69819, 32628, 7, 115469, 108354, 1295, 313, 142, 3742, 1238, 27495, 188, 420, 44585, 831, 28282, 1884, 903, 11782, 3638, 10, 3917, 36917, 5609, 69427, 3853, 1957, 134549, 86976 ]
[ 0.1673583984375, 0.1375732421875, 0.2034912109375, 0.2052001953125, 0.1689453125, 0.2122802734375, 0.140869140625, 0.080322265625, 0.1990966796875, 0.098876953125, 0.2330322265625, 0.018310546875, 0.1922607421875, 0.2098388671875, 0.1212158203125, 0.069091796875, 0.030487060546875, ...
embed
11456175_c0
11456175
fsharp
0
Title: F# - what does match...with | :? X as x mean? Problem title: F# - what does match...with | :? X as x mean? Tags: syntax, f%23 Problem: F# - what does match...with | :? X as x mean? Super simple question I'm sure but I don't do F# usually so a bit new to the syntax. How do I read the following fragment of code: m...
F# - what does match...with | :? X as x mean? F# - what does match...with | :? X as x mean? syntax f%23 match...with shape.Fill PictureBrush F# - what does match...with | :? X as x mean? Super simple question I'm sure but I don't do F# usually so a bit new to the syntax. How do I read the following fragment of code: Sp...
[ -0.00897216796875, -0.00177764892578125, -0.0296630859375, -0.016357421875, -0.01177978515625, 0.0189208984375, -0.0031890869140625, -0.005584716796875, -0.00750732421875, 0.023193359375, 0.0284423828125, 0.005401611328125, 0.01519775390625, -0.0002765655517578125, 0.0155029296875, -0....
[ 563, 4904, 2367, 14858, 27, 76228, 58745, 152, 1193, 237, 1022, 29459, 14602, 6002, 86531, 1238, 3949, 3742, 115700, 919, 5713, 158656, 571, 86532, 32, 8781, 12301, 25632, 38551, 18151, 15005, 91067, 11435 ]
[ 0.137451171875, 0.2344970703125, 0.0850830078125, 0.256591796875, 0.08203125, 0.23876953125, 0.06439208984375, 0.083740234375, 0.16455078125, 0.15771484375, 0.1466064453125, 0.12646484375, 0.04425048828125, 0.0557861328125, 0.110107421875, 0.0872802734375, 0.01190185546875, 0.14257...
embed
58511432_c0
58511432
fsharp
0
Title: how to access a F# method that doesn&#x27;t have any arguments from C#? Problem title: how to access a F# method that doesn&#x27;t have any arguments from C#? Tags: f%23, c%23 Problem: how to access a F# method that doesn't have any arguments from C#? let's consider these two methods: let AA value = value let BB...
how to access a F# method that doesn&#x27;t have any arguments from C#? how to access a F# method that doesn&#x27;t have any arguments from C#? f%23 c%23 C# DateTimeOffset.Now test.AA test.BB how to access a F# method that doesn't have any arguments from C#? let's consider these two methods: if I call them in C#: how c...
[ 0.0030059814453125, 0.012939453125, 0.0162353515625, 0.00543212890625, -0.000789642333984375, 0.0032196044921875, 0.01031494140625, -0.01129150390625, 0.00150299072265625, 0.000934600830078125, -0.015869140625, -0.005126953125, 0.0009918212890625, 0.02392578125, 0.0169677734375, -0.042...
[ 3642, 47, 17203, 563, 4904, 55300, 450, 22027, 3768, 18, 765, 2499, 10750, 10, 1295, 1238, 3742, 313, 25512, 70059, 150369, 3509, 137594, 3034, 15467, 22312, 6626, 150624, 11782, 2856, 831, 171859, 9393 ]
[ 0.07940673828125, 0.05157470703125, 0.1785888671875, 0.1376953125, 0.2177734375, 0.20751953125, 0.0472412109375, 0.0863037109375, 0.03887939453125, 0.11181640625, 0.093505859375, 0.0870361328125, 0.2047119140625, 0.0389404296875, 0.05096435546875, 0.046051025390625, 0.038177490234375...
embed
61273698_c0
61273698
fsharp
0
Title: F# multiple one to many relationship Problem title: F# multiple one to many relationship Tags: f%23, c%23-to-f%23 Problem: F# multiple one to many relationship I am trying to learn F# and I came across this question: let's say I have three tables. A,B,C How do i create a type if 1A -> ManyB, then 1B -> ManyC I m...
F# multiple one to many relationship F# multiple one to many relationship f%23 c%23-to-f%23 F# multiple one to many relationship I am trying to learn F# and I came across this question: let's say I have three tables. A,B,C How do i create a type if 1A -> ManyB, then 1B -> ManyC I mean in C# you can create a list of B i...
[ 0.00750732421875, 0.0081787109375, 0.01409912109375, 0.03125, 0.00131988525390625, 0.006744384765625, -0.006622314453125, -0.00138092041015625, 0.008544921875, -0.0208740234375, -0.006622314453125, 0.005706787109375, 0.00099945068359375, 0.014892578125, 0.004241943359375, -0.0153808593...
[ 563, 4904, 48716, 1632, 47, 5941, 76755, 1238, 3742, 501, 27495, 188, 420, 31577, 30698, 36880, 9655, 765, 17262, 23180, 62, 571, 441, 11249, 54, 17, 28282, 10, 10644, 2174, 106, 284, 33079, 52455, 7068, 313, 831, 5303, 111, 335, 23, ...
[ 0.152587890625, 0.2139892578125, 0.2108154296875, 0.15234375, 0.1253662109375, 0.2069091796875, 0.18798828125, 0.04150390625, 0.030853271484375, 0.000640869140625, 0.087646484375, 0.0916748046875, 0.0513916015625, 0.0035400390625, 0.036163330078125, 0.011444091796875, 0.0056762695312...
embed
18723445_c0
18723445
fsharp
0
Title: Compiled form of named union fields in v3.1 Problem title: Compiled form of named union fields in v3.1 Tags: f%23, f%23-3.1, discriminated-union Problem: Compiled form of named union fields in v3.1 Firstly, is the F# 3.1 spec available online? If so, the answer for this should be easy enough to find. I'm wonderi...
Compiled form of named union fields in v3.1 Compiled form of named union fields in v3.1 f%23 f%23-3.1 discriminated-union Compiled v3.1 Item1 Item2 Compiled form of named union fields in v3.1 Firstly, is the F# 3.1 spec available online? If so, the answer for this should be easy enough to find. I'm wondering if the com...
[ 0.006317138671875, -0.0015411376953125, 0.004730224609375, 0.0216064453125, -0.0133056640625, 0.0108642578125, -0.0042724609375, -0.003570556640625, 0.0064697265625, 0.017333984375, 0.0205078125, 0.01251220703125, 0.01416015625, -0.002593994140625, -0.0054931640625, -0.00634765625, 0...
[ 15612, 14, 6259, 3173, 24, 4806, 69941, 44457, 7, 23, 81, 97109, 1238, 3742, 27495, 55970, 3674, 87046, 78426, 418, 304, 83, 70, 563, 4904, 45151, 48502, 19882, 1118, 35166, 23468, 7413, 149016, 2174, 375, 5974, 297, 678, 69819, 1221, 2...
[ 0.113525390625, 0.1253662109375, 0.08148193359375, 0.1871337890625, 0.16259765625, 0.1490478515625, 0.2236328125, 0.244140625, 0.06298828125, 0.073486328125, 0.140869140625, 0.26953125, 0.093994140625, 0.1190185546875, 0.04296875, 0.215576171875, 0.09466552734375, 0.1834716796875, ...
embed
55988778_c1
55988778
fsharp
1
So it recognizes it as a ParsedItem in the body, but not in the declaration? How do I get the compiler to recognize that Digit is indeed a type without having to declare it outside of ParsedItem , or must I declare Digit and the others as their own type and then add them to ParsedItem as follows? type Digit = Digit of...
So it recognizes it as a ParsedItem in the body, but not in the declaration? How do I get the compiler to recognize that Digit is indeed a type without having to declare it outside of ParsedItem , or must I declare Digit and the others as their own type and then add them to ParsedItem as follows? type Digit = Digit of...
[ -0.00677490234375, 0.0208740234375, 0.025390625, 0.0263671875, -0.0147705078125, 0.0220947265625, -0.0030975341796875, -0.02978515625, 0.012451171875, 0.01080322265625, 0.0078125, -0.00010347366333007812, -0.007049560546875, -0.035888671875, -0.012939453125, -0.01025390625, 0.0083007...
[ 125296, 442, 237, 2392, 5281, 568, 2982, 23, 14361, 1284, 959, 21635, 1363, 2046, 9969, 34759, 51174, 18, 83, 160463, 10, 10644, 159978, 50782, 8110, 27060, 10002, 15190, 2203, 111, 21441, 6, 150922, 28864, 26073, 992, 107, 115558, 64807, ...
[ 0.1534423828125, 0.020599365234375, 0.03289794921875, 0.1573486328125, 0.1541748046875, 0.0294952392578125, 0.179931640625, 0.00872802734375, 0.1397705078125, 0.046905517578125, 0.06201171875, 0.185302734375, 0.04022216796875, 0.045257568359375, 0.162109375, 0.1622314453125, 0.188354...
embed
46784628_c0
46784628
fsharp
0
Title: Function that has two arguments and I can create a file into Problem title: Function that has two arguments and I can create a file into Tags: f%23-scripting, f%23, f%23-interactive, f%23-data Problem: Function that has two arguments and I can create a file into How can I define two functions in a given file sys...
Function that has two arguments and I can create a file into Function that has two arguments and I can create a file into f%23-scripting f%23 f%23-interactive f%23-data Function that has two arguments and I can create a file into How can I define two functions in a given file system using f#script? A function that will...
[ 0.0286865234375, -0.00811767578125, -0.00555419921875, 0.024658203125, 0.00750732421875, 0.0172119140625, -0.0021209716796875, -0.0108642578125, 0.01031494140625, 0.002044677734375, 0.02001953125, 0.00445556640625, -0.0067138671875, 0.01025390625, 0.018798828125, 0.00738525390625, 0....
[ 28670, 10763, 450, 1556, 6626, 10750, 7, 136, 87, 831, 28282, 11435, 3934, 10, 1238, 27495, 32032, 214, 3742, 10433, 71232, 10135, 61924, 32354, 23, 34475, 5426, 17368, 4904, 1221, 765, 74855, 14364, 53, 5117, 186, 9351, 111, 17932, 5608 ...
[ 0.203369140625, 0.106201171875, 0.06683349609375, 0.0946044921875, 0.2327880859375, 0.249267578125, 0.05474853515625, 0.046417236328125, 0.06939697265625, 0.107666015625, 0.190673828125, 0.1864013671875, 0.156982421875, 0.011962890625, 0.097900390625, 0.1138916015625, 0.2252197265625...
embed
47336740_c0
47336740
fsharp
0
Title: F# List.exists on two lists Problem title: F# List.exists on two lists Tags: f%23 Problem: F# List.exists on two lists I have two lists listA and listB where I want to return true if listB contains any element also in listA . let listA = ["A";"B";"C"] let listB = ["D";"E";"A"] Should return true in this case. I ...
F# List.exists on two lists F# List.exists on two lists f%23 List.exists F# List.exists on two lists I have two lists listA and listB where I want to return true if listB contains any element also in listA . Should return true in this case. I feel like this should be easy to solve and I'm missing something fundamental ...
[ 0.0322265625, -0.007232666015625, 0.0185546875, 0.0284423828125, 0.0010986328125, 0.029052734375, 0.0257568359375, 0.00823974609375, 0.01055908203125, -0.0133056640625, 0.033203125, 0.032958984375, 0.0017547607421875, 0.0111083984375, 0.01190185546875, -0.003326416015625, 0.027832031...
[ 563, 4904, 32036, 54376, 7, 98, 6626, 5303, 1238, 3949, 3742, 284, 136, 571, 3444, 47, 30646, 29568, 2174, 70541, 2499, 12830, 2843, 23, 151117, 7225, 12319, 23468, 86869, 132283, 20531, 15400, 831, 18, 54, 1884 ]
[ 0.1278076171875, 0.1971435546875, 0.25341796875, 0.2296142578125, 0.06170654296875, 0.15625, 0.1903076171875, 0.23388671875, 0.08355712890625, 0.032623291015625, 0.1109619140625, 0.1068115234375, 0.0197296142578125, 0.1531982421875, 0.05413818359375, 0.0772705078125, 0.181884765625, ...
embed
65694832_c0
65694832
fsharp
0
Title: The compiler compains about static resolved parameter Problem title: The compiler compains about static resolved parameter Tags: f%23 Problem: The compiler compains about static resolved parameter type Test<'T> = static member from : unit -> 'T[] = fun () -> Array.empty let inline testFun< ^T, ^S when ^T : (stat...
The compiler compains about static resolved parameter The compiler compains about static resolved parameter f%23 Test Array.empty The compiler compains about static resolved parameter I am so confused... Why it says Test< int> does not support the operator "from"?
[ -0.01300048828125, 0.00092315673828125, 0.01611328125, -0.0045166015625, -0.00946044921875, -0.014404296875, -0.00341796875, 0.0034637451171875, -0.005157470703125, -0.018798828125, -0.00579833984375, -0.0240478515625, 0.0042724609375, -0.0019989013671875, 0.00811767578125, -0.01489257...
[ 9969, 34759, 75028, 5425, 1672, 201939, 103608, 71, 171859, 581, 1238, 3949, 3742, 8647, 69253, 53, 33548, 939, 55681, 44084, 17378, 23, 18, 14602, 959, 8060, 70, 39933, 161063 ]
[ 0.1781005859375, 0.1981201171875, 0.1162109375, 0.061279296875, 0.053985595703125, 0.189697265625, 0.1798095703125, 0.054443359375, 0.1900634765625, 0.0035400390625, 0.05682373046875, 0.019256591796875, 0.1124267578125, 0.193603515625, 0.1063232421875, 0.055145263671875, 0.1546630859...
embed
72373967_c0
72373967
fsharp
0
Title: What does the `|` mean in a single case DU? Problem title: What does the `|` mean in a single case DU? Tags: f%23 Problem: What does the `|` mean in a single case DU? Consider this DU: type Foo = | Foo My understanding was that this is equivalent: type Foo = Foo However, if we introduce generics they are not: //...
What does the `|` mean in a single case DU? What does the `|` mean in a single case DU? f%23 What Foo Does Bar Compiles Works What does the `|` mean in a single case DU? Consider this DU: My understanding was that this is equivalent: However, if we introduce generics they are not: What's going on here? More discoveries...
[ 0.0016021728515625, 0.016357421875, -0.01214599609375, 0.00946044921875, -0.01385498046875, -0.00701904296875, -0.0186767578125, -0.00421142578125, 0.03759765625, 0.000141143798828125, -0.0208740234375, -0.002716064453125, 0.01507568359375, 0.006805419921875, -0.01226806640625, -0.0139...
[ 4865, 58745, 1135, 29459, 23, 11001, 7225, 14614, 1238, 3742, 9572, 31, 3253, 15612, 1340, 27985, 14602, 70, 137399, 903, 100094, 83, 183234, 65508, 189534, 7, 959, 3688, 103882 ]
[ 0.00750732421875, 0.2281494140625, 0.04986572265625, 0.11572265625, 0.07159423828125, 0.1688232421875, 0.1759033203125, 0.2139892578125, 0.003387451171875, 0.0182342529296875, 0.138427734375, 0.06878662109375, 0.1673583984375, 0.09814453125, 0.0938720703125, 0.0732421875, 0.032257080...
embed
23458654_c0
23458654
fsharp
0
Title: Seq.Fold -&gt; the best way to apply a count down? Problem title: Seq.Fold -&gt; the best way to apply a count down? Tags: f%23 Problem: Seq.Fold -> the best way to apply a count down? I have a Seq like this: [(1, 0, 10); (5, 1, 10); (5, 0, 10); (8, 1, 10); ...] And I want to decrease the third element in the tu...
Seq.Fold -&gt; the best way to apply a count down? Seq.Fold -&gt; the best way to apply a count down? f%23 Seq.Fold Seq.Fold -> the best way to apply a count down? I have a Seq like this: [(1, 0, 10); (5, 1, 10); (5, 0, 10); (8, 1, 10); ...] And I want to decrease the third element in the tuple by one every time the se...
[ 0.0074462890625, 0.005096435546875, 0.0067138671875, 0.0198974609375, 0.00173187255859375, 0.0002346038818359375, -0.00897216796875, 0.013427734375, -0.0013885498046875, 0.0004138946533203125, 0.006744384765625, -0.006134033203125, -0.006866455078125, 0.052490234375, -0.00238037109375, ...
[ 503, 864, 919, 18345, 5386, 2965, 3917, 59911, 10, 54529, 7565, 47, 1238, 3949, 3742, 70, 765, 1884, 903, 757, 209, 11516, 106, 17966, 3444, 227204, 50960, 12830, 23, 370, 8705, 1632, 11907, 1733, 17932, 83, 483, 382, 47644, 3871, 18327...
[ 0.11962890625, 0.204833984375, 0.146484375, 0.2127685546875, 0.130859375, 0.1448974609375, 0.108154296875, 0.1920166015625, 0.079833984375, 0.207763671875, 0.26513671875, 0.043365478515625, 0.059783935546875, 0.027374267578125, 0.1474609375, 0.0232696533203125, 0.010009765625, 0.04...
embed
38316024_c0
38316024
fsharp
0
Title: MonoDevelop F# tooltips for type and function signatures; Do they Exist? Problem title: MonoDevelop F# tooltips for type and function signatures; Do they Exist? Tags: monodevelop, f%23, tooltip, visual-studio, function-signature Problem: MonoDevelop F# tooltips for type and function signatures; Do they Exist? Tr...
MonoDevelop F# tooltips for type and function signatures; Do they Exist? MonoDevelop F# tooltips for type and function signatures; Do they Exist? monodevelop f%23 tooltip visual-studio function-signature MonoDevelop Exist MonoDevelop F# tooltips for type and function signatures; Do they Exist? Trying to work with MonoD...
[ 0.009033203125, 0.0162353515625, -0.0181884765625, 0.00013637542724609375, -0.018310546875, 0.01123046875, 0.01080322265625, 0.01806640625, -0.00384521484375, 0.01531982421875, 0.005340576171875, -0.0086669921875, -0.0003376007080078125, 0.005096435546875, 0.014404296875, -0.0070495605...
[ 77879, 4657, 2601, 2146, 563, 4904, 55516, 41201, 10644, 136, 32354, 138256, 7, 5443, 1419, 22460, 229815, 1238, 3742, 30019, 21176, 52629, 137432, 100, 40858, 4488, 678, 919, 29908, 24503, 7844, 15490, 50986, 16498, 11814, 44160, 903, 123309...
[ 0.1954345703125, 0.0748291015625, 0.1549072265625, 0.146728515625, 0.1082763671875, 0.1773681640625, 0.172607421875, 0.2181396484375, 0.203125, 0.103271484375, 0.1690673828125, 0.2022705078125, 0.0015869140625, 0.09869384765625, 0.08489990234375, 0.1395263671875, 0.2294921875, 0.04...
embed
27250994_c0
27250994
fsharp
0
Title: Canopy - Working With Select Lists Problem title: Canopy - Working With Select Lists Tags: f%23, canopy-web-testing, selenium-webdriver Problem: Canopy - Working With Select Lists I have just started working with Canopy and am struggling with select lists. I know you can set the selected item by value by doing: ...
Canopy - Working With Select Lists Canopy - Working With Select Lists f%23 canopy-web-testing selenium-webdriver Canopy Working Select Lists Canopy - Working With Select Lists I have just started working with Canopy and am struggling with select lists. I know you can set the selected item by value by doing: However, ho...
[ 0.0079345703125, -0.00089263916015625, -0.01397705078125, 0.01239013671875, -0.02490234375, -0.0286865234375, 0.0021820068359375, -0.0003871917724609375, 0.00567626953125, 0.00994873046875, 0.00439453125, -0.00439453125, -0.01129150390625, 0.007080078125, 0.0101318359375, -0.0048828125...
[ 4171, 2146, 53, 27985, 17106, 51620, 32036, 831, 14051, 6954, 34894, 53208, 33926, 20697, 237875, 36849, 5303, 5423, 133291, 35735, 34292, 20594, 3642, 2806, 653, 927, 12830, 390, 7986, 209806 ]
[ 0.105224609375, 0.1641845703125, 0.159912109375, 0.0849609375, 0.109130859375, 0.2052001953125, 0.2093505859375, 0.0271148681640625, 0.022979736328125, 0.0743408203125, 0.068603515625, 0.1085205078125, 0.105712890625, 0.0625, 0.06951904296875, 0.177734375, 0.1827392578125, 0.130493...
embed
56604085_c0
56604085
fsharp
0
Title: Removing nested matches in F#? Problem title: Removing nested matches in F#? Tags: f%23, pattern-matching Problem: Removing nested matches in F#? Suppose I have types like this: type C = | W of int | Z of int type B = { C : C D : int } type A = | X of int | Y of B And I would like to do something for the Z case ...
Removing nested matches in F#? Removing nested matches in F#? f%23 pattern-matching Removing b.C Removing nested matches in F#? Suppose I have types like this: And I would like to do something for the Z case only : Is there a way to achieve this in a single match ? Can this be made more concise?
[ -0.018798828125, 0.004852294921875, 0.01190185546875, 0.0126953125, 0.0101318359375, -0.004547119140625, -0.00885009765625, -0.0101318359375, 0.0223388671875, -0.004486083984375, 0.0093994140625, 0.0150146484375, 0.00180816650390625, -0.010498046875, 0.01025390625, -0.00994873046875, ...
[ 853, 432, 6496, 8512, 71, 14858, 90, 23, 563, 4904, 1238, 3949, 3742, 103510, 98753, 876, 5, 441, 52895, 903, 1884, 9844, 567, 7225, 4734, 3917, 69307, 11001, 318 ]
[ 0.049407958984375, 0.121826171875, 0.057220458984375, 0.240234375, 0.1422119140625, 0.219970703125, 0.110595703125, 0.0469970703125, 0.1571044921875, 0.2047119140625, 0.09661865234375, 0.0234527587890625, 0.1014404296875, 0.1358642578125, 0.1802978515625, 0.078369140625, 0.0222473144...
embed
20318767_c0
20318767
fsharp
0
Title: F# Quadruple Double Function Problem title: F# Quadruple Double Function Tags: f%23 Problem: F# Quadruple Double Function According to the TryF#.org site this function below returns quadruple of the number entered. let quadruple x = let double x = x * 2 double(double(x)) Can anyone explain why as I interpret it ...
F# Quadruple Double Function F# Quadruple Double Function f%23 Quadruple Double F# Quadruple Double Function According to the TryF#.org site this function below returns quadruple of the number entered. Can anyone explain why as I interpret it as like follows? Quadruple doesn't perform any mutation or multiple calls. or...
[ 0.0133056640625, 0.0019989013671875, 0.003814697265625, 0.00811767578125, 0.00714111328125, 0.0205078125, -0.0087890625, -0.00439453125, 0.0068359375, -0.00323486328125, -0.00775146484375, 0.0025634765625, -0.019775390625, 0.010986328125, 0.0341796875, -0.004302978515625, 0.013244628...
[ 563, 4904, 83227, 9167, 133, 107172, 28670, 10763, 1238, 3949, 3742, 40858, 919, 1478, 903, 32354, 35064, 30646, 7, 2799, 186514, 111, 14012, 30957, 297, 4171, 35672, 73342, 15400, 29481, 442, 28960, 22027, 18, 51339, 2499, 199334, 48716, 1...
[ 0.1435546875, 0.20458984375, 0.201171875, 0.20751953125, 0.2269287109375, 0.1827392578125, 0.1693115234375, 0.0199737548828125, 0.122802734375, 0.1080322265625, 0.1966552734375, 0.1484375, 0.0914306640625, 0.07269287109375, 0.0845947265625, 0.212890625, 0.22802734375, 0.18957519531...
embed
29548201_c0
29548201
fsharp
0
Title: Not Function And Function Composition in F# Problem title: Not Function And Function Composition in F# Tags: functional-programming, function-composition, function, f%23, lambda Problem: Not Function And Function Composition in F# Is it possible it F# to have function composition between Operators.Not and some s...
Not Function And Function Composition in F# Not Function And Function Composition in F# functional-programming function-composition function f%23 lambda Not Composition Operators.Not String.IsNullOrEmpty Not Function And Function Composition in F# Is it possible it F# to have function composition between Operators.Not ...
[ -0.01031494140625, 0.000347137451171875, 0.02001953125, 0.018310546875, -0.0177001953125, 0.0172119140625, 0.01531982421875, 0.0010986328125, 0.00147247314453125, 0.01275634765625, -0.015625, 0.0150146484375, 0.0167236328125, 0.00518798828125, 0.0186767578125, -0.01708984375, -0.0027...
[ 11205, 28670, 10763, 3493, 3288, 40322, 23, 563, 4904, 123309, 28966, 32354, 277, 1238, 3949, 3742, 21, 6492, 85, 150922, 122116, 23351, 214, 29598, 18444, 1181, 19060, 134332, 939, 7722, 442, 765, 166577, 17721, 136, 5570, 6, 17777, 15400,...
[ 0.2127685546875, 0.16064453125, 0.06134033203125, 0.138427734375, 0.140380859375, 0.1845703125, 0.01800537109375, 0.1126708984375, 0.1700439453125, 0.1370849609375, 0.0435791015625, 0.1817626953125, 0.1033935546875, 0.04620361328125, 0.004913330078125, 0.1016845703125, 0.030853271484...
embed
65332693_c0
65332693
fsharp
0
Title: Unable to cast C# object in F# type Problem title: Unable to cast C# object in F# type Tags: f%23, c%23, c%23-to-f%23 Problem: Unable to cast C# object in F# type I have the following declaration in F#: type ConstArg = | Bool of bool | CharArray of char[] member Lambda (ConstArg : ConstArg[]) = ... In C#, I have...
Unable to cast C# object in F# type Unable to cast C# object in F# type f%23 c%23 c%23-to-f%23 Unable ConstArg Bool CharArray Lambda Unable to cast C# object in F# type I have the following declaration in F#: In C#, I have constructed a char[] array of two values: I do want to call .Lambda(list) but I am unable to conv...
[ 0.00982666015625, 0.00970458984375, 0.0101318359375, 0.00543212890625, 0.0262451171875, -0.01226806640625, -0.01385498046875, 0.01531982421875, 0.00433349609375, 0.0140380859375, 0.0118408203125, -0.0283203125, -0.000362396240234375, 0.0179443359375, -0.024169921875, -0.016357421875, ...
[ 992, 2886, 47, 37702, 313, 4904, 36746, 563, 10644, 23, 1238, 3742, 27495, 188, 420, 1657, 271, 7614, 177, 2460, 929, 21656, 7092, 122930, 85, 70, 25632, 21635, 64549, 21441, 10298, 53, 111, 6626, 142424, 3444, 11782, 2729, 6492, 6562, ...
[ 0.04205322265625, 0.1700439453125, 0.061309814453125, 0.1951904296875, 0.057586669921875, 0.235107421875, 0.1890869140625, 0.133544921875, 0.1544189453125, 0.02069091796875, 0.078369140625, 0.045867919921875, 0.044891357421875, 0.080810546875, 0.0643310546875, 0.0963134765625, 0.1107...
embed
38283457_c0
38283457
fsharp
0
Title: array concatenation in F# Problem title: array concatenation in F# Tags: math.net, f%23, mathnet-numerics Problem: array concatenation in F# Are there any analogs to Matlab's horzcat () and vertcat () functions in F#? Because what I'm doing now seems asinine. There is a related question here but it seems pretty ...
array concatenation in F# array concatenation in F# math.net f%23 mathnet-numerics Array.init DenseMatrix.init math.net array concatenation in F# Are there any analogs to Matlab's horzcat () and vertcat () functions in F#? Because what I'm doing now seems asinine. There is a related question here but it seems pretty da...
[ 0.01324462890625, 0.015380859375, 0.00408935546875, 0.0074462890625, -0.005340576171875, -0.02978515625, -0.00125885009765625, 0.0118408203125, 0.01458740234375, -0.01068115234375, -0.0030517578125, -0.0035400390625, -0.00335693359375, -0.0025177001953125, -0.02099609375, -0.0302734375...
[ 10298, 53, 158, 4460, 33, 2320, 563, 4904, 23, 48909, 1179, 1238, 3742, 56, 69253, 1575, 184, 87427, 2499, 60223, 47, 7656, 6114, 3328, 169, 136, 24732, 32354, 20594, 5036, 37202, 8144, 13, 5, 2271, 4488, 4734, 79259 ]
[ 0.1846923828125, 0.1385498046875, 0.1170654296875, 0.21826171875, 0.127685546875, 0.0168304443359375, 0.1466064453125, 0.1978759765625, 0.039794921875, 0.052734375, 0.1605224609375, 0.06268310546875, 0.025604248046875, 0.0025634765625, 0.1591796875, 0.161376953125, 0.07763671875, 0...
embed
1586188_c1
1586188
fsharp
1
straightforward to implement imperatively, but functionally? This is functional, but take list not seq (wanted). //('a * float) list -> 'a let randomPick probList = let sum = Seq.fold (fun s dir -> s + snd dir) 0.0 probList let random = (new Random()).NextDouble() * sum let rec pick_aux p list = match p, list with | g...
straightforward to implement imperatively, but functionally? This is functional, but take list not seq (wanted). //('a * float) list -> 'a let randomPick probList = let sum = Seq.fold (fun s dir -> s + snd dir) 0.0 probList let random = (new Random()).NextDouble() * sum let rec pick_aux p list = match p, list with | g...
[ -0.01806640625, -0.0024566650390625, 0.03173828125, -0.012939453125, -0.015625, 0.0157470703125, 0.0010528564453125, -0.01556396484375, 0.00042724609375, -0.025634765625, 0.01251220703125, 0.032958984375, -0.01263427734375, -0.007354736328125, 0.0140380859375, 0.0029754638671875, -0....
[ 80560, 2472, 19364, 47, 29479, 222530, 21286, 1284, 123309, 538, 3293, 83, 5646, 5303, 959, 40, 864, 3206, 3674, 4666, 11, 661, 21917, 257, 2633, 96759, 683, 41113, 43011, 154663, 10554, 503, 42822, 16498, 91, 5402, 997, 2208, 89678, 3964...
[ 0.1351318359375, 0.1611328125, 0.1683349609375, 0.023681640625, 0.251953125, 0.2919921875, 0.133544921875, 0.06817626953125, 0.2454833984375, 0.0867919921875, 0.1077880859375, 0.03094482421875, 0.1473388671875, 0.232421875, 0.0931396484375, 0.1116943359375, 0.2236328125, 0.12121582...
embed
45266176_c0
45266176
fsharp
0
Title: Fsharp : Array contain Tuples Problem title: Fsharp : Array contain Tuples Tags: f%23 Problem: Fsharp : Array contain Tuples open System type Point(X:int,Y:int) = member this.x = X member this.y = Y let fib = seq { for i in 1..10 do yield Point(1,2) } fib |> printf("%A") Console.ReadLine() |> ignore And result w...
Fsharp : Array contain Tuples Fsharp : Array contain Tuples f%23 Fsharp Array Tuples System Point X:int Y:int this.x this.y Console.ReadLine File1 Fsharp : Array contain Tuples And result when I run code : Why it's string not numbers ? Thank you very much.
[ 0.032470703125, 0.0068359375, -0.0062255859375, 0.02783203125, -0.01080322265625, -0.015380859375, 0.006927490234375, 0.0164794921875, 0.0006103515625, -0.01287841796875, -0.00494384765625, 0.0157470703125, -0.001983642578125, 0.01177978515625, 0.00848388671875, 0.00136566162109375, ...
[ 563, 89280, 254, 69253, 53, 70541, 1371, 99726, 152, 1238, 3949, 3742, 12353, 41097, 1193, 4288, 990, 903, 425, 40777, 31345, 93232, 42724, 16750, 11675, 18151, 44084, 442, 79315, 959, 101935 ]
[ 0.1341552734375, 0.2000732421875, 0.1910400390625, 0.1600341796875, 0.109619140625, 0.176513671875, 0.133544921875, 0.23828125, 0.0147857666015625, 0.0694580078125, 0.0467529296875, 0.127685546875, 0.128662109375, 0.115966796875, 0.040008544921875, 0.1141357421875, 0.0838623046875, ...
embed
13352464_c0
13352464
fsharp
0
Title: TcpClient.ConnectAsync or BeginConnect/EndConnect in F# async workflow Problem title: TcpClient.ConnectAsync or BeginConnect/EndConnect in F# async workflow Tags: asynchronous, f%23 Problem: TcpClient.ConnectAsync or BeginConnect/EndConnect in F# async workflow TcpClient.ConnectAsync is a Task, which doesn't wor...
TcpClient.ConnectAsync or BeginConnect/EndConnect in F# async workflow TcpClient.ConnectAsync or BeginConnect/EndConnect in F# async workflow asynchronous f%23 TcpClient.ConnectAsync BeginConnect EndConnect TcpClient.ConnectAsync or BeginConnect/EndConnect in F# async workflow TcpClient.ConnectAsync is a Task, which do...
[ -0.00007486343383789062, 0.00160980224609375, 0.004852294921875, -0.01422119140625, -0.0166015625, -0.031982421875, -0.0220947265625, 0.0086669921875, -0.005126953125, -0.01519775390625, 0.0198974609375, 0.0103759765625, 0.00604248046875, -0.01708984375, -0.00087738037109375, 0.0016174...
[ 384, 121422, 441, 150, 2517, 235603, 284, 12654, 238, 707, 121427, 64, 152378, 563, 4904, 4488, 118664, 23, 10, 101966, 1238, 3742, 18878, 9598, 92, 18, 12301, 678, 5351, 132283, 6183, 8781, 4537, 3917, 4527, 40101, 62, 32354, 1295 ]
[ 0.03515625, 0.1553955078125, 0.06988525390625, 0.1861572265625, 0.1383056640625, 0.2120361328125, 0.04913330078125, 0.25634765625, 0.1558837890625, 0.0428466796875, 0.2298583984375, 0.099609375, 0.218017578125, 0.08544921875, 0.1640625, 0.11376953125, 0.2291259765625, 0.01159667968...
embed
28928397_c0
28928397
fsharp
0
Title: In F# what is the difference between float [] and float list? Problem title: In F# what is the difference between float [] and float list? Tags: f%23, list, arrays Problem: In F# what is the difference between float [] and float list? The compiler is indicating "This expression was expected to have type float []...
In F# what is the difference between float [] and float list? In F# what is the difference between float [] and float list? f%23 list arrays In F# what is the difference between float [] and float list? The compiler is indicating "This expression was expected to have type float [] but here has type float list". I thoug...
[ 0.0269775390625, -0.00054931640625, -0.011474609375, -0.0062255859375, 0.000698089599609375, 0.00213623046875, -0.005279541015625, -0.00665283203125, -0.003265380859375, 0.0238037109375, 0.00025177001953125, -0.0101318359375, 0.0042724609375, -0.00836181640625, -0.0024261474609375, -0....
[ 563, 4904, 2367, 70, 60212, 17721, 21917, 257, 378, 268, 136, 5303, 360, 1238, 3949, 3742, 10298, 4778, 9969, 34759, 114141, 73243, 125195, 84751, 765, 10644, 1284, 3688, 1556, 17569, 1065, 6002, 86531, 18151, 75220, 27781, 139392, 18499, 3...
[ 0.1475830078125, 0.225341796875, 0.03216552734375, 0.051300048828125, 0.1982421875, 0.10552978515625, 0.2437744140625, 0.157958984375, 0.1085205078125, 0.0767822265625, 0.095947265625, 0.240966796875, 0.0224151611328125, 0.1265869140625, 0.0408935546875, 0.17041015625, 0.107177734375...
embed
64812041_c0
64812041
fsharp
0
Title: F#: how to satisfy IStructuralEquatable requirement when implementing an exception with a signature file? Problem title: F#: how to satisfy IStructuralEquatable requirement when implementing an exception with a signature file? Tags: f%23, compiler-errors, exception Problem: F#: how to satisfy IStructuralEquatabl...
F#: how to satisfy IStructuralEquatable requirement when implementing an exception with a signature file? F#: how to satisfy IStructuralEquatable requirement when implementing an exception with a signature file? f%23 compiler-errors exception TestException IStructuralEquatable ExceptionType System.Collections.IStructur...
[ 0.010498046875, 0.030517578125, -0.015869140625, -0.00518798828125, -0.005584716796875, -0.005035400390625, 0.01177978515625, 0.00286865234375, 0.026611328125, 0.04296875, -0.006622314453125, 0.006103515625, 0.0003662109375, -0.0006561279296875, 0.01513671875, -0.000583648681640625, ...
[ 563, 4904, 3642, 40407, 15744, 9774, 73317, 647, 90065, 2886, 64209, 29479, 131527, 678, 138256, 11435, 1238, 3949, 3742, 9969, 34759, 188800, 8647, 19279, 63928, 5443, 196707, 12353, 8996, 9956, 420, 172, 50986, 104250, 6954, 3355, 17447, 18...
[ 0.0772705078125, 0.1302490234375, 0.0189971923828125, 0.1229248046875, 0.0633544921875, 0.11376953125, 0.1217041015625, 0.040191650390625, 0.17041015625, 0.110595703125, 0.0888671875, 0.1080322265625, 0.203125, 0.06268310546875, 0.1693115234375, 0.154541015625, 0.08428955078125, 0....
embed
15155718_c0
15155718
fsharp
0
Title: Flexible type and generic parameters Problem title: Flexible type and generic parameters Tags: f%23, flexible-type Problem: Flexible type and generic parameters I wonder why the second line telling me that the flexible type has been constrained. Obviously one can go around it, but is there some lesson to take fr...
Flexible type and generic parameters Flexible type and generic parameters f%23 flexible-type Flexible DataTable FromObjArray Flexible type and generic parameters I wonder why the second line telling me that the flexible type has been constrained. Obviously one can go around it, but is there some lesson to take from thi...
[ 0.015625, 0.007354736328125, -0.006378173828125, 0.005615234375, -0.00634765625, -0.0184326171875, -0.0130615234375, 0.0341796875, 0.005279541015625, -0.0196533203125, -0.013916015625, -0.034423828125, 0.00007772445678710938, 0.01007080078125, -0.0283203125, -0.0306396484375, 0.01184...
[ 180842, 2661, 10644, 136, 189534, 171859, 1238, 3949, 3742, 110677, 50986, 11809, 618, 2886, 28090, 46471, 170, 7614, 7092, 32195, 15400, 17932, 13315, 128219, 1556, 2809, 158, 9297, 122009, 686, 831, 738, 10932, 199, 1681, 1295, 903 ]
[ 0.175048828125, 0.1304931640625, 0.2130126953125, 0.0413818359375, 0.178466796875, 0.16552734375, 0.013946533203125, 0.00445556640625, 0.07562255859375, 0.260009765625, 0.15185546875, 0.056243896484375, 0.061767578125, 0.140380859375, 0.08203125, 0.07666015625, 0.039031982421875, 0...
embed
18457725_c0
18457725
fsharp
0
Title: Random Number with a predefined width in F# Problem title: Random Number with a predefined width in F# Tags: f%23 Problem: Random Number with a predefined width in F# How can I defined the width of a random number? let randomNumber = System.Random() let randomBarcodePart2 = randomNumber.Next(**000000, 999999**) ...
Random Number with a predefined width in F# Random Number with a predefined width in F# f%23 Random Number System.Random randomBarcodePart2 randomNumber.Next Random Number with a predefined width in F# How can I defined the width of a random number? I have this now, but is it possible to generate a random number, where...
[ 0.002471923828125, 0.0164794921875, 0.0029449462890625, 0.001129150390625, 0.00836181640625, 0.007293701171875, 0.00634765625, -0.01385498046875, 0.00762939453125, -0.00701904296875, 0.0089111328125, -0.0096435546875, -0.0177001953125, 0.01611328125, 0.032470703125, -0.001678466796875,...
[ 39643, 306, 103332, 678, 1653, 13, 5983, 297, 146984, 23, 563, 4904, 1238, 3742, 12353, 126525, 3815, 96759, 25267, 40899, 58229, 304, 18444, 26278, 81280, 11249, 831, 87, 61924, 71, 70, 111, 14012, 765, 903, 5036, 1284, 83, 7722, 139392,...
[ 0.1510009765625, 0.1053466796875, 0.1478271484375, 0.052825927734375, 0.144775390625, 0.08892822265625, 0.176513671875, 0.000457763671875, 0.252197265625, 0.049713134765625, 0.135986328125, 0.19580078125, 0.090087890625, 0.115478515625, 0.0826416015625, 0.06787109375, 0.093994140625,...
embed