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
39998161_c0
39998161
fsharp
0
Title: using List.collect f# Problem title: using List.collect f# Tags: .net, f%23, functional-programming Problem: using List.collect f# I am trying to define a function which takes two lists and combines them using List.collect. let concat xs xs' = let concatList = List.collect xs xs' printfn "%A" concatList concat [...
using List.collect f# using List.collect f# .net f%23 functional-programming List.collect using List.collect f# I am trying to define a function which takes two lists and combines them using List.collect. I get the error message: FS0001: This expression was expected to have type ''a-> 'b list' but here has type ''c lis...
[ 0.020263671875, 0.0157470703125, 0.006988525390625, 0.0159912109375, 0.0003032684326171875, 0.0120849609375, -0.001190185546875, -0.006622314453125, 0.01318359375, -0.0189208984375, 0.0198974609375, 0.0013580322265625, 0.0067138671875, 0.00701904296875, 0.0023651123046875, -0.013549804...
[ 17368, 32036, 5, 196352, 1238, 4904, 1179, 3742, 123309, 28966, 31577, 61924, 32354, 51776, 6626, 5303, 70163, 2856, 18499, 26008, 93774, 188735, 3293, 125195, 509, 84751, 10644, 11, 103607, 275, 1284, 3688, 1556, 238, 132283, 171859, 8562, 4...
[ 0.0628662109375, 0.22119140625, 0.0465087890625, 0.272705078125, 0.107666015625, 0.19873046875, 0.1158447265625, 0.1181640625, 0.169677734375, 0.1265869140625, 0.06597900390625, 0.1666259765625, 0.2012939453125, 0.1083984375, 0.1561279296875, 0.2335205078125, 0.1837158203125, 0.012...
embed
72888915_c0
72888915
fsharp
0
Title: F# bind option and a task Problem title: F# bind option and a task Tags: c%23-to-f%23, f%23, .net-core Problem: F# bind option and a task I want to to replicate the following C# code: var things = url is null ? null : await GetThings(url); What I got is: task { match urlOption with | None -> return None | Some u...
F# bind option and a task F# bind option and a task c%23-to-f%23 f%23 .net-core GetThings None Some this.GetThings F# bind option and a task I want to to replicate the following C# code: What I got is: I excpected to be able to do something like: Am I missing some operator declarations? Probably, but do I need to write...
[ -0.00787353515625, 0.01239013671875, 0.0174560546875, -0.0198974609375, -0.006103515625, -0.00469970703125, 0.0233154296875, -0.025146484375, 0.0159912109375, -0.0145263671875, 0.0052490234375, -0.011474609375, -0.0203857421875, 0.0101318359375, 0.0135498046875, 0.01373291015625, 0.0...
[ 563, 4904, 68557, 35829, 136, 66211, 10, 27495, 188, 420, 3742, 1238, 1179, 30854, 20779, 20800, 5180, 438, 86, 31384, 903, 724, 126, 3444, 143126, 67, 25632, 18151, 4163, 1119, 1081, 19048, 1884, 132283, 39933, 21635, 5256, 17105, 33022, ...
[ 0.119873046875, 0.2208251953125, 0.24951171875, 0.2254638671875, 0.09521484375, 0.2159423828125, 0.0214691162109375, 0.07568359375, 0.1126708984375, 0.0791015625, 0.0755615234375, 0.06365966796875, 0.0823974609375, 0.1217041015625, 0.1187744140625, 0.1328125, 0.169921875, 0.0819091...
embed
4335866_c0
4335866
fsharp
0
Title: How to declare a generic function returning a type satisfying multiple constraints in F#? Problem title: How to declare a generic function returning a type satisfying multiple constraints in F#? Tags: f%23, generics Problem: How to declare a generic function returning a type satisfying multiple constraints in F#...
How to declare a generic function returning a type satisfying multiple constraints in F#? How to declare a generic function returning a type satisfying multiple constraints in F#? f%23 generics How Choice1 Choice2 How to declare a generic function returning a type satisfying multiple constraints in F#? What I am trying...
[ -0.000530242919921875, -0.0147705078125, -0.00128173828125, 0.01214599609375, -0.01007080078125, -0.00775146484375, -0.0189208984375, -0.005859375, 0.0186767578125, 0.006622314453125, -0.00225830078125, -0.0177001953125, 0.0079345703125, -0.016845703125, 0.0026397705078125, -0.00185394...
[ 11249, 159978, 189534, 32354, 30646, 10644, 40407, 48716, 158, 2816, 4288, 563, 4904, 47, 38543, 23, 1238, 3742, 181948, 418, 304, 214, 18622, 19201, 959, 9969, 1340, 34759, 186992, 831, 18, 96760, 136, 335, 618 ]
[ 0.06072998046875, 0.219970703125, 0.26611328125, 0.20947265625, 0.16259765625, 0.1998291015625, 0.138671875, 0.18798828125, 0.090576171875, 0.1805419921875, 0.1119384765625, 0.115234375, 0.195068359375, 0.00555419921875, 0.03057861328125, 0.034637451171875, 0.05255126953125, 0.1162...
embed
44877506_c0
44877506
fsharp
0
Title: Writing to mutable property for a struct record is not allowed in F#. Why? Problem title: Writing to mutable property for a struct record is not allowed in F#. Why? Tags: f%23 Problem: Writing to mutable property for a struct record is not allowed in F#. Why? When I have the following code: [<Struct>] type Perso...
Writing to mutable property for a struct record is not allowed in F#. Why? Writing to mutable property for a struct record is not allowed in F#. Why? f%23 Writing Why Struct Person FirstName:string LastName FirstName John Connor john.FirstName Sarah Writing to mutable property for a struct record is not allowed in F#. ...
[ 0.00038909912109375, 0.01312255859375, 0.01434326171875, -0.01708984375, 0.00970458984375, 0.0089111328125, -0.0162353515625, 0.00086212158203125, 0.00457763671875, 0.01397705078125, -0.00116729736328125, 0.041748046875, 0.0166015625, 0.00167083740234375, 0.026611328125, -0.01055908203...
[ 213185, 47, 842, 22819, 57266, 100, 36716, 17164, 959, 107003, 23, 563, 4904, 44084, 83, 1238, 3742, 63667, 15390, 15270, 23972, 163612, 91693, 21672, 4939, 1657, 13665, 44582, 765, 18151, 9969, 34759, 186992, 34292, 8110, 12989, 31158, 13, ...
[ 0.2113037109375, 0.09832763671875, 0.1690673828125, 0.2117919921875, 0.205322265625, 0.0262603759765625, 0.231689453125, 0.1650390625, 0.1004638671875, 0.152099609375, 0.034149169921875, 0.123291015625, 0.204345703125, 0.111572265625, 0.01092529296875, 0.0638427734375, 0.125244140625...
embed
28092811_c0
28092811
fsharp
0
Title: Creating a function that works for all numeric primitives Problem title: Creating a function that works for all numeric primitives Tags: f%23 Problem: Creating a function that works for all numeric primitives I am writing an assembly with some functionality that is intended to work with numeric primitives, i.e. ...
Creating a function that works for all numeric primitives Creating a function that works for all numeric primitives f%23 Creating List.map List.rev List.map2 Creating a function that works for all numeric primitives I am writing an assembly with some functionality that is intended to work with numeric primitives, i.e. ...
[ 0.005157470703125, 0.01556396484375, 0.00775146484375, 0.0164794921875, 0.0244140625, 0.019287109375, 0.00043487548828125, -0.0166015625, 0.0098876953125, -0.0198974609375, -0.000591278076171875, -0.00543212890625, -0.009033203125, 0.00836181640625, -0.004425048828125, 0.019775390625, ...
[ 56781, 1916, 32354, 450, 43240, 100, 756, 54744, 238, 128489, 90, 1238, 3949, 3742, 32036, 62346, 65381, 304, 32562, 89845, 38526, 123309, 179140, 4488, 678, 17, 21917, 257, 23, 18, 32380, 2749, 51776, 6626, 40, 26513, 74481, 51042, 83080, ...
[ 0.167236328125, 0.019775390625, 0.2548828125, 0.014556884765625, 0.1553955078125, 0.162109375, 0.16015625, 0.193115234375, 0.05816650390625, 0.252197265625, 0.03985595703125, 0.052337646484375, 0.00177001953125, 0.1085205078125, 0.1636962890625, 0.1380615234375, 0.180419921875, 0.1...
embed
69175648_c0
69175648
fsharp
0
Title: Elementwise addition of lists in F# Problem title: Elementwise addition of lists in F# Tags: f%23, list, addition Problem: Elementwise addition of lists in F# I'm trying to figure out how to do elementwise multiplication of two lists in F#. Example: [1;2;3]+[1;2;3;4]=[2;4;6;4]. I'm quite a newbie and still strug...
Elementwise addition of lists in F# Elementwise addition of lists in F# f%23 list addition Elementwise list_1 list_2 Elementwise addition of lists in F# I'm trying to figure out how to do elementwise multiplication of two lists in F#. Example: [1;2;3]+[1;2;3;4]=[2;4;6;4]. I'm quite a newbie and still struggle with the ...
[ -0.007598876953125, 0.007568359375, -0.009521484375, 0.01129150390625, -0.01031494140625, 0.0159912109375, 0.0028228759765625, 0.00567626953125, 0.0037689208984375, -0.038818359375, 0.010498046875, 0.0050048828125, -0.00836181640625, 0.031494140625, -0.015869140625, -0.0244140625, 0....
[ 48325, 90825, 66044, 111, 5303, 7, 23, 563, 4904, 1238, 3949, 3742, 115187, 304, 31577, 26366, 3642, 54, 12830, 127664, 1363, 6626, 89536, 68252, 74, 96386, 1328, 418, 363, 617, 910, 32233, 9014, 151994, 6002, 86531, 18151, 9790, 8337, 16...
[ 0.2032470703125, 0.2435302734375, 0.2047119140625, 0.035797119140625, 0.2493896484375, 0.0775146484375, 0.057159423828125, 0.179443359375, 0.2230224609375, 0.1273193359375, 0.04931640625, 0.16064453125, 0.0655517578125, 0.114501953125, 0.04632568359375, 0.07073974609375, 0.0361938476...
embed
63746816_c1
63746816
fsharp
1
, but can it be done with collection functions? The next option I was thinking about is to get rid of the queue and use a circular buffer, but since the code is run on a part of the buffer (the last 'length' items), I'd have to handle the wrap around part; I guess I could extend the buffer to the size of a power of 2 a...
, but can it be done with collection functions? The next option I was thinking about is to get rid of the queue and use a circular buffer, but since the code is run on a part of the buffer (the last 'length' items), I'd have to handle the wrap around part; I guess I could extend the buffer to the size of a power of 2 a...
[ -0.01104736328125, 0.039794921875, 0.017822265625, 0.0203857421875, -0.02490234375, 0.007720947265625, 0.0022125244140625, -0.0081787109375, 0.0130615234375, -0.02392578125, 0.00787353515625, 0.020263671875, 0.032958984375, -0.011474609375, 0.0026702880859375, 0.012451171875, -0.0109...
[ 831, 442, 16940, 678, 42486, 32354, 7, 35829, 47644, 2046, 31351, 41, 13388, 4527, 115339, 373, 18234, 18151, 11675, 2831, 4568, 23986, 927, 55769, 34831, 137565, 10932, 65042, 14537, 116, 101038, 6528, 7311, 9655, 54, 70, 6626, 10554, 23, ...
[ 0.069091796875, 0.0237579345703125, 0.10650634765625, 0.1011962890625, 0.263671875, 0.2049560546875, 0.055908203125, 0.07708740234375, 0.03216552734375, 0.016265869140625, 0.09130859375, 0.12841796875, 0.18115234375, 0.02667236328125, 0.1702880859375, 0.0732421875, 0.1893310546875, ...
embed
19739623_c0
19739623
fsharp
0
Title: Array or List of objects in F# Problem title: Array or List of objects in F# Tags: c%23, functional-programming, .net, f%23 Problem: Array or List of objects in F# I have a custom button class derived from Button(): type Game15Button(position:Point) as button = inherit Button() member this.Pozition = position Ho...
Array or List of objects in F# Array or List of objects in F# c%23 functional-programming .net f%23 Array List Game15Button position:Point Button this.Pozition MyButton Size Pozition Point Array or List of objects in F# I have a custom button class derived from Button(): How can I create an array of Game15Button button...
[ 0.0167236328125, 0.00897216796875, 0.0025634765625, -0.0174560546875, 0.00555419921875, -0.000732421875, -0.00933837890625, 0.004302978515625, 0.000629425048828125, -0.01953125, 0.00225830078125, -0.00823974609375, 0.00848388671875, -0.02197265625, -0.01116943359375, -0.03466796875, ...
[ 69253, 53, 707, 32036, 111, 36746, 23, 563, 4904, 3742, 123309, 28966, 1179, 1238, 13547, 1837, 82212, 1507, 19069, 147534, 144037, 903, 7192, 708, 1363, 2646, 80378, 22873, 14, 41097, 7, 114122, 77679, 18507, 16406, 831, 28282, 10298, 2563...
[ 0.1807861328125, 0.1590576171875, 0.06744384765625, 0.123046875, 0.0633544921875, 0.1719970703125, 0.0239715576171875, 0.151123046875, 0.21044921875, 0.0237579345703125, 0.122802734375, 0.06103515625, 0.0640869140625, 0.06036376953125, 0.140380859375, 0.1971435546875, 0.142333984375,...
embed
41591315_c0
41591315
fsharp
0
Title: F# Data http request using Windows credentials Problem title: F# Data http request using Windows credentials Tags: f%23, f%23-data Problem: F# Data http request using Windows credentials I'm trying to get some html from a page hosting by IIS where Windows authentication is enabled. So far I have: open FSharp.Dat...
F# Data http request using Windows credentials F# Data http request using Windows credentials f%23 f%23-data Windows Data FSharp.Data EntryPoint Http.RequestString mywebsite.com Detail.aspx System.Console.ReadLine F# Data http request using Windows credentials I'm trying to get some html from a page hosting by IIS wher...
[ 0.020263671875, 0.015380859375, -0.00016498565673828125, 0.007232666015625, 0.00118255615234375, -0.012451171875, -0.006317138671875, 0.00022792816162109375, -0.0108642578125, -0.0458984375, 0.0126953125, -0.00823974609375, -0.026123046875, 0.0018157958984375, 0, -0.0126953125, -0.00...
[ 563, 4904, 11809, 1621, 50336, 17368, 3773, 10291, 80973, 1238, 3742, 27495, 10135, 93774, 3467, 254, 137989, 357, 15123, 147534, 3062, 75616, 71713, 759, 181628, 5, 277, 88645, 134675, 12353, 40777, 31345, 93232, 7, 31577, 47, 2046, 7693, ...
[ 0.158935546875, 0.209716796875, 0.151611328125, 0.1959228515625, 0.1610107421875, 0.0540771484375, 0.1962890625, 0.1490478515625, 0.1641845703125, 0.1048583984375, 0.09295654296875, 0.0748291015625, 0.1181640625, 0.06707763671875, 0.1566162109375, 0.11865234375, 0.103271484375, 0.0...
embed
25406132_c0
25406132
fsharp
0
Title: Filtering through a given date in f# Problem title: Filtering through a given date in f# Tags: date, f%23, filter Problem: Filtering through a given date in f# I am having trouble filtering some data. I have a a string [] list which has the information shown in the picture I added. What i need to do, is to compa...
Filtering through a given date in f# Filtering through a given date in f# date f%23 filter Filtering Filtering through a given date in f# I am having trouble filtering some data. I have a a string [] list which has the information shown in the picture I added. What i need to do, is to compare, for each of the items in ...
[ 0.0024871826171875, 0.000518798828125, -0.0194091796875, 0.0125732421875, -0.0021209716796875, -0.028076171875, -0.01019287109375, 0.0279541015625, 0.0234375, -0.0076904296875, -0.01123046875, -0.01019287109375, -0.01165771484375, -0.00640869140625, -0.01708984375, -0.00543212890625, ...
[ 128896, 214, 8305, 34475, 5622, 23, 1238, 4904, 3949, 3742, 46312, 63134, 2053, 79315, 5303, 4677, 127887, 49726, 49814, 3871, 69101, 12638, 55769, 9384, 24057, 64, 25590, 108354, 32399, 18908, 166635, 171859, 35839, 8108, 115743, 15700, 38937,...
[ 0.263671875, 0.05224609375, 0.1767578125, 0.1317138671875, 0.208251953125, 0.0518798828125, 0.157470703125, 0.239013671875, 0.03277587890625, 0.1405029296875, 0.2088623046875, 0.0743408203125, 0.117431640625, 0.1734619140625, 0.13525390625, 0.075927734375, 0.03521728515625, 0.13256...
embed
17775590_c0
17775590
fsharp
0
Title: How to convert between F# and C# tuples? Problem title: How to convert between F# and C# tuples? Tags: c%23-to-f%23, f%23 Problem: How to convert between F# and C# tuples? I am writing an F# interop class to be used from C#. I thought that F# had an implicit conversion from .NET Tuple<> type (similar to IEnumera...
How to convert between F# and C# tuples? How to convert between F# and C# tuples? c%23-to-f%23 f%23 How MyClass this.MyMethod Tuple How to convert between F# and C# tuples? I am writing an F# interop class to be used from C#. I thought that F# had an implicit conversion from .NET Tuple<> type (similar to IEnumerable tr...
[ 0.00909423828125, 0.0262451171875, 0.00689697265625, 0.004364013671875, 0.0147705078125, 0.0029449462890625, -0.0252685546875, -0.0093994140625, 0.0047607421875, -0.017578125, -0.007080078125, 0.0101318359375, -0.007232666015625, 0.048095703125, 0.006103515625, 0.00147247314453125, -...
[ 11249, 47, 96760, 17721, 563, 4904, 136, 313, 370, 99726, 501, 27495, 188, 420, 3742, 1238, 2646, 140803, 903, 31852, 78572, 7352, 1371, 8705, 32562, 1940, 2146, 18507, 11814, 1295, 165164, 142477, 17777, 10644, 75536, 2606, 2886, 191607, 4...
[ 0.05499267578125, 0.04052734375, 0.1884765625, 0.13916015625, 0.1436767578125, 0.2222900390625, 0.1314697265625, 0.08355712890625, 0.1514892578125, 0.2626953125, 0.003570556640625, 0.0938720703125, 0.0833740234375, 0.093017578125, 0.05523681640625, 0.0908203125, 0.051727294921875, ...
embed
10506618_c0
10506618
fsharp
0
Title: Stub a record in F# Problem title: Stub a record in F# Tags: f%23, nsubstitute Problem: Stub a record in F# Since F# records are really sealed classes, i cannot stub a record type. Is there an attribute i can put on a record in F# so that it is not compiled as sealed so that i can stub the record? type Quote = {...
Stub a record in F# Stub a record in F# f%23 nsubstitute Stub Quote a:string Substitute.For Stub a record in F# Since F# records are really sealed classes, i cannot stub a record type. Is there an attribute i can put on a record in F# so that it is not compiled as sealed so that i can stub the record? this throws And i...
[ -0.01080322265625, 0.007568359375, 0.00811767578125, -0.0126953125, -0.00579833984375, -0.014892578125, 0.0123291015625, 0.021484375, -0.00970458984375, 0.00872802734375, -0.0269775390625, 0.0262451171875, -0.00933837890625, 0.01385498046875, 0.0166015625, 0.0089111328125, 0.00085830...
[ 26085, 275, 10, 17164, 23, 563, 4904, 1238, 3949, 3742, 653, 209828, 67, 109216, 91693, 8273, 13480, 115923, 6183, 28704, 297, 61112, 17, 53418, 6, 136057, 10644, 150380, 13, 831, 3884, 98, 442, 959, 5974, 237, 903, 104250, 2174, 193844, ...
[ 0.2314453125, 0.2012939453125, 0.07354736328125, 0.2469482421875, 0.0889892578125, 0.166748046875, 0.2303466796875, 0.093994140625, 0.040130615234375, 0.1275634765625, 0.0172882080078125, 0.2308349609375, 0.06951904296875, 0.1593017578125, 0.14794921875, 0.096923828125, 0.17199707031...
embed
35790641_c0
35790641
fsharp
0
Title: Is there a way to effectively use reactjs with WebSharper Problem title: Is there a way to effectively use reactjs with WebSharper Tags: funscript, f%23, type-providers, websharper Problem: Is there a way to effectively use reactjs with WebSharper I am currently exploring websharper. However, the UI.Next API see...
Is there a way to effectively use reactjs with WebSharper Is there a way to effectively use reactjs with WebSharper funscript f%23 type-providers websharper WebSharper Is there a way to effectively use reactjs with WebSharper I am currently exploring websharper. However, the UI.Next API seems kind of sluggish. Albeit, ...
[ -0.025390625, 0.030517578125, 0.00762939453125, -0.01611328125, -0.00750732421875, 0.0013275146484375, -0.01483154296875, 0.00628662109375, -0.0026702880859375, -0.0294189453125, -0.00115203857421875, 0.00018978118896484375, -0.01275634765625, -0.00009965896606445312, 0.0026092529296875,...
[ 2071, 2685, 3917, 191984, 4527, 131300, 28175, 678, 4002, 294, 3467, 1264, 10, 7477, 32032, 3742, 10644, 93136, 1467, 89280, 24649, 111481, 81280, 61687, 8562, 13584, 16680, 195935, 47644, 38352, 71985, 122399, 1431, 123309, 4331, 5608, 6782, ...
[ 0.03753662109375, 0.039642333984375, 0.09710693359375, 0.194580078125, 0.1629638671875, 0.2293701171875, 0.2724609375, 0.126220703125, 0.12841796875, 0.042572021484375, 0.179443359375, 0.227783203125, 0.009796142578125, 0.0997314453125, 0.172119140625, 0.060455322265625, 0.1160888671...
embed
9786589_c0
9786589
fsharp
0
Title: Find first argument in map Problem title: Find first argument in map Tags: f%23 Problem: Find first argument in map I keep practicing my F# skills on Project Euler. While doing problem 19 (a drastic anticlimax after the cool problem 18 ) I found myself in need of performing a modulo 7 operation on a list of numb...
Find first argument in map Find first argument in map f%23 Find List.map Find first argument in map I keep practicing my F# skills on Project Euler. While doing problem 19 (a drastic anticlimax after the cool problem 18 ) I found myself in need of performing a modulo 7 operation on a list of numbers. I tried this: And ...
[ -0.00469970703125, 0.0130615234375, 0.0228271484375, 0.0026397705078125, 0.00014495849609375, 0.0206298828125, 0.01953125, 0.0064697265625, 0.007415771484375, -0.045166015625, 0.0145263671875, -0.00579833984375, 0.0034942626953125, 0.017333984375, 0.0084228515625, -0.0118408203125, -...
[ 26040, 5117, 10750, 23, 22288, 1238, 3949, 3742, 32036, 5, 62346, 13695, 74082, 563, 4904, 59376, 27331, 5177, 603, 2967, 953, 211228, 109109, 150, 24084, 21185, 543, 3871, 51339, 140807, 361, 41018, 5303, 101935, 37842, 134620, 44691, 68557,...
[ 0.150634765625, 0.2198486328125, 0.311279296875, 0.1033935546875, 0.2305908203125, 0.093017578125, 0.08734130859375, 0.172607421875, 0.2310791015625, 0.027130126953125, 0.250244140625, 0.017791748046875, 0.059478759765625, 0.07452392578125, 0.14697265625, 0.0731201171875, 0.106201171...
embed
14267504_c0
14267504
fsharp
0
Title: Is it possible and feasable to extend websharper to support decimal datatype? Problem title: Is it possible and feasable to extend websharper to support decimal datatype? Tags: websharper, f%23, decimal Problem: Is it possible and feasable to extend websharper to support decimal datatype? I am looking for a fram...
Is it possible and feasable to extend websharper to support decimal datatype? Is it possible and feasable to extend websharper to support decimal datatype? websharper f%23 decimal Is it possible and feasable to extend websharper to support decimal datatype? I am looking for a framework that will generate Javascript for...
[ 0.0031585693359375, 0.039794921875, -0.015380859375, -0.010986328125, 0.0098876953125, 0.00628662109375, -0.012451171875, -0.000030040740966796875, -0.00067901611328125, -0.02734375, -0.006988525390625, -0.005950927734375, -0.01953125, -0.00396728515625, 0.0012359619140625, 0.017333984...
[ 2071, 7722, 136, 3820, 162, 2886, 65042, 1467, 89280, 1264, 8060, 32380, 2749, 2053, 50986, 1238, 3949, 3742, 47, 16487, 170846, 139392, 74181, 23282, 5609, 109269, 30698, 1286, 563, 4904, 81678, 1294, 89554, 146731, 4171, 16940, 17997, 4002,...
[ 0.0209197998046875, 0.1474609375, 0.07684326171875, 0.116455078125, 0.0765380859375, 0.1126708984375, 0.1910400390625, 0.1253662109375, 0.19189453125, 0.20849609375, 0.152099609375, 0.193603515625, 0.1363525390625, 0.07366943359375, 0.20166015625, 0.056304931640625, 0.04412841796875,...
embed
46389854_c0
46389854
fsharp
0
Title: F# how to Window a sequence based on predicate rather than fixed length Problem title: F# how to Window a sequence based on predicate rather than fixed length Tags: f%23 Problem: F# how to Window a sequence based on predicate rather than fixed length Given the following input sequence, I would like to generate t...
F# how to Window a sequence based on predicate rather than fixed length F# how to Window a sequence based on predicate rather than fixed length f%23 Window F# how to Window a sequence based on predicate rather than fixed length Given the following input sequence, I would like to generate the desired output. I know that...
[ 0.007049560546875, 0.021484375, -0.00182342529296875, 0.002349853515625, -0.0081787109375, 0.01025390625, 0.022216796875, 0.0011138916015625, 0.018310546875, -0.02734375, 0.0016632080078125, 0.0208740234375, 0.002685546875, 0.00665283203125, -0.000560760498046875, 0.0027618408203125, ...
[ 563, 4904, 3642, 47, 176501, 10, 40, 944, 3956, 35509, 98, 1653, 2063, 67, 43257, 3501, 188347, 140909, 1238, 3742, 25632, 107730, 1884, 139392, 104851, 140992, 503, 864, 5, 9494, 24293, 11814, 39555, 16750, 756, 54825, 959, 6049, 4034, 3...
[ 0.115966796875, 0.19287109375, 0.04119873046875, 0.050537109375, 0.2335205078125, 0.036407470703125, 0.0948486328125, 0.176513671875, 0.1241455078125, 0.123779296875, 0.0202178955078125, 0.1455078125, 0.1810302734375, 0.042816162109375, 0.09600830078125, 0.05157470703125, 0.182495117...
embed
38343130_c1
38343130
fsharp
1
BuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\FSharp\Microsoft.FSharp.Targets')"> <FSharpTargetsPath>$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\FSharp\Microsoft.FSharp.Targets</FSharpTargetsPath> </PropertyGroup> </Otherwise> </Choose> <Import Project="$(FSharpTarg...
BuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\FSharp\Microsoft.FSharp.Targets')"> <FSharpTargetsPath>$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\FSharp\Microsoft.FSharp.Targets</FSharpTargetsPath> </PropertyGroup> </Otherwise> </Choose> <Import Project="$(FSharpTarg...
[ -0.0264892578125, 0.01483154296875, 0.0198974609375, -0.005767822265625, -0.010009765625, -0.00738525390625, -0.0179443359375, -0.0026092529296875, 0.00022792816162109375, 0.006927490234375, 0.002410888671875, -0.006805419921875, -0.01068115234375, 0.006195068359375, 0.0111083984375, 0...
[ 121137, 19279, 128872, 7, 683, 10519, 91887, 41872, 113387, 6609, 64010, 109023, 31, 334, 178390, 36381, 3467, 254, 5, 63031, 3794, 70902, 13439, 10752, 1264, 205072, 107522, 61637, 6982, 27331, 3293, 83, 1657, 40777, 38415, 28864, 26073, 162...
[ 0.23681640625, 0.0958251953125, 0.22705078125, 0.0287628173828125, 0.0726318359375, 0.2176513671875, 0.2249755859375, 0.014556884765625, 0.1488037109375, 0.10205078125, 0.1416015625, 0.2197265625, 0.16845703125, 0.1541748046875, 0.1947021484375, 0.0946044921875, 0.211181640625, 0.2...
embed
2902422_c0
2902422
fsharp
0
Title: Canonical pattern reference in Actors programming model Problem title: Canonical pattern reference in Actors programming model Tags: canonical-schema, scala, f%23, erlang, actor Problem: Canonical pattern reference in Actors programming model Is there a source, which I could use to learn some of the most used an...
Canonical pattern reference in Actors programming model Canonical pattern reference in Actors programming model canonical-schema scala f%23 erlang actor Canonical Actors Canonical pattern reference in Actors programming model Is there a source, which I could use to learn some of the most used and popular practices rega...
[ 0.01556396484375, 0.03173828125, 0.00567626953125, 0.01434326171875, -0.0027008056640625, -0.0169677734375, -0.00982666015625, 0.0108642578125, -0.003570556640625, -0.045654296875, 0.01953125, -0.01446533203125, 0.02099609375, 0.0150146484375, 0.016845703125, 0.0025634765625, -0.0011...
[ 45286, 21533, 103510, 91067, 23, 185617, 7, 56037, 3299, 74413, 7560, 192, 146232, 1238, 3949, 3742, 72, 3066, 39329, 449, 2685, 10, 31344, 87, 5809, 4527, 30698, 2684, 11814, 136, 5700, 41361, 118861, 284, 46825, 49133, 158978, 50509, 9510...
[ 0.1741943359375, 0.15576171875, 0.2227783203125, 0.2025146484375, 0.0214080810546875, 0.2392578125, 0.084228515625, 0.184326171875, 0.181884765625, 0.13623046875, 0.0882568359375, 0.043914794921875, 0.1588134765625, 0.0477294921875, 0.027496337890625, 0.09814453125, 0.0919189453125, ...
embed
56378769_c1
56378769
fsharp
1
? string as s -> S s | :? bool as b -> B b | _ -> NIL "unknown match" let ofXLVariant (x : XLVariant) : obj = match x with | D d -> box d | S s -> box s | B b -> box b | NIL _ -> box ExcelError.ExcelErrorRef [<ExcelFunction(Category="test", Description="sort variants.")>] let sort_variant ([<ExcelArgument(Description= ...
? string as s -> S s | :? bool as b -> B b | _ -> NIL "unknown match" let ofXLVariant (x : XLVariant) : obj = match x with | D d -> box d | S s -> box s | B b -> box b | NIL _ -> box ExcelError.ExcelErrorRef [<ExcelFunction(Category="test", Description="sort variants.")>] let sort_variant ([<ExcelArgument(Description= ...
[ 0.0250244140625, 0.00494384765625, -0.0022430419921875, -0.01214599609375, -0.022216796875, -0.0126953125, -0.0400390625, -0.027099609375, 0.0196533203125, 0.043701171875, -0.0106201171875, 0.0224609375, -0.0024566650390625, -0.005096435546875, 0.01483154296875, -0.0198974609375, -0....
[ 705, 79315, 237, 91, 33079, 159, 58745, 32, 142484, 876, 335, 101, 541, 16444, 309, 69723, 19, 14858, 2633, 111, 71956, 81827, 26865, 425, 43523, 152, 995, 170, 2203, 1022, 678, 391, 104, 16530, 30326, 18468, 184926, 190015, 97249, 76775,...
[ 0.0675048828125, 0.2490234375, 0.093994140625, 0.1376953125, 0.12939453125, 0.101806640625, 0.010162353515625, 0.007598876953125, 0.197998046875, 0.11767578125, 0.045867919921875, 0.05975341796875, 0.02410888671875, 0.1470947265625, 0.07470703125, 0.18017578125, 0.122314453125, 0.2...
embed
69418160_c0
69418160
fsharp
0
Title: Why use references in this scenario, in F# Problem title: Why use references in this scenario, in F# Tags: reference, f%23 Problem: Why use references in this scenario, in F# I found this code online: let tripleWise (source: seq<_>) = seq { use e = source.GetEnumerator() if e.MoveNext() then let i = ref e.Curren...
Why use references in this scenario, in F# Why use references in this scenario, in F# reference f%23 Why source.GetEnumerator e.MoveNext e.Current Why use references in this scenario, in F# I found this code online: it's similar to pairwise, but makes triplets. I am curious as to why the author takes a reference on the...
[ -0.0022430419921875, 0.03369140625, 0.00982666015625, 0.00396728515625, 0.0026702880859375, -0.0174560546875, -0.02197265625, 0.00433349609375, 0.00799560546875, -0.044921875, 0.01708984375, 0.03759765625, 0.0098876953125, 0.0213623046875, 0.0255126953125, 0.0096435546875, 0.00643920...
[ 44084, 4527, 91067, 7, 23, 903, 106117, 563, 4904, 1238, 3742, 31344, 724, 126, 2606, 56, 4597, 28, 9083, 272, 81280, 474, 15724, 18151, 21373, 80836, 90825, 1284, 30482, 162738, 933, 444, 193844, 15400, 42179, 51776, 10, 98, 6097, 124519...
[ 0.146484375, 0.15283203125, 0.312255859375, 0.1614990234375, 0.0543212890625, 0.0692138671875, 0.2000732421875, 0.128662109375, 0.198974609375, 0.0906982421875, 0.0865478515625, 0.1961669921875, 0.029754638671875, 0.06964111328125, 0.1795654296875, 0.119384765625, 0.1103515625, 0.0...
embed
22378756_c0
22378756
fsharp
0
Title: F# accumulating sequence of random numbers Problem title: F# accumulating sequence of random numbers Tags: f%23 Problem: F# accumulating sequence of random numbers I want to create a sequence of numbers where each number is the sum of all the numbers gone before it plus a random number. I tried to do it like thi...
F# accumulating sequence of random numbers F# accumulating sequence of random numbers f%23 System.Random random.Next F# accumulating sequence of random numbers I want to create a sequence of numbers where each number is the sum of all the numbers gone before it plus a random number. I tried to do it like this: The prob...
[ 0.005218505859375, 0.02587890625, -0.0004711151123046875, 0.002197265625, 0.00823974609375, 0.00811767578125, 0.00946044921875, -0.00083160400390625, -0.013671875, -0.06103515625, 0.02294921875, 0.038330078125, -0.014892578125, 0.0244140625, 0.048095703125, 0.00087738037109375, -0.02...
[ 563, 4904, 183278, 1916, 40, 944, 3956, 96759, 101935, 111, 1238, 3949, 3742, 12353, 126525, 3815, 81280, 3444, 28282, 7440, 12638, 14012, 83, 10554, 756, 74955, 8108, 1001, 37842, 1884, 903, 2967, 23742, 18, 26946, 70, 11180, 19388, 46132,...
[ 0.1387939453125, 0.200439453125, 0.2330322265625, 0.07513427734375, 0.10125732421875, 0.1585693359375, 0.0465087890625, 0.1630859375, 0.1671142578125, 0.01007080078125, 0.089599609375, 0.004180908203125, 0.1529541015625, 0.129150390625, 0.032379150390625, 0.08905029296875, 0.08520507...
embed
14621559_c0
14621559
fsharp
0
Title: N-ary tuples vs pairs Problem title: N-ary tuples vs pairs Tags: f%23, tuples, ocaml, ml Problem: N-ary tuples vs pairs In Ocaml, tuples with different arities have different type and value constructors: # let a = (1, 2, 3);; val a : int * int * int = (1, 2, 3) # let b = (1, (2, 3));; val b : int * (int * int) =...
N-ary tuples vs pairs N-ary tuples vs pairs f%23 tuples ocaml ml N-ary N-ary tuples vs pairs In Ocaml, tuples with different arities have different type and value constructors: Note that second example (b) is more flexible than first (a) because "tail" of b - (2, 3) - itself is valid value: What is the reason to not pa...
[ 0.00555419921875, 0.006378173828125, 0.00148773193359375, 0.0074462890625, 0.00457763671875, 0.01397705078125, -0.0096435546875, -0.00531005859375, -0.006011962890625, 0.001800537109375, -0.0111083984375, -0.0230712890625, 0.014404296875, -0.003936767578125, -0.00482177734375, 0.002487...
[ 541, 6635, 370, 99726, 20209, 80836, 1238, 3949, 3742, 36, 9779, 141, 7115, 180, 12921, 187, 31075, 10644, 34292, 64549, 25251, 17932, 27781, 275, 1286, 110677, 46741, 876, 4700, 8439, 68034, 83, 35604, 31635, 959, 366, 184, 41600, 116, 2...
[ 0.1055908203125, 0.179443359375, 0.1864013671875, 0.23876953125, 0.146484375, 0.228271484375, 0.006500244140625, 0.0169219970703125, 0.0975341796875, 0.04248046875, 0.18017578125, 0.1630859375, 0.08392333984375, 0.09649658203125, 0.1241455078125, 0.12744140625, 0.1453857421875, 0.1...
embed
54971804_c0
54971804
fsharp
0
Title: Return a string with all characters in upper case Problem title: Return a string with all characters in upper case Tags: .net, string, f%23 Problem: Return a string with all characters in upper case I'm trying to write a function that returns a string with all the characters in uppercase using forward compositio...
Return a string with all characters in upper case Return a string with all characters in upper case .net string f%23 String.map System.Char.ToUpper toUpper2 Seq.map String.concat Return a string with all characters in upper case I'm trying to write a function that returns a string with all the characters in uppercase u...
[ 0.01251220703125, 0.00067901611328125, 0.0029144287109375, 0.02099609375, -0.00653076171875, -0.0045166015625, 0.01953125, -0.003814697265625, 0.0076904296875, -0.01495361328125, 0.000202178955078125, 0.01287841796875, 0.029296875, 0.048095703125, 0.0003147125244140625, -0.010437011718...
[ 173340, 79315, 678, 756, 124850, 23, 1407, 56, 7225, 1179, 1238, 3949, 3742, 23351, 214, 62346, 12353, 84068, 7763, 1062, 8079, 47, 304, 503, 864, 2271, 4460, 31577, 33022, 10, 32354, 30646, 70, 58437, 17368, 40225, 166577, 18151, 15490, ...
[ 0.1968994140625, 0.2413330078125, 0.1068115234375, 0.1568603515625, 0.201416015625, 0.0792236328125, 0.15234375, 0.1376953125, 0.2325439453125, 0.16552734375, 0.0789794921875, 0.029388427734375, 0.1837158203125, 0.1553955078125, 0.07177734375, 0.130126953125, 0.10345458984375, 0.15...
embed
5900830_c0
5900830
fsharp
0
Title: F# interactive session persistance and other such user questions Problem title: F# interactive session persistance and other such user questions Tags: fsi, f%23 Problem: F# interactive session persistance and other such user questions Is there any way of persisting my F# session or serializing it into a file? i....
F# interactive session persistance and other such user questions F# interactive session persistance and other such user questions fsi f%23 F# interactive session persistance and other such user questions Is there any way of persisting my F# session or serializing it into a file? i.e. so I can hand it to a friend and sa...
[ 0.011474609375, 0.01458740234375, 0.00927734375, -0.0038909912109375, -0.005126953125, 0.0068359375, 0.002105712890625, -0.004974365234375, 0.00408935546875, -0.0322265625, -0.002593994140625, 0.032470703125, -0.009765625, 0.007659912109375, 0.01226806640625, 0.00799560546875, 0.0002...
[ 563, 4904, 212398, 56002, 70560, 7154, 6044, 38937, 17582, 1238, 172, 3742, 2685, 2499, 3917, 111, 214, 759, 35686, 84382, 442, 3934, 10, 11435, 831, 3535, 34391, 5154, 16428, 903, 5701, 3687, 509, 100, 927, 81273, 20594, 30700, 12684, 63...
[ 0.1492919921875, 0.249755859375, 0.15576171875, 0.2142333984375, 0.22021484375, 0.03802490234375, 0.017822265625, 0.109375, 0.08477783203125, 0.08880615234375, 0.08563232421875, 0.0728759765625, 0.03033447265625, 0.049072265625, 0.09716796875, 0.02325439453125, 0.1181640625, 0.0026...
embed
49976719_c0
49976719
fsharp
0
Title: Write PolynomialFeatures function from scikit-learn for F# Problem title: Write PolynomialFeatures function from scikit-learn for F# Tags: f%23, mathnet-numerics, scikit-learn Problem: Write PolynomialFeatures function from scikit-learn for F# I recently started to learn F#, I have learnt about the fslab for dat...
Write PolynomialFeatures function from scikit-learn for F# Write PolynomialFeatures function from scikit-learn for F# f%23 mathnet-numerics scikit-learn scikit-learn Write PolynomialFeatures Write PolynomialFeatures function from scikit-learn for F# I recently started to learn F#, I have learnt about the fslab for data...
[ -0.023681640625, 0.0166015625, 0.00677490234375, -0.005218505859375, -0.0113525390625, -0.002838134765625, 0.0147705078125, -0.001007080078125, -0.00830078125, -0.01141357421875, 0.0250244140625, 0.01385498046875, 0.01068115234375, 0.00616455078125, -0.0223388671875, 0.0106201171875, ...
[ 601, 18781, 63306, 1687, 15403, 30154, 11, 54889, 32354, 13047, 9488, 133, 147, 100, 563, 4904, 1295, 1238, 3742, 1179, 30698, 7, 6114, 2053, 41664, 21373, 49628, 9, 5267, 41820, 22819, 83279, 19, 4692, 63923, 7192, 538, 8781, 27781, 5912...
[ 0.0941162109375, 0.1025390625, 0.1845703125, 0.16650390625, 0.1060791015625, 0.1561279296875, 0.1209716796875, 0.1109619140625, 0.174072265625, 0.1309814453125, 0.2156982421875, 0.0509033203125, 0.0946044921875, 0.047393798828125, 0.115478515625, 0.2017822265625, 0.048919677734375, ...
embed
62490951_c0
62490951
fsharp
0
Title: Using extension methods in architecture Problem title: Using extension methods in architecture Tags: extension-methods, f%23, c%23, c%23-to-f%23, architecture Problem: Using extension methods in architecture Is there any problem with performance, memory, security ,etc. in using of extension methods? and I want t...
Using extension methods in architecture Using extension methods in architecture extension-methods f%23 c%23 c%23-to-f%23 architecture Using context.doSomething Using extension methods in architecture Is there any problem with performance, memory, security ,etc. in using of extension methods? and I want to use extension...
[ 0.0068359375, 0.0177001953125, 0.0196533203125, 0.01708984375, -0.0022430419921875, -0.0062255859375, -0.0113525390625, -0.0022735595703125, 0.0086669921875, -0.07373046875, -0.00732421875, 0.004608154296875, 0.00170135498046875, 0.0191650390625, -0.0125732421875, 0.0029296875, -0.01...
[ 345, 6953, 111938, 150624, 23, 159958, 1928, 7352, 1238, 3742, 27495, 188, 420, 43701, 5, 246, 8912, 282, 64113, 2071, 2685, 2499, 2967, 678, 23718, 98323, 48031, 17368, 111, 3444, 4527, 18410, 759, 32354, 135355, 563, 4904, 43240, 2053, ...
[ 0.132080078125, 0.053466796875, 0.28271484375, 0.249755859375, 0.0899658203125, 0.2061767578125, 0.0478515625, 0.07574462890625, 0.054107666015625, 0.058685302734375, 0.026580810546875, 0.08740234375, 0.0164337158203125, 0.2117919921875, 0.02679443359375, 0.13330078125, 0.05972290039...
embed
45290244_c0
45290244
fsharp
0
Title: FSharp.Charting.Gtk crashes on launch Problem title: FSharp.Charting.Gtk crashes on launch Tags: f%23, gtk%23, fsharpchart, gtk, macos Problem: FSharp.Charting.Gtk crashes on launch I am new to F# and am trying run my code on a mac. I am using Visual Studio(Xamarin) and used NuGet to install FSharp.Charting.Gtk....
FSharp.Charting.Gtk crashes on launch FSharp.Charting.Gtk crashes on launch f%23 gtk%23 fsharpchart gtk macos FSharp.Charting.Gtk FSharp.Charting EntryPoint Chart.Line ShowChart FSharp.Charting.Gtk crashes on launch I am new to F# and am trying run my code on a mac. I am using Visual Studio(Xamarin) and used NuGet to i...
[ 0.004791259765625, 0.0233154296875, 0.01361083984375, -0.005126953125, 0.00958251953125, -0.00732421875, 0.013916015625, -0.029541015625, -0.0111083984375, -0.0108642578125, -0.00665283203125, -0.0517578125, -0.010498046875, 0.00732421875, 0.001251220703125, 0.00177764892578125, 0.00...
[ 93774, 3467, 254, 84068, 1916, 724, 31472, 150631, 90, 98, 83184, 1238, 3742, 706, 89280, 9254, 291, 7840, 15123, 147534, 110373, 93232, 17367, 3525, 563, 4904, 31577, 11675, 18151, 19138, 73372, 22968, 44503, 1429, 126, 20600, 527, 363, 69...
[ 0.06536865234375, 0.19775390625, 0.1829833984375, 0.1649169921875, 0.12548828125, 0.090576171875, 0.227783203125, 0.2176513671875, 0.05218505859375, 0.0780029296875, 0.2081298828125, 0.028564453125, 0.03692626953125, 0.0343017578125, 0.142578125, 0.1334228515625, 0.00177001953125, ...
embed
5856749_c0
5856749
fsharp
0
Title: Filter date array in f# Problem title: Filter date array in f# Tags: filter, date, f%23 Problem: Filter date array in f# I have an array containing dates without weekends (not necessarily business days). Now I want only one date per month and only from a certain day. If the day does not exist in the array, the f...
Filter date array in f# Filter date array in f# filter date f%23 Filter Filter date array in f# I have an array containing dates without weekends (not necessarily business days). Now I want only one date per month and only from a certain day. If the day does not exist in the array, the following existing day should be ...
[ 0.012451171875, -0.0157470703125, -0.004547119140625, 0.00384521484375, -0.02197265625, -0.0157470703125, -0.016357421875, 0.03125, 0.005767822265625, 0.0206298828125, -0.00958251953125, 0.01416015625, -0.006195068359375, 0.0201416015625, -0.01092529296875, -0.008056640625, -0.007995...
[ 128896, 5622, 10298, 53, 23, 1238, 4904, 46312, 3742, 70541, 112474, 15490, 14000, 8063, 13312, 3444, 4734, 1632, 117, 31150, 1295, 24233, 5155, 959, 32316, 25632, 144573, 16750, 5303, 112842, 11436, 41187, 97608, 122420, 41491, 59811, 48733, ...
[ 0.272216796875, 0.1943359375, 0.1787109375, 0.1336669921875, 0.01312255859375, 0.1226806640625, 0.1983642578125, 0.22216796875, 0.0849609375, 0.0130615234375, 0.2227783203125, 0.079345703125, 0.155029296875, 0.068603515625, 0.04083251953125, 0.1226806640625, 0.1282958984375, 0.0969...
embed
43339902_c0
43339902
fsharp
0
Title: Is SUAVE production ready for web application development with millions of user traffic? Problem title: Is SUAVE production ready for web application development with millions of user traffic? Tags: suave, f%23 Problem: Is SUAVE production ready for web application development with millions of user traffic? We a...
Is SUAVE production ready for web application development with millions of user traffic? Is SUAVE production ready for web application development with millions of user traffic? suave f%23 SUAVE Is SUAVE production ready for web application development with millions of user traffic? We are a startup and currently in th...
[ -0.01251220703125, -0.00958251953125, 0.01177978515625, -0.00823974609375, -0.0118408203125, 0.00726318359375, 0.0021209716796875, 0.001495361328125, 0.0166015625, 0.00738525390625, 0.00848388671875, -0.00408935546875, -0.000911712646484375, -0.01202392578125, 0.008544921875, -0.009216...
[ 2071, 16817, 65298, 36049, 43542, 100, 1467, 38415, 34754, 678, 43077, 38937, 83629, 32, 109829, 1238, 3949, 3742, 73882, 82424, 219836, 13736, 17368, 563, 4904, 237, 170846, 4552, 86840, 168698, 759, 86685, 3444, 3714, 2174, 83, 23718, 24005...
[ 0.085205078125, 0.18359375, 0.306396484375, 0.21337890625, 0.18701171875, 0.079345703125, 0.1337890625, 0.1455078125, 0.1365966796875, 0.0687255859375, 0.1220703125, 0.133544921875, 0.1871337890625, 0.029296875, 0.3076171875, 0.07244873046875, 0.0322265625, 0.108154296875, 0.1275...
embed
41066200_c0
41066200
fsharp
0
Title: type &#x27;Async&lt;string []&gt;&#x27; is not compatible with the type &#x27;seq&lt;&#x27;a&gt;&#x27; Problem title: type &#x27;Async&lt;string []&gt;&#x27; is not compatible with the type &#x27;seq&lt;&#x27;a&gt;&#x27; Tags: asynchronous, seq, f%23 Problem: type 'Async ' is not compatible with the type 'seq<'a...
type &#x27;Async&lt;string []&gt;&#x27; is not compatible with the type &#x27;seq&lt;&#x27;a&gt;&#x27; type &#x27;Async&lt;string []&gt;&#x27; is not compatible with the type &#x27;seq&lt;&#x27;a&gt;&#x27; asynchronous seq f%23 Async Seq.collect type 'Async ' is not compatible with the type 'seq<'a>' I have a mySources...
[ 0.01129150390625, 0.01953125, 0.00799560546875, 0.0185546875, 0.0027313232421875, -0.00457763671875, 0.0012359619140625, -0.005828857421875, 0.0028228759765625, -0.01806640625, 0.001678466796875, 0.00139617919921875, 0.0213623046875, 0.007781982421875, 0.01165771484375, 0.0031890869140...
[ 10644, 3768, 284, 12654, 238, 1277, 91693, 5386, 83, 959, 146731, 678, 184, 864, 101966, 40, 3742, 503, 196352, 11, 759, 211235, 7, 77336, 464, 49878, 510, 944, 3956, 33284, 756, 80854, 11001, 62, 5, 55300, 16604, 73, 297, 4439, 16498, ...
[ 0.2132568359375, 0.109619140625, 0.05859375, 0.2392578125, 0.1324462890625, 0.019561767578125, 0.1986083984375, 0.0184326171875, 0.038543701171875, 0.1622314453125, 0.22021484375, 0.0670166015625, 0.074462890625, 0.1715087890625, 0.0816650390625, 0.08447265625, 0.04443359375, 0.065...
embed
4400318_c0
4400318
fsharp
0
Title: F# vs c# for an enterprise commercial project Problem title: F# vs c# for an enterprise commercial project Tags: f%23, c%23, .net Problem: F# vs c# for an enterprise commercial project Possible Duplicate: What are the benefits of using C# vs F# or F# vs c#? So I started to catching on to the hype around the Micr...
F# vs c# for an enterprise commercial project F# vs c# for an enterprise commercial project f%23 c%23 .net F# vs c# for an enterprise commercial project So I started to catching on to the hype around the Microsoft's new functional language. After watching several video casts and playing around with it I really started ...
[ -0.0011138916015625, 0.015625, 0.00107574462890625, -0.000705718994140625, -0.0017852783203125, 0.00494384765625, -0.0169677734375, 0.01544189453125, 0.00811767578125, -0.01068115234375, -0.006683349609375, 0.00299072265625, 0.008544921875, 0.0113525390625, 0.001556396484375, -0.000480...
[ 563, 4904, 20209, 501, 100, 202681, 60091, 13452, 1238, 3742, 1179, 26859, 105556, 2119, 7244, 3525, 123309, 46876, 100244, 1202, 37702, 75169, 10932, 6183, 400, 6048, 10644, 53498, 6620, 30482, 31344, 18151, 6713, 5045, 11522, 3501, 2806, 16...
[ 0.1751708984375, 0.259765625, 0.173095703125, 0.0985107421875, 0.054046630859375, 0.165771484375, 0.20947265625, 0.1097412109375, 0.08935546875, 0.0267181396484375, 0.163818359375, 0.01068115234375, 0.0287322998046875, 0.009735107421875, 0.1160888671875, 0.032745361328125, 0.14526367...
embed
1102642_c0
1102642
fsharp
0
Title: Creating an Array2D in F# (VS2010 Beta 1) Problem title: Creating an Array2D in F# (VS2010 Beta 1) Tags: arrays, multidimensional-array, f%23 Problem: Creating an Array2D in F# (VS2010 Beta 1) Consider the following code fragment in VS2010 Beta 1: let array = Array2D.zeroCreate 1000 500 This produces an error, n...
Creating an Array2D in F# (VS2010 Beta 1) Creating an Array2D in F# (VS2010 Beta 1) arrays multidimensional-array f%23 Creating Array2D VS2010 Beta Array2D.zeroCreate FS0030 Value Either Creating an Array2D in F# (VS2010 Beta 1) Consider the following code fragment in VS2010 Beta 1: This produces an error, namely: Can ...
[ 0.006378173828125, 0.0024261474609375, -0.013427734375, 0.0150146484375, 0.006988525390625, -0.0164794921875, -0.00384521484375, -0.00136566162109375, -0.00439453125, 0.0157470703125, 0.00848388671875, 0.00823974609375, 0.0032501220703125, -0.03173828125, 0.004974365234375, -0.00878906...
[ 56781, 69253, 53, 304, 397, 563, 4904, 47207, 11436, 48941, 4879, 142, 10298, 4778, 6024, 157955, 19305, 1238, 3742, 44160, 80510, 63784, 93774, 1197, 190060, 18151, 38551, 27489, 18499, 4171, 143726, 5423, 10644, 120067, 111, 79315 ]
[ 0.115966796875, 0.1923828125, 0.10205078125, 0.1295166015625, 0.15478515625, 0.0963134765625, 0.1724853515625, 0.141845703125, 0.185791015625, 0.1488037109375, 0.0180206298828125, 0.007110595703125, 0.1285400390625, 0.03033447265625, 0.03704833984375, 0.098876953125, 0.08709716796875...
embed
13139449_c0
13139449
fsharp
0
Title: What is the difference between these functions Problem title: What is the difference between these functions Tags: f%23, currying, function Problem: What is the difference between these functions Are these functions exactly same? That is, are 1st and 2nd syntax just convenient shorthand for the last syntax? Or i...
What is the difference between these functions What is the difference between these functions f%23 currying function What What is the difference between these functions Are these functions exactly same? That is, are 1st and 2nd syntax just convenient shorthand for the last syntax? Or is there some theoretical or practi...
[ 0.0001621246337890625, -0.002166748046875, 0.0027923583984375, 0.0027008056640625, 0.0137939453125, 0.00176239013671875, 0.0037384033203125, 0.006683349609375, -0.0032196044921875, 0.021728515625, 0.007537841796875, 0.01611328125, -0.0013580322265625, 0.01434326171875, 0.005706787109375,...
[ 4865, 83, 70, 60212, 17721, 6097, 32354, 7, 1238, 3949, 3742, 198555, 214, 66161, 5701, 271, 136, 116, 2208, 6002, 86531, 142267, 16610, 12336, 4568, 4524, 138155, 2633, 418, 876, 997, 304, 16498, 363, 48903, 190, 30646, 31943, 6827, 3429...
[ 0.02801513671875, 0.06549072265625, 0.0958251953125, 0.2083740234375, 0.165771484375, 0.1397705078125, 0.21240234375, 0.0189056396484375, 0.104248046875, 0.134521484375, 0.20458984375, 0.2398681640625, 0.1671142578125, 0.06048583984375, 0.128662109375, 0.042266845703125, 0.0093994140...
embed
50493354_c1
50493354
fsharp
1
Output Deedle FrameData To CSV" printfn "" let dff = data4Frame df let rzlt = frameToArray dff printfn "rzlt: %A" rzlt do use writer = new StreamWriter(outputCsv) writer.WriteLine("ID,Alpha,Beta,Gamma,Delta") // writer.WriteLine rzlt 0 [<EntryPoint>] main |> ignore What am I missing? Code signals: Write, Deedle, FrameD...
Output Deedle FrameData To CSV" printfn "" let dff = data4Frame df let rzlt = frameToArray dff printfn "rzlt: %A" rzlt do use writer = new StreamWriter(outputCsv) writer.WriteLine("ID,Alpha,Beta,Gamma,Delta") // writer.WriteLine rzlt 0 [<EntryPoint>] main |> ignore What am I missing? Code signals: Write, Deedle, FrameD...
[ 0.0146484375, 0.0242919921875, 0.01263427734375, 0.0201416015625, -0.00061798095703125, -0.00494384765625, 0.0015411376953125, 0.01055908203125, -0.0181884765625, 0.023681640625, -0.02490234375, -0.01019287109375, 0.001373291015625, 0.0021209716796875, 0.0108642578125, -0.0063781738281...
[ 13538, 7077, 262, 297, 133, 42557, 13, 137989, 717, 313, 43486, 28412, 14783, 2633, 4902, 2053, 617, 108386, 420, 14335, 1277, 123789, 7763, 7614, 7092, 1745, 284, 4527, 70035, 115061, 1456, 2783, 56, 6056, 67756, 18781, 93232, 7146, 6210, ...
[ 0.1390380859375, 0.06500244140625, 0.128173828125, 0.1939697265625, 0.18212890625, 0.158203125, 0.0885009765625, 0.203369140625, 0.1217041015625, 0.045379638671875, 0.28564453125, 0.1087646484375, 0.105712890625, 0.0694580078125, 0.1690673828125, 0.1015625, 0.0865478515625, 0.15112...
embed
62611678_c0
62611678
fsharp
0
Title: Extend type in F# Problem title: Extend type in F# Tags: f%23 Problem: Extend type in F# Let say I have some types type A = { ... } type B = { ... } type AB = A of A | B of B type Ainfo = { a: A ... } type Binfo = { b: B ... } type ABinfo = Ainfo of Ainfo | Binfo of Binfo and I need a collection to store additio...
Extend type in F# Extend type in F# f%23 Extend Ainfo Binfo ABinfo Dictionary Extend type in F# Let say I have some types and I need a collection to store additional information for thes types something like Dictionary<AB, ABinfo> the problem with this dictionary is that it will allow to associate key of A with value o...
[ 0.01202392578125, 0.002044677734375, 0.007537841796875, 0.020751953125, -0.0216064453125, -0.0211181640625, -0.0128173828125, 0.00701904296875, 0.002471923828125, -0.0096435546875, 0.01129150390625, 0.021240234375, 0.00762939453125, 0.006866455078125, 0.010986328125, 0.0022735595703125...
[ 5443, 510, 71, 10644, 23, 563, 4904, 1238, 3742, 62, 7319, 335, 11321, 147638, 52895, 3871, 42486, 4343, 78301, 4677, 11040, 2967, 903, 45, 10763, 6635, 1221, 63769, 30699, 22799, 678, 34292, 4127, 3917, 45646, 18151, 11343, 65042, 136, 1...
[ 0.12158203125, 0.1842041015625, 0.06805419921875, 0.216552734375, 0.050872802734375, 0.143798828125, 0.2060546875, 0.0831298828125, 0.05413818359375, 0.1278076171875, 0.256591796875, 0.1080322265625, 0.1209716796875, 0.1551513671875, 0.1712646484375, 0.002716064453125, 0.111083984375...
embed
33902189_c0
33902189
fsharp
0
Title: Get number of matches between two integer lists in F# Problem title: Get number of matches between two integer lists in F# Tags: list, f%23, c%23-to-f%23 Problem: Get number of matches between two integer lists in F# I have two lists of integers (1's and 0's here, but could be any integer): List1 : [1; 1; 1; 1] ...
Get number of matches between two integer lists in F# Get number of matches between two integer lists in F# list f%23 c%23-to-f%23 Get List1 List2 list1.Count Get number of matches between two integer lists in F# I have two lists of integers (1's and 0's here, but could be any integer): I want to count the number of ma...
[ -0.0013275146484375, 0.00921630859375, 0.0111083984375, 0.005096435546875, -0.007049560546875, 0.0059814453125, 0.0009918212890625, 0.0123291015625, 0.0225830078125, -0.0089111328125, -0.00093841552734375, 0.02587890625, 0.006195068359375, 0.0279541015625, 0.015869140625, -0.01953125, ...
[ 20779, 14012, 111, 14858, 90, 17721, 6626, 892, 1505, 5303, 23, 563, 4904, 1238, 3742, 27495, 188, 420, 32036, 304, 108210, 26255, 757, 3688, 5809, 3444, 47, 54529, 34292, 19069, 4734, 1632, 99, 138, 4216, 86869, 100, 28354, 903, 11522, ...
[ 0.1124267578125, 0.1407470703125, 0.05291748046875, 0.25927734375, 0.1268310546875, 0.17138671875, 0.1279296875, 0.111328125, 0.0806884765625, 0.1641845703125, 0.01751708984375, 0.1533203125, 0.1964111328125, 0.03704833984375, 0.1112060546875, 0.127685546875, 0.069580078125, 0.0532...
embed
4512163_c0
4512163
fsharp
0
Title: Are Member Properties Let- or Use- Bound in F#? Problem title: Are Member Properties Let- or Use- Bound in F#? Tags: f%23 Problem: Are Member Properties Let- or Use- Bound in F#? Consider the following example F# code: type mytype() = member this.v = new OtherClass() If OtherClass implements IDisposable, does th...
Are Member Properties Let- or Use- Bound in F#? Are Member Properties Let- or Use- Bound in F#? f%23 Member Properties Use Bound this.v OtherClass Are Member Properties Let- or Use- Bound in F#? Consider the following example F# code: If OtherClass implements IDisposable, does the member binding act like a let binding ...
[ -0.00823974609375, 0.017822265625, 0.0194091796875, -0.009765625, -0.013916015625, 0.01373291015625, 0.005645751953125, 0.014892578125, 0.01287841796875, -0.0213623046875, -0.008056640625, 0.0120849609375, 0.020751953125, 0.0196533203125, 0.007293701171875, -0.00921630859375, -0.0255...
[ 74057, 234994, 10842, 707, 36836, 2460, 7030, 563, 4904, 15901, 1238, 3742, 903, 334, 64511, 140803, 9, 23, 18151, 29479, 11338, 164, 7522, 2886, 32786, 128239, 27992, 1884, 2633, 4527, 56851, 70958, 184, 35839, 49129, 36746, 60899, 1810, 7...
[ 0.287109375, 0.2218017578125, 0.198486328125, 0.07049560546875, 0.177490234375, 0.0889892578125, 0.1685791015625, 0.1270751953125, 0.2364501953125, 0.0266265869140625, 0.0111083984375, 0.0740966796875, 0.1019287109375, 0.0772705078125, 0.1627197265625, 0.2064208984375, 0.016876220703...
embed
40022725_c0
40022725
fsharp
0
Title: F# : How to execute multiple statements in a loop Problem title: F# : How to execute multiple statements in a loop Tags: f%23, functional-programming Problem: F# : How to execute multiple statements in a loop I am new to functional programming and I have been trying to execute these statements in the loop but it...
F# : How to execute multiple statements in a loop F# : How to execute multiple statements in a loop f%23 functional-programming How System sum:int32 sum2:int32 sum3:int32 function1 num:int32 sum2 sum3 F# : How to execute multiple statements in a loop I am new to functional programming and I have been trying to execute ...
[ 0.00909423828125, -0.01611328125, -0.009765625, 0.0152587890625, 0.01251220703125, -0.0034942626953125, 0.0233154296875, 0.005401611328125, 0.026611328125, -0.0059814453125, 0.0155029296875, -0.00408935546875, 0.0024261474609375, -0.00286865234375, 0.01708984375, 0.002777099609375, 0...
[ 563, 4904, 11249, 71924, 13, 48716, 63805, 7, 23, 40956, 1238, 3742, 123309, 28966, 12353, 10554, 4288, 6460, 304, 363, 32354, 13269, 10, 3525, 56037, 449, 31577, 18499, 20928, 959, 107003, 22936, 4358, 70541, 44691 ]
[ 0.1259765625, 0.187744140625, 0.0733642578125, 0.2142333984375, 0.052734375, 0.22802734375, 0.255615234375, 0.1029052734375, 0.087158203125, 0.23291015625, 0.1217041015625, 0.102783203125, 0.2012939453125, 0.09747314453125, 0.136474609375, 0.1749267578125, 0.08477783203125, 0.17053...
embed
69270982_c0
69270982
fsharp
0
Title: F# query: find rows with max value in each group Problem title: F# query: find rows with max value in each group Tags: database, computation-expression, f%23, entity-framework-core Problem: F# query: find rows with max value in each group In my project I use: F# with query workflow Entity Framework Core 3.11 MS ...
F# query: find rows with max value in each group F# query: find rows with max value in each group database computation-expression f%23 entity-framework-core SELECT a.id a.rev a.contents YourTable INNER JOIN MAX GROUP b.id b.rev F# query: find rows with max value in each group In my project I use: F# with query workflow...
[ -0.006591796875, 0.015869140625, 0.014892578125, 0.0174560546875, -0.008056640625, 0.00107574462890625, -0.000919342041015625, 0.0091552734375, 0.01068115234375, -0.0218505859375, 0.00159454345703125, 0.0322265625, -0.00341796875, -0.01153564453125, 0.00494384765625, 0.0084228515625, ...
[ 563, 4904, 41, 1294, 7413, 15555, 7, 678, 18389, 34292, 23, 12638, 21115, 63399, 181135, 204629, 1238, 3742, 77630, 160328, 30854, 6755, 144832, 532, 65381, 69246, 14804, 618, 2886, 5881, 52952, 21253, 85378, 177314, 13452, 4527, 118664, 1651...
[ 0.1363525390625, 0.2081298828125, 0.136962890625, 0.07232666015625, 0.11376953125, 0.2059326171875, 0.030242919921875, 0.08544921875, 0.210205078125, 0.204345703125, 0.0430908203125, 0.0889892578125, 0.202392578125, 0.0955810546875, 0.07574462890625, 0.11279296875, 0.0416259765625, ...
embed
46489910_c0
46489910
fsharp
0
Title: F#: Converting FSharpRef to C# object reference Problem title: F#: Converting FSharpRef to C# object reference Tags: ref, f%23, c%23 Problem: F#: Converting FSharpRef to C# object reference I use my F# Class Library in another C# project. The function I am calling returns an object like this: type Item = { Title...
F#: Converting FSharpRef to C# object reference F#: Converting FSharpRef to C# object reference ref f%23 c%23 Converting FSharpRef Item Title Items List F#: Converting FSharpRef to C# object reference I use my F# Class Library in another C# project. The function I am calling returns an object like this: The problem is ...
[ -0.0030059814453125, 0.030029296875, 0.0111083984375, -0.00555419921875, 0.005706787109375, -0.0017547607421875, -0.032958984375, 0.0123291015625, 0.000385284423828125, 0.013671875, 0.0096435546875, 0.0118408203125, 0.012939453125, 0.032470703125, 0.01373291015625, -0.007659912109375, ...
[ 563, 4904, 814, 93774, 3467, 254, 190015, 47, 313, 36746, 91067, 18831, 3742, 78426, 48962, 32036, 1657, 4527, 35014, 103835, 13452, 32354, 159029, 30646, 581, 2967, 17368, 442, 57266, 10644, 36381, 2982, 11249, 831, 96760, 568, 15490, 5078, ...
[ 0.109375, 0.22021484375, 0.1055908203125, 0.08203125, 0.1624755859375, 0.1104736328125, 0.290771484375, 0.06243896484375, 0.04583740234375, 0.1805419921875, 0.20751953125, 0.19287109375, 0.0716552734375, 0.2252197265625, 0.1514892578125, 0.1922607421875, 0.001922607421875, 0.022476...
embed
52216000_c0
52216000
fsharp
0
Title: Removing from list in F# Problem title: Removing from list in F# Tags: pattern-matching, f%23, functional-programming, recursion Problem: Removing from list in F# I need help with string concatenation on F#. Given an integer n and list l, i have to remove all occurrences of n in l. For example: remove 1 (L(1, L(...
Removing from list in F# Removing from list in F# pattern-matching f%23 functional-programming recursion list Removing Removing from list in F# I need help with string concatenation on F#. Given an integer n and list l, i have to remove all occurrences of n in l. For example: my code: I am getting a type error saying t...
[ -0.017333984375, 0.0169677734375, -0.00001895427703857422, 0.00946044921875, -0.017333984375, -0.0108642578125, -0.0145263671875, 0.0032958984375, 0.0035858154296875, -0.02734375, 0.0194091796875, -0.022705078125, 0.0042724609375, 0.0101318359375, -0.01373291015625, -0.01361083984375, ...
[ 853, 432, 6496, 1295, 5303, 23, 563, 4904, 103510, 98753, 1238, 3949, 3742, 123309, 28966, 195625, 3871, 4358, 79315, 158, 4460, 33, 98, 892, 1505, 653, 136, 96, 87388, 756, 74918, 42, 69098, 111, 18151, 10644, 18499, 4568, 13315, 84751, ...
[ 0.0404052734375, 0.1617431640625, 0.06182861328125, 0.1719970703125, 0.2120361328125, 0.069580078125, 0.1546630859375, 0.2083740234375, 0.134033203125, 0.1346435546875, 0.071044921875, 0.001312255859375, 0.08447265625, 0.09033203125, 0.044708251953125, 0.102783203125, 0.0025329589843...
embed
72266508_c0
72266508
fsharp
0
Title: In the new Elmish.WPF 4.0 beta version, where is runWindowWithConfig? Problem title: In the new Elmish.WPF 4.0 beta version, where is runWindowWithConfig? Tags: elmish-wpf, f%23 Problem: In the new Elmish.WPF 4.0 beta version, where is runWindowWithConfig? I've been playing with the new beta version of Elmish.WP...
In the new Elmish.WPF 4.0 beta version, where is runWindowWithConfig? In the new Elmish.WPF 4.0 beta version, where is runWindowWithConfig? elmish-wpf f%23 Elmish.WPF Window Program.mkProgram Program.runWindowWithConfig ElmConfig.Default LogTrace Measure MeasureLimitMs In the new Elmish.WPF 4.0 beta version, where is r...
[ -0.0206298828125, 0.0208740234375, 0.005096435546875, 0.007476806640625, -0.007415771484375, 0.0062255859375, 0.001739501953125, -0.01611328125, 0.007354736328125, -0.01123046875, -0.00885009765625, 0.004974365234375, -0.002044677734375, -0.0289306640625, 0.02197265625, -0.0283203125, ...
[ 3525, 540, 78192, 1456, 41265, 40401, 51703, 11389, 7440, 83, 11675, 92049, 24293, 194583, 11935, 83671, 88, 39557, 3742, 176501, 7663, 19201, 148968, 16428, 39, 187423, 11, 13146, 28542, 1215, 56851, 866, 6836, 594, 75169, 7413, 442, 91995, ...
[ 0.0667724609375, 0.172607421875, 0.270263671875, 0.053863525390625, 0.216064453125, 0.2298583984375, 0.1932373046875, 0.0672607421875, 0.1397705078125, 0.0654296875, 0.187255859375, 0.158447265625, 0.1851806640625, 0.2467041015625, 0.1466064453125, 0.278076171875, 0.092041015625, 0...
embed
36959969_c0
36959969
fsharp
0
Title: F# use previous evaluated solution (state) while mapping Problem title: F# use previous evaluated solution (state) while mapping Tags: f%23, mapping, list, iteration Problem: F# use previous evaluated solution (state) while mapping I am evaluating an iterative algorithm in F# where the current timestep requires ...
F# use previous evaluated solution (state) while mapping F# use previous evaluated solution (state) while mapping f%23 mapping list iteration List.map F# use previous evaluated solution (state) while mapping I am evaluating an iterative algorithm in F# where the current timestep requires the solution (state) of the pre...
[ -0.01043701171875, 0.022216796875, 0.0177001953125, 0.0028533935546875, -0.01397705078125, -0.005645751953125, 0.0189208984375, 0.01531982421875, 0.01611328125, -0.05859375, 0.00103759765625, 0.01806640625, -0.0013580322265625, 0.02294921875, -0.00836181640625, -0.0006256103515625, -...
[ 563, 4904, 4527, 96362, 151575, 297, 29806, 61340, 12960, 291, 26783, 1238, 3949, 3742, 5303, 17, 720, 32036, 62346, 16, 45023, 234873, 43581, 1733, 95528, 144570, 70, 5117, 2320, 61475, 35431, 5608, 9615, 2886, 47, 757, 60223, 4865, 87, ...
[ 0.13623046875, 0.2015380859375, 0.132568359375, 0.18505859375, 0.162109375, 0.106201171875, 0.211181640625, 0.20263671875, 0.0673828125, 0.15771484375, 0.119384765625, 0.1004638671875, 0.010040283203125, 0.1375732421875, 0.15478515625, 0.054779052734375, 0.2147216796875, 0.15417480...
embed
12447102_c1
12447102
fsharp
1
.Data.TypeProviders, SqlDataConnection, CLIMutable, ViewModelRec, CustomerId, ValuesController, ApiController, dbSchema.GetDataContext, db.DataContext.Log, System.Console.Out, GET, x.Get, take:int, skip:int, db.Reservations, row.CustomerId.ToString, ArrayOfViewModelRec, xmlns:i, www.w3.org, XMLSchema-instance, schemas....
.Data.TypeProviders, SqlDataConnection, CLIMutable, ViewModelRec, CustomerId, ValuesController, ApiController, dbSchema.GetDataContext, db.DataContext.Log, System.Console.Out, GET, x.Get, take:int, skip:int, db.Reservations, row.CustomerId.ToString, ArrayOfViewModelRec, xmlns:i, www.w3.org, XMLSchema-instance, schemas....
[ 0.0079345703125, 0.02294921875, 0.0203857421875, 0.000843048095703125, 0.02587890625, 0.0029754638671875, -0.005035400390625, -0.006622314453125, 0.018798828125, -0.026611328125, 0.005462646484375, -0.005950927734375, -0.01214599609375, -0.01275634765625, 0.0162353515625, 0.00396728515...
[ 5, 137989, 196707, 177997, 14, 14202, 4, 99247, 235603, 1830, 313, 83318, 34, 22819, 29805, 140290, 4332, 238, 124765, 568, 71, 190060, 175904, 603, 5787, 40041, 25452, 11883, 126, 11935, 22829, 113972, 12353, 40777, 79858, 79794, 1022, 724, ...
[ 0.1248779296875, 0.2210693359375, 0.2318115234375, 0.1973876953125, 0.129150390625, 0.1085205078125, 0.059600830078125, 0.174072265625, 0.1715087890625, 0.052978515625, 0.013397216796875, 0.1669921875, 0.06475830078125, 0.1846923828125, 0.1705322265625, 0.2174072265625, 0.07543945312...
embed
5429501_c0
5429501
fsharp
0
Title: List comprehensions with float iterator in F# Problem title: List comprehensions with float iterator in F# Tags: f%23, floating-point, list-comprehension Problem: List comprehensions with float iterator in F# Consider the following code: let dl = 9.5 / 11. let min = 21.5 + dl let max = 40.5 - dl let a = [ for z ...
List comprehensions with float iterator in F# List comprehensions with float iterator in F# f%23 floating-point list-comprehension List a.Length List comprehensions with float iterator in F# Consider the following code: "a" should have 21 elements but has got only 20 elements. The "max - dl" value is missing. I underst...
[ 0.0107421875, -0.017822265625, 0.0042724609375, 0.0040283203125, 0.0062255859375, 0.01434326171875, 0.031494140625, 0.00689697265625, 0.025634765625, 0.01092529296875, -0.00787353515625, 0.0211181640625, 0.0322265625, 0.0107421875, 0.01708984375, -0.01904296875, 0.03076171875, -0.0...
[ 32036, 46683, 3220, 63239, 678, 21917, 257, 17, 720, 4597, 563, 4904, 23, 1238, 3742, 26518, 38496, 5303, 277, 4692, 10, 5267, 449, 137399, 25632, 18151, 11, 5608, 765, 952, 80854, 1284, 4163, 4734, 387, 24084, 20, 42734, 34292, 132283, ...
[ 0.1961669921875, 0.1707763671875, 0.1649169921875, 0.051910400390625, 0.07684326171875, 0.2060546875, 0.1295166015625, 0.04901123046875, 0.2078857421875, 0.1346435546875, 0.1536865234375, 0.2257080078125, 0.01544189453125, 0.09716796875, 0.110595703125, 0.0256195068359375, 0.10925292...
embed
39315903_c2
39315903
fsharp
2
I could make my mapping function more generic so that I don't have to repeat the same function over and over? Is it possible to create the CsvProvider on the fly based on the resource, or Code signals: slightly, CsvTypeProvider, GamesFile14, CsvProvider, sample_14.csv, GamesFile15, sample_15.csv, GamesFile1617, sample...
I could make my mapping function more generic so that I don't have to repeat the same function over and over? Is it possible to create the CsvProvider on the fly based on the resource, or Code signals: slightly, CsvTypeProvider, GamesFile14, CsvProvider, sample_14.csv, GamesFile15, sample_15.csv, GamesFile1617, sample...
[ -0.0103759765625, 0.0260009765625, 0.0244140625, -0.00057220458984375, -0.0081787109375, -0.024169921875, 0.005279541015625, 0.01904296875, 0.00823974609375, 0.0007171630859375, -0.00994873046875, -0.00579833984375, 0.0164794921875, 0.0011749267578125, -0.0087890625, -0.006011962890625...
[ 5809, 3249, 759, 291, 26783, 32354, 1286, 189534, 119140, 5701, 645, 2071, 7722, 28282, 313, 67756, 177997, 62160, 98, 70, 12403, 35509, 177953, 28864, 26073, 161549, 196707, 34242, 174350, 2592, 121413, 4439, 334, 1837, 2485, 2489, 22288, 12...
[ 0.050506591796875, 0.07464599609375, 0.00299072265625, 0.1573486328125, 0.1712646484375, 0.1585693359375, 0.0843505859375, 0.2371826171875, 0.12255859375, 0.0457763671875, 0.059722900390625, 0.002593994140625, 0.1192626953125, 0.1307373046875, 0.07861328125, 0.229248046875, 0.1911621...
embed
71190319_c0
71190319
fsharp
0
Title: Base case not getting picked up in my F# function Problem title: Base case not getting picked up in my F# function Tags: f%23 Problem: Base case not getting picked up in my F# function This function is supposed to just return the index of a list. That part works. However when a element is not in a list it must r...
Base case not getting picked up in my F# function Base case not getting picked up in my F# function f%23 Base head::tail Base case not getting picked up in my F# function This function is supposed to just return the index of a list. That part works. However when a element is not in a list it must return -1. For some re...
[ -0.015869140625, 0.01483154296875, 0.016845703125, 0.000270843505859375, -0.00811767578125, 0.005035400390625, 0.00994873046875, -0.002655029296875, 0.01806640625, -0.016357421875, 0.01104736328125, -0.0081787109375, -0.0108642578125, 0.0224609375, 0.0162353515625, -0.0174560546875, ...
[ 44978, 7225, 959, 20949, 171739, 1257, 759, 563, 4904, 32354, 23, 1238, 3949, 3742, 10336, 46741, 3293, 83, 134598, 30646, 70, 63262, 111, 5303, 9925, 2831, 43240, 33306, 3229, 12830, 10, 8110, 68940, 1326, 3060, 31635, 14602, 172864, 4171,...
[ 0.247802734375, 0.2366943359375, 0.1622314453125, 0.1077880859375, 0.1558837890625, 0.142578125, 0.0305633544921875, 0.109375, 0.20947265625, 0.171875, 0.0650634765625, 0.06646728515625, 0.0207366943359375, 0.12744140625, 0.1636962890625, 0.2286376953125, 0.0025634765625, 0.0335998...
embed
18237020_c1
18237020
fsharp
1
30_F#\16-135_LAD\DELETE TEST\Module1.fs(7,37): Fehler FS0039: Der Wert, Konstruktor, Namespace oder Typ "Parallel" ist nicht definiert. Code signals: Array.Parallel, Microsoft.FSharp.Collections, Array.map, a:_, Array.Parallel.map, Error, Parallel, Erstellen, Projekt, DELETE, TEST, Konfiguration, Debug, Any, CPU, Progr...
30_F#\16-135_LAD\DELETE TEST\Module1.fs(7,37): Fehler FS0039: Der Wert, Konstruktor, Namespace oder Typ "Parallel" ist nicht definiert. Code signals: Array.Parallel, Microsoft.FSharp.Collections, Array.map, a:_, Array.Parallel.map, Error, Parallel, Erstellen, Projekt, DELETE, TEST, Konfiguration, Debug, Any, CPU, Progr...
[ -0.0238037109375, 0.038818359375, -0.0224609375, 0.0005340576171875, 0.0033111572265625, -0.01202392578125, -0.00201416015625, -0.01507568359375, -0.0179443359375, 0.0038604736328125, 0.0024871826171875, 0.02001953125, 0.0042724609375, -0.00408935546875, 0.00592041015625, 0.00224304199...
[ 496, 919, 2485, 88622, 83421, 62507, 60136, 384, 21828, 91616, 8782, 17447, 118628, 81934, 93774, 7049, 9323, 1310, 35601, 128116, 27302, 2096, 109164, 33417, 55292, 1229, 141, 443, 749, 13204, 2529, 28864, 26073, 69253, 53, 7244, 36381, 3467...
[ 0.0819091796875, 0.036651611328125, 0.052825927734375, 0.114501953125, 0.095703125, 0.1357421875, 0.122314453125, 0.08837890625, 0.11962890625, 0.08740234375, 0.08319091796875, 0.1658935546875, 0.0654296875, 0.191650390625, 0.2093505859375, 0.1165771484375, 0.273681640625, 0.110473...
embed
12807109_c1
12807109
fsharp
1
'packages.config' already exists. Skipping... Maybe skipping 'packages.config' is the problem, since the version should be updated in that file. Then the messages start looking bad. Just installed files start getting removed. Removed file 'FreebaseTypeProvider.htm' to folder 'C:\Users\Jack\Documents\GitHub\DS_Benchmar...
'packages.config' already exists. Skipping... Maybe skipping 'packages.config' is the problem, since the version should be updated in that file. Then the messages start looking bad. Just installed files start getting removed. Removed file 'FreebaseTypeProvider.htm' to folder 'C:\Users\Jack\Documents\GitHub\DS_Benchmar...
[ -0.0098876953125, 0.027099609375, 0.00830078125, -0.0206298828125, 0.00012493133544921875, 0.000507354736328125, -0.003997802734375, -0.00146484375, 0.002227783203125, 0.050048828125, -0.0084228515625, 0.005126953125, -0.0150146484375, -0.005645751953125, 0.0205078125, 0.0103759765625,...
[ 29102, 52467, 5, 153837, 21771, 32316, 20491, 26783, 7158, 2967, 11389, 5608, 150011, 11435, 89914, 4034, 16487, 6494, 20600, 102158, 184750, 181139, 81437, 37382, 196707, 177997, 62160, 79983, 47, 78303, 176769, 239469, 724, 217, 140505, 13526, ...
[ 0.197998046875, 0.178466796875, 0.01617431640625, 0.267578125, 0.06536865234375, 0.1204833984375, 0.149169921875, 0.107421875, 0.1365966796875, 0.06585693359375, 0.140625, 0.005950927734375, 0.10577392578125, 0.1015625, 0.1947021484375, 0.04901123046875, 0.13623046875, 0.1555175781...
embed
27745267_c0
27745267
fsharp
0
Title: Is it possible to override F# Xml type provider-generated type definition? Problem title: Is it possible to override F# Xml type provider-generated type definition? Tags: f%23-data, f%23, type-providers, xml Problem: Is it possible to override F# Xml type provider-generated type definition? I am using F# XML typ...
Is it possible to override F# Xml type provider-generated type definition? Is it possible to override F# Xml type provider-generated type definition? f%23-data f%23 type-providers xml Xml Is it possible to override F# Xml type provider-generated type definition? I am using F# XML type provider to parse a set of XML fil...
[ 0.0274658203125, 0.04833984375, -0.003936767578125, 0.004730224609375, 0.00604248046875, 0.01611328125, 0.00299072265625, 0.010986328125, -0.00482177734375, 0.0308837890625, 0.00201416015625, -0.01556396484375, -0.0078125, -0.0120849609375, 0.006317138671875, 0.01531982421875, 0.0159...
[ 7722, 645, 416, 112, 563, 4904, 1193, 7237, 10644, 81450, 48281, 80934, 1238, 27495, 10135, 3742, 93136, 14202, 131492, 92537, 366, 102158, 29481, 12830, 70541, 23295, 18151, 5423, 157, 337, 31, 34677, 21972, 121413, 12921, 142424, 77488, 13,...
[ 0.115478515625, 0.0966796875, 0.1710205078125, 0.08880615234375, 0.0916748046875, 0.1634521484375, 0.051300048828125, 0.14453125, 0.2117919921875, 0.19189453125, 0.0960693359375, 0.17138671875, 0.035369873046875, 0.03387451171875, 0.039825439453125, 0.0187225341796875, 0.126953125, ...
embed
10682226_c0
10682226
fsharp
0
Title: Can&#x27;t edit XSD in F# project in Visual Studio 11 beta Problem title: Can&#x27;t edit XSD in F# project in Visual Studio 11 beta Tags: f%23, visual-studio-2012, xsd Problem: Can't edit XSD in F# project in Visual Studio 11 beta When I try to edit XSD document, included in F# project, in VS2010, it opens fine...
Can&#x27;t edit XSD in F# project in Visual Studio 11 beta Can&#x27;t edit XSD in F# project in Visual Studio 11 beta f%23 visual-studio-2012 xsd Can XSD Visual Studio visual-studio-2012 Can't edit XSD in F# project in Visual Studio 11 beta When I try to edit XSD document, included in F# project, in VS2010, it opens fi...
[ 0.0023651123046875, 0.0281982421875, 0.006103515625, -0.0286865234375, 0.0177001953125, 0.0032501220703125, -0.006866455078125, -0.002960205078125, -0.0157470703125, 0.00201416015625, 0.02294921875, 0.00116729736328125, 0.00173187255859375, -0.01202392578125, 0.00982666015625, -0.00179...
[ 4171, 3768, 18, 27211, 1193, 22916, 563, 4904, 13452, 73372, 22968, 534, 51703, 23, 21176, 52629, 54458, 1022, 9790, 12937, 99201, 44160, 11436, 9803, 5885, 1662, 4734, 11724, 36024, 13736, 143726, 36849, 22751, 18151, 63769, 237, 3934, 29806...
[ 0.05340576171875, 0.04400634765625, 0.0146942138671875, 0.204833984375, 0.1519775390625, 0.248046875, 0.119384765625, 0.2066650390625, 0.1187744140625, 0.1595458984375, 0.1419677734375, 0.2010498046875, 0.1890869140625, 0.0045166015625, 0.0950927734375, 0.1168212890625, 0.15783691406...
embed
12528581_c0
12528581
fsharp
0
Title: System.Random gives the same value 3 times each time Problem title: System.Random gives the same value 3 times each time Tags: f%23, random Problem: System.Random gives the same value 3 times each time Possible Duplicate: F# getting a list of random numbers I'm getting random value from list each time on tick (t...
System.Random gives the same value 3 times each time System.Random gives the same value 3 times each time f%23 random System.Random DispatcherTimer timer.Tick.Add X.Change timer.Interval TimeSpan Seq.nth Next Seq.length System.Random gives the same value 3 times each time I'm getting random value from list each time on...
[ -0.0064697265625, 0.00823974609375, 0.011962890625, -0.0306396484375, 0.01153564453125, -0.0034332275390625, 0.0081787109375, 0.005340576171875, 0.010009765625, -0.0203857421875, 0.00274658203125, 0.04345703125, 0.0030975341796875, 0.00897216796875, 0.017333984375, -0.004638671875, -...
[ 12353, 126525, 3815, 76199, 5701, 34292, 138, 20028, 12638, 1733, 1238, 3949, 3742, 96759, 4453, 5372, 70059, 42, 21991, 618, 41113, 4028, 1193, 127008, 1405, 19055, 3180, 4997, 20949, 1295, 5303, 98, 1053, 2594, 137644, 1284, 39, 4734, 706...
[ 0.1865234375, 0.1534423828125, 0.2117919921875, 0.0738525390625, 0.1380615234375, 0.1695556640625, 0.20654296875, 0.2276611328125, 0.1019287109375, 0.1898193359375, 0.057647705078125, 0.012359619140625, 0.1475830078125, 0.1964111328125, 0.09466552734375, 0.032379150390625, 0.13037109...
embed
70985428_c0
70985428
fsharp
0
Title: Deedle - Distinct by column Problem title: Deedle - Distinct by column Tags: f%23, deedle Problem: Deedle - Distinct by column I had a situation the other day where a particular column of my Frame had some duplicate values. I wanted to remove any rows where said column had a duplicate value. I managed to hack a ...
Deedle - Distinct by column Deedle - Distinct by column f%23 deedle Deedle Distinct Frame Series DistincyBy Deedle - Distinct by column I had a situation the other day where a particular column of my Frame had some duplicate values. I wanted to remove any rows where said column had a duplicate value. I managed to hack ...
[ 0.01068115234375, 0.020751953125, -0.00506591796875, 0.011962890625, -0.01556396484375, -0.0234375, 0.016357421875, 0.01312255859375, -0.00482177734375, -0.0084228515625, -0.028076171875, 0.00787353515625, -0.00022029876708984375, -0.00909423828125, -0.0228271484375, 0.039306640625, ...
[ 262, 297, 133, 803, 12729, 15390, 390, 3365, 316, 1238, 3949, 3742, 8, 42557, 64876, 6206, 118, 27771, 75358, 16648, 17311, 13, 3060, 171763, 67, 142424, 36663, 47, 87388, 2499, 15555, 19, 34292, 145755, 85526, 29806, 46312, 32354, 64222, ...
[ 0.122314453125, 0.1605224609375, 0.166748046875, 0.0684814453125, 0.200927734375, 0.1485595703125, 0.135498046875, 0.1673583984375, 0.1690673828125, 0.0323486328125, 0.011199951171875, 0.0804443359375, 0.0709228515625, 0.134765625, 0.15771484375, 0.078857421875, 0.145263671875, 0.0...
embed
65291271_c0
65291271
fsharp
0
Title: What&#x27;s the difference between type1 -&gt; type2 -&gt; type3 and type1 -&gt; (type2 -&gt; type3)? Problem title: What&#x27;s the difference between type1 -&gt; type2 -&gt; type3 and type1 -&gt; (type2 -&gt; type3)? Tags: f%23, functional-programming Problem: What's the difference between type1 -> type2 -> ty...
What&#x27;s the difference between type1 -&gt; type2 -&gt; type3 and type1 -&gt; (type2 -&gt; type3)? What&#x27;s the difference between type1 -&gt; type2 -&gt; type3 and type1 -&gt; (type2 -&gt; type3)? f%23 functional-programming What type1 type2 type3 a:int b:int What's the difference between type1 -> type2 -> type3...
[ 0.01068115234375, -0.00775146484375, -0.016357421875, 0.01416015625, 0.000438690185546875, 0.003204345703125, -0.00119781494140625, 0.0062255859375, 0.00112152099609375, 0.0002422332763671875, -0.004638671875, -0.001922607421875, 0.00946044921875, 0.01348876953125, 0.007537841796875, 0...
[ 3768, 60212, 17721, 10644, 418, 5386, 304, 363, 50986, 21320, 123309, 28966, 4865, 10, 4288, 876, 70, 33079, 136, 44084, 15044, 27489, 142424, 678, 23, 18, 1284, 1620, 5170, 10932, 29459, 113949, 6097, 6626, 52895, 12921, 1528 ]
[ 0.000518798828125, 0.177490234375, 0.0787353515625, 0.1978759765625, 0.113525390625, 0.07000732421875, 0.1663818359375, 0.2001953125, 0.139404296875, 0.2042236328125, 0.10198974609375, 0.0960693359375, 0.00421142578125, 0.0264892578125, 0.1568603515625, 0.0816650390625, 0.02934265136...
embed
7464526_c0
7464526
fsharp
0
Title: Force multiple evaluations of a function in F# Problem title: Force multiple evaluations of a function in F# Tags: f%23 Problem: Force multiple evaluations of a function in F# I am trying to develop a random number "generator" in F#. I successfully created the following function: let draw () = let rand = new Ran...
Force multiple evaluations of a function in F# Force multiple evaluations of a function in F# f%23 Force Random rand.Next n:int Force multiple evaluations of a function in F# I am trying to develop a random number "generator" in F#. I successfully created the following function: This works fine and it generates a numbe...
[ -0.0079345703125, -0.0069580078125, 0.0169677734375, -0.00909423828125, 0.00173187255859375, 0.0181884765625, 0.018310546875, -0.0172119140625, 0.007537841796875, -0.0341796875, -0.0037689208984375, 0.00732421875, 0.019287109375, 0.01080322265625, 0.0084228515625, -0.0172119140625, 0...
[ 59591, 48716, 219836, 7, 32354, 563, 4904, 1238, 3949, 3742, 39643, 306, 27388, 81280, 653, 4288, 31577, 85493, 96759, 14012, 48281, 1290, 65771, 75935, 25632, 43240, 5885, 136, 139392, 17721, 757, 94574, 28282, 127877, 903, 40368, 20028, 378...
[ 0.2293701171875, 0.238037109375, 0.232666015625, 0.082763671875, 0.168701171875, 0.1429443359375, 0.20654296875, 0.033599853515625, 0.0003662109375, 0.1317138671875, 0.104248046875, 0.0460205078125, 0.1820068359375, 0.116943359375, 0.0305023193359375, 0.1246337890625, 0.0486450195312...
embed
23705543_c0
23705543
fsharp
0
Title: F# poorly formatted module Problem title: F# poorly formatted module Tags: f%23, module Problem: F# poorly formatted module Hi what is wrong with my code below, my errors are: unmatched { which is mostly due to my tabs, Invalid record, sequence or computation expression. Sequence expressions should be of the for...
F# poorly formatted module F# poorly formatted module f%23 module irthes:DateTime array1 DateTime Array.zeroCreate Array.set Array.get F# poorly formatted module Hi what is wrong with my code below, my errors are: unmatched { which is mostly due to my tabs, Invalid record, sequence or computation expression. Sequence e...
[ -0.001220703125, -0.0032958984375, -0.00823974609375, 0.01080322265625, 0.023193359375, 0.00909423828125, 0.0155029296875, 0.00469970703125, 0.0107421875, -0.0289306640625, 0.013916015625, 0.030029296875, 0.014892578125, 0.003753662109375, 0.02001953125, -0.022216796875, -0.009033203...
[ 563, 4904, 70425, 538, 9384, 3674, 88996, 1238, 3742, 193, 2347, 86291, 70059, 10298, 53, 418, 25512, 69253, 80510, 63784, 2182, 3509, 3794, 2367, 44691, 18151, 35064, 18499, 7, 51, 98753, 297, 10666, 153161, 4743, 20928, 7013, 17164, 40, ...
[ 0.09521484375, 0.1671142578125, 0.1336669921875, 0.0863037109375, 0.160400390625, 0.045135498046875, 0.1942138671875, 0.06988525390625, 0.140625, 0.0352783203125, 0.1036376953125, 0.0889892578125, 0.164306640625, 0.0986328125, 0.0714111328125, 0.0037841796875, 0.065185546875, 0.111...
embed
14960514_c1
14960514
fsharp
1
Code signals: System.Web.Mvc, System.Web.Optimization, System.Web.Routing, MyApp.Api, Trying, Web, API, System, System.Web, System.Web.Http, System.Data.Entity, System.Net.Http.Headers, Route, UrlParameter, ApiRoute, RouteParameter, App, System.Web.HttpApplication, RegisterGlobalFilters, filters:GlobalFilterCollection,...
Code signals: System.Web.Mvc, System.Web.Optimization, System.Web.Routing, MyApp.Api, Trying, Web, API, System, System.Web, System.Web.Http, System.Data.Entity, System.Net.Http.Headers, Route, UrlParameter, ApiRoute, RouteParameter, App, System.Web.HttpApplication, RegisterGlobalFilters, filters:GlobalFilterCollection,...
[ -0.010986328125, 0.0240478515625, -0.0159912109375, -0.00531005859375, -0.01214599609375, -0.00360107421875, -0.006561279296875, -0.01068115234375, 0.007110595703125, -0.024658203125, -0.015625, -0.01031494140625, -0.00072479248046875, -0.006805419921875, 0.00726318359375, 0.0116577148...
[ 28864, 26073, 7, 12, 12353, 5, 30474, 594, 66357, 4, 39029, 147771, 1363, 12724, 34, 1916, 2646, 39179, 284, 1434, 40858, 214, 4002, 61687, 3062, 137989, 7768, 18, 2481, 24447, 13025, 11, 14202, 106015, 4143, 55292, 5787, 14, 29089, 5659,...
[ 0.272216796875, 0.2880859375, 0.1268310546875, 0.09381103515625, 0.1837158203125, 0.0010986328125, 0.2030029296875, 0.034698486328125, 0.228515625, 0.0294189453125, 0.09918212890625, 0.1685791015625, 0.031158447265625, 0.132080078125, 0.1319580078125, 0.072021484375, 0.1297607421875,...
embed
22465651_c0
22465651
fsharp
0
Title: F# Recursive function not ending although I think it should Problem title: F# Recursive function not ending although I think it should Tags: recursion, f%23 Problem: F# Recursive function not ending although I think it should I have a recursive function in my code that looks like this: let rec func (a,b) match (...
F# Recursive function not ending although I think it should F# Recursive function not ending although I think it should recursion f%23 Recursive F# Recursive function not ending although I think it should I have a recursive function in my code that looks like this: The problem is that when the match section ends, it go...
[ 0, 0.018798828125, 0.0034332275390625, 0.0023956298828125, 0.00714111328125, -0.003021240234375, -0.006744384765625, 0.007659912109375, 0.01025390625, 0.0128173828125, 0.0201416015625, 0.00041961669921875, -0.000514984130859375, 0.0172119140625, 0.03466796875, -0.000720977783203125, ...
[ 563, 4904, 853, 48650, 5844, 32354, 959, 86658, 102971, 5351, 5608, 195625, 1830, 1238, 3949, 3742, 18151, 33342, 2967, 3229, 14858, 40059, 3564, 60899, 47, 2174, 63805, 22027, 18, 3129, 4127, 5557, 569, 1284, 64457, 4420, 58745, 454, 28412...
[ 0.068603515625, 0.1595458984375, 0.06695556640625, 0.1834716796875, 0.137939453125, 0.1859130859375, 0.060150146484375, 0.171142578125, 0.1011962890625, 0.1429443359375, 0.1400146484375, 0.2291259765625, 0.080810546875, 0.0892333984375, 0.00787353515625, 0.0946044921875, 0.0584716796...
embed
67773184_c0
67773184
fsharp
0
Title: F# matching records and discriminated unions Problem title: F# matching records and discriminated unions Tags: discriminated-union, record, f%23 Problem: F# matching records and discriminated unions I want to use calculateWage function, it gives an error that expected to have Employee type but here has type Pers...
F# matching records and discriminated unions F# matching records and discriminated unions discriminated-union record f%23 Person first_name last_name salary_hour Employee Administrator OfficeWorker WarehouseWorker employee:Employee hours:int TAX F# matching records and discriminated unions I want to use calculateWage f...
[ -0.01385498046875, 0.0018768310546875, -0.0018157958984375, -0.00445556640625, -0.02001953125, -0.021484375, -0.0390625, 0.020751953125, -0.0029296875, -0.000507354736328125, 0.003509521484375, 0.0031890869140625, 0.0152587890625, -0.0078125, 0.01422119140625, -0.02197265625, 0.02160...
[ 563, 4904, 14858, 214, 115923, 136, 55970, 3674, 69941, 87046, 17164, 1238, 3949, 3742, 15270, 5117, 11627, 4568, 4559, 1294, 497, 474, 365, 107185, 12133, 108259, 56, 100084, 23923, 188183, 13, 21974, 4288, 12998, 1542, 87, 3444, 4527, 744...
[ 0.1170654296875, 0.1854248046875, 0.159423828125, 0.07708740234375, 0.1414794921875, 0.0236968994140625, 0.192626953125, 0.07861328125, 0.1544189453125, 0.1256103515625, 0.146484375, 0.0740966796875, 0.01739501953125, 0.1361083984375, 0.17431640625, 0.034576416015625, 0.068115234375,...
embed
52145723_c0
52145723
fsharp
0
Title: F# double click on file creates a copy in VS Problem title: F# double click on file creates a copy in VS Tags: visual-studio, f%23, editor Problem: F# double click on file creates a copy in VS If I double click on a source file in Visual Studio F# project and accidentally slightly move the mouse even a tiny bit ...
F# double click on file creates a copy in VS F# double click on file creates a copy in VS visual-studio f%23 editor SomeSource.fs Copy F# double click on file creates a copy in VS If I double click on a source file in Visual Studio F# project and accidentally slightly move the mouse even a tiny bit down (a few pixels s...
[ 0.00787353515625, -0.007354736328125, 0.002838134765625, 0.004364013671875, 0.01025390625, 0.010009765625, -0.0208740234375, 0.01287841796875, 0.01007080078125, -0.01092529296875, 0.01019287109375, 0.005401611328125, 0.002685546875, 0.00067138671875, 0.017333984375, 0.0084228515625, ...
[ 563, 4904, 41929, 18158, 98, 11435, 28282, 10, 43658, 23, 44160, 21176, 52629, 1238, 3742, 30391, 31384, 211235, 17447, 146930, 31344, 73372, 22968, 13452, 27998, 161549, 25813, 114669, 3853, 57278, 4785, 7565, 10846, 98009, 133784, 25723, 3716...
[ 0.157958984375, 0.2388916015625, 0.1693115234375, 0.2320556640625, 0.106201171875, 0.19677734375, 0.164306640625, 0.056427001953125, 0.2188720703125, 0.07427978515625, 0.2237548828125, 0.1368408203125, 0.13525390625, 0.043426513671875, 0.08697509765625, 0.1103515625, 0.139404296875, ...
embed
5752020_c0
5752020
fsharp
0
Title: Caesar cipher in f# Problem title: Caesar cipher in f# Tags: f%23, encryption Problem: Caesar cipher in f# I have a project where I have to code a Caesar cipher that takes in a string and a shift amount and then encrypts the string into cipher text. I easily did this in JavaScript but now I have to do it in F#. ...
Caesar cipher in f# Caesar cipher in f# f%23 encryption Caesar str.length str.ToUpper Chars Caesar cipher in f# I have a project where I have to code a Caesar cipher that takes in a string and a shift amount and then encrypts the string into cipher text. I easily did this in JavaScript but now I have to do it in F#. Al...
[ 0.003814697265625, 0.000324249267578125, 0.01092529296875, 0.0228271484375, -0.0081787109375, -0.02734375, 0.0263671875, 0.0017547607421875, -0.00138092041015625, 0.01495361328125, 0.010986328125, 0.0026397705078125, -0.0283203125, 0.030517578125, 0.003875732421875, 0.015625, 0.00866...
[ 64914, 1059, 94266, 23, 1238, 4904, 3949, 3742, 22, 136791, 1830, 7704, 23986, 7763, 1062, 8079, 21656, 7, 13452, 18151, 51776, 79315, 136, 122925, 41170, 3934, 7986, 72546, 17925, 765, 563, 110, 40956, 107003, 4734, 195625, 64557, 11405, 5...
[ 0.267822265625, 0.109130859375, 0.2120361328125, 0.07275390625, 0.1431884765625, 0.1893310546875, 0.058349609375, 0.1844482421875, 0.052947998046875, 0.222412109375, 0.06170654296875, 0.1231689453125, 0.0931396484375, 0.1241455078125, 0.0263671875, 0.13134765625, 0.1396484375, 0.02...
embed
43256112_c0
43256112
fsharp
0
Title: How do I declare a type parameter that derives from a specific class? Problem title: How do I declare a type parameter that derives from a specific class? Tags: f%23 Problem: How do I declare a type parameter that derives from a specific class? How do I declare a type parameter that derives from a specific class...
How do I declare a type parameter that derives from a specific class? How do I declare a type parameter that derives from a specific class? f%23 a How T:EntityData client:IEasyMobileServiceClient client.RegisterTable RegisterTable EntityData How do I declare a type parameter that derives from a specific class? How do I...
[ 0.005340576171875, 0.0269775390625, -0.020751953125, 0.01470947265625, -0.025390625, -0.00579833984375, 0.01361083984375, 0.0118408203125, 0.005859375, -0.023193359375, -0.0145263671875, -0.047119140625, 0.00145721435546875, -0.01177978515625, -0.0086669921875, 0.01007080078125, 0.02...
[ 11249, 159978, 10644, 171859, 450, 122, 60877, 1295, 29458, 18507, 54, 87, 1238, 3742, 384, 137989, 23282, 162, 53, 125833, 121979, 54601, 19656, 618, 2886, 131423, 16511, 81887, 25632, 18499, 11853, 138256 ]
[ 0.0828857421875, 0.2237548828125, 0.248046875, 0.2415771484375, 0.02630615234375, 0.1187744140625, 0.1326904296875, 0.06793212890625, 0.1697998046875, 0.1875, 0.0174102783203125, 0.00048828125, 0.008026123046875, 0.06536865234375, 0.014739990234375, 0.0750732421875, 0.088134765625, ...
embed
23844016_c1
23844016
fsharp
1
00.140125Z 81 34 I would like to remove rows that have the same values for both size1 and size2 as the previous row. In pseudo code... if row?size1 = prevRow?size1 && row?size2 = prevRow?size2 then dropRow So in the example above I would end up with: val it : Frame<int,string> = Date size1 size2 13 -> 2013-12-12T00:00:...
00.140125Z 81 34 I would like to remove rows that have the same values for both size1 and size2 as the previous row. In pseudo code... if row?size1 = prevRow?size1 && row?size2 = prevRow?size2 then dropRow So in the example above I would end up with: val it : Frame<int,string> = Date size1 size2 13 -> 2013-12-12T00:00:...
[ 0.013671875, 0.026611328125, -0.0062255859375, 0.017333984375, -0.01708984375, -0.035888671875, 0.02197265625, 0.0026397705078125, 0.00531005859375, 0.002777099609375, 0.0162353515625, 0.02685546875, -0.00714111328125, -0.0247802734375, -0.006195068359375, 0.0235595703125, -0.0042724...
[ 7227, 43900, 63652, 1511, 16503, 4442, 2806, 1884, 47, 87388, 15555, 7, 765, 5701, 142424, 13267, 418, 304, 96362, 74189, 18151, 62539, 28468, 12724, 434, 1230, 2203, 36069, 27781, 3564, 3502, 442, 42557, 13, 4288, 91693, 25512, 702, 1210, ...
[ 0.025482177734375, 0.0267333984375, 0.07159423828125, 0.0318603515625, 0.032257080078125, 0.149658203125, 0.001495361328125, 0.0638427734375, 0.0218048095703125, 0.2071533203125, 0.22412109375, 0.0615234375, 0.0098876953125, 0.115234375, 0.15576171875, 0.1046142578125, 0.054321289062...
embed
59135700_c1
59135700
fsharp
1
value specific to the target //you are creating. //Don't put `use` statements in here; you need to dispose them before //recursing below. //This is a simple acknowledgement using unit as the signal ack *<= () (* LHS: the ACK is a unit sent to `ack` *) >>= fun () -> (* RHS (above): the callback after the ACK is done *)...
value specific to the target //you are creating. //Don't put `use` statements in here; you need to dispose them before //recursing below. //This is a simple acknowledgement using unit as the signal ack *<= () (* LHS: the ACK is a unit sent to `ack` *) >>= fun () -> (* RHS (above): the callback after the ACK is done *)...
[ 0.0029144287109375, 0.019287109375, 0.002166748046875, -0.018798828125, 0.0245361328125, -0.00103759765625, -0.01226806640625, 0.00927734375, 0.0208740234375, -0.0198974609375, 0.028076171875, -0.003173828125, 0.00008726119995117188, 0.0189208984375, 0.0223388671875, -0.0069580078125, ...
[ 34292, 29458, 47, 70, 30388, 4666, 621, 105233, 60728, 18, 4032, 63805, 3688, 3871, 60458, 8108, 107, 48650, 214, 35064, 8781, 224344, 674, 17368, 25072, 237, 26073, 10, 2594, 16093, 339, 38131, 62, 20572, 9325, 11, 7477, 68416, 294, 2155...
[ 0.2401123046875, 0.2498779296875, 0.1094970703125, 0.01910400390625, 0.26220703125, 0.0271759033203125, 0.0191802978515625, 0.2191162109375, 0.003143310546875, 0.0347900390625, 0.1822509765625, 0.2110595703125, 0.06976318359375, 0.0701904296875, 0.14892578125, 0.06048583984375, 0.092...
embed
15802434_c1
15802434
fsharp
1
e.g. 'let mutable x = ...'. So, the type is DevicePtr<'T>, and it has indexed property Item with both get and set method. but the get method just return a value of 'T, so I cannot mutate it. But the system array works. Anyone has some experience like this? to create a type works like array? which I hope the get functi...
e.g. 'let mutable x = ...'. So, the type is DevicePtr<'T>, and it has indexed property Item with both get and set method. but the get method just return a value of 'T, so I cannot mutate it. But the system array works. Anyone has some experience like this? to create a type works like array? which I hope the get functi...
[ -0.0205078125, 0.019775390625, -0.00037384033203125, 0.00775146484375, -0.0052490234375, 0.00067138671875, 0.002899169921875, 0.011474609375, 0.0133056640625, -0.006072998046875, 0.01068115234375, 0.01171875, -0.0002288818359375, -0.006378173828125, 0.01239013671875, 0.0017318725585937...
[ 1974, 842, 22819, 1022, 2203, 10644, 174842, 683, 4448, 618, 1556, 63262, 297, 57266, 78426, 2046, 136, 5423, 55300, 1284, 30646, 34292, 53418, 31158, 13, 442, 5426, 10298, 53, 43240, 16981, 28282, 1884, 15673, 32354, 18831, 64457, 28864, 2...
[ 0.1082763671875, 0.1358642578125, 0.213623046875, 0.0960693359375, 0.0278778076171875, 0.242431640625, 0.1617431640625, 0.039642333984375, 0.1641845703125, 0.1136474609375, 0.03179931640625, 0.174072265625, 0.0875244140625, 0.167236328125, 0.176513671875, 0.1597900390625, 0.0078125, ...
embed
3170951_c0
3170951
fsharp
0
Title: F# Code Execution Order Problem title: F# Code Execution Order Tags: f%23 Problem: F# Code Execution Order another noob question regarding F#. If I have the following code... let ExeC = printfn "c" 3 let ExeB b = printfn "b" 2 let ExeA = printfn "a" 1 printfn "Example %d " ExeA printfn "Example %d " (ExeB 1) pri...
F# Code Execution Order F# Code Execution Order f%23 Execution Order ExeC ExeB ExeA Example F# Code Execution Order another noob question regarding F#. If I have the following code... The output is as follows... What seems unusual here is the order that the code is executing in. In a previous question Brian mentioned s...
[ 0.03857421875, -0.0030059814453125, -0.006195068359375, 0.0279541015625, 0.00872802734375, 0.0247802734375, 0.01300048828125, -0.012939453125, 0.010009765625, 0.0189208984375, -0.0133056640625, -0.00830078125, -0.0020904541015625, -0.00122833251953125, 0.016357421875, -0.00045776367187...
[ 563, 4904, 28864, 211603, 1830, 81206, 1238, 3949, 3742, 5443, 13, 441, 571, 284, 89536, 8705, 3522, 9655, 765, 25632, 18151, 140992, 83, 28960, 37202, 225073, 3688, 12989, 71924, 214, 23, 66311, 125195, 509, 156377, 73342, 9969, 34759, 544...
[ 0.1368408203125, 0.2294921875, 0.1705322265625, 0.2110595703125, 0.032806396484375, 0.2374267578125, 0.10662841796875, 0.0767822265625, 0.1636962890625, 0.0830078125, 0.10791015625, 0.03521728515625, 0.0711669921875, 0.1077880859375, 0.0791015625, 0.00244140625, 0.06890869140625, 0...
embed
15881206_c0
15881206
fsharp
0
Title: How to write this C# code in F# Problem title: How to write this C# code in F# Tags: c%23, try-catch, mutable, f%23 Problem: How to write this C# code in F# I'm used to write code like this in C#: SomeObj obj; try{ // this may throw SomeException obj = GetSomeObj(); }catch(SomeException){ // Log error... obj = G...
How to write this C# code in F# How to write this C# code in F# c%23 try-catch mutable f%23 SomeException How SomeObj GetSomeObj Log GetSomeDefaultValue obj.DoSomething How to write this C# code in F# I'm used to write code like this in C#: This is the way I translated it in F# (obj being a list): Is there any way to d...
[ 0, 0.02001953125, 0.000263214111328125, -0.01904296875, 0.01544189453125, -0.004486083984375, 0.0031890869140625, 0.00482177734375, 0.01611328125, 0.00286865234375, 0.0155029296875, 0.01544189453125, 0.006988525390625, -0.00244140625, 0.02099609375, -0.0230712890625, -0.0126342773437...
[ 11249, 47, 33022, 903, 313, 4904, 18151, 23, 563, 501, 3742, 9790, 4460, 206, 842, 22819, 1238, 31384, 19279, 63928, 46471, 170, 20779, 13146, 187423, 11, 7136, 856, 50770, 995, 8331, 8912, 282, 64113, 11814, 1884, 3917, 3900, 143, 3522, ...
[ 0.0833740234375, 0.08856201171875, 0.17431640625, 0.1361083984375, 0.06756591796875, 0.228759765625, 0.2032470703125, 0.0699462890625, 0.1644287109375, 0.010955810546875, 0.12060546875, 0.1741943359375, 0.1602783203125, 0.1126708984375, 0.150146484375, 0.2177734375, 0.1085205078125, ...
embed
45091217_c0
45091217
fsharp
0
Title: Addressing interface conflicts in F# Problem title: Addressing interface conflicts in F# Tags: f%23, inheritance, .net Problem: Addressing interface conflicts in F# I would like to implement the solution described here in F#: Inheritance from multiple interfaces with the same method name Specifically, in F#, how...
Addressing interface conflicts in F# Addressing interface conflicts in F# f%23 inheritance .net Addressing ITest Test ITest2 Dual ITest.Test Console.WriteLine ITest2.Test Addressing interface conflicts in F# I would like to implement the solution described here in F#: Inheritance from multiple interfaces with the same ...
[ 0.01239013671875, -0.00396728515625, 0.005462646484375, 0.02197265625, -0.0013580322265625, -0.01116943359375, -0.0272216796875, 0.0050048828125, -0.0010833740234375, 0.00830078125, 0.0034942626953125, 0.00860595703125, -0.0174560546875, -0.000255584716796875, 0.01422119140625, 0.00811...
[ 49990, 214, 101758, 79612, 7, 23, 563, 4904, 1238, 3949, 3742, 3334, 217, 1179, 525, 8647, 304, 114421, 111337, 40777, 93232, 5442, 1884, 29479, 29806, 151552, 360, 7154, 1295, 48716, 678, 5701, 55300, 9351, 3642, 54, 29823, 32354, 450, 1...
[ 0.1658935546875, 0.069091796875, 0.25390625, 0.2276611328125, 0.0802001953125, 0.0535888671875, 0.1519775390625, 0.2191162109375, 0.10498046875, 0.007415771484375, 0.1171875, 0.154296875, 0.0919189453125, 0.119140625, 0.12744140625, 0.1339111328125, 0.0638427734375, 0.103515625, ...
embed
36314899_c0
36314899
fsharp
0
Title: WSDL and F# TypeProviders in mono Problem title: WSDL and F# TypeProviders in mono Tags: f%23, wsdl, mono, fsharp.data.typeproviders Problem: WSDL and F# TypeProviders in mono After having used the FSharp.Data TypeProviders in several different projects working on JSON I was look for a similar approach to consum...
WSDL and F# TypeProviders in mono WSDL and F# TypeProviders in mono f%23 wsdl mono fsharp.data.typeproviders WSDL TypeProviders FSharp.Data.TypeProviders.DesignTime.DataProviders NET SDK FS3033 fsharp.data.typeproviders WSDL and F# TypeProviders in mono After having used the FSharp.Data TypeProviders in several differe...
[ 0.0093994140625, 0.0299072265625, 0.000751495361328125, 0.0057373046875, 0.00958251953125, 0.01531982421875, 0.000400543212890625, -0.01611328125, -0.0216064453125, -0.0159912109375, -0.0216064453125, -0.006103515625, 0.00408935546875, -0.0042724609375, 0.0157470703125, -0.000060081481...
[ 52143, 27502, 136, 563, 4904, 60457, 177997, 14, 14202, 23, 22460, 1238, 3742, 148, 7, 20469, 89280, 254, 10135, 50986, 93136, 93774, 3467, 137989, 196707, 128640, 70059, 17777, 45461, 1197, 9185, 77635, 821, 58627, 21373, 51515, 18588, 35509...
[ 0.142578125, 0.2489013671875, 0.089111328125, 0.09832763671875, 0.185791015625, 0.208251953125, 0.1700439453125, 0.1259765625, 0.1116943359375, 0.0228424072265625, 0.2410888671875, 0.0672607421875, 0.1214599609375, 0.07659912109375, 0.0322265625, 0.15283203125, 0.1427001953125, 0.1...
embed
17126354_c1
17126354
fsharp
1
639, gen1: 3, gen2: 0 val it : unit = () This clearly showed toDigit 's superiority. I'd like to know why, though, so I'm asking my fellow F# overflowers what should I do from this point on. In a typical Java program I'd just fire up a profiler (jvisualvm, for instance) and have it tell me which were the hot methods in...
639, gen1: 3, gen2: 0 val it : unit = () This clearly showed toDigit 's superiority. I'd like to know why, though, so I'm asking my fellow F# overflowers what should I do from this point on. In a typical Java program I'd just fire up a profiler (jvisualvm, for instance) and have it tell me which were the hot methods in...
[ -0.0113525390625, 0.01031494140625, -0.0108642578125, 0.0024261474609375, -0.005950927734375, -0.00787353515625, -0.01348876953125, 0.004425048828125, 0.00213623046875, -0.03466796875, -0.00067138671875, 0.02490234375, 0.004913330078125, 0.0015106201171875, -0.00244140625, -0.038330078...
[ 163709, 9226, 82825, 138, 304, 757, 3502, 442, 25072, 2203, 123019, 168360, 47, 14055, 15769, 14597, 2481, 1884, 3714, 15400, 563, 4904, 645, 132641, 5608, 54, 10, 222201, 41925, 1528, 11476, 105609, 170, 1824, 20605, 334, 39, 136, 14192, ...
[ 0.2890625, 0.1611328125, 0.0308990478515625, 0.1103515625, 0.1234130859375, 0.143798828125, 0.143798828125, 0.059967041015625, 0.2027587890625, 0.033050537109375, 0.04974365234375, 0.0478515625, 0.1634521484375, 0.1217041015625, 0.2265625, 0.159912109375, 0.05047607421875, 0.004302...
embed
66853344_c1
66853344
fsharp
1
I made something like this using reflection: let GetPropertyValue (object : obj) propertyName = let objectType = object.GetType() let propertyInfo = objectType.GetProperty propertyName propertyInfo.GetValue object (GetPropertyValue unboxObject "id") |> unbox; It works, but isn't that too much overkill, especially when...
I made something like this using reflection: let GetPropertyValue (object : obj) propertyName = let objectType = object.GetType() let propertyInfo = objectType.GetProperty propertyName propertyInfo.GetValue object (GetPropertyValue unboxObject "id") |> unbox; It works, but isn't that too much overkill, especially when...
[ -0.01708984375, 0.00567626953125, 0.035888671875, 0.004547119140625, -0.01324462890625, -0.0142822265625, -0.0208740234375, -0.01165771484375, -0.01275634765625, -0.0322265625, 0.0234375, 0.00836181640625, -0.002838134765625, -0.01019287109375, -0.014404296875, -0.000446319580078125, ...
[ 87, 7228, 9844, 1884, 903, 17368, 44961, 1830, 2633, 20779, 10752, 1264, 939, 856, 50770, 187694, 995, 170, 57266, 163612, 36746, 196707, 126, 93147, 51, 11728, 46471, 75161, 532, 43240, 5792, 5045, 645, 119261, 5809, 41170, 2053, 28864, 26...
[ 0.01910400390625, 0.1181640625, 0.07958984375, 0.1240234375, 0.112548828125, 0.1141357421875, 0.263671875, 0.200439453125, 0.05242919921875, 0.1129150390625, 0.07257080078125, 0.167236328125, 0.0743408203125, 0.1544189453125, 0.19677734375, 0.2099609375, 0.1202392578125, 0.15844726...
embed
29114973_c0
29114973
fsharp
0
Title: Can I use System.Timers.Timer in an F# PCL library? Problem title: Can I use System.Timers.Timer in an F# PCL library? Tags: f%23, portable-class-library Problem: Can I use System.Timers.Timer in an F# PCL library? I need to use System.Timers.Timer in an F# PCL library. I'm currently targeting framework 4.5 and ...
Can I use System.Timers.Timer in an F# PCL library? Can I use System.Timers.Timer in an F# PCL library? f%23 portable-class-library Can System.Timers.Timer PCL Can I use System.Timers.Timer in an F# PCL library? I need to use System.Timers.Timer in an F# PCL library. I'm currently targeting framework 4.5 and using Prof...
[ -0.007354736328125, 0.012939453125, 0.0113525390625, -0.0157470703125, -0.0159912109375, -0.0079345703125, -0.01080322265625, 0.00130462646484375, 0.00433349609375, -0.0216064453125, 0.01287841796875, 0.013671875, 0.0103759765625, -0.0113525390625, 0.01202392578125, -0.010009765625, ...
[ 4171, 4527, 12353, 152704, 1314, 70059, 42, 23, 563, 4904, 6107, 866, 35773, 1294, 87, 1238, 3742, 168627, 67413, 150, 2844, 3871, 30388, 170846, 60061, 17368, 121858, 966, 44160, 110934, 63769, 17203, 47, 5, 51529, 31089, 86869, 22892, 139...
[ 0.1126708984375, 0.124755859375, 0.1737060546875, 0.255126953125, 0.1776123046875, 0.24853515625, 0.1802978515625, 0.0178985595703125, 0.1309814453125, 0.21533203125, 0.1322021484375, 0.17236328125, 0.1806640625, 0.007965087890625, 0.007049560546875, 0.009796142578125, 0.082275390625...
embed
56076673_c0
56076673
fsharp
0
Title: C# project doesn&#x27;t pickup latest F# type declarations in referenced library Problem title: C# project doesn&#x27;t pickup latest F# type declarations in referenced library Tags: visual-studio, f%23 Problem: C# project doesn't pickup latest F# type declarations in referenced library My "Coordinates" type tha...
C# project doesn&#x27;t pickup latest F# type declarations in referenced library C# project doesn&#x27;t pickup latest F# type declarations in referenced library visual-studio f%23 C# project doesn't pickup latest F# type declarations in referenced library My "Coordinates" type that's declared in my F# library isn't re...
[ 0.0020294189453125, 0.0361328125, 0.002960205078125, 0.00921630859375, -0.00897216796875, -0.0120849609375, -0.011962890625, -0.01373291015625, -0.015625, 0.0257568359375, -0.007415771484375, -0.0238037109375, -0.00762939453125, 0.010498046875, 0.0252685546875, -0.00665283203125, -0....
[ 313, 4904, 13452, 22027, 3768, 18, 39580, 2037, 42850, 563, 10644, 21635, 91067, 35773, 21176, 52629, 1238, 3742, 10625, 43297, 1636, 159978, 56112, 125296, 51339, 25632, 98441, 155738, 29806, 133, 756, 2394, 14364, 18043, 59636, 12275, 7464, ...
[ 0.05108642578125, 0.238525390625, 0.1441650390625, 0.0234222412109375, 0.056640625, 0.077880859375, 0.1328125, 0.1019287109375, 0.1361083984375, 0.127197265625, 0.2008056640625, 0.182861328125, 0.1630859375, 0.1285400390625, 0.1444091796875, 0.1278076171875, 0.01470947265625, 0.019...
embed
39009556_c0
39009556
fsharp
0
Title: Convert Nested Dictionaries to Deedle Frame Problem title: Convert Nested Dictionaries to Deedle Frame Tags: deedle, f%23 Problem: Convert Nested Dictionaries to Deedle Frame A nested dictionary contains the following data: {names, {dates, prices}} The structure is so: type Dict<'T, 'U> = System.Collections.Gene...
Convert Nested Dictionaries to Deedle Frame Convert Nested Dictionaries to Deedle Frame deedle f%23 Convert Nested Dictionaries Deedle Frame Dict System.Collections.Generic.Dictionary Datetime masterDict.Keys Corn Future Wheat NaN Convert Nested Dictionaries to Deedle Frame A nested dictionary contains the following da...
[ 0.00933837890625, 0.0211181640625, -0.010986328125, 0.006927490234375, -0.007659912109375, 0.01611328125, 0.01318359375, 0.008056640625, -0.00830078125, 0.004364013671875, -0.0201416015625, -0.0189208984375, 0.009033203125, 0.01513671875, 0.016845703125, -0.004913330078125, -0.003967...
[ 1657, 11549, 28701, 71, 67437, 47, 262, 297, 133, 42557, 13, 8, 1238, 3949, 3742, 60897, 18, 12353, 78457, 8996, 135932, 14055, 10763, 25512, 6032, 31347, 15390, 162429, 5631, 19, 94724, 601, 156253, 353, 839, 8512, 45, 6635, 70541, 25632...
[ 0.047119140625, 0.13427734375, 0.2408447265625, 0.1517333984375, 0.2626953125, 0.0762939453125, 0.1197509765625, 0.179931640625, 0.1922607421875, 0.2066650390625, 0.0855712890625, 0.09112548828125, 0.002838134765625, 0.008331298828125, 0.09674072265625, 0.103515625, 0.015045166015625...
embed
23629060_c0
23629060
fsharp
0
Title: F# - Code improvement Problem title: F# - Code improvement Tags: f%23 Problem: F# - Code improvement i'm new to F# and i've come up with a solution to a fairly simple question, which is, given a string of numbers, I need to multiple each digit by two, then get the sum of these digits. For example, the string "12...
F# - Code improvement F# - Code improvement f%23 Seq.map String.concat String.Empty Seq.sum F# - Code improvement i'm new to F# and i've come up with a solution to a fairly simple question, which is, given a string of numbers, I need to multiple each digit by two, then get the sum of these digits. For example, the stri...
[ -0.0103759765625, -0.0027008056640625, 0.003082275390625, 0.031005859375, 0.005523681640625, 0.0302734375, -0.004058837890625, -0.0002841949462890625, 0.0093994140625, -0.022705078125, 0.010986328125, -0.0010986328125, -0.016845703125, 0.035400390625, -0.0037078857421875, 0.02258300781...
[ 563, 4904, 28864, 136912, 1238, 3949, 3742, 503, 864, 62346, 23351, 214, 2271, 4460, 134332, 939, 11832, 3525, 47, 1380, 1257, 678, 29806, 180663, 8781, 9655, 83, 34475, 79315, 101935, 4, 3871, 48716, 12638, 153939, 390, 6626, 7068, 2046, ...
[ 0.147216796875, 0.2406005859375, 0.1614990234375, 0.1962890625, 0.114501953125, 0.0207672119140625, 0.1641845703125, 0.0625, 0.1217041015625, 0.1458740234375, 0.154296875, 0.014312744140625, 0.04449462890625, 0.1683349609375, 0.1337890625, 0.0654296875, 0.2235107421875, 0.085327148...
embed
33916910_c0
33916910
fsharp
0
Title: F#: Reduce this function Problem title: F#: Reduce this function Tags: f%23, lint Problem: F#: Reduce this function Consider the following piece of code: scores |> Map.fold (fun state key value -> state + (findCoefficient conversion.Coefficients key) * value) 0m findCoefficient returns a decimal, and scores is a...
F#: Reduce this function F#: Reduce this function f%23 lint Reduce Map.fold conversion.Coefficients Map F#: Reduce this function Consider the following piece of code: findCoefficient returns a decimal, and scores is a Map<string, decimal> Now when I write this piece of code in Visual Studio, the F# Power Tools give me ...
[ -0.03515625, -0.0086669921875, 0.01458740234375, 0.01953125, -0.035400390625, -0.0078125, -0.0205078125, 0.023193359375, 0.02197265625, -0.004852294921875, 0.01611328125, 0.01513671875, 0.00250244140625, 0.0194091796875, 0.0167236328125, 0.002166748046875, -0.0208740234375, 0.01501...
[ 563, 4904, 853, 106357, 903, 32354, 12, 1238, 3949, 3742, 11508, 18, 42719, 42822, 142477, 10625, 4240, 11044, 35066, 137399, 70, 25632, 63847, 18151, 7413, 13, 24500, 45964, 30646, 32380, 2749, 47763, 83, 91693, 33022, 111, 73372, 22968, 1...
[ 0.15478515625, 0.2105712890625, 0.185546875, 0.2529296875, 0.1094970703125, 0.1868896484375, 0.008056640625, 0.08349609375, 0.0217742919921875, 0.1058349609375, 0.1300048828125, 0.117431640625, 0.195068359375, 0.1947021484375, 0.157470703125, 0.1207275390625, 0.115966796875, 0.1119...
embed
37178727_c0
37178727
fsharp
0
Title: Get element from set of tuples in F# Problem title: Get element from set of tuples in F# Tags: tuples, f%23, set Problem: Get element from set of tuples in F# I want to find tuple in a set by first two values and return third value of the tuple (or None if found nothing). I woluld like something like that: type ...
Get element from set of tuples in F# Get element from set of tuples in F# tuples f%23 set set Get Point Path x:int y:int p:Path Option Set.exists Some None Set.ofList Get element from set of tuples in F# I want to find tuple in a set by first two values and return third value of the tuple (or None if found nothing). I ...
[ 0.01287841796875, 0.005950927734375, 0.007080078125, -0.0031280517578125, -0.01422119140625, -0.01422119140625, -0.00555419921875, 0.00372314453125, 0.01141357421875, -0.003265380859375, 0.02001953125, 0.02587890625, -0.017822265625, -0.0152587890625, -0.00128173828125, 0.01708984375, ...
[ 20779, 12830, 1295, 5423, 111, 370, 99726, 563, 4904, 23, 1238, 3742, 41097, 108421, 4288, 113, 10519, 86769, 19943, 54376, 438, 4390, 154663, 3444, 7413, 8705, 390, 5117, 6626, 142424, 30646, 50960, 34292, 2174, 14037, 33720, 1884, 959, 43...
[ 0.1158447265625, 0.1903076171875, 0.114501953125, 0.1873779296875, 0.08294677734375, 0.15625, 0.228515625, 0.1212158203125, 0.17822265625, 0.041839599609375, 0.05548095703125, 0.1173095703125, 0.1197509765625, 0.1402587890625, 0.066650390625, 0.031036376953125, 0.0889892578125, 0.1...
embed
25859819_c0
25859819
fsharp
0
Title: F# Lambda in Object Expression Problem title: F# Lambda in Object Expression Tags: lambda, f%23 Problem: F# Lambda in Object Expression I can see people using lambdas in object expressions such as in this post , but I can't quite figure out why the following idea doesn't work. type fooType = {flar : string; grib...
F# Lambda in Object Expression F# Lambda in Object Expression lambda f%23 Lambda Object Expression boundFoo.flar F# Lambda in Object Expression I can see people using lambdas in object expressions such as in this post , but I can't quite figure out why the following idea doesn't work. From what I can gather, it doesn't...
[ -0.001312255859375, 0.003997802734375, -0.00225830078125, -0.033935546875, -0.0004138946533203125, -0.0228271484375, 0.004669189453125, 0.0208740234375, 0.0089111328125, 0.015869140625, -0.0081787109375, 0.0072021484375, 0.012451171875, -0.01239013671875, 0.0086669921875, -0.0140991210...
[ 563, 4904, 122930, 85, 23, 134549, 25129, 21, 6492, 1238, 3949, 3742, 99091, 27591, 31, 420, 320, 17368, 1124, 36746, 125195, 32233, 26366, 15400, 25632, 6528, 22027, 18, 4488, 1884, 7477, 33079, 1284, 101, 136, 1022, 37105, 151107, 12921, ...
[ 0.1298828125, 0.19580078125, 0.2032470703125, 0.1417236328125, 0.041107177734375, 0.226318359375, 0.169677734375, 0.0643310546875, 0.1947021484375, 0.062408447265625, 0.0245513916015625, 0.1190185546875, 0.2005615234375, 0.0452880859375, 0.040252685546875, 0.03399658203125, 0.1405029...
embed
10957700_c0
10957700
fsharp
0
Title: &quot;.NET&quot; and &quot;OCaml&quot; formatting of signatures Problem title: &quot;.NET&quot; and &quot;OCaml&quot; formatting of signatures Tags: f%23 Problem: ".NET" and "OCaml" formatting of signatures F# allows ".NET" and "OCaml" formatting of signatures. This can be confusing when you fall into the habit ...
&quot;.NET&quot; and &quot;OCaml&quot; formatting of signatures &quot;.NET&quot; and &quot;OCaml&quot; formatting of signatures f%23 NET OCaml Vector.ofSeq Array.ofSeq ".NET" and "OCaml" formatting of signatures F# allows ".NET" and "OCaml" formatting of signatures. This can be confusing when you fall into the habit of...
[ 0.005523681640625, 0.0184326171875, -0.0172119140625, 0.0089111328125, -0.007476806640625, -0.0035247802734375, -0.01422119140625, 0.012451171875, -0.0024261474609375, 0.007171630859375, -0.0038604736328125, -0.00811767578125, -0.024169921875, -0.00182342529296875, -0.0018310546875, -0...
[ 5, 17777, 136, 29065, 302, 141, 9384, 1916, 111, 138256, 7, 1238, 3949, 3742, 180, 105272, 2609, 18770, 4390, 4233, 864, 69253, 563, 4904, 114864, 831, 55681, 6817, 62122, 17368, 1632, 20623, 7413, 16648, 53418, 155965, 3871, 137399, 18151,...
[ 0.042510986328125, 0.2276611328125, 0.08544921875, 0.1214599609375, 0.13720703125, 0.1588134765625, 0.203857421875, 0.0870361328125, 0.02410888671875, 0.22998046875, 0.0177459716796875, 0.05462646484375, 0.011474609375, 0.1204833984375, 0.14501953125, 0.2064208984375, 0.13720703125, ...
embed
65218452_c0
65218452
fsharp
0
Title: Function that generates a sequence by from the sequence Problem title: Function that generates a sequence by from the sequence Tags: .net, f%23 Problem: Function that generates a sequence by from the sequence How to defined a function that generates a sequence by from the sequence passed as the third argument by...
Function that generates a sequence by from the sequence Function that generates a sequence by from the sequence .net f%23 the count:int input:seq Function that generates a sequence by from the sequence How to defined a function that generates a sequence by from the sequence passed as the third argument by taking the nu...
[ -0.0078125, 0.034423828125, -0.02294921875, 0.001495361328125, 0.00726318359375, -0.0062255859375, 0.01318359375, -0.000804901123046875, 0.001007080078125, -0.0458984375, -0.0033111572265625, 0.0244140625, -0.0189208984375, 0.030029296875, 0.016845703125, -0.00506591796875, -0.019287...
[ 28670, 10763, 450, 139392, 7, 40, 944, 3956, 390, 1295, 70, 1179, 1238, 3742, 54529, 4288, 107730, 184, 864, 61924, 32354, 115081, 237, 50960, 10750, 35971, 14012, 142424, 5117, 59911, 17932, 8, 96819, 20320, 65619, 18, 42272, 21049, 23, ...
[ 0.174072265625, 0.0885009765625, 0.025909423828125, 0.2391357421875, 0.044464111328125, 0.0965576171875, 0.2017822265625, 0.1531982421875, 0.19287109375, 0.1768798828125, 0.01177978515625, 0.1700439453125, 0.03912353515625, 0.16455078125, 0.1551513671875, 0.167236328125, 0.1628417968...
embed
73410477_c0
73410477
fsharp
0
Title: How can I reduce the number of layers of pattern matches? Problem title: How can I reduce the number of layers of pattern matches? Tags: f%23 Problem: How can I reduce the number of layers of pattern matches? How can I reduce the number of layers of pattern matches? Now there are 3 layers of nested pattern match...
How can I reduce the number of layers of pattern matches? How can I reduce the number of layers of pattern matches? f%23 How test4 test3 test2 None Some t:test2 t.A A.B B.C How can I reduce the number of layers of pattern matches? How can I reduce the number of layers of pattern matches? Now there are 3 layers of neste...
[ -0.00075531005859375, 0.01385498046875, 0.00982666015625, 0.0223388671875, 0.008056640625, -0.0220947265625, -0.035400390625, -0.000823974609375, 0.0145263671875, 0.006500244140625, 0.0008544921875, -0.002197265625, 0.0216064453125, 0.025634765625, 0.0169677734375, 0.01409912109375, ...
[ 11249, 831, 87, 34390, 14012, 135355, 7, 103510, 14858, 90, 111, 1238, 3949, 3742, 3034, 617, 363, 304, 438, 31384, 808, 6954, 138, 8512, 71, 5351, 5915, 119140, 297, 4488, 3444, 47, 442, 106, 7722 ]
[ 0.06512451171875, 0.06707763671875, 0.06585693359375, 0.232666015625, 0.10284423828125, 0.260986328125, 0.1058349609375, 0.220458984375, 0.2305908203125, 0.1024169921875, 0.047698974609375, 0.007354736328125, 0.0072021484375, 0.060302734375, 0.123291015625, 0.084716796875, 0.03515625...
embed
15555730_c0
15555730
fsharp
0
Title: Tryfsharp.org - type providers? Problem title: Tryfsharp.org - type providers? Tags: f%23, type-providers Problem: Tryfsharp.org - type providers? Does anyone know what type providers are available on tryfsharp.org? For example, I know that a CsvFile type provider is available by referencing: #r "Samples.Csv.dll...
Tryfsharp.org - type providers? Tryfsharp.org - type providers? f%23 type-providers Tryfsharp.org Samples.Csv.dll Samples.Hadoop.TypeProviders.dll Samples.DataStore.Freebase.dll Tryfsharp.org - type providers? Does anyone know what type providers are available on tryfsharp.org? For example, I know that a CsvFile type p...
[ 0.0177001953125, 0.020751953125, 0.005035400390625, 0.015869140625, -0.01202392578125, 0.006988525390625, -0.0223388671875, 0.021728515625, -0.00933837890625, -0.03466796875, -0.0133056640625, -0.010009765625, 0.007293701171875, 0.006561279296875, 0.015869140625, 0.0078125, 0.0099487...
[ 40858, 420, 89280, 254, 1478, 10644, 81450, 7, 93136, 14202, 3362, 99726, 67756, 1181, 1138, 2146, 196707, 177997, 14, 137989, 165248, 81437, 37382, 35672, 3714, 2367, 19882, 98, 9790, 313, 174350, 142447, 214, 27060, 831, 11814, 2806, 21185,...
[ 0.203369140625, 0.126953125, 0.2073974609375, 0.158447265625, 0.175048828125, 0.254638671875, 0.269287109375, 0.09686279296875, 0.1922607421875, 0.06085205078125, 0.103271484375, 0.130859375, 0.2021484375, 0.1175537109375, 0.018096923828125, 0.0899658203125, 0.21484375, 0.149658203...
embed
4964348_c0
4964348
fsharp
0
Title: C#-style event accessors for CLI events in F# Problem title: C#-style event accessors for CLI events in F# Tags: .net, f%23, events, c%23-to-f%23 Problem: C#-style event accessors for CLI events in F# I am exposing an event from F# to C# like this: let event = new DelegateEvent<EventHandler>() member x.Ping() = ...
C#-style event accessors for CLI events in F# C#-style event accessors for CLI events in F# .net f%23 events c%23-to-f%23 CLI DelegateEvent EventHandler x.Ping event.Trigger EventArgs.Empty CLIEvent x.PingEvent event.Publish PingEvent C#-style event accessors for CLI events in F# I am exposing an event from F# to C# li...
[ -0.00677490234375, 0.029541015625, -0.003387451171875, -0.0179443359375, -0.018798828125, -0.0216064453125, -0.000743865966796875, -0.0091552734375, 0.0074462890625, -0.0230712890625, 0.001922607421875, 0.033447265625, -0.004974365234375, 0.015869140625, 0.01397705078125, -0.0031280517...
[ 313, 4904, 40946, 19732, 17203, 25251, 100, 10927, 47353, 23, 563, 1179, 1238, 3949, 3742, 501, 27495, 188, 420, 228532, 13, 192134, 36943, 135679, 603, 1022, 683, 214, 74257, 21407, 7614, 9405, 134332, 143145, 15227, 135668, 58309, 6953, 1...
[ 0.0885009765625, 0.21875, 0.1995849609375, 0.219970703125, 0.1925048828125, 0.1856689453125, 0.055816650390625, 0.205810546875, 0.18359375, 0.0782470703125, 0.134521484375, 0.1422119140625, 0.08465576171875, 0.0207672119140625, 0.1083984375, 0.014129638671875, 0.07861328125, 0.1140...
embed
824934_c0
824934
fsharp
0
Title: The sum of a specific property of all items in a List Problem title: The sum of a specific property of all items in a List Tags: f%23 Problem: The sum of a specific property of all items in a List Take the following example, I have a class public class SomeItem { public string Name; public DateTime Published; pu...
The sum of a specific property of all items in a List The sum of a specific property of all items in a List f%23 List SomeItem Name DateTime Published uint16 Size items.Sum i.Size The sum of a specific property of all items in a List Take the following example, I have a class I have a List<SomeItem> and I want to calcu...
[ 0.005523681640625, 0.000568389892578125, 0.021484375, -0.006805419921875, -0.0245361328125, -0.00732421875, -0.009521484375, 0.0098876953125, 0.01708984375, -0.0111083984375, 0.01708984375, -0.0101318359375, 0.008056640625, -0.0025787353515625, -0.001556396484375, 0.0172119140625, -0...
[ 581, 10554, 111, 10, 29458, 57266, 756, 55769, 23, 32036, 1238, 3949, 3742, 31384, 2982, 15757, 25512, 70059, 110463, 75, 4288, 2485, 80378, 294, 316, 17, 127167, 13, 27781, 18507, 282, 568, 3444, 74481, 3622, 13267, 360, 313, 4904, 33022...
[ 0.134765625, 0.27783203125, 0.1048583984375, 0.065185546875, 0.2222900390625, 0.2568359375, 0.1614990234375, 0.24658203125, 0.10113525390625, 0.235595703125, 0.1207275390625, 0.07232666015625, 0.1903076171875, 0.0899658203125, 0.1641845703125, 0.087890625, 0.033447265625, 0.0947265...
embed
25249332_c0
25249332
fsharp
0
Title: Desugared form of &quot;let in&quot; Problem title: Desugared form of &quot;let in&quot; Tags: functional-programming, f%23 Problem: Desugared form of "let in" What do the let (x = 0) in x * x translate to? A function (fun x -> x * x) 0) ? - This would make sense, as let bindings are expressions - and expression...
Desugared form of &quot;let in&quot; Desugared form of &quot;let in&quot; functional-programming f%23 Desugared result1 result2 result3 Desugared form of "let in" What do the let (x = 0) in x * x translate to? A function (fun x -> x * x) 0) ? - This would make sense, as let bindings are expressions - and expressions mu...
[ 0.005584716796875, 0.00113677978515625, 0.0030670166015625, 0.0128173828125, 0.0111083984375, 0.005859375, 0.005584716796875, 0.0020751953125, 0.0142822265625, -0.001312255859375, -0.0037689208984375, -0.0035552978515625, -0.02294921875, 0.027099609375, 0.0230712890625, 0.0228271484375...
[ 5581, 16565, 2822, 3173, 1974, 23, 123309, 28966, 3742, 16750, 304, 363, 4865, 2633, 425, 2203, 757, 1022, 661, 3900, 19309, 47, 32354, 16498, 33079, 10422, 128239, 621, 125195, 8110, 30646, 142424, 1884, 7108, 41591, 101087, 297, 82990, 7 ...
[ 0.12890625, 0.162109375, 0.134521484375, 0.166259765625, 0.2301025390625, 0.232421875, 0.125732421875, 0.1258544921875, 0.049713134765625, 0.156494140625, 0.08154296875, 0.1263427734375, 0.005859375, 0.23974609375, 0.07098388671875, 0.08447265625, 0.1685791015625, 0.0830078125, 0...
embed
18341505_c1
18341505
fsharp
1
y] = Color.White; } } } public void Save(string filename) { Bitmap bitmap = new Bitmap(Width, Height); for (int x = 0; x < bitmap.Width; x++) { for (int y = 0; y < bitmap.Height; y++) { bitmap.SetPixel(x, y, Pixels[x, y]); } } bitmap.Save(filename); } } class Program { static void Main(string[] args) { Image i = new I...
y] = Color.White; } } } public void Save(string filename) { Bitmap bitmap = new Bitmap(Width, Height); for (int x = 0; x < bitmap.Width; x++) { for (int y = 0; y < bitmap.Height; y++) { bitmap.SetPixel(x, y, Pixels[x, y]); } } bitmap.Save(filename); } } class Program { static void Main(string[] args) { Image i = new I...
[ -0.001373291015625, 0.023193359375, 0.01165771484375, 0.041748046875, -0.0167236328125, 0.006927490234375, -0.005706787109375, 0.0115966796875, 0.013427734375, 0.028076171875, 0.0054931640625, 0.03466796875, -0.006500244140625, -0.01239013671875, -0.00701904296875, -0.01025390625, -0...
[ 113, 268, 2203, 51193, 5, 173473, 3835, 2292, 71, 64944, 91693, 11435, 11627, 27774, 62346, 4785, 3525, 532, 927, 1529, 22553, 100, 4288, 1022, 757, 4426, 37223, 13025, 294, 126, 29348, 52851, 425, 111159, 5464, 272, 29822, 18507, 7663, 2...
[ 0.142822265625, 0.048980712890625, 0.0858154296875, 0.197021484375, 0.080322265625, 0.2222900390625, 0.09771728515625, 0.170654296875, 0.001983642578125, 0.2103271484375, 0.2064208984375, 0.1290283203125, 0.1563720703125, 0.1519775390625, 0.2164306640625, 0.14697265625, 0.0830078125,...
embed
14228465_c0
14228465
fsharp
0
Title: Can I capture the result of the continuation passed to Printf.ksprintf? Problem title: Can I capture the result of the continuation passed to Printf.ksprintf? Tags: f%23, .net Problem: Can I capture the result of the continuation passed to Printf.ksprintf? I am trying to do something like: let execute command = ...
Can I capture the result of the continuation passed to Printf.ksprintf? Can I capture the result of the continuation passed to Printf.ksprintf? f%23 .net Can Printf.ksprintf System.Diagnostics.Process.Start Users Can I capture the result of the continuation passed to Printf.ksprintf? I am trying to do something like: W...
[ -0.007537841796875, 0.0228271484375, 0.010009765625, 0.01129150390625, -0.012939453125, 0.00799560546875, 0.0225830078125, -0.0135498046875, -0.0067138671875, 0.01470947265625, -0.0029754638671875, 0.0267333984375, -0.0172119140625, -0.0026092529296875, 0.00640869140625, 0.008850097656...
[ 4171, 87, 141621, 16750, 9454, 1363, 115081, 47, 39754, 420, 1224, 35662, 1238, 3949, 3742, 1179, 12353, 128198, 41637, 26531, 126597, 53400, 5, 31577, 78662, 179140, 140992, 1957, 3917, 10644, 71924, 13, 98224, 111 ]
[ 0.1304931640625, 0.0545654296875, 0.2303466796875, 0.1859130859375, 0.1851806640625, 0.08056640625, 0.112548828125, 0.08953857421875, 0.2027587890625, 0.1949462890625, 0.098876953125, 0.181884765625, 0.040130615234375, 0.0029296875, 0.1295166015625, 0.146240234375, 0.07794189453125, ...
embed
5275541_c0
5275541
fsharp
0
Title: Can&#x27;t see the add-in option of F# in the Visual Studio 2010 integrated Shell Problem title: Can&#x27;t see the add-in option of F# in the Visual Studio 2010 integrated Shell Tags: visual-studio-2010, f%23 Problem: Can't see the add-in option of F# in the Visual Studio 2010 integrated Shell I installed the F...
Can&#x27;t see the add-in option of F# in the Visual Studio 2010 integrated Shell Can&#x27;t see the add-in option of F# in the Visual Studio 2010 integrated Shell visual-studio-2010 f%23 Can Visual Studio Shell visual-studio-2010 Can't see the add-in option of F# in the Visual Studio 2010 integrated Shell I installed ...
[ 0.00104522705078125, 0.03125, 0.0021820068359375, -0.004913330078125, -0.01171875, 0.0064697265625, -0.00909423828125, -0.006591796875, -0.0166015625, 0.005523681640625, 0.01336669921875, 0.00933837890625, 0.002197265625, 0.0291748046875, 0.014404296875, -0.0115966796875, 0.003860473...
[ 4171, 3768, 18, 1957, 15190, 73, 35829, 563, 4904, 73372, 22968, 1532, 78779, 108362, 111, 21176, 52629, 73552, 1238, 20600, 107951, 36381, 3467, 254, 172, 12275, 128019, 19882, 72977, 4028, 31095, 109637, 39, 12989, 5526, 80383, 182747, 4416...
[ 0.04449462890625, 0.02191162109375, 0.0352783203125, 0.1329345703125, 0.1336669921875, 0.14111328125, 0.1688232421875, 0.1494140625, 0.2071533203125, 0.1689453125, 0.1793212890625, 0.175048828125, 0.1156005859375, 0.1973876953125, 0.008056640625, 0.1439208984375, 0.1461181640625, 0...
embed
27043658_c0
27043658
fsharp
0
Title: Alea.cubase gpu programming in F# Problem title: Alea.cubase gpu programming in F# Tags: aleagpu, f%23 Problem: Alea.cubase gpu programming in F# While running one piece of code using Alea.cuBase I am getting a type initialization exception let worker = Engine.workers.DefaultWorker System.TypeInitializationExcep...
Alea.cubase gpu programming in F# Alea.cubase gpu programming in F# aleagpu f%23 System.TypeInitializationException Alea.cubase Engine.workers.DefaultWorker Worker Compiler.loadWorker.Default Alea.cubase gpu programming in F# While running one piece of code using Alea.cuBase I am getting a type initialization exception...
[ 0.03759765625, 0.002288818359375, -0.006134033203125, -0.0166015625, -0.0034942626953125, -0.005889892578125, 0.037353515625, -0.0016937255859375, -0.00128173828125, -0.044677734375, 0.00194549560546875, 0.003204345703125, 0.02587890625, -0.006011962890625, 0.00726318359375, -0.0017929...
[ 4733, 11, 5, 90351, 184, 706, 1766, 56037, 563, 4904, 662, 1238, 3742, 12353, 196707, 4153, 1890, 289, 47691, 19279, 63928, 90125, 18244, 1314, 187423, 108259, 56, 27985, 15612, 34759, 63033, 23, 51042, 1632, 63847, 18151, 1010, 63473, 13, ...
[ 0.1925048828125, 0.1885986328125, 0.0322265625, 0.1739501953125, 0.185546875, 0.01959228515625, 0.169189453125, 0.1192626953125, 0.119140625, 0.1719970703125, 0.1505126953125, 0.043060302734375, 0.122314453125, 0.064208984375, 0.18896484375, 0.0391845703125, 0.1112060546875, 0.0809...
embed
7067897_c0
7067897
fsharp
0
Title: Calling BCL functions with tuple arguments in F# Problem title: Calling BCL functions with tuple arguments in F# Tags: functional-programming, f%23, .net Problem: Calling BCL functions with tuple arguments in F# From what I've read, and if I am not mistaken, it seems that any BCL method receives its arguments as...
Calling BCL functions with tuple arguments in F# Calling BCL functions with tuple arguments in F# functional-programming f%23 .net Calling BCL rng.Next System Random Calling BCL functions with tuple arguments in F# From what I've read, and if I am not mistaken, it seems that any BCL method receives its arguments as a t...
[ 0.006805419921875, 0.0074462890625, 0.016357421875, 0.00439453125, 0.0228271484375, 0.0021514892578125, -0.0147705078125, -0.0216064453125, -0.0103759765625, -0.021728515625, 0, 0.035888671875, -0.005401611328125, 0.0230712890625, 0.015869140625, -0.009033203125, 0.003265380859375, ...
[ 26265, 335, 37486, 32354, 678, 370, 8705, 10750, 563, 4904, 123309, 28966, 1238, 3949, 3742, 1179, 449, 81280, 12353, 39643, 306, 23, 2499, 55300, 53299, 6863, 237, 149016, 64457, 19441, 5809, 765, 9844, 33233, 124519, 4393, 18151, 83, 2563...
[ 0.114990234375, 0.1182861328125, 0.2310791015625, 0.1795654296875, 0.06817626953125, 0.131591796875, 0.2166748046875, 0.205322265625, 0.1138916015625, 0.175537109375, 0.1495361328125, 0.08026123046875, 0.06378173828125, 0.0255889892578125, 0.09521484375, 0.09136962890625, 0.057312011...
embed
36521696_c0
36521696
fsharp
0
Title: How to format decimal as a string with defined precision using printf/sprintf in F#? Problem title: How to format decimal as a string with defined precision using printf/sprintf in F#? Tags: printf, format, f%23, decimal, string Problem: How to format decimal as a string with defined precision using printf/sprin...
How to format decimal as a string with defined precision using printf/sprintf in F#? How to format decimal as a string with defined precision using printf/sprintf in F#? printf format f%23 decimal string printf/sprintf How How to format decimal as a string with defined precision using printf/sprintf in F#? I want to fo...
[ -0.007598876953125, 0.004119873046875, 0.0048828125, 0.00127410888671875, 0.00555419921875, 0.00124359130859375, 0.014892578125, 0.0120849609375, -0.002899169921875, 0.021240234375, 0.0037689208984375, 0.00135040283203125, -0.02001953125, 0.003509521484375, 0.0089111328125, 0.015075683...
[ 11249, 47, 9384, 32380, 2749, 237, 79315, 678, 61924, 22619, 1830, 28412, 420, 64, 35662, 563, 4904, 17368, 23, 1238, 3949, 3742, 10, 3444, 34292, 12960, 100, 21917, 257, 442, 43240, 5117, 37702, 57823, 351, 42687, 8781, 3917, 7763, 71713...
[ 0.060516357421875, 0.04754638671875, 0.2347412109375, 0.1878662109375, 0.2003173828125, 0.0972900390625, 0.206787109375, 0.0748291015625, 0.1160888671875, 0.181884765625, 0.0927734375, 0.17138671875, 0.1953125, 0.036956787109375, 0.144287109375, 0.10430908203125, 0.174072265625, 0....
embed
76931025_c0
76931025
fsharp
0
Title: Constrain a type to F# records? Problem title: Constrain a type to F# records? Tags: record, f%23 Problem: Constrain a type to F# records? I'm trying to write a generic database storage function that appends a field to a record before saving it. Here's the general idea: let storeItem item = let itemType = item.G...
Constrain a type to F# records? Constrain a type to F# records? record f%23 Constrain item.GetType Name ItemType db.StoreItem Constrain a type to F# records? I'm trying to write a generic database storage function that appends a field to a record before saving it. Here's the general idea: Unfortunately, this will not c...
[ -0.0093994140625, 0.006378173828125, 0.0047607421875, 0.0021209716796875, 0.0089111328125, 0.00958251953125, -0.0400390625, 0.00927734375, 0.00457763671875, -0.020751953125, 0.0084228515625, -0.009765625, 0.011474609375, 0.00286865234375, 0.013427734375, -0.0140380859375, 0.011779785...
[ 1657, 2816, 73, 10, 10644, 47, 563, 4904, 115923, 17164, 1238, 3949, 3742, 35735, 126, 196707, 15757, 78426, 40041, 165248, 2982, 31577, 33022, 189534, 63399, 132096, 32354, 114689, 44457, 8108, 6496, 4537, 6528, 185397, 959, 9969, 1340, 2563...
[ 0.08306884765625, 0.1893310546875, 0.0953369140625, 0.045989990234375, 0.2393798828125, 0.12744140625, 0.1539306640625, 0.239990234375, 0.2403564453125, 0.2337646484375, 0.04754638671875, 0.0152587890625, 0.100341796875, 0.1920166015625, 0.006256103515625, 0.2440185546875, 0.10418701...
embed
13396234_c0
13396234
fsharp
0
Title: Explicit type parameters in let bindings in classes (error FS0665) Problem title: Explicit type parameters in let bindings in classes (error FS0665) Tags: .net, generics, f%23 Problem: Explicit type parameters in let bindings in classes (error FS0665) When I try to create some class like type MyType () = let fun...
Explicit type parameters in let bindings in classes (error FS0665) Explicit type parameters in let bindings in classes (error FS0665) .net generics f%23 Explicit FS0665 MyType Explicit type parameters in let bindings in classes (error FS0665) When I try to create some class like The compiler says that there's an error:...
[ -0.000518798828125, 0.01104736328125, -0.002105712890625, -0.006744384765625, -0.00118255615234375, 0.013427734375, 0.011474609375, 0.00238037109375, 0.00811767578125, -0.01318359375, -0.01226806640625, -0.004241943359375, 0.0120849609375, -0.001556396484375, -0.0023040771484375, -0.00...
[ 60075, 60923, 10644, 171859, 2633, 128239, 61112, 188800, 93774, 9016, 86468, 1179, 189534, 3742, 12424, 2646, 196707, 7, 23, 9790, 28282, 18507, 581, 9969, 34759, 17378, 18499, 16265, 51671, 44084, 209806, 136, 5154, 12921, 8966 ]
[ 0.0911865234375, 0.234130859375, 0.2193603515625, 0.2056884765625, 0.1971435546875, 0.2261962890625, 0.206298828125, 0.147216796875, 0.115478515625, 0.0980224609375, 0.2188720703125, 0.130859375, 0.165283203125, 0.08197021484375, 0.19873046875, 0.11865234375, 0.28369140625, 0.01646...
embed
24684918_c0
24684918
fsharp
0
Title: Module and class with same name Problem title: Module and class with same name Tags: f%23, f%23-3.1 Problem: Module and class with same name This is allowed: type Test = class end [<CompilationRepresentation (CompilationRepresentationFlags.ModuleSuffix)>] module Test = begin end But this not: [<CompilationRepres...
Module and class with same name Module and class with same name f%23 f%23-3.1 Module Test CompilationRepresentation CompilationRepresentationFlags.ModuleSuffix Literal Module and class with same name This is allowed: But this not: Why? In the second case, the error is: Duplicate definition of type or module 'Test'. I'd...
[ -0.005828857421875, 0.013427734375, -0.0208740234375, 0.00909423828125, 0.008544921875, -0.0169677734375, 0.000518798828125, -0.004486083984375, -0.01806640625, -0.0103759765625, -0.025146484375, 0.019287109375, 0.01129150390625, -0.00025177001953125, -0.001220703125, 0.000789642333984...
[ 63014, 13, 136, 18507, 678, 5701, 9351, 3742, 97109, 8647, 55247, 3668, 91616, 8782, 21493, 4084, 135940, 141, 3293, 83, 107003, 4966, 903, 959, 44084, 17932, 18499, 786, 52721, 67, 80934, 10644, 707, 88996, 111337, 5161, 61924, 3835, 720, ...
[ 0.204345703125, 0.033477783203125, 0.1566162109375, 0.218994140625, 0.10113525390625, 0.1533203125, 0.15869140625, 0.03155517578125, 0.06304931640625, 0.1654052734375, 0.0946044921875, 0.079345703125, 0.0362548828125, 0.002716064453125, 0.10662841796875, 0.07373046875, 0.141357421875...
embed
64601060_c0
64601060
fsharp
0
Title: why doesn&#x27;t the match version of the code compile, in F# Problem title: why doesn&#x27;t the match version of the code compile, in F# Tags: f%23 Problem: why doesn't the match version of the code compile, in F# here is some code: type Test() = static member SomeValue = "AAA" static member test1 (a) = match ...
why doesn&#x27;t the match version of the code compile, in F# why doesn&#x27;t the match version of the code compile, in F# f%23 Test SomeValue AAA test1 Test.SomeValue test2 why doesn't the match version of the code compile, in F# here is some code: the test1 version will not compile ([FS0039] The type 'Test' does not...
[ 0.00494384765625, -0.00653076171875, 0.0098876953125, -0.009521484375, -0.00970458984375, -0.0240478515625, -0.0125732421875, 0.020751953125, 0.00445556640625, 0.0167236328125, -0.0008392333984375, 0.00543212890625, 0.01092529296875, -0.00193023681640625, 0.01708984375, -0.008728027343...
[ 15400, 22027, 18, 14858, 11389, 18151, 9969, 1340, 563, 4904, 3768, 3742, 8647, 31384, 856, 50770, 155616, 3034, 418, 8912, 282, 304, 1221, 959, 36381, 9323, 10644, 111337, 61924, 44457, 64549, 748, 32786, 171859, 151575, 24145, 53697, 44084,...
[ 0.0810546875, 0.0823974609375, 0.10137939453125, 0.223388671875, 0.2071533203125, 0.162841796875, 0.1707763671875, 0.162109375, 0.0933837890625, 0.1715087890625, 0.009918212890625, 0.0251007080078125, 0.1549072265625, 0.1505126953125, 0.158447265625, 0.20068359375, 0.1519775390625, ...
embed
38492410_c0
38492410
fsharp
0
Title: Seeding F# random generator to same state as Matlab Problem title: Seeding F# random generator to same state as Matlab Tags: random, math.net, f%23 Problem: Seeding F# random generator to same state as Matlab In trying to port over some Matlab code to F#, I'm trying to make sure the translations are accurate. As...
Seeding F# random generator to same state as Matlab Seeding F# random generator to same state as Matlab random math.net f%23 Seeding Matlab math.net Seeding F# random generator to same state as Matlab In trying to port over some Matlab code to F#, I'm trying to make sure the translations are accurate. As of now, there ...
[ 0.01373291015625, 0.0206298828125, 0.0172119140625, -0.006683349609375, -0.0003681182861328125, -0.00933837890625, -0.005035400390625, -0.006591796875, -0.0181884765625, -0.041748046875, -0.00531005859375, 0.0234375, 0.0035400390625, 0.0101318359375, 0.0157470703125, -0.014892578125, ...
[ 6872, 6238, 563, 4904, 96759, 145823, 47, 5701, 11341, 237, 7656, 6114, 48909, 1179, 1238, 3742, 11469, 645, 18151, 153648, 152018, 121742, 5915, 80835, 31425, 142267, 40, 297, 4358, 1927, 66, 173857, 24763, 13722, 44691, 26458, 115, 139392, ...
[ 0.1417236328125, 0.051422119140625, 0.1248779296875, 0.210693359375, 0.113525390625, 0.2171630859375, 0.039276123046875, 0.053497314453125, 0.1173095703125, 0.04437255859375, 0.1197509765625, 0.20751953125, 0.08306884765625, 0.06939697265625, 0.0438232421875, 0.031829833984375, 0.065...
embed
41202701_c1
41202701
fsharp
1
et, Nuget, paket.powershell, Paket-Init, paket.dependencies, Paket-Install, Rx-Core, Rx-Interfaces, Rx-Linq, Rx-Main, Rx-PlatformServices, Rx-WindowStoreApps, Rx-WinRT, Rx-Xaml, Splat, System.Collections, System.Diagnostics.Debug, System.Diagnostics.Tools, System.IO, System.Linq, System.Linq.Expressions, System.ObjectM...
et, Nuget, paket.powershell, Paket-Init, paket.dependencies, Paket-Install, Rx-Core, Rx-Interfaces, Rx-Linq, Rx-Main, Rx-PlatformServices, Rx-WindowStoreApps, Rx-WinRT, Rx-Xaml, Splat, System.Collections, System.Diagnostics.Debug, System.Diagnostics.Tools, System.IO, System.Linq, System.Linq.Expressions, System.ObjectM...
[ -0.004608154296875, 0.0247802734375, 0.03173828125, 0.01025390625, 0.0026092529296875, 0.01177978515625, -0.005401611328125, 0.0108642578125, 0.002899169921875, 0.0167236328125, 0.00799560546875, 0.00150299072265625, -0.01123046875, 0.0038299560546875, 0.005035400390625, 0.023681640625...
[ 82, 4, 1429, 3794, 13360, 5, 62783, 128019, 50867, 9, 4153, 217, 105254, 13, 117538, 92621, 627, 425, 50886, 44851, 40404, 866, 44982, 168793, 117231, 5037, 121979, 92049, 24293, 165248, 39179, 20503, 1542, 302, 159, 9189, 12353, 78457, 899...
[ 0.20849609375, 0.1141357421875, 0.1982421875, 0.2763671875, 0.2315673828125, 0.122802734375, 0.1751708984375, 0.25634765625, 0.201416015625, 0.06976318359375, 0.08660888671875, 0.12353515625, 0.16455078125, 0.0848388671875, 0.10791015625, 0.212158203125, 0.1536865234375, 0.19201660...
embed
45538484_c0
45538484
fsharp
0
Title: F# operator not resolving properly Problem title: F# operator not resolving properly Tags: operator-overloading, f%23 Problem: F# operator not resolving properly let inline (=~) a b = abs (single a - single b) <= 0.001f type Vector = { x : single; y : single; z : single } static member (=~) (v1, v2) = (v1.x =~ v...
F# operator not resolving properly F# operator not resolving properly operator-overloading f%23 Vector v1.x v2.x v1.y v2.y v1.z v2.z Math.PI F# operator not resolving properly Compiler complains: The type 'Vector' does not support a conversion to the type 'single' I don't get it. Clearly, the type-specific operator doe...
[ -0.0167236328125, 0.0093994140625, 0.006256103515625, 0.019287109375, 0.0159912109375, 0.01019287109375, -0.010986328125, -0.0016326904296875, -0.01116943359375, 0.000606536865234375, -0.0021209716796875, 0.0125732421875, 0.0252685546875, -0.0247802734375, -0.0150146484375, -0.00399780...
[ 563, 4904, 39933, 959, 166996, 155965, 449, 5465, 63033, 1238, 3949, 3742, 2609, 18770, 81, 425, 5442, 53, 78804, 15185, 15612, 34759, 186992, 10644, 26455, 14602, 8060, 142477, 47, 70, 6953, 133, 2046, 159975, 18, 107671, 189534, 1715, 206...
[ 0.133056640625, 0.2137451171875, 0.2049560546875, 0.082275390625, 0.1783447265625, 0.10302734375, 0.0009765625, 0.10107421875, 0.1885986328125, 0.10662841796875, 0.022247314453125, 0.1068115234375, 0.168212890625, 0.216064453125, 0.04388427734375, 0.0111083984375, 0.009124755859375, ...
embed
37920954_c0
37920954
fsharp
0
Title: Mutual recursion with computation expressions Problem title: Mutual recursion with computation expressions Tags: f%23 Problem: Mutual recursion with computation expressions Currently I have the following structure: let rec foo x = State.state{ let rec bar = //... foo 5 //... //... bar //... } I would like to ext...
Mutual recursion with computation expressions Mutual recursion with computation expressions f%23 Mutual State.state Mutual recursion with computation expressions Currently I have the following structure: I would like to extract the 'bar' function and obtain a structure such as: This would allow me to have another funct...
[ 0.00131988525390625, -0.007049560546875, 0.00848388671875, 0.00958251953125, 0.00015544891357421875, 0.0118408203125, -0.00087738037109375, 0.0167236328125, 0.0223388671875, -0.04248046875, -0.0081787109375, 0.039306640625, 0.0012969970703125, 0.031494140625, 0.033203125, 0.00234985351...
[ 174948, 289, 195625, 1830, 678, 181135, 125195, 1238, 3949, 3742, 22836, 61340, 114063, 25632, 45646, 1884, 125663, 1299, 32354, 113054, 10, 6044, 5775, 31, 304, 4527, 1909, 71864, 18151, 115, 182867, 759, 152132, 14602, 959, 9969, 1340, 23, ...
[ 0.1383056640625, 0.057159423828125, 0.2005615234375, 0.0338134765625, 0.1038818359375, 0.1326904296875, 0.19287109375, 0.09417724609375, 0.09478759765625, 0.1446533203125, 0.177490234375, 0.1136474609375, 0.010772705078125, 0.0277862548828125, 0.1876220703125, 0.0555419921875, 0.1597...
embed
49191100_c0
49191100
fsharp
0
Title: F# Array.findindex Problem title: F# Array.findindex Tags: f%23, indexing, arrays Problem: F# Array.findindex I am pretty new to F# and am having a few issues debugging some code. The following piece of code creates a matrix which contains positional indices. I have two arrays both contain strings; one array is ...
F# Array.findindex F# Array.findindex f%23 indexing arrays Array.findindex Matrix Array.map F# Array.findindex I am pretty new to F# and am having a few issues debugging some code. The following piece of code creates a matrix which contains positional indices. I have two arrays both contain strings; one array is brough...
[ 0.0011444091796875, -0.00775146484375, 0.0079345703125, 0.0184326171875, -0.0030059814453125, -0.004241943359375, 0.01190185546875, 0.0123291015625, 0.007568359375, 0.01251220703125, -0.012939453125, -0.004150390625, -0.000896453857421875, -0.0001354217529296875, -0.005645751953125, -0...
[ 563, 4904, 69253, 53, 111607, 4711, 1238, 3742, 63262, 10298, 4778, 194234, 62346, 3525, 10846, 37348, 8, 978, 18151, 25632, 28282, 50944, 425, 70541, 19069, 136044, 6626, 79315, 91048, 23, 5773, 19283, 856, 7941, 192, 87427, 16498, 170, 72...
[ 0.1224365234375, 0.1939697265625, 0.1180419921875, 0.05340576171875, 0.1148681640625, 0.272216796875, 0.07232666015625, 0.11328125, 0.1846923828125, 0.109619140625, 0.12353515625, 0.1689453125, 0.11279296875, 0.0233154296875, 0.008331298828125, 0.04437255859375, 0.0364990234375, 0....
embed