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
46697298_c1
46697298
fsharp
1
want to represent the choice in the type union in the YAML; I've considered several options: # omit the 'option' level completely thing: foo: foobar bar: 17 # have a specific field to discriminate on option: type: thing foo: foobar bar: 17 In the end, it's more important to me to have a flexible object graph for the c...
want to represent the choice in the type union in the YAML; I've considered several options: # omit the 'option' level completely thing: foo: foobar bar: 17 # have a specific field to discriminate on option: type: thing foo: foobar bar: 17 In the end, it's more important to me to have a flexible object graph for the c...
[ 0.000904083251953125, 0.02099609375, 0.0032501220703125, -0.00007152557373046875, -0.0181884765625, -0.0185546875, -0.02392578125, -0.017822265625, 0.00112152099609375, 0.034912109375, -0.01513671875, 0.010986328125, -0.0010528564453125, 0.0031890869140625, -0.0201416015625, 0.00735473...
[ 3444, 33636, 44126, 10644, 69941, 3320, 39456, 90698, 40368, 50717, 171, 217, 109585, 17366, 64557, 13580, 5775, 31, 1299, 1909, 729, 29458, 44457, 55970, 67, 35829, 3564, 442, 1286, 5526, 110677, 36746, 41382, 153837, 10, 26267, 64747, 11435...
[ 0.0672607421875, 0.2081298828125, 0.2017822265625, 0.2115478515625, 0.2275390625, 0.19287109375, 0.2447509765625, 0.05657958984375, 0.0343017578125, 0.140380859375, 0.1224365234375, 0.08721923828125, 0.19677734375, 0.1746826171875, 0.0953369140625, 0.1754150390625, 0.0853271484375, ...
embed
23459194_c0
23459194
fsharp
0
Title: Can a record with a string field accept a null in C#? Problem title: Can a record with a string field accept a null in C#? Tags: f%23 Problem: Can a record with a string field accept a null in C#? For example, if I have a record such as: type sample = { userId : string; } and then I define this record in C# such...
Can a record with a string field accept a null in C#? Can a record with a string field accept a null in C#? f%23 Can Can a record with a string field accept a null in C#? For example, if I have a record such as: and then I define this record in C# such as: and then if I assign this record to an F# function called in C#...
[ 0.002960205078125, -0.00439453125, 0.0135498046875, 0.02734375, -0.0133056640625, -0.00408935546875, 0.005615234375, -0.016357421875, 0.0091552734375, 0.019775390625, 0.008056640625, -0.01263427734375, -0.002838134765625, -0.000972747802734375, 0.006622314453125, -0.01458740234375, 0...
[ 4171, 17164, 678, 79315, 44457, 26946, 10, 56574, 23, 313, 4904, 1238, 3742, 765, 61924, 95486, 47, 563, 32354, 35839, 2806, 53383, 903, 8437, 12765, 100, 28032, 7722 ]
[ 0.094970703125, 0.232666015625, 0.08154296875, 0.268310546875, 0.2413330078125, 0.175537109375, 0.061798095703125, 0.27490234375, 0.07012939453125, 0.097900390625, 0.2286376953125, 0.00836181640625, 0.0565185546875, 0.016845703125, 0.158447265625, 0.164794921875, 0.00665283203125, ...
embed
38884151_c0
38884151
fsharp
0
Title: Obtaining a Unit Where I Should Be Obtaining an Integer Problem title: Obtaining a Unit Where I Should Be Obtaining an Integer Tags: f%23 Problem: Obtaining a Unit Where I Should Be Obtaining an Integer I have been trying to write a recursive function which takes a certain number as an input and outputs the sum ...
Obtaining a Unit Where I Should Be Obtaining an Integer Obtaining a Unit Where I Should Be Obtaining an Integer f%23 Obtaining Unit Where Should Integer add_nums n-1 Obtaining a Unit Where I Should Be Obtaining an Integer I have been trying to write a recursive function which takes a certain number as an input and outp...
[ -0.0201416015625, 0.031494140625, 0.0191650390625, -0.014404296875, -0.014404296875, 0.014404296875, -0.000453948974609375, 0.0024261474609375, 0.0146484375, -0.0201416015625, -0.003082275390625, -0.041259765625, -0.00072479248046875, 0.0125732421875, 0.017333984375, 0.00543212890625, ...
[ 3545, 102, 14653, 46640, 78662, 151117, 873, 44401, 1238, 3949, 3742, 15190, 2606, 653, 5759, 87, 31577, 33022, 195625, 5844, 32354, 51776, 24233, 14012, 237, 107730, 140992, 10554, 756, 101935, 48716, 138, 136, 190, 1295, 106, 47, 6896, 99...
[ 0.102783203125, 0.1019287109375, 0.088134765625, 0.240478515625, 0.1104736328125, 0.1287841796875, 0.032470703125, 0.260009765625, 0.09375, 0.09942626953125, 0.167236328125, 0.1302490234375, 0.167724609375, 0.056427001953125, 0.169921875, 0.003265380859375, 0.079833984375, 0.093383...
embed
23175765_c0
23175765
fsharp
0
Title: How to invoke a user defined function using R Type Provider Problem title: How to invoke a user defined function using R Type Provider Tags: type-providers, r, f%23 Problem: How to invoke a user defined function using R Type Provider I have a bunch of existing user defined functions that are already written in R...
How to invoke a user defined function using R Type Provider How to invoke a user defined function using R Type Provider type-providers r f%23 R How Type Provider How to invoke a user defined function using R Type Provider I have a bunch of existing user defined functions that are already written in R and I would like t...
[ 0.00191497802734375, 0.009033203125, 0.00025177001953125, 0.0225830078125, -0.0022735595703125, -0.004058837890625, 0.007598876953125, 0.000293731689453125, -0.0111083984375, -0.05029296875, -0.002166748046875, -0.0005340576171875, 0.00909423828125, 0.00201416015625, 0.0294189453125, 0...
[ 11249, 47, 23, 23253, 13, 38937, 61924, 71, 32354, 17368, 627, 60457, 123089, 42, 10644, 93136, 14202, 1690, 1238, 3949, 3742, 147306, 144573, 450, 21771, 59121, 1884, 17203, 678, 81450, 28723, 2806, 11782, 31344, 19095, 3934, 65998, 442, 7...
[ 0.104736328125, 0.051971435546875, 0.0994873046875, 0.1988525390625, 0.1024169921875, 0.181396484375, 0.193115234375, 0.048828125, 0.226806640625, 0.08154296875, 0.1746826171875, 0.2353515625, 0.169189453125, 0.11474609375, 0.2015380859375, 0.178466796875, 0.087158203125, 0.0883789...
embed
66966626_c1
66966626
fsharp
1
x y -> new pixel(Defaults.full_cover , ConsoleColor_from_Color(f.GetPixel(x , y)) , Defaults.backgroundcolor)) ) let eng = new engine(w , h) eng.create_and_register_sprite(new image(spr_img), 20 , 20 , 0) eng.loop_on_key( { speed = 0. positionX = 20. positionY = 20. positionZ = 20. quitting = false }, updater //extern...
x y -> new pixel(Defaults.full_cover , ConsoleColor_from_Color(f.GetPixel(x , y)) , Defaults.backgroundcolor)) ) let eng = new engine(w , h) eng.create_and_register_sprite(new image(spr_img), 20 , 20 , 0) eng.loop_on_key( { speed = 0. positionX = 20. positionY = 20. positionZ = 20. quitting = false }, updater //extern...
[ 0.009521484375, 0.0091552734375, -0.01177978515625, 0.003082275390625, -0.009521484375, -0.0027923583984375, 0.01287841796875, 0.01043701171875, 0.00860595703125, -0.011962890625, -0.001312255859375, 0.050537109375, 0.00616455078125, -0.0123291015625, 0.01904296875, -0.00457763671875, ...
[ 1022, 113, 33079, 3525, 98009, 187423, 11, 7136, 25724, 63127, 1657, 40777, 10625, 1484, 161063, 420, 126, 29348, 52851, 425, 262, 1021, 12620, 64330, 46133, 1388, 2633, 16095, 87907, 434, 1096, 7612, 2182, 2940, 105199, 454, 47606, 1486, 5...
[ 0.09521484375, 0.1483154296875, 0.09375, 0.1287841796875, 0.27783203125, 0.1259765625, 0.16064453125, 0.191162109375, 0.09130859375, 0.1456298828125, 0.0188751220703125, 0.151611328125, 0.03436279296875, 0.144775390625, 0.117431640625, 0.033294677734375, 0.013702392578125, 0.038146...
embed
42820905_c2
42820905
fsharp
2
shardRegion1, actorOf2, System.Threading.Thread.Sleep, system2, shardRegion2, system3, shardRegion3, NOTE, Even, shard-1, entity-1, entity-2, shard-2, entity-3, entity-4, reply:AskResult, ShardRegionStats, GetShardRegionStats.Instance, reply.Value, stats.Stats, kv.Key, kv.Value, Async.RunSynchronously, localhost:2552,...
shardRegion1, actorOf2, System.Threading.Thread.Sleep, system2, shardRegion2, system3, shardRegion3, NOTE, Even, shard-1, entity-1, entity-2, shard-2, entity-3, entity-4, reply:AskResult, ShardRegionStats, GetShardRegionStats.Instance, reply.Value, stats.Stats, kv.Key, kv.Value, Async.RunSynchronously, localhost:2552,...
[ -0.01300048828125, 0.0263671875, -0.006011962890625, -0.002777099609375, 0.005462646484375, -0.00927734375, 0.0140380859375, 0.018310546875, 0.005859375, 0.02001953125, 0.0023651123046875, 0.08056640625, 0.01141357421875, -0.0244140625, 0.0252685546875, 0.025146484375, 0.011169433593...
[ 91, 25612, 54601, 1830, 418, 39329, 132887, 304, 12353, 39116, 214, 133, 4517, 5426, 363, 212963, 31267, 5759, 77630, 939, 5428, 8316, 11565, 75836, 284, 1042, 7, 7136, 26520, 71, 135206, 20779, 116071, 50770, 63841, 26687, 162429, 12654, 1...
[ 0.106201171875, 0.27587890625, 0.2005615234375, 0.1278076171875, 0.050567626953125, 0.20458984375, 0.15185546875, 0.089599609375, 0.135986328125, 0.1549072265625, 0.0909423828125, 0.162353515625, 0.1171875, 0.134765625, 0.06890869140625, 0.1717529296875, 0.1136474609375, 0.08209228...
embed
7087133_c0
7087133
fsharp
0
Title: Sandcastle doesn't output everything from a F# assembly Problem title: Sandcastle doesn't output everything from a F# assembly Tags: f%23, sandcastle Problem: Sandcastle doesn't output everything from a F# assembly It only recognizes top-level non-function value declarations. e.g. let a = 2 and doesn't...
Sandcastle doesn't output everything from a F# assembly Sandcastle doesn't output everything from a F# assembly f%23 sandcastle a Sandcastle Sandcastle doesn't output everything from a F# assembly It only recognizes top-level non-function value declarations. e.g. let a = 2 and doesn't produce documentation fo...
[ 0.0101318359375, 0.00897216796875, -0.0016326904296875, -0.0035552978515625, -0.0194091796875, -0.0024261474609375, -0.01336669921875, -0.0181884765625, -0.01507568359375, 0.02587890625, -0.000736236572265625, 0.0027008056640625, -0.0037689208984375, 0.0152587890625, 0.02197265625, -0....
[ 13552, 55741, 133, 22027, 3768, 18, 140992, 26818, 563, 4904, 89845, 38526, 1295, 1238, 3742, 19096, 4734, 125296, 2663, 67919, 351, 137175, 34292, 21635, 2633, 10, 2203, 116, 27489, 209806, 32354, 10644, 80934, 131492, 11435, 4666, 64, 24626...
[ 0.1812744140625, 0.230224609375, 0.1990966796875, 0.050506591796875, 0.040802001953125, 0.0921630859375, 0.2108154296875, 0.0987548828125, 0.0819091796875, 0.1534423828125, 0.13623046875, 0.003875732421875, 0.03155517578125, 0.0155487060546875, 0.03277587890625, 0.1287841796875, 0.02...
embed
10900961_c0
10900961
fsharp
0
Title: F# - function order Problem title: F# - function order Tags: f%23 Problem: F# - function order Possible Duplicate: How to have two methods calling each other? I need to write 2 functions that call each other. (with conditions inside - so they'd eventually stop) let x () : int = ... if (------) then y num ... let...
F# - function order F# - function order f%23 F# - function order I need to write 2 functions that call each other. (with conditions inside - so they'd eventually stop) The problem is that, as I understand it, F# evaluates functions by order of appearance.. so writing this will create compilation errors... Is there a wa...
[ 0.00139617919921875, 0.002716064453125, 0.00116729736328125, 0.00927734375, 0.0194091796875, 0.01116943359375, 0.0157470703125, -0.00164794921875, 0.01324462890625, -0.00482177734375, -0.002410888671875, 0.01806640625, -0.00823974609375, -0.0040283203125, 0.055908203125, 0.0029296875, ...
[ 563, 4904, 32354, 12989, 1238, 3949, 3742, 87, 3871, 33022, 116, 7, 11782, 12638, 3789, 76228, 27289, 46132, 221, 155605, 7279, 2967, 28219, 442, 151575, 90, 390, 111, 170894, 32562, 903, 1221, 28282, 98352, 1363, 18499, 3917, 86869, 15044,...
[ 0.140869140625, 0.2291259765625, 0.2181396484375, 0.2476806640625, 0.08355712890625, 0.032440185546875, 0.1558837890625, 0.015777587890625, 0.09063720703125, 0.1336669921875, 0.1434326171875, 0.052825927734375, 0.162841796875, 0.0848388671875, 0.13525390625, 0.00396728515625, 0.20617...
embed
998570_c0
998570
fsharp
0
Title: Great resources in F# for beginners use and examples for business Problem title: Great resources in F# for beginners use and examples for business Tags: f%23, functional-programming, .net, visual-studio-2010 Problem: Great resources in F# for beginners use and examples for business Are there some links to great ...
Great resources in F# for beginners use and examples for business Great resources in F# for beginners use and examples for business f%23 functional-programming .net visual-studio-2010 Great visual-studio-2010 Great resources in F# for beginners use and examples for business Are there some links to great resources for F...
[ 0.022705078125, 0.00958251953125, 0.00897216796875, -0.0213623046875, -0.00872802734375, 0.0091552734375, 0.017578125, 0.005828857421875, 0.007568359375, -0.033447265625, -0.00109100341796875, -0.01611328125, 0.0091552734375, 0.0252685546875, -0.006622314453125, -0.005462646484375, -...
[ 32774, 65514, 23, 563, 4904, 100, 9842, 43148, 4527, 27781, 8063, 1238, 3742, 123309, 28966, 1179, 21176, 52629, 73552, 22317, 6782, 67053, 1314, 89536, 59911, 136, 202681, 86685, 131148, 83, 21373, 21930, 8121, 134031, 40059, 147153, 17777, ...
[ 0.0997314453125, 0.21728515625, 0.041046142578125, 0.1417236328125, 0.228759765625, 0.0775146484375, 0.07720947265625, 0.06573486328125, 0.1070556640625, 0.15673828125, 0.147216796875, 0.046051025390625, 0.030517578125, 0.1270751953125, 0.07012939453125, 0.0655517578125, 0.1413574218...
embed
23855894_c0
23855894
fsharp
0
Title: Convert string [,] into string representation Problem title: Convert string [,] into string representation Tags: f%23, multidimensional-array Problem: Convert string [,] into string representation Let say I have this two-dimensional array: let a = Array2D.create 2 2 "*" What is an idiomatic way to turn that into...
Convert string [,] into string representation Convert string [,] into string representation f%23 multidimensional-array Convert Array2D.create string.concat Convert string [,] into string representation Let say I have this two-dimensional array: What is an idiomatic way to turn that into the following string? My though...
[ 0.0030517578125, -0.0024871826171875, -0.00823974609375, 0.03662109375, -0.02099609375, 0.016357421875, -0.006256103515625, 0.0002956390380859375, 0.006134033203125, 0.02197265625, -0.013427734375, -0.019287109375, -0.0020599365234375, 0.02392578125, -0.015869140625, -0.000141143798828...
[ 1657, 11549, 79315, 378, 4, 3934, 18811, 1238, 3949, 3742, 6024, 157955, 19305, 69253, 53, 304, 397, 7612, 2271, 4460, 765, 903, 6626, 10298, 49666, 9523, 3917, 47, 15504, 450, 25632, 17569, 3871, 8560, 67, 645, 6, 15555, 22288, 55769, ...
[ 0.060546875, 0.169921875, 0.27392578125, 0.0943603515625, 0.1220703125, 0.1474609375, 0.2467041015625, 0.0516357421875, 0.005767822265625, 0.1258544921875, 0.056610107421875, 0.15283203125, 0.127685546875, 0.146240234375, 0.127197265625, 0.098876953125, 0.103759765625, 0.0663452148...
embed
9674317_c0
9674317
fsharp
0
Title: Unification by transformation Problem title: Unification by transformation Tags: unification, f%23 Problem: Unification by transformation I am writing a unification algorithm in F# for use with AST transformations using "Term Rewriting and All That" ( WoldCat ) by Franz Baader and Tobias Nipkow. For section 4.6 ...
Unification by transformation Unification by transformation unification f%23 Unification Unification by transformation I am writing a unification algorithm in F# for use with AST transformations using "Term Rewriting and All That" ( WoldCat ) by Franz Baader and Tobias Nipkow. For section 4.6 Unification by transformat...
[ 0.000942230224609375, 0.0400390625, 0.013671875, 0.0005645751953125, 0.00080108642578125, -0.0228271484375, -0.0146484375, 0.00823974609375, 0.01416015625, -0.01220703125, -0.00909423828125, 0.0169677734375, 0.001434326171875, 0.013427734375, -0.0045166015625, 0.00537109375, 0.015869...
[ 992, 41274, 390, 167201, 51, 1238, 3949, 3742, 87, 444, 32562, 234873, 23, 563, 4904, 100, 4527, 678, 48963, 17368, 35484, 39, 853, 199332, 136, 3164, 9925, 47390, 71, 76775, 86914, 1853, 38970, 188531, 1520, 76233, 40059, 6, 115459, 5792...
[ 0.2247314453125, 0.1849365234375, 0.176025390625, 0.2861328125, 0.203369140625, 0.06634521484375, 0.030487060546875, 0.1156005859375, 0.0180816650390625, 0.018218994140625, 0.1016845703125, 0.204833984375, 0.0220184326171875, 0.0936279296875, 0.148193359375, 0.003082275390625, 0.1387...
embed
1457140_c0
1457140
fsharp
0
Title: Haskell composition (.) vs F#'s pipe forward operator (|>) Problem title: Haskell composition (.) vs F#'s pipe forward operator (|>) Tags: functional-programming, f%23, composition, haskell Problem: Haskell composition (.) vs F#'s pipe forward operator (|>) In F#, use of the the pipe-forward oper...
Haskell composition (.) vs F#'s pipe forward operator (|>) Haskell composition (.) vs F#'s pipe forward operator (|>) functional-programming f%23 composition haskell Haskell Haskell composition (.) vs F#'s pipe forward operator (|>) In F#, use of the the pipe-forward operator, |> , is pretty common. How...
[ 0.00616455078125, 0.01239013671875, 0.010498046875, 0.0184326171875, -0.01806640625, 0.005218505859375, -0.0179443359375, -0.017333984375, -0.00433349609375, -0.01239013671875, -0.01434326171875, 0.004730224609375, 0.03369140625, -0.004241943359375, -0.019287109375, -0.01171875, 0.02...
[ 20625, 142508, 166577, 5, 20209, 563, 4904, 3768, 137158, 40225, 39933, 15, 5386, 7, 123309, 28966, 1238, 3742, 1556, 2740, 360, 4527, 9, 2472, 19364, 58745, 28875, 39210, 23, 4734, 17669, 51592, 32354, 11814, 1836, 62548, 46876, 31635, 561...
[ 0.155029296875, 0.257080078125, 0.2484130859375, 0.1602783203125, 0.12841796875, 0.107421875, 0.1690673828125, 0.050994873046875, 0.2342529296875, 0.2445068359375, 0.234619140625, 0.0145416259765625, 0.00665283203125, 0.0076904296875, 0.160400390625, 0.114013671875, 0.06060791015625,...
embed
9643092_c0
9643092
fsharp
0
Title: Value or constructor is not defined Problem title: Value or constructor is not defined Tags: fibonacci, f%23 Problem: Value or constructor is not defined I'm learning f# and I've got a pretty trivial problem that doesn't seem to make sense. I'm working on Project Euler problem 2 and I've got this: let fib (x : B...
Value or constructor is not defined Value or constructor is not defined fibonacci f%23 Value BigInteger Value or constructor is not defined I'm learning f# and I've got a pretty trivial problem that doesn't seem to make sense. I'm working on Project Euler problem 2 and I've got this: I've got the error at the recursive...
[ -0.0111083984375, 0.01287841796875, -0.0002727508544921875, 0.0191650390625, -0.0020294189453125, 0.02392578125, 0.00860595703125, 0.006866455078125, 0.024658203125, -0.006988525390625, 0.0089111328125, -0.01275634765625, -0.0027923583984375, 0.0115966796875, 0.030517578125, -0.0110473...
[ 190060, 707, 64549, 748, 83, 959, 61924, 809, 20990, 52544, 1238, 3949, 3742, 14195, 67, 1505, 71, 52080, 4904, 28875, 686, 2967, 10422, 20697, 27331, 5177, 603, 116, 4163, 18499, 99, 195625, 5844, 275, 11782, 25, 9077, 15400, 4358 ]
[ 0.2384033203125, 0.1168212890625, 0.2120361328125, 0.1842041015625, 0.044219970703125, 0.13623046875, 0.2059326171875, 0.1331787109375, 0.1116943359375, 0.134033203125, 0.074951171875, 0.052642822265625, 0.1552734375, 0.064208984375, 0.095947265625, 0.02032470703125, 0.01492309570312...
embed
25299366_c0
25299366
fsharp
0
Title: What does it mean by the use of brackets in this code Problem title: What does it mean by the use of brackets in this code Tags: f%23 Problem: What does it mean by the use of brackets in this code I have a code snippet here but i don't understand the use of "new (code)" in it. type Product (code:string, price:fl...
What does it mean by the use of brackets in this code What does it mean by the use of brackets in this code f%23 What Product code:string price:float this.Code this.IsFree What does it mean by the use of brackets in this code I have a code snippet here but i don't understand the use of "new (code)" in it. Specifically ...
[ -0.01165771484375, 0.0072021484375, -0.0247802734375, 0.01434326171875, 0.0033721923828125, 0.00009250640869140625, -0.000591278076171875, 0.0267333984375, 0.021484375, 0.00970458984375, -0.0031280517578125, -0.0128173828125, -0.013671875, -0.011962890625, -0.0189208984375, -0.00759887...
[ 4865, 14602, 442, 29459, 390, 4527, 111, 1620, 27853, 7, 23, 903, 18151, 1238, 3949, 3742, 73111, 91693, 27167, 52347, 257, 114211, 29598, 81437, 93, 58134, 3688, 1284, 2301, 18, 28219, 54936, 40899, 15400, 3871, 22, 155648, 77336, 46132 ]
[ 0.0731201171875, 0.06207275390625, 0.08428955078125, 0.1458740234375, 0.07232666015625, 0.1610107421875, 0.02471923828125, 0.2188720703125, 0.25048828125, 0.0965576171875, 0.057525634765625, 0.12646484375, 0.19384765625, 0.0770263671875, 0.04156494140625, 0.1492919921875, 0.16015625,...
embed
5508293_c1
5508293
fsharp
1
create a general way to deserialize the xml I get back into objects? It appears that this web service never uses attributes to send information, it all seems to be elements inside elements which might make this problem easier. If I am going about this the wrong way please feel free to suggest something better. Thanks ...
create a general way to deserialize the xml I get back into objects? It appears that this web service never uses attributes to send information, it all seems to be elements inside elements which might make this problem easier. If I am going about this the wrong way please feel free to suggest something better. Thanks ...
[ 0.006561279296875, 0.051025390625, -0.016357421875, -0.01806640625, 0.00830078125, 0.035888671875, -0.01904296875, -0.018310546875, -0.013916015625, -0.01275634765625, 0.01220703125, -0.0205078125, -0.00384521484375, -0.020263671875, 0.00421142578125, 0.000804901123046875, 0.01684570...
[ 28282, 4537, 3917, 47, 224, 25435, 119066, 131492, 2046, 4420, 3934, 36746, 7, 135179, 903, 1467, 4516, 8306, 4527, 150380, 25379, 4677, 756, 37202, 186, 80854, 46132, 13648, 2967, 99156, 44691, 42459, 11522, 25027, 28864, 26073, 262, 184, ...
[ 0.06707763671875, 0.1474609375, 0.0782470703125, 0.0318603515625, 0.185302734375, 0.2293701171875, 0.1656494140625, 0.30078125, 0.1009521484375, 0.153076171875, 0.1661376953125, 0.207763671875, 0.044952392578125, 0.0266876220703125, 0.1240234375, 0.1131591796875, 0.1820068359375, 0...
embed
71584399_c0
71584399
fsharp
0
Title: F# type inference with Array.sum Problem title: F# type inference with Array.sum Tags: f%23, type-inference Problem: F# type inference with Array.sum Why do I have to tell F# whether I am using a int or float in this line let total counts = Array.sum counts to let total (counts:int[]) = Array.sum counts ? Coming...
F# type inference with Array.sum F# type inference with Array.sum f%23 type-inference Array.sum counts:int F# type inference with Array.sum Why do I have to tell F# whether I am using a int or float in this line let total counts = Array.sum counts to let total (counts:int[]) = Array.sum counts ? Coming from sml I am fi...
[ 0.0087890625, -0.0084228515625, 0.0081787109375, 0.025634765625, -0.005096435546875, -0.0167236328125, -0.0029296875, 0.003814697265625, 0.00994873046875, -0.0194091796875, -0.00408935546875, -0.021240234375, 0.000591278076171875, -0.00384521484375, 0.0284423828125, -0.02099609375, -...
[ 563, 4904, 10644, 53498, 6620, 678, 69253, 53, 11832, 1238, 3949, 3742, 69988, 54529, 4288, 44084, 765, 14192, 36766, 17368, 23, 18, 707, 21917, 257, 13315, 3622, 71013, 1065, 7237, 90791, 4785, 5792, 173072, 5844, 212790, 123309, 46876, 60...
[ 0.1461181640625, 0.1959228515625, 0.18115234375, 0.1796875, 0.038482666015625, 0.0189056396484375, 0.1138916015625, 0.09161376953125, 0.1832275390625, 0.0765380859375, 0.017547607421875, 0.096435546875, 0.1201171875, 0.153564453125, 0.13525390625, 0.0458984375, 0.013092041015625, 0...
embed
10725428_c0
10725428
fsharp
0
Title: Is LINQ to SQL possible in other languages? Problem title: Is LINQ to SQL possible in other languages? Tags: c%23, f%23, haskell, linq, lisp Problem: Is LINQ to SQL possible in other languages? I'm interested in knowing whether something like LINQ to SQL could be possible in other languages (skip .Net), that ena...
Is LINQ to SQL possible in other languages? Is LINQ to SQL possible in other languages? c%23 f%23 haskell linq lisp LINQ SQL Is LINQ to SQL possible in other languages? I'm interested in knowing whether something like LINQ to SQL could be possible in other languages (skip .Net), that enables to write declarative and co...
[ 0.0208740234375, 0.0234375, 0.0155029296875, -0.01019287109375, -0.0289306640625, 0.016357421875, -0.019287109375, 0.00518798828125, -0.012451171875, -0.041748046875, -0.0157470703125, -0.0216064453125, -0.00701904296875, -0.006378173828125, -0.0024566650390625, 0.0098876953125, -0.0...
[ 2071, 46610, 2737, 47, 80866, 7722, 23, 3789, 46876, 3742, 1556, 142508, 96, 44982, 400, 7008, 60892, 141956, 1884, 5809, 44024, 24447, 22, 19736, 33022, 21635, 4935, 136, 9969, 1340, 6032, 12765, 41, 3900, 143, 200537, 10644, 4127, 8060, ...
[ 0.028411865234375, 0.2056884765625, 0.23388671875, 0.16796875, 0.27197265625, 0.166015625, 0.062744140625, 0.103515625, 0.1925048828125, 0.05352783203125, 0.0948486328125, 0.195068359375, 0.099365234375, 0.23583984375, 0.09405517578125, 0.156494140625, 0.044891357421875, 0.00091552...
embed
43719846_c0
43719846
fsharp
0
Title: Replicate list items n times in a F# sequence Problem title: Replicate list items n times in a F# sequence Tags: seq, f%23 Problem: Replicate list items n times in a F# sequence I have a sequence in F#: let n = 2 let seq1 = { yield "a" yield "b" yield "c" } I want to print every item in the sequence n times. I c...
Replicate list items n times in a F# sequence Replicate list items n times in a F# sequence seq f%23 Replicate seq1 Seq.iter Replicate list items n times in a F# sequence I have a sequence in F#: I want to print every item in the sequence n times. I can do it this way: Output of this is: a a b b c c I think this is not...
[ -0.0089111328125, 0.003997802734375, 0.0026397705078125, 0.037109375, -0.0078125, 0.004486083984375, 0.0146484375, 0.00738525390625, -0.0004405975341796875, -0.016357421875, -0.005126953125, 0.00183868408203125, 0.01611328125, 0.037109375, 0, -0.00421142578125, 0.00799560546875, 0....
[ 853, 52721, 67, 5303, 55769, 653, 20028, 23, 563, 4904, 40, 944, 3956, 864, 1238, 3949, 3742, 418, 503, 16840, 765, 3444, 47, 28412, 11907, 35735, 831, 54, 903, 3917, 13538, 7077, 83, 10, 876, 501, 5351, 959, 2965, 29806, 5, 11249, ...
[ 0.1270751953125, 0.2340087890625, 0.11474609375, 0.1903076171875, 0.1876220703125, 0.1593017578125, 0.2291259765625, 0.0740966796875, 0.127685546875, 0.2135009765625, 0.0972900390625, 0.1407470703125, 0.1124267578125, 0.1474609375, 0.090087890625, 0.05438232421875, 0.1580810546875, ...
embed
36826095_c0
36826095
fsharp
0
Title: Finding objects by class or id in HTML parser Problem title: Finding objects by class or id in HTML parser Tags: f%23-data, f%23 Problem: Finding objects by class or id in HTML parser There is a nice library for parsing HTML files in F#. I can easily get all <a> objects: let links = results.Descendants ["a"] But...
Finding objects by class or id in HTML parser Finding objects by class or id in HTML parser f%23-data f%23 Finding HTML results.Descendants Finding objects by class or id in HTML parser There is a nice library for parsing HTML files in F#. I can easily get all <a> objects: But what about searching for objects with spec...
[ 0.01141357421875, 0.0093994140625, -0.0068359375, 0.0096435546875, -0.0108642578125, 0.007049560546875, -0.0079345703125, 0.00142669677734375, 0.00823974609375, -0.072265625, -0.01556396484375, -0.0419921875, -0.005889892578125, -0.00823974609375, 0.009521484375, -0.0205078125, 0.010...
[ 26040, 214, 36746, 7, 390, 18507, 707, 3447, 23, 19097, 366, 2189, 1238, 27495, 10135, 3742, 50339, 4657, 31146, 58349, 26267, 35773, 1294, 100, 6953, 102158, 563, 4904, 87, 831, 72546, 2046, 756, 11, 4966, 1672, 157318, 678, 29458, 61112...
[ 0.15478515625, 0.0633544921875, 0.2138671875, 0.033477783203125, 0.147216796875, 0.2269287109375, 0.1121826171875, 0.1671142578125, 0.0379638671875, 0.2410888671875, 0.146484375, 0.1546630859375, 0.060577392578125, 0.0865478515625, 0.0660400390625, 0.07025146484375, 0.145751953125, ...
embed
65198488_c0
65198488
fsharp
0
Title: Could not AOT the assembly with FSharp.Core Problem title: Could not AOT the assembly with FSharp.Core Tags: f%23, azure-devops, azure, xamarin.ios Problem: Could not AOT the assembly with FSharp.Core I receive the following release build error: MTOUCH : error MT3001: Could not AOT the assembly .../MyCustomerPro...
Could not AOT the assembly with FSharp.Core Could not AOT the assembly with FSharp.Core f%23 azure-devops azure xamarin.ios Could AOT FSharp.Core xamarin.ios Could not AOT the assembly with FSharp.Core I receive the following release build error: Note: I'm able to run this app on the iPhone simulator. However, the Azur...
[ -0.0224609375, 0.006591796875, 0.0006866455078125, 0.0003833770751953125, -0.01434326171875, -0.02685546875, -0.003021240234375, 0.009765625, -0.00860595703125, 0.006591796875, 0.01336669921875, -0.0125732421875, 0.0029449462890625, 0.013671875, 0.03466796875, -0.00701904296875, -0.0...
[ 191147, 959, 62, 23973, 10, 89845, 38526, 678, 93774, 3467, 254, 50886, 3742, 295, 3408, 18548, 68818, 2459, 44503, 5790, 13, 25632, 54452, 45367, 18499, 19048, 11675, 4027, 4289, 40226, 1290, 176071, 136050, 6423, 121137, 35782 ]
[ 0.0830078125, 0.10748291015625, 0.1087646484375, 0.215576171875, 0.027130126953125, 0.1591796875, 0.0919189453125, 0.093017578125, 0.11376953125, 0.167236328125, 0.2086181640625, 0.1322021484375, 0.036346435546875, 0.06085205078125, 0.141845703125, 0.1640625, 0.1607666015625, 0.103...
embed
35812779_c0
35812779
fsharp
0
Title: Folding list of options Problem title: Folding list of options Tags: option-type, fold, f%23 Problem: Folding list of options Given a list [Some 1; Some 2; Some 3] I would like an output Some 6 . Given a list [Some 1; None] should yield None . But I'm finding it a bit more difficult than I had imagined to achiev...
Folding list of options Folding list of options option-type fold f%23 Folding Some None List.reduce Option.bind Option.map Folding list of options Given a list [Some 1; Some 2; Some 3] I would like an output Some 6 . Given a list [Some 1; None] should yield None . But I'm finding it a bit more difficult than I had imag...
[ -0.01318359375, -0.00106048583984375, 0.01019287109375, 0.0032501220703125, -0.0103759765625, -0.0023651123046875, -0.00506591796875, -0.004913330078125, 0.00982666015625, 0.003173828125, -0.01263427734375, -0.0252685546875, -0.004119873046875, 0.01416015625, -0.007232666015625, 0.0202...
[ 30077, 6238, 5303, 111, 50717, 35829, 50986, 42822, 1238, 3949, 3742, 31384, 438, 86, 32036, 107, 106357, 86769, 89817, 62346, 77878, 10, 106, 116, 138, 2806, 1884, 140992, 305, 8912, 74, 5608, 11180, 19388, 90791, 4785, 1286, 34844, 28987,...
[ 0.1683349609375, 0.1082763671875, 0.1600341796875, 0.085693359375, 0.24560546875, 0.2025146484375, 0.12890625, 0.17822265625, 0.0186309814453125, 0.021392822265625, 0.1090087890625, 0.1085205078125, 0.0821533203125, 0.10107421875, 0.1251220703125, 0.0582275390625, 0.140625, 0.19885...
embed
71613210_c2
71613210
fsharp
2
.fsproj, FAILED, Access, Literal, Server, Port, Database, User, Password, SqlDataProvider, Common.DatabaseProviderTypes.POSTGRESQL, Owner, UseOptionTypes, ResolutionPath, Target, Name, PreBuild, BeforeTargets, PreBuildEvent, MakeDir, Directories, Copy, Condition, Exists, Microsoft.Bcl.AsyncInterfaces.dll, SourceFiles, ...
.fsproj, FAILED, Access, Literal, Server, Port, Database, User, Password, SqlDataProvider, Common.DatabaseProviderTypes.POSTGRESQL, Owner, UseOptionTypes, ResolutionPath, Target, Name, PreBuild, BeforeTargets, PreBuildEvent, MakeDir, Directories, Copy, Condition, Exists, Microsoft.Bcl.AsyncInterfaces.dll, SourceFiles, ...
[ -0.005340576171875, 0.0269775390625, 0.000606536865234375, -0.006866455078125, 0.0087890625, -0.0172119140625, -0.0157470703125, -0.0216064453125, -0.00799560546875, 0.03955078125, -0.00921630859375, 0.003204345703125, -0.00665283203125, -0.001739501953125, -0.00439453125, 0.0131835937...
[ 6, 5, 17447, 3454, 170, 4, 563, 11388, 38409, 40266, 135940, 141, 22687, 13791, 187781, 53400, 170461, 99247, 137989, 177997, 62160, 151301, 37382, 196707, 34274, 76914, 158897, 220197, 36836, 39029, 166589, 10519, 160017, 15757, 1914, 121137, ...
[ 0.0205230712890625, 0.18603515625, 0.2037353515625, 0.228759765625, 0.25244140625, 0.011932373046875, 0.137939453125, 0.208251953125, 0.183837890625, 0.2015380859375, 0.1357421875, 0.0194854736328125, 0.136474609375, 0.12353515625, 0.169189453125, 0.1177978515625, 0.2060546875, 0.1...
embed
20778360_c0
20778360
fsharp
0
Title: F# - creating an array of tuples based on value and index of input array Problem title: F# - creating an array of tuples based on value and index of input array Tags: f%23 Problem: F# - creating an array of tuples based on value and index of input array I have an array like so: let array = [|"A";"B";"C";"D"|] I ...
F# - creating an array of tuples based on value and index of input array F# - creating an array of tuples based on value and index of input array f%23 F# - creating an array of tuples based on value and index of input array I have an array like so: I want to create an array based on the original array's value and the i...
[ -0.0019378662109375, 0.005645751953125, -0.01092529296875, 0.0076904296875, -0.0191650390625, -0.0021514892578125, -0.01226806640625, -0.0047607421875, 0.00506591796875, -0.0198974609375, 0.0035858154296875, 0.02001953125, -0.025390625, 0.037353515625, 0.00421142578125, -0.012756347656...
[ 563, 4904, 20, 105233, 10298, 53, 111, 370, 99726, 35509, 98, 34292, 136, 63262, 107730, 1238, 3949, 3742, 87, 765, 1884, 221, 3444, 47, 28282, 142, 7311, 903, 4263, 2685, 3917, 54, 15490, 70634, 40956, 47644, 503, 864, 5, 192, 1434, ...
[ 0.1290283203125, 0.2230224609375, 0.0145111083984375, 0.1510009765625, 0.18017578125, 0.1719970703125, 0.05517578125, 0.1375732421875, 0.25927734375, 0.143798828125, 0.04681396484375, 0.1732177734375, 0.0872802734375, 0.192138671875, 0.1680908203125, 0.088623046875, 0.022537231445312...
embed
60372017_c0
60372017
fsharp
0
Title: Is a restrict type system in fsharp lang? Problem title: Is a restrict type system in fsharp lang? Tags: f%23, type-systems Problem: Is a restrict type system in fsharp lang? in f# for operation "+" the function signature is 5+6 //int->int->int but when I write code like the following , it is working 6.0 + 3.0 /...
Is a restrict type system in fsharp lang? Is a restrict type system in fsharp lang? f%23 type-systems Is a restrict type system in fsharp lang? in f# for operation "+" the function signature is but when I write code like the following , it is working in OCaml "+" is different with "+." it is more perfect and restrict r...
[ -0.0068359375, -0.00180816650390625, 0.0133056640625, 0.0167236328125, 0.01214599609375, -0.0035858154296875, 0.000476837158203125, 0.00933837890625, -0.0069580078125, -0.0045166015625, 0.0159912109375, -0.0174560546875, -0.004150390625, -0.031982421875, 0.007354736328125, -0.006286621...
[ 2071, 10, 173072, 10644, 5426, 23, 1238, 89280, 254, 1937, 3742, 16751, 4904, 41018, 1328, 32354, 138256, 83, 33022, 18151, 25632, 20697, 180, 105272, 141, 12921, 1286, 15787, 110, 185622, 54, 959, 8060, 55681, 60213 ]
[ 0.041259765625, 0.046844482421875, 0.256103515625, 0.1993408203125, 0.1812744140625, 0.0811767578125, 0.110107421875, 0.1925048828125, 0.152099609375, 0.146240234375, 0.12158203125, 0.136474609375, 0.149169921875, 0.154052734375, 0.155517578125, 0.147705078125, 0.192626953125, 0.00...
embed
69688927_c0
69688927
fsharp
0
Title: Filter dotnet test when the F# test name contains a space character Problem title: Filter dotnet test when the F# test name contains a space character Tags: unit-testing, f%23, dotnet-cli Problem: Filter dotnet test when the F# test name contains a space character Using the dotnet test --filter option , how do I...
Filter dotnet test when the F# test name contains a space character Filter dotnet test when the F# test name contains a space character unit-testing f%23 dotnet-cli Filter Fact When Assert.True Filter dotnet test when the F# test name contains a space character Using the dotnet test --filter option , how do I filter on...
[ 0.006622314453125, -0.00017833709716796875, -0.01953125, -0.008544921875, 0.001129150390625, -0.0157470703125, 0.01104736328125, -0.0035400390625, -0.006072998046875, 0.036865234375, 0.01385498046875, 0.0294189453125, -0.033447265625, 0.0033416748046875, -0.00927734375, 0.02001953125, ...
[ 128896, 20633, 1179, 3034, 3229, 563, 4904, 9351, 70541, 32628, 62816, 25072, 6954, 1238, 3949, 3742, 150, 132640, 14847, 33657, 882, 70, 4210, 120337, 35829, 3642, 46312, 98, 5983, 123055, 26698, 124850, 11249, 11675, 29458 ]
[ 0.227294921875, 0.140380859375, 0.193359375, 0.1893310546875, 0.0180206298828125, 0.1038818359375, 0.1756591796875, 0.1102294921875, 0.07373046875, 0.1971435546875, 0.142822265625, 0.1278076171875, 0.162841796875, 0.05157470703125, 0.00494384765625, 0.073974609375, 0.068115234375, ...
embed
55357163_c0
55357163
fsharp
0
Title: The value or constructor is not defined Problem title: The value or constructor is not defined Tags: f%23 Problem: The value or constructor is not defined I have defined both records and created a union from them, but F# still complains that the constructor "Food" is not defined. What is the problem? type Produc...
The value or constructor is not defined The value or constructor is not defined f%23 Product Name BasePrice Size Medium Large Food Bagel The value or constructor is not defined I have defined both records and created a union from them, but F# still complains that the constructor "Food" is not defined. What is the probl...
[ -0.0009918212890625, 0.0033111572265625, -0.008056640625, 0.0191650390625, -0.0035400390625, 0.004974365234375, -0.041015625, -0.0029296875, 0.0087890625, 0.0162353515625, 0.01373291015625, 0.012939453125, 0.010498046875, -0.00335693359375, 0.00238037109375, -0.00823974609375, 0.0057...
[ 581, 34292, 707, 64549, 748, 83, 959, 61924, 71, 1238, 3949, 3742, 73111, 15757, 44978, 33163, 80378, 174413, 181268, 34562, 1853, 2679, 15044, 115923, 75935, 69941, 1295, 563, 4904, 7464, 186992, 7, 204246, 2967 ]
[ 0.03662109375, 0.2220458984375, 0.1484375, 0.19921875, 0.1666259765625, 0.089111328125, 0.1641845703125, 0.2259521484375, 0.0977783203125, 0.07513427734375, 0.03778076171875, 0.128662109375, 0.128173828125, 0.019287109375, 0.1392822265625, 0.1085205078125, 0.0545654296875, 0.070190...
embed
22829200_c0
22829200
fsharp
0
Title: Extract elements from sequences, tuples Problem title: Extract elements from sequences, tuples Tags: f%23, f%23-interactive, f%23-3.0, c%23-to-f%23 Problem: Extract elements from sequences, tuples Say I have this: let coor = seq { ... } // val coor : seq<int * int> = seq[(12,34); (56, 78); (90, 12); ...] I'm try...
Extract elements from sequences, tuples Extract elements from sequences, tuples f%23 f%23-interactive f%23-3.0 c%23-to-f%23 sequences Extract Seq.nth Extract elements from sequences, tuples Say I have this: I'm trying to get the value of the first number of the second element in the sequence, in this case 56. Looking a...
[ 0.0157470703125, 0.007568359375, 0.01409912109375, 0.0240478515625, 0.00128173828125, -0.0118408203125, 0.006988525390625, 0.019287109375, 0.0159912109375, -0.021728515625, 0.004364013671875, 0.006439208984375, -0.020263671875, 0.0194091796875, 0.0037078857421875, -0.00139617919921875,...
[ 31501, 15390, 80854, 1295, 40, 26513, 5170, 4, 370, 99726, 1238, 3742, 27495, 10433, 71232, 132265, 188, 420, 503, 864, 19, 927, 765, 903, 31577, 2046, 34292, 5117, 14012, 17932, 12830, 944, 3956, 23, 7225, 9103, 16265, 51671, 68220, 6168...
[ 0.2088623046875, 0.10711669921875, 0.2196044921875, 0.1270751953125, 0.1121826171875, 0.206298828125, 0.110595703125, 0.0220489501953125, 0.1387939453125, 0.208740234375, 0.0633544921875, 0.05499267578125, 0.06488037109375, 0.063720703125, 0.0153045654296875, 0.118896484375, 0.052490...
embed
23883169_c0
23883169
fsharp
0
Title: F# custom debug print operation Problem title: F# custom debug print operation Tags: f%23, printf Problem: F# custom debug print operation I would like to build a custom printing function which I use to determine what to print for a debug logger. The function I am looking for is something like: let debugLog seve...
F# custom debug print operation F# custom debug print operation f%23 printf F# custom debug print operation I would like to build a custom printing function which I use to determine what to print for a debug logger. The function I am looking for is something like: Unfortunately I have no idea how to fill in the ... I w...
[ -0.004364013671875, -0.007354736328125, 0.0062255859375, 0.0093994140625, -0.005615234375, -0.006805419921875, -0.00946044921875, 0.006622314453125, 0.00022411346435546875, -0.0025634765625, 0.043212890625, -0.0034637451171875, -0.01080322265625, -0.006591796875, 0.0128173828125, 0.008...
[ 563, 4904, 114122, 8, 85779, 28412, 41018, 1238, 3949, 3742, 420, 2806, 1884, 45367, 2448, 1916, 32354, 4527, 83324, 2367, 47, 100, 73088, 42, 16487, 185397, 6528, 3642, 26292, 23, 70, 71864, 452, 10, 79315, 105237, 17932, 171859, 6183, 6...
[ 0.1240234375, 0.1961669921875, 0.1788330078125, 0.1568603515625, 0.252685546875, 0.1885986328125, 0.1422119140625, 0.1044921875, 0.050140380859375, 0.150634765625, 0.152099609375, 0.0228118896484375, 0.0703125, 0.1168212890625, 0.15576171875, 0.07562255859375, 0.1708984375, 0.03515...
embed
42557725_c0
42557725
fsharp
0
Title: F# using match to validate parameters Problem title: F# using match to validate parameters Tags: match, validation, parameters, f%23 Problem: F# using match to validate parameters I'm learning F#. I want to know best practices for validating input parameters. In my naivety I had thought I could do something like...
F# using match to validate parameters F# using match to validate parameters match validation parameters f%23 match F# using match to validate parameters I'm learning F#. I want to know best practices for validating input parameters. In my naivety I had thought I could do something like this: of course that doesn't work...
[ -0.013671875, 0.007293701171875, 0.00634765625, -0.01068115234375, 0.01080322265625, -0.0235595703125, -0.0245361328125, -0.00616455078125, 0.0018463134765625, 0.0118408203125, 0.033203125, -0.0068359375, 0.00286865234375, 0.00457763671875, 0.00775146484375, -0.017333984375, 0.003448...
[ 563, 4904, 17368, 14858, 47, 44622, 67, 171859, 1238, 3949, 3742, 52080, 3444, 3714, 2965, 41361, 1916, 107730, 7, 116392, 1902, 17569, 5809, 1884, 22027, 4488, 1239, 98753, 52895, 103510, 122446, 77848, 4527, 12096, 4263, 92733, 5557 ]
[ 0.1524658203125, 0.2127685546875, 0.08648681640625, 0.263427734375, 0.0662841796875, 0.22802734375, 0.08673095703125, 0.21533203125, 0.096435546875, 0.04925537109375, 0.09320068359375, 0.04425048828125, 0.0333251953125, 0.002410888671875, 0.047760009765625, 0.134521484375, 0.06732177...
embed
4423542_c2
4423542
fsharp
2
Ctrl-C, Microsoft, Interactive, Copyright, Corporation, All, Rights, Reserved, Error, Exception, Method, System.MulticastDelegate:Equals, fsi.exe, Mono.Unix.Native.Stdlib:sys_signal, Mono.Unix.Native.SignalHandler, System.Reflection.TargetInvocationException:.ctor, System.ApplicationException:.ctor, System.Exception:....
Ctrl-C, Microsoft, Interactive, Copyright, Corporation, All, Rights, Reserved, Error, Exception, Method, System.MulticastDelegate:Equals, fsi.exe, Mono.Unix.Native.Stdlib:sys_signal, Mono.Unix.Native.SignalHandler, System.Reflection.TargetInvocationException:.ctor, System.ApplicationException:.ctor, System.Exception:....
[ -0.005767822265625, 0.021484375, -0.00433349609375, 0.01123046875, 0.00579833984375, -0.0228271484375, -0.002410888671875, -0.03466796875, -0.013427734375, 0.023193359375, -0.0086669921875, 0.002685546875, -0.01031494140625, 0.01434326171875, 0.00714111328125, 0.01806640625, 0.007049...
[ 68847, 9, 441, 4, 7244, 5337, 71232, 4189, 84829, 3164, 38927, 62713, 212059, 5443, 63928, 74644, 12353, 50657, 92448, 4657, 3257, 647, 71723, 1238, 172, 46480, 77879, 85600, 425, 4645, 4935, 5612, 94924, 165992, 218723, 135679, 603, 190015, ...
[ 0.261474609375, 0.1353759765625, 0.1846923828125, 0.007171630859375, 0.218017578125, 0.1546630859375, 0.2061767578125, 0.196044921875, 0.142333984375, 0.1103515625, 0.1328125, 0.121337890625, 0.1790771484375, 0.058074951171875, 0.1424560546875, 0.1302490234375, 0.1358642578125, 0.1...
embed
28546032_c0
28546032
fsharp
0
Title: Constraining an F# generic function to a union type? Problem title: Constraining an F# generic function to a union type? Tags: f%23, generics, discriminated-union Problem: Constraining an F# generic function to a union type? As per the title, is there any way to constrain an F# generic function to a union type? ...
Constraining an F# generic function to a union type? Constraining an F# generic function to a union type? f%23 generics discriminated-union Constraining FSharpType.IsUnion Constraining an F# generic function to a union type? As per the title, is there any way to constrain an F# generic function to a union type? So far ...
[ -0.000827789306640625, 0.0062255859375, 0.0169677734375, -0.02880859375, -0.011474609375, -0.0023040771484375, -0.0152587890625, -0.0020294189453125, 0.0079345703125, -0.03125, -0.0123291015625, 0.00439453125, 0.000148773193359375, -0.0033111572265625, 0.00823974609375, 0.0083618164062...
[ 39215, 118862, 563, 4904, 189534, 32354, 47, 69941, 10644, 1238, 3742, 55970, 87046, 93774, 3467, 254, 196707, 29598, 147547, 3917, 158, 2816, 73, 10, 2060, 17368, 130078, 35782, 7, 11675, 6032, 678, 12353, 7614, 1234, 63928, 81887, 4527, 3...
[ 0.0853271484375, 0.181640625, 0.134765625, 0.2275390625, 0.2257080078125, 0.1800537109375, 0.06964111328125, 0.2322998046875, 0.164794921875, 0.087890625, 0.0732421875, 0.11328125, 0.1905517578125, 0.022003173828125, 0.07318115234375, 0.015838623046875, 0.2098388671875, 0.020584106...
embed
8450001_c0
8450001
fsharp
0
Title: Why aren&#x27;t patterns allowed in &quot;use&quot; bindings? Problem title: Why aren&#x27;t patterns allowed in &quot;use&quot; bindings? Tags: f%23 Problem: Why aren't patterns allowed in "use" bindings? According to the spec , a use binding requires an identifier (unlike let ) instead of a pattern. Why is thi...
Why aren&#x27;t patterns allowed in &quot;use&quot; bindings? Why aren&#x27;t patterns allowed in &quot;use&quot; bindings? f%23 Why Disposable Resource IDisposable ERROR Why aren't patterns allowed in "use" bindings? According to the spec , a use binding requires an identifier (unlike let ) instead of a pattern. Why i...
[ -0.01397705078125, 0.01104736328125, 0.00323486328125, 0.00494384765625, -0.00262451171875, 0.013671875, -0.003997802734375, 0.01275634765625, 0.017822265625, -0.037841796875, 0.011962890625, -0.006256103515625, 0.00872802734375, 0.01190185546875, 0.01708984375, 0.005767822265625, -0...
[ 44084, 125381, 3768, 18, 103510, 7, 107003, 23, 4032, 128239, 3742, 70958, 2886, 152055, 11338, 164, 7522, 151206, 24638, 129551, 48502, 4527, 144570, 42485, 56, 309, 5062, 2633, 64457, 10, 83, 903, 11853, 27781, 106117, 22027, 4488 ]
[ 0.1458740234375, 0.08868408203125, 0.0811767578125, 0.149658203125, 0.294189453125, 0.1439208984375, 0.1890869140625, 0.06414794921875, 0.2069091796875, 0.2548828125, 0.0239105224609375, 0.0946044921875, 0.1214599609375, 0.175048828125, 0.04022216796875, 0.0640869140625, 0.0856933593...
embed
72058532_c1
72058532
fsharp
1
that I need to extract like this; and they have, of course, a lot of different fields as well. Is there a nicer way to extract the common fields? The DateTime is separated from the underlying type, but there are also common fields across all the types. How could this be rewritten in a nicer way? Code signals: Analysis...
that I need to extract like this; and they have, of course, a lot of different fields as well. Is there a nicer way to extract the common fields? The DateTime is separated from the underlying type, but there are also common fields across all the types. How could this be rewritten in a nicer way? Code signals: Analysis...
[ -0.00286865234375, -0.00014019012451171875, 0.004058837890625, 0.02294921875, 0.006378173828125, -0.037353515625, -0.01171875, 0.004119873046875, 0.0179443359375, -0.006378173828125, 0.007080078125, 0.0206298828125, -0.00122833251953125, 0.000247955322265625, -0.01373291015625, -0.0044...
[ 450, 3871, 125663, 1884, 903, 765, 5915, 12921, 44457, 7, 10443, 56, 3917, 47, 70, 39210, 25512, 70059, 83, 84797, 71, 1379, 538, 10644, 621, 36880, 756, 52895, 456, 5429, 75639, 28864, 26073, 114837, 164, 192134, 81597, 126597, 97281, 60...
[ 0.039947509765625, 0.105224609375, 0.2279052734375, 0.082763671875, 0.08172607421875, 0.0240020751953125, 0.044830322265625, 0.0853271484375, 0.2481689453125, 0.05047607421875, 0.102294921875, 0.051666259765625, 0.052947998046875, 0.0084228515625, 0.004638671875, 0.177978515625, 0.16...
embed
11404027_c0
11404027
fsharp
0
Title: Strip Unit of Measure from array Problem title: Strip Unit of Measure from array Tags: units-of-measurement, arrays, f%23 Problem: Strip Unit of Measure from array I am calling external function requiring float[] , but my array is float<m>[] . How could I strip the unit of measure from array? I need something li...
Strip Unit of Measure from array Strip Unit of Measure from array units-of-measurement arrays f%23 array Strip Unit Measure arr:float Strip Unit of Measure from array I am calling external function requiring float[] , but my array is float<m>[] . How could I strip the unit of measure from array? I need something like t...
[ 0.0089111328125, 0.0206298828125, -0.00408935546875, 0.0034027099609375, -0.0093994140625, -0.008056640625, 0.009765625, -0.00007152557373046875, 0.039306640625, 0.0235595703125, -0.02001953125, 0.00872802734375, -0.00830078125, 0.0008392333984375, 0.01336669921875, 0.0035400390625, ...
[ 126165, 46640, 111, 1215, 11, 56851, 1295, 10298, 53, 25072, 4390, 37440, 4778, 1238, 3949, 3742, 187, 42, 52347, 257, 159029, 173591, 32354, 186607, 21917, 1284, 39, 6, 11249, 5809, 43613, 70, 72350, 3871, 1884, 35064, 959, 9969, 1340, 5...
[ 0.28515625, 0.2362060546875, 0.141845703125, 0.1380615234375, 0.1422119140625, 0.1182861328125, 0.1634521484375, 0.2154541015625, 0.1456298828125, 0.2122802734375, 0.119873046875, 0.10888671875, 0.081298828125, 0.0758056640625, 0.042327880859375, 0.1416015625, 0.037017822265625, 0....
embed
25228331_c1
25228331
fsharp
1
member ipPath = config.Segment.SegmentTypes.Ip static member s3AccessKey = config.SThreeConfig.AccessKey static member s3SecreteKey=config.SThreeConfig.SecretKey Code signals: AppConfigObj, Best, Visual, utf-8, Config, Segment, SegmentTypes, Did, PostCode, SThreeConfig, AccessKey, SecretKey, Configuration, FSharp.Data...
member ipPath = config.Segment.SegmentTypes.Ip static member s3AccessKey = config.SThreeConfig.AccessKey static member s3SecreteKey=config.SThreeConfig.SecretKey Code signals: AppConfigObj, Best, Visual, utf-8, Config, Segment, SegmentTypes, Did, PostCode, SThreeConfig, AccessKey, SecretKey, Configuration, FSharp.Data...
[ 0.01422119140625, 0.015869140625, -0.0101318359375, 0.0029754638671875, 0.006805419921875, -0.01190185546875, 0.0096435546875, -0.00860595703125, 0.00244140625, 0.007354736328125, -0.014404296875, 0.0029754638671875, -0.023681640625, -0.006500244140625, 0.006927490234375, -0.0086669921...
[ 32786, 17, 254, 683, 10519, 2203, 153837, 2507, 674, 196707, 6, 201939, 91, 363, 26531, 162429, 5, 13520, 13, 83671, 237051, 28864, 26073, 12, 5659, 11935, 46471, 170, 11345, 73372, 486, 420, 17376, 139403, 38462, 37307, 2795, 114211, 40266...
[ 0.26318359375, 0.03765869140625, 0.09869384765625, 0.1768798828125, 0.2437744140625, 0.09765625, 0.2352294921875, 0.126708984375, 0.0736083984375, 0.1689453125, 0.0400390625, 0.1846923828125, 0.06982421875, 0.1920166015625, 0.1842041015625, 0.24609375, 0.007476806640625, 0.11462402...
embed
32554328_c0
32554328
fsharp
0
Title: How does the function work? Problem title: How does the function work? Tags: f%23 Problem: How does the function work? I faced with this code let quadruple x = let double x = x * 2 and it is mentioned that, quadruple calls the double function twice to perform an (inefficient) quadrupling. How does it happen? I t...
How does the function work? How does the function work? f%23 How How does the function work? I faced with this code and it is mentioned that, quadruple calls the double function twice to perform an (inefficient) quadrupling. How does it happen? I think quadruple gets x then x will be passed to the double which is defin...
[ 0.0016021728515625, 0.00616455078125, -0.0037841796875, 0.0113525390625, 0.0023956298828125, 0.00921630859375, -0.0201416015625, -0.00555419921875, 0.00714111328125, -0.0299072265625, -0.0068359375, 0.006927490234375, -0.0211181640625, 0.0107421875, 0.031494140625, -0.0023956298828125,...
[ 11249, 14602, 70, 32354, 4488, 1238, 3949, 3742, 2577, 678, 903, 18151, 442, 119056, 2799, 186514, 133, 11782, 7, 41929, 186351, 47, 51339, 1212, 24500, 45964, 2069, 53383, 87, 5351, 62163, 1022, 1221, 115081, 61924, 289, 8110, 43240, 237, ...
[ 0.1248779296875, 0.139892578125, 0.047637939453125, 0.2275390625, 0.1822509765625, 0.087646484375, 0.0716552734375, 0.175048828125, 0.05780029296875, 0.003448486328125, 0.026763916015625, 0.1417236328125, 0.021392822265625, 0.039886474609375, 0.171630859375, 0.1875, 0.2042236328125, ...
embed
39066869_c0
39066869
fsharp
0
Title: Functions that accept functions in F# Problem title: Functions that accept functions in F# Tags: lambda, f%23 Problem: Functions that accept functions in F# I would like to make a function that accepts two values and a function. I am having trouble understanding the syntax, so I have made a minimal example: let ...
Functions that accept functions in F# Functions that accept functions in F# lambda f%23 Functions Functions that accept functions in F# I would like to make a function that accepts two values and a function. I am having trouble understanding the syntax, so I have made a minimal example: An intended output: However I ge...
[ 0.01171875, 0.0157470703125, -0.0126953125, 0.00335693359375, 0.0050048828125, 0.0185546875, -0.01080322265625, 0.00225830078125, 0.0091552734375, -0.021240234375, 0.01129150390625, -0.0024261474609375, -0.024658203125, 0.0263671875, 0.01226806640625, -0.011962890625, -0.000808715820...
[ 28670, 10763, 450, 26946, 32354, 7, 23, 563, 4904, 21, 6492, 85, 1238, 3949, 3742, 1884, 3249, 6626, 142424, 136, 10, 63134, 100094, 6002, 86531, 20187, 27781, 893, 179140, 140992, 33306, 98352, 1363, 18499, 11249, 5608, 903, 186, 59121 ]
[ 0.198486328125, 0.15478515625, 0.068359375, 0.2109375, 0.2529296875, 0.040557861328125, 0.027679443359375, 0.1632080078125, 0.2413330078125, 0.042755126953125, 0.1619873046875, 0.1051025390625, 0.093994140625, 0.046600341796875, 0.1572265625, 0.060302734375, 0.07806396484375, 0.181...
embed
20929633_c0
20929633
fsharp
0
Title: Accessing private fields from other instances of the same class in F# Problem title: Accessing private fields from other instances of the same class in F# Tags: .net, f%23 Problem: Accessing private fields from other instances of the same class in F# In C#, the following is allowed: class A { private int i; publ...
Accessing private fields from other instances of the same class in F# Accessing private fields from other instances of the same class in F# .net f%23 other Accessing a.i Point Accessing private fields from other instances of the same class in F# In C#, the following is allowed: Is it possible to do something akin in F#...
[ -0.007659912109375, 0.0034027099609375, 0.007415771484375, 0.00726318359375, -0.00714111328125, 0.00927734375, 0.01483154296875, -0.000278472900390625, 0.01611328125, -0.007049560546875, 0.0003299713134765625, 0.017333984375, 0.00213623046875, -0.0023345947265625, 0.0036773681640625, -...
[ 40266, 214, 14375, 44457, 1295, 3789, 110527, 5701, 18507, 563, 4904, 23, 1179, 1238, 3742, 10, 5, 14, 41097, 7, 111, 360, 313, 70, 25632, 83, 107003, 2071, 442, 7722, 47, 54, 9844, 27255, 72272, 3642, 4488, 67688, 2646, 43581, 1884 ]
[ 0.2056884765625, 0.0943603515625, 0.208251953125, 0.2161865234375, 0.1207275390625, 0.1075439453125, 0.1512451171875, 0.0853271484375, 0.1607666015625, 0.1539306640625, 0.2249755859375, 0.076416015625, 0.1304931640625, 0.08251953125, 0.0760498046875, 0.1005859375, 0.029266357421875, ...
embed
54853907_c0
54853907
fsharp
0
Title: Code Analysis for F# in Visual Studio 2017 Problem title: Code Analysis for F# in Visual Studio 2017 Tags: code-analysis, f%23, visual-studio Problem: Code Analysis for F# in Visual Studio 2017 In Visual Studio 2015, the F# Power Tools could be installed for F# code analysis, as pointed out in this related quest...
Code Analysis for F# in Visual Studio 2017 Code Analysis for F# in Visual Studio 2017 code-analysis f%23 visual-studio Analysis Visual Studio Code Analysis for F# in Visual Studio 2017 In Visual Studio 2015, the F# Power Tools could be installed for F# code analysis, as pointed out in this related question . I have not...
[ 0.0133056640625, 0.0035247802734375, 0.013671875, 0.00927734375, 0.00994873046875, 0.00860595703125, -0.0224609375, 0.0015869140625, -0.00787353515625, 0.0184326171875, 0.005950927734375, -0.001739501953125, -0.0024871826171875, -0.0026092529296875, 0.006988525390625, -0.00267028808593...
[ 28864, 114837, 164, 100, 563, 4904, 23, 73372, 22968, 505, 18151, 174976, 1238, 3742, 21176, 52629, 24635, 17170, 119296, 5809, 20600, 114137, 959, 19048, 7413, 55516, 13315, 54529, 5276, 98169, 19882, 903, 51529, 3640, 765 ]
[ 0.2366943359375, 0.20458984375, 0.100830078125, 0.053955078125, 0.1531982421875, 0.233154296875, 0.070556640625, 0.1971435546875, 0.187255859375, 0.2332763671875, 0.229248046875, 0.182373046875, 0.05120849609375, 0.0650634765625, 0.1317138671875, 0.1484375, 0.11279296875, 0.1275634...
embed
21309820_c0
21309820
fsharp
0
Title: Increment by one in for loop Problem title: Increment by one in for loop Tags: f%23 Problem: Increment by one in for loop I've got a simple for loop like this let mutable index = 0 let mutable indx = 0 for c in list do //some code index <- indx indx <- indx + 1 Basically what I want to do is iterate over a list ...
Increment by one in for loop Increment by one in for loop f%23 Increment Increment by one in for loop I've got a simple for loop like this Basically what I want to do is iterate over a list of objects and search for a specific object in the list, then set index variable to the index of the object I'm looking for. I'm a...
[ 0.00482177734375, -0.01239013671875, -0.0047607421875, 0.0218505859375, 0.00970458984375, -0.00885009765625, 0.0089111328125, 0.0172119140625, 0.00732421875, -0.02197265625, -0.006927490234375, -0.0147705078125, -0.0048828125, 0.0177001953125, 0.029541015625, -0.0106201171875, 0.0010...
[ 8942, 107, 674, 390, 1632, 23, 100, 40956, 1238, 3949, 3742, 4163, 8781, 1884, 903, 12506, 2367, 3444, 54, 83, 17, 8560, 67, 645, 5303, 36746, 33938, 29458, 5423, 63262, 77336, 47, 16487, 4568, 13315, 5351, 158661, 214, 2752, 425, 22027...
[ 0.1256103515625, 0.1864013671875, 0.0955810546875, 0.1953125, 0.1929931640625, 0.11962890625, 0.1619873046875, 0.2420654296875, 0.0966796875, 0.118896484375, 0.1683349609375, 0.010772705078125, 0.115234375, 0.052642822265625, 0.036712646484375, 0.0064697265625, 0.0168914794921875, ...
embed
46296434_c1
46296434
fsharp
1
. I don't know what else should I try. All packages are updated, I installed everything through the NuGet package manager and they are all in the references.. I appreciate any ideas / suggestions. Thank a lot. Code signals: Connect, MySQL, Visual, Studio, SQLProvider.1.1.8, FSharp.Data.SqlProvider.dll, FSharp.Data.Sql,...
. I don't know what else should I try. All packages are updated, I installed everything through the NuGet package manager and they are all in the references.. I appreciate any ideas / suggestions. Thank a lot. Code signals: Connect, MySQL, Visual, Studio, SQLProvider.1.1.8, FSharp.Data.SqlProvider.dll, FSharp.Data.Sql,...
[ 0.01153564453125, 0.0260009765625, 0.0106201171875, 0.01092529296875, 0.002685546875, 0.039306640625, -0.005401611328125, -0.0157470703125, -0.01904296875, -0.016357421875, -0.00004100799560546875, -0.00921630859375, 0.006317138671875, -0.0252685546875, -0.0025482177734375, -0.00778198...
[ 6, 5, 2301, 25, 18, 3714, 2367, 37076, 5608, 87, 9790, 3164, 98169, 621, 150011, 20600, 26818, 1429, 724, 126, 31095, 756, 91067, 157666, 28864, 26073, 7, 12, 62448, 157146, 73372, 22968, 80866, 177997, 62160, 22892, 119044, 93774, 3467, ...
[ 0.016937255859375, 0.029632568359375, 0.0037841796875, 0.013427734375, 0.03033447265625, 0.09130859375, 0.0535888671875, 0.05792236328125, 0.04449462890625, 0.03814697265625, 0.12255859375, 0.0584716796875, 0.20458984375, 0.0308990478515625, 0.1640625, 0.1524658203125, 0.11865234375,...
embed
53846455_c0
53846455
fsharp
0
Title: F# generic function to calculate mean Problem title: F# generic function to calculate mean Tags: f%23 Problem: F# generic function to calculate mean How to write a generic F# function to calculate the mean of a collection? I tried: let inline mean x = let length = x |> Seq.length let sum = x |> Seq.sum LanguageP...
F# generic function to calculate mean F# generic function to calculate mean f%23 Seq.length Seq.sum LanguagePrimitives.DivideByInt DivideByInt F# generic function to calculate mean How to write a generic F# function to calculate the mean of a collection? I tried: This seems working fine for float and decimals but surpr...
[ -0.005157470703125, 0.0322265625, 0.01263427734375, -0.00299072265625, -0.00311279296875, -0.00048065185546875, 0.00799560546875, 0.005767822265625, 0.00058746337890625, -0.0478515625, -0.0081787109375, 0.005645751953125, 0.0302734375, -0.004241943359375, 0.006683349609375, -0.00273132...
[ 563, 4904, 189534, 32354, 47, 74481, 67, 29459, 1238, 3949, 3742, 864, 23986, 11832, 83658, 145111, 42991, 14055, 33193, 75358, 4153, 18, 76278, 112, 33022, 70, 111, 10, 42486, 37842, 20697, 5885, 21917, 257, 32380, 67553, 212615, 4488, 23,...
[ 0.1705322265625, 0.222900390625, 0.239501953125, 0.1837158203125, 0.03753662109375, 0.1807861328125, 0.035369873046875, 0.2099609375, 0.1539306640625, 0.035247802734375, 0.1405029296875, 0.042083740234375, 0.000457763671875, 0.1400146484375, 0.10296630859375, 0.03924560546875, 0.0628...
embed
3788711_c0
3788711
fsharp
0
Title: Difference between Seq and Array for array value Problem title: Difference between Seq and Array for array value Tags: .net, f%23 Problem: Difference between Seq and Array for array value I'm quite new in F#. I guess arrays are still collections, so I could use Seq for iterating the array like this: [|"a"; "b"|]...
Difference between Seq and Array for array value Difference between Seq and Array for array value .net f%23 Difference Seq Array Seq.map Array.map Difference between Seq and Array for array value I'm quite new in F#. I guess arrays are still collections, so I could use Seq for iterating the array like this: But that do...
[ 0.0206298828125, 0.003997802734375, 0.00616455078125, 0.0157470703125, -0.0177001953125, 0.00360107421875, -0.0002956390380859375, 0.021484375, 0.0079345703125, 0.01104736328125, -0.0069580078125, 0.02783203125, 0.0030670166015625, 0.0245361328125, -0.00151824951171875, -0.012084960937...
[ 803, 18234, 6620, 17721, 503, 864, 136, 69253, 53, 100, 10298, 34292, 1179, 1238, 3742, 62346, 3525, 563, 4904, 4778, 7464, 42486, 4527, 17, 67, 98767, 22027, 18, 4488, 28412, 7, 33720, 442, 79315, 44084 ]
[ 0.06842041015625, 0.184326171875, 0.0625, 0.082275390625, 0.1929931640625, 0.28076171875, 0.06024169921875, 0.2122802734375, 0.2384033203125, 0.07257080078125, 0.1658935546875, 0.1832275390625, 0.12255859375, 0.04656982421875, 0.1014404296875, 0.1094970703125, 0.028076171875, 0.071...
embed
71196852_c0
71196852
fsharp
0
Title: is there a use case for the compiler to allow this? in F# Problem title: is there a use case for the compiler to allow this? in F# Tags: f%23 Problem: is there a use case for the compiler to allow this? in F# I made a typo between "High" and "Height" (I blame the auto complete :)) and I ended up with a stack ove...
is there a use case for the compiler to allow this? in F# is there a use case for the compiler to allow this? in F# f%23 this.Height this.Low this.High is there a use case for the compiler to allow this? in F# I made a typo between "High" and "Height" (I blame the auto complete :)) and I ended up with a stack overflow:...
[ -0.01226806640625, -0.00193023681640625, -0.007720947265625, -0.006072998046875, -0.004608154296875, -0.01007080078125, -0.0015411376953125, 0.00116729736328125, 0.00738525390625, 0.005950927734375, 0.01397705078125, 0.01458740234375, 0.0306396484375, -0.000301361083984375, 0.02001953125...
[ 83, 2685, 10, 4527, 7225, 9969, 34759, 63769, 903, 23, 563, 4904, 100, 47, 1238, 3949, 3742, 13025, 22553, 15363, 434, 163025, 7228, 11417, 31, 17721, 9932, 1809, 28484, 32559, 134620, 177261, 645, 118664, 5608, 12301, 148436, 67, 64457, ...
[ 0.0197906494140625, 0.068115234375, 0.058135986328125, 0.179931640625, 0.23291015625, 0.183349609375, 0.20458984375, 0.156982421875, 0.1414794921875, 0.018035888671875, 0.1358642578125, 0.190673828125, 0.011810302734375, 0.0047607421875, 0.09765625, 0.0172119140625, 0.169677734375, ...
embed
78589959_c0
78589959
fsharp
0
Title: How to make complex spa with fable feliz? Problem title: How to make complex spa with fable feliz? Tags: f%23, fable, reactjs, single-page-application Problem: How to make complex spa with fable feliz? I am newbie in web dev, but I need fast dev medium level app. On start i confused how to compose react componen...
How to make complex spa with fable feliz? How to make complex spa with fable feliz? f%23 fable reactjs single-page-application How How to make complex spa with fable feliz? I am newbie in web dev, but I need fast dev medium level app. On start i confused how to compose react components with router and other components ...
[ -0.01104736328125, 0.0167236328125, -0.00142669677734375, 0.016845703125, -0.01092529296875, 0.006378173828125, 0.014892578125, 0.01123046875, 0.0108642578125, -0.034912109375, 0.004180908203125, -0.026123046875, 0.0103759765625, 0.034423828125, 0.0018310546875, -0.002655029296875, -...
[ 11249, 47, 3249, 27140, 5623, 678, 1071, 2661, 33587, 1238, 3742, 131300, 28175, 11001, 22469, 101687, 9014, 1467, 33245, 3871, 4271, 57646, 17366, 4027, 55681, 3642, 150350, 82761, 122188, 25793, 18897, 2070, 56, 73779, 30144, 73986, 1506, 2...
[ 0.093505859375, 0.014678955078125, 0.1077880859375, 0.22265625, 0.255126953125, 0.0928955078125, 0.1414794921875, 0.16748046875, 0.269287109375, 0.0203094482421875, 0.041534423828125, 0.23291015625, 0.1600341796875, 0.1146240234375, 0.12255859375, 0.123779296875, 0.07135009765625, ...
embed
68677136_c1
68677136
fsharp
1
module and need to convert it to Cmd<Msg2> somehow. So I either need to create new Msg2 type or convert DU variant LoginMsg of LoginState to Msg2 . I dont understand how to get LogInResult data from Cmd<LoginState> . How can I fix this? How the problem with many message types is solved in big projects? Code signals: S...
module and need to convert it to Cmd<Msg2> somehow. So I either need to create new Msg2 type or convert DU variant LoginMsg of LoginState to Msg2 . I dont understand how to get LogInResult data from Cmd<LoginState> . How can I fix this? How the problem with many message types is solved in big projects? Code signals: S...
[ -0.0206298828125, 0.0205078125, 0.007080078125, 0.020263671875, 0.00173187255859375, 0.0022430419921875, -0.01239013671875, -0.006805419921875, 0.029541015625, -0.0303955078125, -0.003326416015625, 0.003509521484375, 0.01025390625, -0.02392578125, -0.005706787109375, 0.0216064453125, ...
[ 88996, 3871, 96760, 47, 313, 54686, 594, 7, 177, 304, 209303, 28282, 70802, 10644, 14614, 20117, 122986, 135206, 13, 13319, 28219, 3642, 2046, 13146, 4153, 4332, 7136, 2053, 1295, 113972, 73, 831, 30022, 2967, 5941, 26008, 52895, 86869, 695...
[ 0.2135009765625, 0.06536865234375, 0.1446533203125, 0.038299560546875, 0.0760498046875, 0.23876953125, 0.039581298828125, 0.1397705078125, 0.159423828125, 0.195556640625, 0.0657958984375, 0.0374755859375, 0.1112060546875, 0.2154541015625, 0.0989990234375, 0.1951904296875, 0.177001953...
embed
1170348_c0
1170348
fsharp
0
Title: lists in structs in F#? Problem title: lists in structs in F#? Tags: data-structures, list, struct, f%23 Problem: lists in structs in F#? I'm very new to F# and I'm trying to make a struct for storing polygons, and it has to contain a list of coordinates: type Polygon = struct val Coords : list new(list_of_Coord...
lists in structs in F#? lists in structs in F#? data-structures list struct f%23 Polygon Coords list_of_Coords lists in structs in F#? I'm very new to F# and I'm trying to make a struct for storing polygons, and it has to contain a list of coordinates: but Visual studio says "The type 'Microsoft.FSharp.Collections.list...
[ -0.00054931640625, 0.0167236328125, -0.00421142578125, 0.00518798828125, -0.00946044921875, 0.023193359375, 0.02392578125, -0.002655029296875, 0.005889892578125, 0.015380859375, 0.00054931640625, -0.0078125, 0.0167236328125, -0.0230712890625, -0.0079345703125, 0.0074462890625, 0.0024...
[ 5303, 7, 23, 36716, 563, 4904, 32, 2053, 137656, 1238, 3742, 63306, 6126, 1311, 6651, 4390, 10625, 3525, 31577, 3082, 35874, 70541, 176866, 90, 73372, 12275, 17378, 10644, 113387, 36381, 3467, 254, 78457, 8996, 6562, 41206, 106, 10750, 1284...
[ 0.25537109375, 0.086669921875, 0.1182861328125, 0.2318115234375, 0.146484375, 0.217529296875, 0.0283203125, 0.07769775390625, 0.17919921875, 0.0899658203125, 0.09088134765625, 0.092529296875, 0.1221923828125, 0.06170654296875, 0.17724609375, 0.1116943359375, 0.042449951171875, 0.01...
embed
49108284_c0
49108284
fsharp
0
Title: Array.choose for element of tuple Problem title: Array.choose for element of tuple Tags: f%23 Problem: Array.choose for element of tuple Here is my current code: placeId |> Sql.getEOByPlace |> Array.map (fun eo -> (eo, getType eo)) // (Item * ItemType option) |> Array.filter (fun (i, it) -> it.IsSome) |> Array.m...
Array.choose for element of tuple Array.choose for element of tuple f%23 Array.choose Sql.getEOByPlace Array.map Item ItemType Array.filter it.IsSome it.Value Array.choose for element of tuple Here is my current code: Is there any way to simplify last three lines of code ? I need something like Array.choose , but for o...
[ 0.00023937225341796875, -0.01336669921875, -0.000865936279296875, 0.006195068359375, -0.021484375, -0.0264892578125, -0.03173828125, 0.0118408203125, 0.022705078125, -0.00177764892578125, 0.015869140625, 0.01263427734375, 0.002044677734375, -0.006622314453125, -0.006561279296875, -0.00...
[ 69253, 53, 3089, 8364, 100, 12830, 111, 370, 8705, 1238, 3949, 3742, 99247, 3794, 70725, 75358, 143, 329, 62346, 78426, 196707, 120337, 442, 29598, 282, 856, 50770, 11853, 759, 43581, 18151, 2685, 2499, 3917, 47, 112892, 18929, 4568, 17262,...
[ 0.1533203125, 0.15234375, 0.1361083984375, 0.18603515625, 0.08966064453125, 0.1959228515625, 0.11669921875, 0.16064453125, 0.2318115234375, 0.0604248046875, 0.004730224609375, 0.10595703125, 0.2037353515625, 0.0462646484375, 0.15234375, 0.05615234375, 0.0911865234375, 0.01068115234...
embed
60739662_c1
60739662
fsharp
1
of IEnumerable array. Only a3 works, but the way a3 was created is not good, since I have to insert all the columns by hand. My questions are: 1) why only a3 works?; 2) how can I recreate a3 like a1, i.e., not having to know beforehand all the columns that exist and having IEnumerable array as signature? Code signals:...
of IEnumerable array. Only a3 works, but the way a3 was created is not good, since I have to insert all the columns by hand. My questions are: 1) why only a3 works?; 2) how can I recreate a3 like a1, i.e., not having to know beforehand all the columns that exist and having IEnumerable array as signature? Code signals:...
[ -0.000591278076171875, -0.005706787109375, 0.00019931793212890625, 0.0162353515625, -0.01177978515625, 0.000823974609375, 0.0054931640625, 0.00189971923828125, 0.0203857421875, -0.005584716796875, -0.0286865234375, 0.01708984375, -0.00116729736328125, -0.006683349609375, 0.00306701660156...
[ 111, 75536, 2606, 56, 2886, 10298, 53, 87293, 10, 363, 43240, 1284, 3917, 75935, 959, 4127, 765, 183540, 756, 3365, 316, 1779, 390, 3535, 17582, 15400, 4734, 3642, 831, 89011, 67, 1884, 418, 19441, 3714, 12336, 32316, 237, 138256, 28864, ...
[ 0.06488037109375, 0.1651611328125, 0.2283935546875, 0.17724609375, 0.197021484375, 0.1876220703125, 0.103759765625, 0.0860595703125, 0.1507568359375, 0.2196044921875, 0.156494140625, 0.00152587890625, 0.052581787109375, 0.1146240234375, 0.032012939453125, 0.0966796875, 0.007629394531...
embed
29366903_c0
29366903
fsharp
0
Title: Why do ML languages (F#) have so many different operators compared to C languages (C#)? Problem title: Why do ML languages (F#) have so many different operators compared to C languages (C#)? Tags: f%23, ml, operators, syntax, c%23 Problem: Why do ML languages (F#) have so many different operators compared to C l...
Why do ML languages (F#) have so many different operators compared to C languages (C#)? Why do ML languages (F#) have so many different operators compared to C languages (C#)? f%23 ml operators syntax c%23 Why Why do ML languages (F#) have so many different operators compared to C languages (C#)? It looks like it has s...
[ 0.009033203125, 0.00946044921875, 0.0164794921875, -0.0036773681640625, 0.006378173828125, -0.011962890625, -0.005889892578125, 0.00537109375, 0.004486083984375, 0.012451171875, -0.00933837890625, -0.0284423828125, 0.007781982421875, 0.00177764892578125, -0.01031494140625, -0.017578125...
[ 44084, 39456, 46876, 919, 4904, 765, 221, 5941, 12921, 39933, 7, 154186, 313, 47, 1238, 3742, 7115, 6002, 86531, 501, 441, 33342, 1884, 1556, 40368, 20028, 1286, 138410, 2844, 20209, 903, 27167, 8783, 6713, 45740, 8766, 186768, 74855 ]
[ 0.10888671875, 0.2042236328125, 0.189453125, 0.1202392578125, 0.2003173828125, 0.01165771484375, 0.06494140625, 0.101318359375, 0.1640625, 0.258544921875, 0.0760498046875, 0.0887451171875, 0.10693359375, 0.009735107421875, 0.09185791015625, 0.047271728515625, 0.1798095703125, 0.095...
embed
49701566_c0
49701566
fsharp
0
Title: F# New Project Dialog does not show Console Application option Problem title: F# New Project Dialog does not show Console Application option Tags: f%23, visual-studio, console-application Problem: F# New Project Dialog does not show Console Application option I installed Visual Studio 2017 version 15.6.5 (the la...
F# New Project Dialog does not show Console Application option F# New Project Dialog does not show Console Application option f%23 visual-studio console-application Project Dialog Console Application Visual Studio NET Standard Library F# New Project Dialog does not show Console Application option I installed Visual Stu...
[ -0.006988525390625, 0.0027618408203125, -0.005035400390625, 0.021728515625, 0.005096435546875, -0.009033203125, -0.0067138671875, -0.002685546875, -0.00095367431640625, 0.039306640625, 0.0003681182861328125, -0.03515625, 0.0021820068359375, 0.0194091796875, 0.02099609375, -0.0126953125...
[ 563, 4904, 2356, 27331, 84536, 959, 7639, 1657, 40777, 104921, 35829, 14602, 1238, 3742, 21176, 52629, 130250, 101687, 73372, 22968, 17777, 20744, 103835, 20600, 505, 11389, 6281, 136473, 28282, 10, 3525, 13452, 1379, 70, 4734, 30700, 35014, ...
[ 0.1246337890625, 0.21044921875, 0.1429443359375, 0.1905517578125, 0.2142333984375, 0.0780029296875, 0.1387939453125, 0.1080322265625, 0.221923828125, 0.1978759765625, 0.174072265625, 0.0176239013671875, 0.052154541015625, 0.1197509765625, 0.1298828125, 0.1466064453125, 0.21435546875,...
embed
17955140_c0
17955140
fsharp
0
Title: How do I turn this Extension Method into an Extension Property? Problem title: How do I turn this Extension Method into an Extension Property? Tags: f%23 Problem: How do I turn this Extension Method into an Extension Property? I have an extension method type System.Int32 with member this.Thousand() = this * 1000...
How do I turn this Extension Method into an Extension Property? How do I turn this Extension Method into an Extension Property? f%23 How Extension Method Property System.Int32 this.Thousand Thousand How do I turn this Extension Method into an Extension Property? I have an extension method but it requires me to write li...
[ -0.009521484375, 0.021728515625, 0.043212890625, -0.004486083984375, -0.01019287109375, -0.0186767578125, -0.0164794921875, -0.003936767578125, 0, -0.036376953125, 0.00799560546875, 0.033203125, -0.034423828125, -0.00921630859375, -0.01080322265625, 0.01434326171875, 0.013427734375, ...
[ 11249, 54, 87, 15504, 903, 224545, 74644, 3934, 142, 206984, 1238, 3949, 3742, 12353, 4153, 18, 6460, 13885, 43882, 32238, 223, 2940, 765, 111938, 55300, 1284, 144570, 163, 33022, 1884, 71, 5161, 2046, 31351, 15044, 49129, 160291, 72134, 20...
[ 0.11181640625, 0.046783447265625, 0.0263214111328125, 0.155029296875, 0.1943359375, 0.28076171875, 0.25634765625, 0.0947265625, 0.092041015625, 0.260498046875, 0.0823974609375, 0.042144775390625, 0.1512451171875, 0.123291015625, 0.00726318359375, 0.03387451171875, 0.213623046875, 0...
embed
28894561_c0
28894561
fsharp
0
Title: Currying confusing about assignment Problem title: Currying confusing about assignment Tags: f%23 Problem: Currying confusing about assignment I have following code snippet that use currying: let multiply x y = x * y let double = multiply 2 let ten = double 5 I understand the above code, because I remember this ...
Currying confusing about assignment Currying confusing about assignment f%23 Currying double2 Currying confusing about assignment I have following code snippet that use currying: I understand the above code, because I remember this code: And then I encounter the following code: I do not understand this code at all. Why...
[ 0.00933837890625, -0.0067138671875, 0.01177978515625, 0.01019287109375, 0.009765625, 0.016845703125, -0.007659912109375, -0.002105712890625, 0.0189208984375, 0.0157470703125, 0.01312255859375, -0.00830078125, 0.0159912109375, -0.029541015625, -0.0006103515625, -0.00138092041015625, -...
[ 17065, 1294, 214, 55681, 6953, 1672, 95486, 674, 1238, 3949, 3742, 41929, 304, 25632, 18151, 58134, 4527, 198555, 28219, 4, 37629, 190647, 54, 959, 903, 756, 44084, 831, 186, 10, 32354 ]
[ 0.13330078125, 0.1878662109375, 0.1650390625, 0.1416015625, 0.124267578125, 0.0699462890625, 0.2010498046875, 0.05731201171875, 0.076416015625, 0.091796875, 0.142578125, 0.1787109375, 0.209228515625, 0.0411376953125, 0.139404296875, 0.061431884765625, 0.06365966796875, 0.2172851562...
embed
65853733_c0
65853733
fsharp
0
Title: Flattening a mixture of lists and single elements in Haskell Problem title: Flattening a mixture of lists and single elements in Haskell Tags: haskell, list, flatten, f%23 Problem: Flattening a mixture of lists and single elements in Haskell In F# I can use the yield / yield! syntax in order to concat a mixture ...
Flattening a mixture of lists and single elements in Haskell Flattening a mixture of lists and single elements in Haskell haskell list flatten f%23 Flattening Haskell Prints Flattening a mixture of lists and single elements in Haskell In F# I can use the yield / yield! syntax in order to concat a mixture of single elem...
[ 0.0031585693359375, 0.01214599609375, 0.0020904541015625, 0.01263427734375, -0.00262451171875, 0.015869140625, -0.00836181640625, 0.003997802734375, 0.0026702880859375, -0.007598876953125, -0.002044677734375, -0.0205078125, 0.0006103515625, 0.00115966796875, -0.003936767578125, -0.0077...
[ 106516, 67, 592, 17664, 6644, 5303, 136, 11001, 80854, 20625, 142508, 1556, 49878, 510, 1238, 3949, 3742, 39754, 563, 4904, 831, 4527, 11180, 19388, 248, 38, 6002, 86531, 158, 4460, 10298, 4778, 3934, 42486, 21373, 3917, 20594, 903, 23 ]
[ 0.23876953125, 0.1982421875, 0.03948974609375, 0.1861572265625, 0.1365966796875, 0.217041015625, 0.06451416015625, 0.1588134765625, 0.1937255859375, 0.172119140625, 0.27685546875, 0.1572265625, 0.2138671875, 0.1785888671875, 0.05255126953125, 0.0733642578125, 0.130859375, 0.1999511...
embed
3743522_c0
3743522
fsharp
0
Title: How does custom F# types map to CLR types? Problem title: How does custom F# types map to CLR types? Tags: c%23, f%23, type-systems Problem: How does custom F# types map to CLR types? I don't know if the title of the question is clear but I am wondering the actual types of custom F# types. Like in C#, there are ...
How does custom F# types map to CLR types? How does custom F# types map to CLR types? c%23 f%23 type-systems How CLR How does custom F# types map to CLR types? I don't know if the title of the question is clear but I am wondering the actual types of custom F# types. Like in C#, there are value types and reference types...
[ 0.0206298828125, 0.0155029296875, 0.00994873046875, 0.00640869140625, -0.019287109375, 0.002166748046875, -0.01239013671875, 0.00604248046875, -0.0068359375, 0.0277099609375, -0.01806640625, -0.0038909912109375, -0.002685546875, 0.0130615234375, 0.0020599365234375, 0.01031494140625, ...
[ 11249, 14602, 114122, 563, 4904, 52895, 22288, 47, 313, 138535, 1238, 3742, 10644, 16751, 149016, 8561, 34292, 91067, 1326, 11001, 450, 23131, 5426, 561, 22819, 114977, 239879, 3004, 98893 ]
[ 0.08026123046875, 0.04400634765625, 0.18701171875, 0.136962890625, 0.218017578125, 0.2236328125, 0.1632080078125, 0.098388671875, 0.05096435546875, 0.20849609375, 0.04052734375, 0.004150390625, 0.2015380859375, 0.08447265625, 0.03399658203125, 0.045989990234375, 0.14599609375, 0.15...
embed
63612666_c0
63612666
fsharp
0
Title: FSharpPlus does not appear to have a generic `tail` function Problem title: FSharpPlus does not appear to have a generic `tail` function Tags: f%23, f%23%2B Problem: FSharpPlus does not appear to have a generic `tail` function While there is a tryHead and head , as in Seq.tryHead and Seq.head , there is no corre...
FSharpPlus does not appear to have a generic `tail` function FSharpPlus does not appear to have a generic `tail` function f%23 f%23%2B FSharpPlus Seq.tryHead Seq.head Seq.tail Empty FSharpPlus does not appear to have a generic `tail` function While there is a tryHead and head , as in Seq.tryHead and Seq.head , there is...
[ 0.01422119140625, 0.01513671875, 0.0198974609375, 0.01055908203125, -0.00191497802734375, -0.0035552978515625, 0.0101318359375, -0.018310546875, 0.006256103515625, -0.0027008056640625, 0.0167236328125, 0.0031585693359375, 0.00396728515625, 0.01483154296875, 0.010986328125, 0.0030212402...
[ 93774, 3467, 254, 88225, 959, 108975, 189534, 46741, 32354, 765, 1238, 3742, 503, 864, 15123, 13025, 712, 31251, 31678, 939, 9790, 136, 10336, 110, 42518, 35773, 132283, 645, 22553, 80234, 34292, 1653, 2063, 5351 ]
[ 0.078125, 0.1748046875, 0.1541748046875, 0.267578125, 0.0721435546875, 0.1168212890625, 0.1949462890625, 0.25341796875, 0.2117919921875, 0.008148193359375, 0.04498291015625, 0.032806396484375, 0.06341552734375, 0.12158203125, 0.10498046875, 0.0965576171875, 0.09588623046875, 0.1392...
embed
10161437_c2
10161437
fsharp
2
, Unsuported, Constant, System.double, Module, System.Reflection, Samples.FSharp.ProvidedTypes, FSharpx.TypeProviders.DSL, Microsoft.FSharp.Core.CompilerServices, ReflectiveBuilder, Cast, args:obj, BuildTypedCast, GetMethod, MakeGenericMethod, Invoke, Assembly.GetExecutingAssembly, Reference, parameterValues:string, Re...
, Unsuported, Constant, System.double, Module, System.Reflection, Samples.FSharp.ProvidedTypes, FSharpx.TypeProviders.DSL, Microsoft.FSharp.Core.CompilerServices, ReflectiveBuilder, Cast, args:obj, BuildTypedCast, GetMethod, MakeGenericMethod, Invoke, Assembly.GetExecutingAssembly, Reference, parameterValues:string, Re...
[ 0.01806640625, 0.02490234375, 0.007659912109375, 0.0159912109375, 0.0238037109375, -0.00946044921875, -0.0087890625, 0.0004863739013671875, -0.010498046875, 0.00775146484375, -0.0196533203125, 0.0179443359375, -0.0169677734375, -0.0024566650390625, -0.004364013671875, 0.0164794921875, ...
[ 4, 992, 1159, 6982, 297, 148416, 12353, 5, 21555, 2661, 63014, 190015, 133, 3362, 99726, 36381, 3467, 254, 10752, 5518, 196707, 93774, 88684, 177997, 14, 14202, 114479, 7244, 50886, 13, 108161, 34759, 121979, 53295, 141, 100034, 121137, 56, ...
[ 0.052520751953125, 0.12353515625, 0.1146240234375, 0.2364501953125, 0.0865478515625, 0.1993408203125, 0.132080078125, 0.0238800048828125, 0.115478515625, 0.1331787109375, 0.158447265625, 0.1385498046875, 0.127685546875, 0.127685546875, 0.1280517578125, 0.0226593017578125, 0.138793945...
embed
18474297_c0
18474297
fsharp
0
Title: F# tail recursive call Problem title: F# tail recursive call Tags: .net, cil, f%23, tail-recursion, tail Problem: F# tail recursive call I have this code: let rec collect ( t : BCFile list ) ( acc : Set<BCFile> ) : Set<BCFile> = match t with | [] -> acc | hr::tl -> collect ( tl ) ( Set.union acc ( FindSourceFile...
F# tail recursive call F# tail recursive call .net cil f%23 tail-recursion tail BCFile Set hr::tl Set.union FindSourceFilesForTarget Set.toList Set.empty F# tail recursive call I have this code: It looks like it should be tail recursive, but it is not (looking at IL). Any idea why it is not compiled to use tail recursi...
[ 0.0272216796875, 0.0186767578125, 0.040771484375, 0.01007080078125, 0.00070953369140625, -0.002288818359375, -0.033203125, -0.0216064453125, 0.002044677734375, 0.0026092529296875, 0.021728515625, 0.00982666015625, -0.000537872314453125, 0.015625, 0.024169921875, -0.001983642578125, 0...
[ 563, 4904, 46741, 195625, 5844, 11782, 1179, 13003, 1238, 3742, 107, 48650, 1830, 77269, 174350, 19943, 10979, 141, 87046, 26040, 211235, 18537, 63031, 3794, 5, 188, 154663, 33548, 765, 903, 18151, 33342, 1884, 5608, 186, 6, 1284, 442, 83, ...
[ 0.1138916015625, 0.2034912109375, 0.27490234375, 0.245849609375, 0.142333984375, 0.171142578125, 0.124755859375, 0.1124267578125, 0.05828857421875, 0.1123046875, 0.07391357421875, 0.1925048828125, 0.0955810546875, 0.113525390625, 0.1849365234375, 0.1016845703125, 0.046417236328125, ...
embed
28135153_c1
28135153
fsharp
1
(this :> ICSharpCode.AvalonEdit.CodeCompletion.ICompletionData).Text ) :> obj member this.Image with get () = null member this.Priority with get () = 1.0 member this.Text = _text Code signals: F#, White, CompletionWindow, CodeCompletion, AvalonEdit, CompletionData, ICSharpCode.AvalonEdit.CodeCompletion, System, System...
(this :> ICSharpCode.AvalonEdit.CodeCompletion.ICompletionData).Text ) :> obj member this.Image with get () = null member this.Priority with get () = 1.0 member this.Text = _text Code signals: F#, White, CompletionWindow, CodeCompletion, AvalonEdit, CompletionData, ICSharpCode.AvalonEdit.CodeCompletion, System, System...
[ 0.0211181640625, 0.0164794921875, -0.002655029296875, 0.0181884765625, 0.00109100341796875, 0.00494384765625, 0.027587890625, -0.01422119140625, 0.004730224609375, 0.020263671875, -0.0069580078125, 0.0299072265625, -0.01495361328125, -0.00421142578125, 0.0030364990234375, -0.0153808593...
[ 15, 100231, 102198, 3467, 254, 114211, 1405, 191, 125270, 108161, 133, 5, 568, 1363, 137989, 174379, 995, 170, 32786, 903, 216960, 678, 2046, 2203, 56574, 33163, 748, 2481, 53855, 101, 22829, 28864, 26073, 563, 4904, 22392, 106320, 92049, 2...
[ 0.0172119140625, 0.129150390625, 0.103759765625, 0.1624755859375, 0.1011962890625, 0.224853515625, 0.1119384765625, 0.1126708984375, 0.1571044921875, 0.1314697265625, 0.15576171875, 0.01971435546875, 0.041656494140625, 0.043304443359375, 0.1339111328125, 0.2164306640625, 0.1282958984...
embed
55452066_c0
55452066
fsharp
0
Title: F# How to preserve lazy /copy a unforced lazy statement Problem title: F# How to preserve lazy /copy a unforced lazy statement Tags: f%23, lazy-evaluation Problem: F# How to preserve lazy /copy a unforced lazy statement The output from below is 15,9,9 however I want 15,9,21 I want to preserve a lazy version so I...
F# How to preserve lazy /copy a unforced lazy statement F# How to preserve lazy /copy a unforced lazy statement f%23 lazy-evaluation How System add2 mult3 com2 com.Force com2.Force F# How to preserve lazy /copy a unforced lazy statement The output from below is 15,9,9 however I want 15,9,21 I want to preserve a lazy ve...
[ -0.007171630859375, 0.01483154296875, 0.0030364990234375, 0.01708984375, 0.009033203125, 0.00439453125, 0.0164794921875, -0.006988525390625, 0.01409912109375, -0.01312255859375, -0.01080322265625, 0.03955078125, 0.01611328125, 0.0233154296875, 0.0196533203125, 0.005523681640625, -0.0...
[ 563, 4904, 11249, 47, 479, 86687, 21, 3285, 248, 137366, 51, 50930, 63805, 1238, 3742, 159258, 12353, 15190, 304, 3869, 363, 375, 18537, 5442, 140992, 35064, 423, 4, 178692, 49903, 3444, 106, 166213, 3117, 11389, 3884, 3525, 32354, 150350, ...
[ 0.0810546875, 0.1925048828125, 0.04669189453125, 0.0374755859375, 0.11083984375, 0.2147216796875, 0.1728515625, 0.23876953125, 0.03741455078125, 0.238037109375, 0.0850830078125, 0.1771240234375, 0.2115478515625, 0.04705810546875, 0.07781982421875, 0.19189453125, 0.1475830078125, 0....
embed
55721161_c0
55721161
fsharp
0
Title: F# : How to test the equality of sequence/list elements? Problem title: F# : How to test the equality of sequence/list elements? Tags: f%23 Problem: F# : How to test the equality of sequence/list elements? I would like to test whether all of elements in a list/sequence equals something For example,a sequence of ...
F# : How to test the equality of sequence/list elements? F# : How to test the equality of sequence/list elements? f%23 How Seq.forall None F# : How to test the equality of sequence/list elements? I would like to test whether all of elements in a list/sequence equals something For example,a sequence of integers. I would...
[ 0.005340576171875, 0.0054931640625, -0.00677490234375, 0.021728515625, 0.0021820068359375, -0.0135498046875, 0.01470947265625, 0.00604248046875, 0.0091552734375, 0.01507568359375, 0.004241943359375, 0.0322265625, 0.00634765625, 0.020263671875, -0.0032806396484375, 0.002044677734375, ...
[ 563, 4904, 11249, 47, 3034, 28, 161789, 40, 944, 3956, 64, 6562, 80854, 1238, 3742, 503, 864, 2472, 5584, 438, 86, 70, 2806, 1884, 36766, 756, 111, 23, 5303, 184, 105950, 7, 9844, 892, 26255, 2174, 58837, 12830, 5701, 14012, 29806, 20...
[ 0.092529296875, 0.1666259765625, 0.08026123046875, 0.0728759765625, 0.227294921875, 0.09710693359375, 0.2086181640625, 0.05364990234375, 0.11328125, 0.0750732421875, 0.033447265625, 0.1571044921875, 0.166748046875, 0.0703125, 0.087890625, 0.07379150390625, 0.156982421875, 0.0279693...
embed
68413673_c0
68413673
fsharp
0
Title: Do F# Query Expressions have same performance as Native SQL? Problem title: Do F# Query Expressions have same performance as Native SQL? Tags: f%23, functional-programming Problem: Do F# Query Expressions have same performance as Native SQL? F# Query expression examples I notice look as though they grab the enti...
Do F# Query Expressions have same performance as Native SQL? Do F# Query Expressions have same performance as Native SQL? f%23 functional-programming Query Expressions Native SQL query1 db.Customers Do F# Query Expressions have same performance as Native SQL? F# Query expression examples I notice look as though they gr...
[ 0.01287841796875, 0.021728515625, 0.01806640625, 0.00115203857421875, -0.01324462890625, 0.009765625, -0.024658203125, -0.0133056640625, 0.01104736328125, -0.03076171875, 0.01483154296875, 0.0205078125, 0.0181884765625, -0.00982666015625, -0.013671875, 0.00836181640625, 0.00421142578...
[ 563, 4904, 58836, 53, 25129, 17514, 5701, 23718, 353, 4935, 80866, 984, 1238, 3742, 123309, 28966, 41, 40041, 63749, 31648, 237, 125195, 27781, 60322, 6713, 21208, 59102, 64194, 10941, 23180, 8108, 181135, 40715, 93766, 24 ]
[ 0.118408203125, 0.1822509765625, 0.1644287109375, 0.0703125, 0.1456298828125, 0.05029296875, 0.06402587890625, 0.15576171875, 0.134521484375, 0.1104736328125, 0.192626953125, 0.0195770263671875, 0.08612060546875, 0.09417724609375, 0.113525390625, 0.0343017578125, 0.10736083984375, ...
embed
40653542_c0
40653542
fsharp
0
Title: tagged type / List - F# Language design Problem title: tagged type / List - F# Language design Tags: f%23, list, language-design Problem: tagged type / List - F# Language design I read that list in F# are a tagged type with tag ::. What I don't understand and want to know is that how this should be declared? Not...
tagged type / List - F# Language design tagged type / List - F# Language design f%23 list language-design List Language tagged type / List - F# Language design I read that list in F# are a tagged type with tag ::. What I don't understand and want to know is that how this should be declared? Not how I use lists but the ...
[ 0.032958984375, 0.0111083984375, 0.00127410888671875, 0.0150146484375, 0.0009918212890625, -0.0118408203125, -0.0201416015625, 0.01153564453125, 0.01251220703125, 0.006011962890625, 0.01141357421875, -0.011962890625, -0.0223388671875, 0.0029449462890625, -0.005157470703125, 0.016113281...
[ 113005, 10644, 248, 32036, 563, 4904, 83658, 4331, 1238, 3949, 3742, 5303, 46876, 34198, 12301, 23, 621, 10, 678, 7909, 1984, 18, 28219, 3714, 3642, 903, 5608, 159978, 71, 4527, 100, 7603, 80934, 18151, 61924, 959, 81522, 52895, 22, 15644...
[ 0.198974609375, 0.217041015625, 0.0489501953125, 0.2039794921875, 0.1260986328125, 0.19287109375, 0.1572265625, 0.189697265625, 0.044769287109375, 0.0186614990234375, 0.0830078125, 0.1885986328125, 0.1480712890625, 0.1724853515625, 0.004180908203125, 0.053863525390625, 0.038482666015...
embed
3201742_c0
3201742
fsharp
0
Title: Type test in F# on sequences, general equality test Problem title: Type test in F# on sequences, general equality test Tags: f%23, equality, .net Problem: Type test in F# on sequences, general equality test I am trying to test equality of two elements. Why do I get the error: "does not have any proper subtypes a...
Type test in F# on sequences, general equality test Type test in F# on sequences, general equality test f%23 equality .net Type Seq.map2 Seq.fold Type test in F# on sequences, general equality test I am trying to test equality of two elements. Why do I get the error: "does not have any proper subtypes and cannot be use...
[ 0.00180816650390625, 0.018798828125, -0.01385498046875, 0.02197265625, 0.000530242919921875, -0.01953125, -0.015869140625, 0.01043701171875, 0.0108642578125, 0.000728607177734375, 0.005889892578125, 0.0172119140625, 0.0078125, 0.01409912109375, 0.002349853515625, -0.001617431640625, ...
[ 60457, 3034, 563, 4904, 26513, 4537, 28, 161789, 1238, 3742, 1179, 503, 864, 62346, 304, 42822, 31577, 6626, 80854, 44084, 70, 18499, 959, 765, 2499, 27798, 1614, 50986, 53418, 11814, 31344, 10644, 707, 11675, 6032, 552, 56, 6447, 5117, 1...
[ 0.197509765625, 0.1971435546875, 0.091064453125, 0.1600341796875, 0.11279296875, 0.05963134765625, 0.05059814453125, 0.1712646484375, 0.025146484375, 0.07110595703125, 0.050537109375, 0.01495361328125, 0.1102294921875, 0.0301971435546875, 0.0341796875, 0.123046875, 0.03369140625, 0...
embed
5468700_c0
5468700
fsharp
0
Title: Built in equality of lists using a custom comparison function? Problem title: Built in equality of lists using a custom comparison function? Tags: f%23 Problem: Built in equality of lists using a custom comparison function? Is there a built-in function which does the following? let rec listsEqual xl yl f = match...
Built in equality of lists using a custom comparison function? Built in equality of lists using a custom comparison function? f%23 a Built xh::xt yh::yt Built in equality of lists using a custom comparison function? Is there a built-in function which does the following? Updated, further elaboration: and in general is t...
[ -0.005035400390625, 0.00872802734375, 0.00982666015625, 0.0025177001953125, -0.00885009765625, 0.00750732421875, 0.013671875, -0.000270843505859375, 0.01312255859375, 0.01239013671875, 0.012939453125, 0.01348876953125, 0.00183868408203125, -0.01177978515625, -0.003814697265625, -0.0312...
[ 667, 24908, 23, 28, 161789, 111, 5303, 7, 17368, 114122, 225490, 32354, 1238, 3949, 3742, 10, 1022, 127, 29062, 113, 20191, 88303, 73, 14602, 25632, 28641, 56303, 10704, 47, 118990, 141, 1284 ]
[ 0.088134765625, 0.1011962890625, 0.153076171875, 0.06475830078125, 0.2047119140625, 0.077880859375, 0.202880859375, 0.06573486328125, 0.057159423828125, 0.1966552734375, 0.228515625, 0.179443359375, 0.033111572265625, 0.009185791015625, 0.0853271484375, 0.001708984375, 0.035308837890...
embed
5754917_c0
5754917
fsharp
0
Title: is it possible to make loop unroll in F# (in .net at all)? Problem title: is it possible to make loop unroll in F# (in .net at all)? Tags: .net, f%23 Problem: is it possible to make loop unroll in F# (in .net at all)? so what I mean by loop unroll is like Write "Hello" |> Repeat 5 ->>> Write "Hello" Write "Hello...
is it possible to make loop unroll in F# (in .net at all)? is it possible to make loop unroll in F# (in .net at all)? .net f%23 Write Hello Repeat is it possible to make loop unroll in F# (in .net at all)? so what I mean by loop unroll is like ->>> as far as I know that is some optimization and I just interesting if th...
[ 0.004608154296875, 0.010009765625, 0.00469970703125, 0.0159912109375, -0.017578125, -0.01019287109375, 0.01385498046875, -0.0013427734375, 0.0028839111328125, -0.0101318359375, -0.0213623046875, 0.003387451171875, 0.0106201171875, 0.018310546875, 0.01129150390625, -0.006561279296875, ...
[ 83, 442, 7722, 3249, 40956, 51, 27722, 23, 563, 4904, 1179, 756, 47, 73, 5, 1238, 3949, 3742, 18781, 35378, 33742, 13, 29459, 1884, 130910, 87235, 49041, 17777, 15400, 8110, 4527, 100, 17, 2389, 617, 54, 903, 3871 ]
[ 0.039215087890625, 0.0615234375, 0.164794921875, 0.09442138671875, 0.2354736328125, 0.1407470703125, 0.256103515625, 0.0633544921875, 0.12939453125, 0.2064208984375, 0.1424560546875, 0.06317138671875, 0.046417236328125, 0.0185394287109375, 0.007476806640625, 0.067138671875, 0.0188446...
embed
79486068_c0
79486068
fsharp
0
Title: How to define an infinite recursive object which is defined through discriminated union? Problem title: How to define an infinite recursive object which is defined through discriminated union? Tags: f%23, sequence Problem: How to define an infinite recursive object which is defined through discriminated union? S...
How to define an infinite recursive object which is defined through discriminated union? How to define an infinite recursive object which is defined through discriminated union? f%23 sequence How Sequence Seq type-1 How to define an infinite recursive object which is defined through discriminated union? Suppose I defin...
[ 0.0106201171875, 0.01806640625, -0.01708984375, 0.028564453125, 0.00003743171691894531, -0.0238037109375, -0.0096435546875, 0.020263671875, 0.0038299560546875, -0.0225830078125, -0.0027008056640625, -0.002197265625, 0.0031280517578125, 0.0211181640625, 0.03125, 0.01416015625, 0.01538...
[ 11249, 61924, 54241, 13, 195625, 5844, 36746, 55970, 3674, 69941, 8305, 1238, 3949, 3742, 40, 944, 503, 3956, 864, 10644, 5759, 121691, 8364, 903, 20117, 139124, 23, 853, 2424, 3444, 3642, 22, 40899, 17368, 54, 133063, 82449, 678, 36917 ]
[ 0.0452880859375, 0.195068359375, 0.1651611328125, 0.0909423828125, 0.1998291015625, 0.0982666015625, 0.191650390625, 0.2054443359375, 0.0626220703125, 0.1778564453125, 0.0374755859375, 0.0255584716796875, 0.006103515625, 0.1383056640625, 0.0504150390625, 0.1451416015625, 0.0731811523...
embed
9216087_c1
9216087
fsharp
1
Details.fs, FSharpx.Core.1.4.120207, FSharpx.Async.dll, Program, Files, Windows, Azure, SDK, v1.6, ServiceBus, Microsoft.ServiceBus.dll, AzureServiceBus.fs, AccountDetails, FSharp.Control, Microsoft.ServiceBus, Microsoft.ServiceBus.Messaging, TokenProvider.CreateSharedSecretTokenProvider, issuer_name, asb_uri, ServiceB...
Details.fs, FSharpx.Core.1.4.120207, FSharpx.Async.dll, Program, Files, Windows, Azure, SDK, v1.6, ServiceBus, Microsoft.ServiceBus.dll, AzureServiceBus.fs, AccountDetails, FSharp.Control, Microsoft.ServiceBus, Microsoft.ServiceBus.Messaging, TokenProvider.CreateSharedSecretTokenProvider, issuer_name, asb_uri, ServiceB...
[ 0.03759765625, 0.0230712890625, -0.000171661376953125, -0.01239013671875, -0.01434326171875, -0.0419921875, 0.0294189453125, -0.006011962890625, -0.006805419921875, -0.01141357421875, -0.001922607421875, 0.033935546875, 0.01312255859375, -0.0184326171875, 0.01080322265625, 0.0040283203...
[ 77658, 5, 17447, 4, 93774, 3467, 88684, 50886, 13, 22892, 120518, 49409, 966, 12654, 238, 71, 1181, 7663, 42724, 3773, 176071, 159, 45461, 81, 122336, 12349, 7235, 7, 7244, 121979, 61417, 4657, 46741, 254, 175904, 6011, 9966, 717, 1098, 1...
[ 0.30859375, 0.0772705078125, 0.2071533203125, 0.086669921875, 0.1470947265625, 0.1759033203125, 0.2783203125, 0.121826171875, 0.05926513671875, 0.045501708984375, 0.0919189453125, 0.08831787109375, 0.087158203125, 0.1810302734375, 0.044830322265625, 0.0400390625, 0.19921875, 0.1755...
embed
22310558_c0
22310558
fsharp
0
Title: math.net installation for F# Problem title: math.net installation for F# Tags: f%23, mathnet-numerics, math.net, installation Problem: math.net installation for F# I am quite new to F# and am trying to install math.net on Ubuntu 13.04. The following page recommends using the Package Manager Console to install on...
math.net installation for F# math.net installation for F# f%23 mathnet-numerics math.net installation math.net math.net installation for F# I am quite new to F# and am trying to install math.net on Ubuntu 13.04. The following page recommends using the Package Manager Console to install on Linux 64 https://www.nuget.org...
[ -0.01123046875, 0.006988525390625, 0.00341796875, -0.0091552734375, 0.0028839111328125, -0.0107421875, 0.00872802734375, -0.01055908203125, -0.00107574462890625, -0.007415771484375, 0.0096435546875, -0.025634765625, -0.0022125244140625, -0.004669189453125, 0.017822265625, -0.0059509277...
[ 48909, 5, 1179, 59720, 100, 563, 4904, 1238, 3742, 2606, 56, 32233, 3525, 47, 20600, 98, 116890, 5847, 39876, 25632, 67330, 17368, 56607, 4588, 30195, 1657, 40777, 29908, 7911, 539, 3794, 29102, 199450, 24447, 18444, 1991, 28021, 42668, 150...
[ 0.23828125, 0.07806396484375, 0.2384033203125, 0.1473388671875, 0.07623291015625, 0.154052734375, 0.2119140625, 0.09722900390625, 0.050933837890625, 0.044677734375, 0.010009765625, 0.031646728515625, 0.04180908203125, 0.00286865234375, 0.179931640625, 0.05224609375, 0.165771484375, ...
embed
15573039_c0
15573039
fsharp
0
Title: How would I Emit a discriminated union? Problem title: How would I Emit a discriminated union? Tags: f%23, reflection Problem: How would I Emit a discriminated union? If I have something like this: type public ServiceActionType = | ServiceRequest | ServiceResponse | ServiceEventInvocation | ServiceEventSubscript...
How would I Emit a discriminated union? How would I Emit a discriminated union? f%23 reflection How Emit ServiceActionType ServiceRequest ServiceResponse ServiceEventInvocation ServiceEventSubscriptionRequest ServiceMetadataRequest IlGen.Emit OpCodes How would I Emit a discriminated union? If I have something like this...
[ -0.0216064453125, -0.003692626953125, 0.00958251953125, 0.006744384765625, -0.026123046875, -0.0069580078125, -0.000583648681640625, 0.00927734375, -0.0002727508544921875, -0.0111083984375, 0.01531982421875, 0.00225830078125, 0.006988525390625, 0.0218505859375, -0.0026702880859375, -0....
[ 11249, 2806, 87, 2775, 217, 10, 55970, 3674, 69941, 1238, 3949, 3742, 44961, 1830, 12349, 284, 10763, 196707, 75616, 94399, 192134, 202010, 59478, 891, 105376, 647, 4007, 2331, 114211, 1884, 3642, 15190, 1632, 55769, 177261 ]
[ 0.1109619140625, 0.1126708984375, 0.0928955078125, 0.1739501953125, 0.200439453125, 0.069580078125, 0.246826171875, 0.1431884765625, 0.2408447265625, 0.033233642578125, 0.042236328125, 0.10052490234375, 0.1842041015625, 0.048797607421875, 0.130859375, 0.0193328857421875, 0.0758056640...
embed
43594034_c0
43594034
fsharp
0
Title: Why do literals not const by default? Problem title: Why do literals not const by default? Tags: .net, constants, lazy-evaluation, f%23, functional-programming Problem: Why do literals not const by default? If F# encourages to write immutable eagerly evaluated data, why did F# not enforce simple let bindings to ...
Why do literals not const by default? Why do literals not const by default? .net constants lazy-evaluation f%23 functional-programming Why Literal ConstVsStaticReadOnly ConstInt32 ConstString Why do literals not const by default? If F# encourages to write immutable eagerly evaluated data, why did F# not enforce simple ...
[ 0.00543212890625, -0.018310546875, -0.004791259765625, -0.0025787353515625, -0.006256103515625, -0.00506591796875, -0.00567626953125, -0.00347900390625, 0.0003910064697265625, -0.006195068359375, -0.015869140625, -0.0004749298095703125, 0.0042724609375, 0.02294921875, 0.01123046875, 0....
[ 44084, 54, 15659, 16765, 959, 158, 271, 390, 114977, 5, 1179, 53697, 21, 3285, 159258, 1238, 3742, 123309, 28966, 135940, 141, 1657, 856, 135206, 31345, 20320, 6460, 71713, 563, 4904, 65524, 33022, 561, 22819, 33730, 151575, 2053, 15400, 50...
[ 0.128173828125, 0.0435791015625, 0.231689453125, 0.1968994140625, 0.143798828125, 0.185302734375, 0.228759765625, 0.0877685546875, 0.241455078125, 0.007293701171875, 0.1458740234375, 0.1702880859375, 0.05499267578125, 0.1273193359375, 0.116455078125, 0.05328369140625, 0.0642700195312...
embed
13771700_c0
13771700
fsharp
0
Title: Could F# type providers be incorporated in C# Problem title: Could F# type providers be incorporated in C# Tags: c%23, f%23, type-providers, .net Problem: Could F# type providers be incorporated in C# The cool new F# 3.0 feature type providers can be used to bridge the mismatch between F# data types or classes a...
Could F# type providers be incorporated in C# Could F# type providers be incorporated in C# c%23 f%23 type-providers .net Could Could F# type providers be incorporated in C# The cool new F# 3.0 feature type providers can be used to bridge the mismatch between F# data types or classes and data source structures like XML...
[ 0.01708984375, 0.01324462890625, 0.003021240234375, -0.00323486328125, -0.008056640625, 0.00799560546875, -0.0166015625, -0.00164031982421875, -0.005767822265625, -0.036376953125, -0.0130615234375, -0.0006866455078125, -0.01483154296875, 0.01495361328125, 0.01055908203125, -0.002944946...
[ 191147, 563, 4904, 10644, 81450, 7, 49504, 3674, 23, 313, 3742, 1238, 93136, 14202, 1179, 21185, 17596, 60213, 11814, 80728, 70, 1239, 98753, 17721, 2053, 52895, 61112, 31344, 45646, 92537, 52143, 27502, 66801, 17777, 46876, 1884, 4527, 18151...
[ 0.09613037109375, 0.1419677734375, 0.22314453125, 0.218994140625, 0.233642578125, 0.087890625, 0.172607421875, 0.0587158203125, 0.058685302734375, 0.08447265625, 0.015655517578125, 0.0421142578125, 0.16357421875, 0.00677490234375, 0.08172607421875, 0.06475830078125, 0.192626953125, ...
embed
65293513_c1
65293513
fsharp
1
After<'a> = 'a -> RawOutput type Workflow<'a> = RoutingKey * FnBefore<'a> * FnUniqueKey<'a> * FnAfter<'a> let workflows: Workflow list = […] // how can I declare'em all? So, from now on, each workflow would define 3 functions instead of one and I want to keep all the workflows in one list, so I can pick one on each new...
After<'a> = 'a -> RawOutput type Workflow<'a> = RoutingKey * FnBefore<'a> * FnUniqueKey<'a> * FnAfter<'a> let workflows: Workflow list = […] // how can I declare'em all? So, from now on, each workflow would define 3 functions instead of one and I want to keep all the workflows in one list, so I can pick one on each new...
[ -0.0196533203125, 0.004119873046875, 0.000732421875, 0.010498046875, -0.006256103515625, -0.0008392333984375, -0.005340576171875, 0.00011205673217773438, 0.021728515625, 0.0045166015625, 0.0091552734375, 0.01458740234375, 0.00946044921875, -0.0032958984375, -0.0235595703125, 0.00952148...
[ 24372, 109997, 79858, 7077, 10644, 27985, 118664, 56709, 1916, 162429, 563, 19, 6766, 89700, 1062, 45602, 284, 46327, 11, 2633, 4488, 5303, 3642, 831, 87, 159978, 195, 756, 12638, 61924, 138, 32354, 64457, 1632, 3444, 13695, 39580, 26008, 1...
[ 0.259765625, 0.2281494140625, 0.1644287109375, 0.14794921875, 0.13330078125, 0.146484375, 0.273681640625, 0.142822265625, 0.1268310546875, 0.27001953125, 0.1336669921875, 0.1295166015625, 0.039520263671875, 0.152587890625, 0.1319580078125, 0.2291259765625, 0.0006103515625, 0.268066...
embed
65480910_c0
65480910
fsharp
0
Title: Bolero datetime bind Problem title: Bolero datetime bind Tags: elmish, bolero, f%23 Problem: Bolero datetime bind The docs say that you can bind many different data types... My html template: <div class="field"> <label class="label">Dob</label> <div class="control"> <input class="input" type="date" placeholder="...
Bolero datetime bind Bolero datetime bind elmish bolero f%23 Bolero Dob Date Birth model.client.dob SetDob Bolero datetime bind The docs say that you can bind many different data types... My html template: And my code is: But I get a red underline on model.client.dob because it's expecting a string.... what is the corr...
[ -0.01312255859375, 0.01495361328125, -0.0019378662109375, 0.006072998046875, -0.0240478515625, 0.006683349609375, 0.0027923583984375, 0.01214599609375, 0.01275634765625, -0.04443359375, -0.0157470703125, -0.01129150390625, 0.007232666015625, 0.010986328125, -0.00396728515625, 0.0007133...
[ 72605, 516, 5622, 6032, 68557, 88, 78192, 3488, 4036, 3949, 3742, 37968, 25512, 2992, 3299, 222978, 12706, 19943, 397, 3522, 54, 4439, 831, 5941, 12921, 2053, 52895, 7693, 110934, 18151, 4842, 1379, 2256, 442, 41206, 214, 79315, 26785, 3917...
[ 0.1300048828125, 0.2203369140625, 0.098876953125, 0.18115234375, 0.247802734375, 0.015869140625, 0.119140625, 0.08123779296875, 0.20068359375, 0.00604248046875, 0.0836181640625, 0.1383056640625, 0.0748291015625, 0.1119384765625, 0.2091064453125, 0.20166015625, 0.1534423828125, 0.09...
embed
4039494_c0
4039494
fsharp
0
Title: How would you implement a beta-reduction function in F#? Problem title: How would you implement a beta-reduction function in F#? Tags: f%23, lambda-calculus Problem: How would you implement a beta-reduction function in F#? I am writing a lambda calculus in F#, but I am stuck on implementing the beta-reduction (s...
How would you implement a beta-reduction function in F#? How would you implement a beta-reduction function in F#? f%23 lambda-calculus How x.e How would you implement a beta-reduction function in F#? I am writing a lambda calculus in F#, but I am stuck on implementing the beta-reduction (substituting formal parameters ...
[ -0.0123291015625, 0.01544189453125, 0.008544921875, 0.001983642578125, 0.0157470703125, 0.004150390625, 0.00531005859375, -0.0079345703125, 0.00701904296875, -0.005950927734375, 0.011962890625, -0.006500244140625, 0.01177978515625, 0.00836181640625, 0.01904296875, -0.005035400390625, ...
[ 11249, 2806, 29479, 51703, 9, 107, 77391, 32354, 23, 563, 4904, 1238, 3742, 21, 6492, 85, 6827, 94739, 398, 10, 32562, 44805, 223, 179933, 209828, 1916, 23113, 171859, 678, 8561, 27781, 127689, 5161, 36802, 157666, 25647 ]
[ 0.1097412109375, 0.10003662109375, 0.2080078125, 0.247802734375, 0.078857421875, 0.1876220703125, 0.2017822265625, 0.1673583984375, 0.0841064453125, 0.1585693359375, 0.2286376953125, 0.0850830078125, 0.0430908203125, 0.06805419921875, 0.1759033203125, 0.1307373046875, 0.1253662109375...
embed
21583691_c0
21583691
fsharp
0
Title: F#: Creating a new record from an existing one, with lists Problem title: F#: Creating a new record from an existing one, with lists Tags: list, record, f%23 Problem: F#: Creating a new record from an existing one, with lists Supposing I have a type defined as follows: type State = { intList : int list } and a v...
F#: Creating a new record from an existing one, with lists F#: Creating a new record from an existing one, with lists list record f%23 an Creating State F#: Creating a new record from an existing one, with lists Supposing I have a type defined as follows: and a value as follows: Now supposing I want a new value b with ...
[ -0.0137939453125, 0.0032501220703125, 0.000530242919921875, 0.01177978515625, -0.02392578125, -0.00701904296875, -0.0196533203125, 0.01251220703125, 0.0208740234375, 0.00689697265625, 0.018798828125, 0.0225830078125, 0.01531982421875, 0.0242919921875, -0.00083160400390625, -0.0390625, ...
[ 563, 4904, 12, 56781, 1916, 3525, 17164, 1295, 144573, 678, 5303, 7, 1632, 1238, 3949, 3742, 142, 22836, 121691, 232, 765, 10644, 61924, 28960, 34292, 15811, 7522, 3444, 876, 10, 242, 142424, 190, 49814, 3564, 26366, 54, 70, 6002, 86531, ...
[ 0.1571044921875, 0.229248046875, 0.046844482421875, 0.14013671875, 0.048858642578125, 0.1507568359375, 0.20654296875, 0.08953857421875, 0.1495361328125, 0.21044921875, 0.2080078125, 0.000335693359375, 0.03216552734375, 0.1051025390625, 0.006927490234375, 0.0919189453125, 0.0355834960...
embed
46980690_c1
46980690
fsharp
1
also all the other names that are available by default. I did not find an example in the documentation . Code signals: Compiler, Service, FSharp.Compiler.Service.16.0.2, net45, FSharp.Compiler.Service.dll, Microsoft.FSharp.Compiler, Microsoft.FSharp.Compiler.SourceCodeServices, TestFileName.fsx, SourceCodeServices.FSh...
also all the other names that are available by default. I did not find an example in the documentation . Code signals: Compiler, Service, FSharp.Compiler.Service.16.0.2, net45, FSharp.Compiler.Service.dll, Microsoft.FSharp.Compiler, Microsoft.FSharp.Compiler.SourceCodeServices, TestFileName.fsx, SourceCodeServices.FSh...
[ 0.01092529296875, 0.011474609375, 0.00714111328125, 0.02001953125, -0.0029754638671875, -0.0018463134765625, 0.00653076171875, -0.017578125, -0.00445556640625, -0.0125732421875, -0.015625, 0.0033111572265625, 0.0189208984375, -0.00189208984375, 0.01287841796875, 0.00726318359375, 0.0...
[ 2843, 756, 3789, 123055, 450, 621, 19882, 390, 114977, 5, 27781, 209806, 28864, 26073, 7, 12, 15612, 34759, 12349, 93774, 3467, 254, 108161, 121979, 2485, 133684, 2043, 4633, 1181, 7244, 211235, 114211, 8647, 174350, 163612, 17447, 425, 77641...
[ 0.04400634765625, 0.03863525390625, 0.099365234375, 0.21923828125, 0.012298583984375, 0.05279541015625, 0.1790771484375, 0.08758544921875, 0.265380859375, 0.01416015625, 0.1514892578125, 0.1519775390625, 0.224365234375, 0.272216796875, 0.07891845703125, 0.0262451171875, 0.14440917968...
embed
34374768_c0
34374768
fsharp
0
Title: How to refer to the first element of a tuple encapsulated in a single-case discriminated union Problem title: How to refer to the first element of a tuple encapsulated in a single-case discriminated union Tags: f%23 Problem: How to refer to the first element of a tuple encapsulated in a single-case discriminated...
How to refer to the first element of a tuple encapsulated in a single-case discriminated union How to refer to the first element of a tuple encapsulated in a single-case discriminated union f%23 How Corner How to refer to the first element of a tuple encapsulated in a single-case discriminated union Suppose you have a ...
[ 0.00020694732666015625, -0.0020294189453125, 0.00140380859375, 0.00116729736328125, -0.003173828125, -0.000017642974853515625, -0.004302978515625, 0.0203857421875, 0.0238037109375, -0.0189208984375, 0.0123291015625, 0.0255126953125, -0.00958251953125, 0.0181884765625, 0.00026893615722656...
[ 11249, 15005, 47, 5117, 12830, 370, 8705, 22, 15644, 77593, 23, 11001, 58437, 55970, 3674, 69941, 297, 1238, 3949, 3742, 5631, 1679, 10644, 1884, 77336, 7722, 2046, 34292, 60818, 51, 5429, 11, 26783, 4288, 63559 ]
[ 0.110595703125, 0.206787109375, 0.03985595703125, 0.179931640625, 0.216552734375, 0.11376953125, 0.2110595703125, 0.044891357421875, 0.1253662109375, 0.1375732421875, 0.046783447265625, 0.1151123046875, 0.1522216796875, 0.189453125, 0.0294036865234375, 0.1873779296875, 0.008666992187...
embed
11005607_c0
11005607
fsharp
0
Title: F# stop console from closing Problem title: F# stop console from closing Tags: f%23, console, visual-studio-2010 Problem: F# stop console from closing Possible Duplicate: F#: This expression should have type 'unit', but has type 'ConsoleKeyInfo' I'm learning F# so i wrote a 3 lines of code in VS2010 and I want t...
F# stop console from closing F# stop console from closing f%23 console visual-studio-2010 closing System.Console.ReadKey visual-studio-2010 F# stop console from closing I'm learning F# so i wrote a 3 lines of code in VS2010 and I want to see the result but the console closes. System.Console.Read System.Console.ReadKey ...
[ -0.01141357421875, 0.027587890625, 0.0264892578125, -0.0208740234375, 0.003875732421875, -0.00482177734375, 0.00262451171875, -0.0038604736328125, -0.0137939453125, -0.009765625, -0.00433349609375, 0.006988525390625, -0.0037689208984375, -0.00933837890625, 0.014892578125, -0.0063171386...
[ 563, 4904, 7279, 130250, 1295, 20450, 6953, 1238, 3949, 3742, 21176, 52629, 73552, 12353, 11935, 40777, 31345, 162429, 52080, 54397, 138, 124519, 18151, 44160, 11436, 87, 3444, 1957, 16750, 1284, 70, 20903, 7, 75101, 18, 4488, 47 ]
[ 0.136962890625, 0.208984375, 0.1622314453125, 0.24169921875, 0.07177734375, 0.1644287109375, 0.0987548828125, 0.10693359375, 0.00384521484375, 0.1328125, 0.119140625, 0.1219482421875, 0.133544921875, 0.061248779296875, 0.06268310546875, 0.1693115234375, 0.1390380859375, 0.169921875...
embed
17449503_c0
17449503
fsharp
0
Title: Fsharp intellisense support failing in VS2012 Problem title: Fsharp intellisense support failing in VS2012 Tags: f%23, intellisense, f%23-3.0, visual-studio-2012 Problem: Fsharp intellisense support failing in VS2012 I have an Fsharp fsx file that includes some external libraries. First this worked well. But rec...
Fsharp intellisense support failing in VS2012 Fsharp intellisense support failing in VS2012 f%23 intellisense f%23-3.0 visual-studio-2012 Fsharp VS2012 visual-studio-2012 Fsharp intellisense support failing in VS2012 I have an Fsharp fsx file that includes some external libraries. First this worked well. But recently, ...
[ 0.0042724609375, 0.0135498046875, -0.0032806396484375, -0.009765625, -0.01544189453125, 0.0213623046875, -0.000904083251953125, -0.0001697540283203125, -0.0218505859375, 0.0050048828125, 0.004486083984375, 0.0174560546875, -0.004180908203125, 0.00022983551025390625, 0.03466796875, 0.02...
[ 563, 89280, 254, 892, 27077, 184, 8060, 35782, 44160, 10693, 1238, 3742, 132265, 21176, 52629, 54458, 7, 425, 11435, 173591, 35773, 79786, 23, 33049, 10422, 136, 18499, 175199, 64557, 28350, 1031, 2795, 40798, 10681, 853, 3467, 1264, 20600, ...
[ 0.1046142578125, 0.2060546875, 0.13134765625, 0.1087646484375, 0.149169921875, 0.063232421875, 0.186767578125, 0.1336669921875, 0.1741943359375, 0.1685791015625, 0.04034423828125, 0.0237884521484375, 0.0771484375, 0.108154296875, 0.08831787109375, 0.093017578125, 0.02667236328125, ...
embed
37377012_c2
37377012
fsharp
2
:BasicShape.BoundingBox, b.getL, b.getH, List.minBy, Point.getX, Point.getY, Point.getZ, List.maxBy, Splitting, BoundingBoxL, bbox:BoundingBox, bbox.getL, Point.mkPoint, bbox.getH, BoundingBoxR, Get, Some, x:Shape, x.hit, List.choose, None, Expected, Ray.getDirection, Ray.getOrigin, Point.getFromAxis, bawx:BasicShape.B...
:BasicShape.BoundingBox, b.getL, b.getH, List.minBy, Point.getX, Point.getY, Point.getZ, List.maxBy, Splitting, BoundingBoxL, bbox:BoundingBox, bbox.getL, Point.mkPoint, bbox.getH, BoundingBoxR, Get, Some, x:Shape, x.hit, List.choose, None, Expected, Ray.getDirection, Ray.getOrigin, Point.getFromAxis, bawx:BasicShape.B...
[ 0.000888824462890625, 0.0220947265625, 0.004241943359375, -0.004180908203125, -0.01953125, 0.0196533203125, 0.0098876953125, -0.031005859375, -0.00098419189453125, 0.02490234375, 0.0233154296875, 0.01611328125, 0.00063323974609375, -0.011962890625, 0.0078125, 0.000858306884765625, 0....
[ 152, 63473, 1771, 40798, 1081, 5, 12647, 34, 33770, 72295, 4, 876, 3794, 866, 841, 32036, 1249, 75358, 41097, 1542, 1723, 1511, 24084, 46474, 1916, 31649, 11728, 12, 19201, 147534, 1052, 20779, 31384, 1022, 11400, 3089, 8364, 438, 60075, ...
[ 0.115966796875, 0.17333984375, 0.1473388671875, 0.2548828125, 0.187744140625, 0.06298828125, 0.069091796875, 0.1038818359375, 0.142822265625, 0.2259521484375, 0.05035400390625, 0.122314453125, 0.1612548828125, 0.1201171875, 0.122802734375, 0.180419921875, 0.1195068359375, 0.1437988...
embed
27409573_c0
27409573
fsharp
0
Title: F# interactive GC heap dump Problem title: F# interactive GC heap dump Tags: f%23, .net, fsi Problem: F# interactive GC heap dump I was investigating an F# script running via FsiAnyCpu which was using a lot of memory. I took a heap snapshot using PerfView and it looks like the majority of high count nodes were r...
F# interactive GC heap dump F# interactive GC heap dump f%23 .net fsi FSharp.Compiler Microsoft.FSharp.Compiler.Ilxgen IlxAssemblyGenerator F# interactive GC heap dump I was investigating an F# script running via FsiAnyCpu which was using a lot of memory. I took a heap snapshot using PerfView and it looks like the majo...
[ -0.002197265625, 0.01544189453125, -0.0174560546875, -0.0015869140625, -0.0196533203125, 0.005523681640625, -0.004241943359375, -0.01348876953125, 0.001739501953125, -0.02783203125, 0.006195068359375, 0.0189208984375, 0.021240234375, 0.00848388671875, 0.0194091796875, -0.00497436523437...
[ 563, 4904, 212398, 69657, 764, 2631, 115, 2676, 1238, 3949, 3742, 5, 1179, 172, 93774, 3467, 254, 108161, 7244, 34759, 24687, 425, 1409, 891, 89845, 38526, 105376, 56, 4597, 32603, 26499, 299, 1766, 17368, 5915, 98323, 34739, 76685, 72697, ...
[ 0.1243896484375, 0.2054443359375, 0.2017822265625, 0.2066650390625, 0.20703125, 0.1695556640625, 0.1593017578125, 0.17138671875, 0.086669921875, 0.027862548828125, 0.1373291015625, 0.0146942138671875, 0.117919921875, 0.1328125, 0.0928955078125, 0.17041015625, 0.1939697265625, 0.131...
embed
24727539_c0
24727539
fsharp
0
Title: Mutate property in object array F# Problem title: Mutate property in object array F# Tags: ios, f%23, xamarin, arrays Problem: Mutate property in object array F# I have an array of type UIView in F# initialized like this: let mutable views = Array.init 100 (fun x -> new UIView()) I want to change the property na...
Mutate property in object array F# Mutate property in object array F# ios f%23 xamarin arrays Mutate Array.init UIView Array.iter x:UIView x.BackgroundColor UIColor.Blue Mutate property in object array F# I have an array of type UIView in F# initialized like this: I want to change the property named BackgroundColor in ...
[ -0.0036163330078125, 0.00537109375, -0.00128173828125, -0.0164794921875, -0.00133514404296875, -0.0146484375, -0.02392578125, 0.01287841796875, 0.0010223388671875, 0.00823974609375, 0.003173828125, 0.0272216796875, 0.0301513671875, -0.008056640625, 0.0107421875, 0.00634765625, -0.021...
[ 118756, 67, 57266, 23, 36746, 10298, 53, 563, 4904, 17, 232, 1238, 3742, 2459, 44503, 69253, 73, 217, 111481, 100474, 16840, 1022, 33457, 152470, 64330, 10625, 1484, 114567, 10644, 61475, 1884, 903, 3444, 47, 15549, 26828, 12638, 21455, 496...
[ 0.2137451171875, 0.1378173828125, 0.2310791015625, 0.0638427734375, 0.1776123046875, 0.1727294921875, 0.08984375, 0.14794921875, 0.185791015625, 0.04168701171875, 0.1195068359375, 0.04229736328125, 0.1044921875, 0.1090087890625, 0.20751953125, 0.12841796875, 0.0307464599609375, 0.0...
embed
181613_c0
181613
fsharp
0
Title: Hidden Features of F# Problem title: Hidden Features of F# Tags: hidden-features, language-features, f%23 Problem: Hidden Features of F# This is the unabashed attempt of a similar C# question. So what are your favorite F# hidden (or not) features? Most of the features I've used so far aren't exactly hidden but h...
Hidden Features of F# Hidden Features of F# hidden-features language-features f%23 Hidden Features Async Hidden Features of F# This is the unabashed attempt of a similar C# question. So what are your favorite F# hidden (or not) features? Most of the features I've used so far aren't exactly hidden but have been quite re...
[ 0.01165771484375, -0.000370025634765625, 0.0264892578125, -0.00689697265625, 0.006134033203125, -0.005523681640625, 0.000579833984375, 0.003753662109375, 0.004180908203125, -0.00067901611328125, -0.007781982421875, -0.0024566650390625, 0.00933837890625, 0.0133056640625, 0.01953125, -0....
[ 72483, 555, 106594, 111, 563, 4904, 204105, 88981, 46876, 1238, 3742, 12654, 81887, 40304, 748, 959, 66139, 17006, 11814, 2060, 32233, 210651, 686, 645, 63033, 39933, 154186, 75034, 17777, 238, 618, 104902, 9638, 272, 5773, 2773, 110608, 1815...
[ 0.167724609375, 0.1646728515625, 0.193115234375, 0.01678466796875, 0.1749267578125, 0.259521484375, 0.2171630859375, 0.093505859375, 0.1251220703125, 0.1142578125, 0.02886962890625, 0.183349609375, 0.029144287109375, 0.1549072265625, 0.0013427734375, 0.0504150390625, 0.15966796875, ...
embed
2361851_c0
2361851
fsharp
0
Title: C# and F# casting - specifically the &#x27;as&#x27; keyword Problem title: C# and F# casting - specifically the &#x27;as&#x27; keyword Tags: c%23, f%23, c%23-to-f%23 Problem: C# and F# casting - specifically the 'as' keyword In C# I can do: var castValue = inputValue as Type1 In F#, I can do: let staticValue = i...
C# and F# casting - specifically the &#x27;as&#x27; keyword C# and F# casting - specifically the &#x27;as&#x27; keyword c%23 f%23 c%23-to-f%23 Type1 type1Value C# and F# casting - specifically the 'as' keyword In C# I can do: In F#, I can do: But neither of them is the equivalent of the C#'s keyword as . I guess I need...
[ 0.001495361328125, 0.007171630859375, 0.01141357421875, -0.00390625, -0.00154876708984375, -0.0172119140625, -0.025390625, -0.00726318359375, -0.00347900390625, -0.004486083984375, 0.003875732421875, -0.006103515625, -0.0198974609375, 0.00830078125, 0.00433349609375, 0.0018157958984375...
[ 313, 4904, 136, 563, 176050, 183037, 3768, 162, 166117, 74, 501, 3742, 1238, 27495, 188, 420, 60457, 418, 10644, 856, 50770, 831, 54, 360, 4, 4966, 2725, 9319, 2856, 83, 70, 183234, 7, 237, 57767, 3871, 14858, 125195, 100, 23, 26785 ]
[ 0.0849609375, 0.2430419921875, 0.1495361328125, 0.1602783203125, 0.23486328125, 0.060302734375, 0.1192626953125, 0.266357421875, 0.239501953125, 0.029541015625, 0.0146636962890625, 0.111572265625, 0.06597900390625, 0.1199951171875, 0.128662109375, 0.05657958984375, 0.1614990234375, ...
embed
59040738_c0
59040738
fsharp
0
Title: F#: error FS0193: Specified method is not supported Problem title: F#: error FS0193: Specified method is not supported Tags: f%23, recursion Problem: F#: error FS0193: Specified method is not supported I'm really new in F#. So I'm trying just find length of list. But when I call len or len2 functions F# says "Sp...
F#: error FS0193: Specified method is not supported F#: error FS0193: Specified method is not supported f%23 recursion FS0193 Specified List.isEmpty List.tail len2 _::tl F#: error FS0193: Specified method is not supported I'm really new in F#. So I'm trying just find length of list. But when I call len or len2 function...
[ -0.0169677734375, 0.0242919921875, 0.01055908203125, 0.01953125, 0.0084228515625, -0.00116729736328125, -0.00518798828125, 0.013427734375, 0.018798828125, -0.0224609375, 0.0101318359375, -0.0086669921875, 0.0223388671875, 0.0089111328125, 0.0208740234375, -0.0062255859375, 0.00424194...
[ 563, 4904, 18499, 93774, 6746, 11591, 24990, 47314, 55300, 83, 959, 8060, 297, 1238, 3949, 3742, 195625, 32036, 164, 134332, 939, 46741, 3098, 304, 141, 6183, 3525, 7413, 140909, 5303, 11782, 707, 32354, 294, 47107, 6528, 15400, 44160, 2886...
[ 0.13232421875, 0.205078125, 0.156005859375, 0.1851806640625, 0.0743408203125, 0.263427734375, 0.2103271484375, 0.229736328125, 0.1998291015625, 0.0714111328125, 0.1378173828125, 0.2305908203125, 0.086181640625, 0.099853515625, 0.03289794921875, 0.1693115234375, 0.1429443359375, 0.1...
embed
39543491_c0
39543491
fsharp
0
Title: How to get build time for an F# project? Problem title: How to get build time for an F# project? Tags: build, f%23 Problem: How to get build time for an F# project? I tried putting in --times in the Other Flags: box inside the project Build tab in VS2015, but it is not working. I am not sure what to try next, bu...
How to get build time for an F# project? How to get build time for an F# project? build f%23 How Other Flags How to get build time for an F# project? I tried putting in --times in the Other Flags: box inside the project Build tab in VS2015, but it is not working. I am not sure what to try next, but getting the build ti...
[ -0.004364013671875, 0.0223388671875, 0.0142822265625, -0.0125732421875, 0.0023956298828125, -0.00714111328125, -0.019287109375, -0.0006561279296875, -0.0008392333984375, -0.0289306640625, 0.01239013671875, -0.017578125, 0.0030670166015625, 0.0034332275390625, -0.0003032684326171875, 0....
[ 11249, 47, 2046, 45367, 1733, 100, 563, 4904, 13452, 1238, 3742, 64511, 125726, 7, 37842, 118620, 23, 4210, 70141, 16530, 46132, 121137, 20928, 44160, 5357, 959, 20697, 9790, 20949, 5527, 214, 7722, 209303, 43701, 11814, 118990, 693, 2594, ...
[ 0.0570068359375, 0.0294036865234375, 0.1021728515625, 0.2017822265625, 0.2242431640625, 0.05084228515625, 0.149169921875, 0.2440185546875, 0.1534423828125, 0.077392578125, 0.122802734375, 0.1083984375, 0.19775390625, 0.01617431640625, 0.0150604248046875, 0.001861572265625, 0.02906799...
embed
19637087_c0
19637087
fsharp
0
Title: How to print Seq&lt;type&gt; values to console using f# Problem title: How to print Seq&lt;type&gt; values to console using f# Tags: types, printf, f%23, console Problem: How to print Seq values to console using f# i am try to print to the console, a sequence of types. The type is defined as: // (x,y,z,vx,vy,vz,...
How to print Seq&lt;type&gt; values to console using f# How to print Seq&lt;type&gt; values to console using f# types printf f%23 console f# How Seq Body Seq.map How to print Seq values to console using f# i am try to print to the console, a sequence of types. The type is defined as: How is this done? i ve started by d...
[ 0.0030670166015625, 0.0162353515625, 0.0106201171875, 0.007568359375, -0.006072998046875, -0.01544189453125, 0.008056640625, 0.00482177734375, 0.0024261474609375, 0.00518798828125, -0.00933837890625, 0.006378173828125, 0.0186767578125, -0.003631591796875, 0.006011962890625, 0.002197265...
[ 11249, 47, 28412, 503, 864, 50986, 5386, 142424, 130250, 17368, 1238, 4904, 52895, 420, 3742, 43960, 62346, 9790, 40, 944, 10644, 61924, 903, 16940, 173, 13204, 25632, 32354, 563, 67660, 225876 ]
[ 0.080078125, 0.136474609375, 0.2166748046875, 0.1424560546875, 0.2335205078125, 0.184326171875, 0.0484619140625, 0.2000732421875, 0.251708984375, 0.0732421875, 0.120849609375, 0.17626953125, 0.22509765625, 0.0916748046875, 0.09521484375, 0.213134765625, 0.158203125, 0.0467529296875...
embed
50449155_c1
50449155
fsharp
1
Array.map2 (fun x y -> if x <= y then lkpTbl.[y] else "") prcntls let main = printfn "" printfn "Percentile Test" printfn "" printfn "tmpPrcntls: %A" tmpPrcntls printfn "prcntls:%A" prcntls printfn "tmpRplcd:%A" tmpRplcd 0 [<EntryPoint>] main |> ignore // Expected Result: // tmpRplcd = [| "p1"; "p2"; "p3"; "p0"; "p0";...
Array.map2 (fun x y -> if x <= y then lkpTbl.[y] else "") prcntls let main = printfn "" printfn "Percentile Test" printfn "" printfn "tmpPrcntls: %A" tmpPrcntls printfn "prcntls:%A" prcntls printfn "tmpRplcd:%A" tmpRplcd 0 [<EntryPoint>] main |> ignore // Expected Result: // tmpRplcd = [| "p1"; "p2"; "p3"; "p0"; "p0";...
[ -0.01531982421875, -0.009765625, 0.005126953125, 0.0093994140625, 0.001190185546875, 0.000873565673828125, 0.014892578125, -0.017822265625, 0.007110595703125, 0.052490234375, 0.007049560546875, 0.006988525390625, -0.006866455078125, -0.01007080078125, -0.006622314453125, -0.00390625, ...
[ 69253, 53, 62346, 304, 16498, 1022, 113, 2174, 4426, 254, 9030, 37076, 4083, 660, 8080, 2633, 5201, 28412, 14783, 15277, 68982, 133, 8647, 2676, 18, 71574, 757, 7768, 15123, 147534, 124962, 60075, 13, 126684, 808, 2424, 363, 2389, 617, 75...
[ 0.1275634765625, 0.11279296875, 0.176025390625, 0.16357421875, 0.137451171875, 0.0679931640625, 0.127685546875, 0.033538818359375, 0.0279541015625, 0.039154052734375, 0.170166015625, 0.0160980224609375, 0.047149658203125, 0.05517578125, 0.1334228515625, 0.045654296875, 0.114990234375...
embed
32156122_c0
32156122
fsharp
0
Title: Type inference of functions as arguments Problem title: Type inference of functions as arguments Tags: f%23 Problem: Type inference of functions as arguments I would like to write a function which takes several tupples as arguments and choose theirs ith elements and passes to another function, where i is given a...
Type inference of functions as arguments Type inference of functions as arguments f%23 Type tup1 tup2 Type inference of functions as arguments I would like to write a function which takes several tupples as arguments and choose theirs ith elements and passes to another function, where i is given as another argument. I'...
[ 0.00933837890625, -0.0167236328125, 0.004241943359375, 0.0185546875, -0.006103515625, 0.0027313232421875, -0.01422119140625, 0.0086669921875, 0.01434326171875, -0.02587890625, 0.0023040771484375, -0.006866455078125, -0.0147705078125, 0.003448486328125, 0.00154876708984375, 0.0056152343...
[ 60457, 53498, 6620, 32354, 237, 10750, 111, 7, 1238, 3949, 3742, 370, 254, 418, 304, 2806, 1884, 33022, 51776, 40368, 6366, 1577, 55076, 2363, 8962, 80854, 10922, 47, 15700, 17, 34475, 37842, 927, 903, 18499, 6637, 509, 84751, 186, 284, ...
[ 0.231201171875, 0.2005615234375, 0.060272216796875, 0.197265625, 0.119140625, 0.2462158203125, 0.039337158203125, 0.0186309814453125, 0.08642578125, 0.0789794921875, 0.1593017578125, 0.130615234375, 0.099365234375, 0.03948974609375, 0.0811767578125, 0.02947998046875, 0.07958984375, ...
embed
19177165_c0
19177165
fsharp
0
Title: Find inside a seq of Tuple Problem title: Find inside a seq of Tuple Tags: f%23 Problem: Find inside a seq of Tuple I have seq of Tuple of type (x: int, y:bool) and I want to find the min x of the items who has y=isMin in valList if isMin is true. let valList = seq{ for i =0 to 8 do yield (GetVal (i,not isMin),n...
Find inside a seq of Tuple Find inside a seq of Tuple f%23 Find Tuple y:bool GetVal Seq.collect Seq.min Seq.max Find inside a seq of Tuple I have seq of Tuple of type (x: int, y:bool) and I want to find the min x of the items who has y=isMin in valList if isMin is true. I dont know what to do here Seq.collect(onlyMinTy...
[ 0.019775390625, 0.004547119140625, 0.0213623046875, 0.004241943359375, -0.0035552978515625, -0.00433349609375, 0.0145263671875, 0.0155029296875, -0.00023555755615234375, -0.00225830078125, 0.006561279296875, 0.01611328125, -0.01312255859375, 0.00384521484375, 0.022705078125, 0.00347900...
[ 26040, 46132, 40, 864, 111, 1371, 8705, 10, 1238, 3949, 3742, 113, 142484, 20779, 42272, 503, 196352, 1249, 24084, 10644, 425, 23, 18, 3444, 47, 7413, 881, 1022, 55769, 164, 59076, 3502, 154663, 2174, 83, 29568, 13319, 3714, 3688, 191, ...
[ 0.138671875, 0.24609375, 0.111572265625, 0.2164306640625, 0.116455078125, 0.1318359375, 0.2373046875, 0.053924560546875, 0.1038818359375, 0.0625, 0.135986328125, 0.093994140625, 0.167236328125, 0.037506103515625, 0.1324462890625, 0.06536865234375, 0.1795654296875, 0.15869140625, ...
embed
480439_c0
480439
fsharp
0
Title: In F#, can I have a function that is called on one thread, but returns on another? Problem title: In F#, can I have a function that is called on one thread, but returns on another? Tags: f%23, multithreading, .net Problem: In F#, can I have a function that is called on one thread, but returns on another? I reall...
In F#, can I have a function that is called on one thread, but returns on another? In F#, can I have a function that is called on one thread, but returns on another? f%23 multithreading .net In F#, can I have a function that is called on one thread, but returns on another? I really want to be able to have a function pa...
[ 0.00909423828125, -0.0068359375, -0.004547119140625, 0.00250244140625, -0.005279541015625, -0.01483154296875, 0.009033203125, -0.006195068359375, -0.00109100341796875, -0.04638671875, 0.0069580078125, 0.019775390625, -0.0225830078125, 0.000301361083984375, 0.00457763671875, -0.00799560...
[ 360, 563, 4904, 831, 87, 765, 32354, 35839, 98, 1632, 86997, 1284, 30646, 15700, 10, 450, 7, 1238, 3742, 3869, 65847, 11, 6238, 1179, 83, 6183, 3444, 19048, 27875, 3060, 77043, 14, 7121, 939, 47, 36746, 12921, 11782, 3714, 101089, 88491...
[ 0.063232421875, 0.137451171875, 0.221435546875, 0.1348876953125, 0.05072021484375, 0.0880126953125, 0.2432861328125, 0.185546875, 0.1099853515625, 0.1197509765625, 0.231201171875, 0.1221923828125, 0.2529296875, 0.1365966796875, 0.034576416015625, 0.01422119140625, 0.051666259765625, ...
embed
24319527_c2
24319527
fsharp
2
there are two changes. The first is loading the library, which RProvider I thought was supposed to do for you. The second is using evalS to wrap the formula. I call R.lm without doing this (I just pass in a string representing the formula), so I'm confused as to why this doesn't work the same way. Can anyone explain t...
there are two changes. The first is loading the library, which RProvider I thought was supposed to do for you. The second is using evalS to wrap the formula. I call R.lm without doing this (I just pass in a string representing the formula), so I'm confused as to why this doesn't work the same way. Can anyone explain t...
[ -0.00008249282836914062, 0.027587890625, -0.0155029296875, 0.018310546875, 0.01055908203125, -0.0201416015625, 0.0125732421875, 0.00045013427734375, 0.014892578125, -0.053955078125, 0.0257568359375, 0.0177001953125, 0.0072021484375, -0.0081787109375, 0.0194091796875, 0.0001754760742187...
[ 2685, 6626, 65572, 72367, 214, 35773, 1294, 80026, 83220, 820, 17569, 134598, 17932, 17368, 28, 1405, 294, 137565, 26168, 11782, 627, 5, 28122, 15490, 27875, 79315, 33636, 55681, 15400, 903, 22027, 18, 4488, 5701, 3917, 73342, 54608, 117432, ...
[ 0.0157928466796875, 0.10888671875, 0.2269287109375, 0.1082763671875, 0.00927734375, 0.1732177734375, 0.0772705078125, 0.07861328125, 0.2041015625, 0.2464599609375, 0.04913330078125, 0.04833984375, 0.0236663818359375, 0.0540771484375, 0.02581787109375, 0.2225341796875, 0.121826171875,...
embed
58093319_c0
58093319
fsharp
0
Title: F# static methods editor colors in VS 2019 Problem title: F# static methods editor colors in VS 2019 Tags: editor, visual-studio-2019, f%23 Problem: F# static methods editor colors in VS 2019 I am using VS 2019 with a black background editor. The List, Seq etc. methods are black and I cannot see them. Please see...
F# static methods editor colors in VS 2019 F# static methods editor colors in VS 2019 editor visual-studio-2019 f%23 visual-studio-2019 F# static methods editor colors in VS 2019 I am using VS 2019 with a black background editor. The List, Seq etc. methods are black and I cannot see them. Please see the attached image....
[ 0.00872802734375, 0.00347900390625, 0.005615234375, -0.008544921875, -0.0103759765625, 0.005645751953125, -0.02978515625, 0.003387451171875, -0.0166015625, 0.0260009765625, -0.01348876953125, 0.005950927734375, 0.0089111328125, 0.0225830078125, 0.021728515625, -0.00848388671875, 0.00...
[ 563, 4904, 201939, 150624, 30391, 104988, 23, 44160, 3640, 21176, 52629, 148548, 1238, 3742, 17368, 22556, 76615, 32036, 503, 864, 621, 53418, 1957, 2856, 29569, 53550, 450, 6226, 10576, 111, 6097, 65183, 36846, 135206, 1771, 152448, 40788, 5...
[ 0.100830078125, 0.1739501953125, 0.23388671875, 0.1834716796875, 0.1875, 0.187255859375, 0.073974609375, 0.19384765625, 0.26123046875, 0.0965576171875, 0.1043701171875, 0.193115234375, 0.048614501953125, 0.052459716796875, 0.034912109375, 0.1658935546875, 0.16796875, 0.1162109375, ...
embed
67612440_c0
67612440
fsharp
0
Title: continuous error bands with xplot/plotly, in F# Problem title: continuous error bands with xplot/plotly, in F# Tags: plotly, f%23 Problem: continuous error bands with xplot/plotly, in F# I am trying to make a graph like this: as explained in the page here: https://plotly.com/python/continuous-error-bars/ the rel...
continuous error bands with xplot/plotly, in F# continuous error bands with xplot/plotly, in F# plotly f%23 go.Scatter y_upper y_lower continuous error bands with xplot/plotly, in F# I am trying to make a graph like this: as explained in the page here: https://plotly.com/python/continuous-error-bars/ the relevant pytho...
[ 0.0045166015625, 0.01361083984375, -0.00555419921875, -0.00836181640625, -0.0031585693359375, 0.031005859375, 0.0223388671875, -0.004638671875, 0.01025390625, 0.00421142578125, 0.01458740234375, 0.005767822265625, 0.03369140625, 0.00145721435546875, 0.0225830078125, 0.0162353515625, ...
[ 62005, 223, 18499, 8753, 678, 1022, 105710, 538, 563, 4904, 7, 23577, 1238, 3949, 3742, 738, 408, 3055, 113, 8079, 17336, 56, 31577, 41382, 1884, 903, 189050, 50828, 133891, 10821, 188800, 1299, 29191, 18151, 39, 3249, 183234, 64, 79442 ]
[ 0.1358642578125, 0.068115234375, 0.2081298828125, 0.172607421875, 0.0223236083984375, 0.053802490234375, 0.19775390625, 0.1209716796875, 0.084228515625, 0.1719970703125, 0.0214385986328125, 0.1075439453125, 0.05633544921875, 0.0173187255859375, 0.1258544921875, 0.061126708984375, 0.0...
embed
9631683_c0
9631683
fsharp
0
Title: What is the most idiomatic style to force a computation using Sequences in f#? Problem title: What is the most idiomatic style to force a computation using Sequences in f#? Tags: f%23, sequences, arrays, deferred Problem: What is the most idiomatic style to force a computation using Sequences in f#? I have a sid...
What is the most idiomatic style to force a computation using Sequences in f#? What is the most idiomatic style to force a computation using Sequences in f#? f%23 sequences arrays deferred Sequences What Seq.map request.Append Seq Doit Seq.toArray What is the most idiomatic style to force a computation using Sequences ...
[ -0.0052490234375, 0.0301513671875, 0.005035400390625, 0.0081787109375, -0.02197265625, -0.0059814453125, 0.01190185546875, 0.024169921875, 0.005523681640625, -0.038818359375, 0.0025177001953125, 0.0211181640625, 0.01409912109375, 0.02001953125, 0.000614166259765625, -0.018798828125, ...
[ 2684, 49666, 9523, 20623, 37772, 181135, 17368, 503, 26513, 5170, 1238, 4904, 1363, 3742, 40, 10298, 4778, 8, 2875, 2822, 864, 62346, 50336, 984, 217, 188, 7614, 7092, 765, 5609, 171760, 5844, 41018, 3917, 18151, 51339, 8331, 1284, 17007 ]
[ 0.126220703125, 0.203369140625, 0.15234375, 0.196533203125, 0.16796875, 0.11962890625, 0.0301513671875, 0.0885009765625, 0.1861572265625, 0.089111328125, 0.08154296875, 0.14013671875, 0.0247955322265625, 0.09869384765625, 0.032135009765625, 0.04833984375, 0.07403564453125, 0.046905...
embed
43860728_c0
43860728
fsharp
0
Title: Does F# have pursuit or hoogle? Problem title: Does F# have pursuit or hoogle? Tags: f%23 Problem: Does F# have pursuit or hoogle? I saw recently that some code (Fake, specifically) uses a function @@ without defining it, presumeably it exists as part of the F# standard library, or somewhere else in .NET. How do...
Does F# have pursuit or hoogle? Does F# have pursuit or hoogle? f%23 Does Does F# have pursuit or hoogle? I saw recently that some code (Fake, specifically) uses a function @@ without defining it, presumeably it exists as part of the F# standard library, or somewhere else in .NET. How do I search online for this type? ...
[ 0.00836181640625, 0.00860595703125, 0.0072021484375, 0.00156402587890625, -0.021484375, 0.00543212890625, 0.00421142578125, -0.005645751953125, -0.00124359130859375, -0.03173828125, 0.0113525390625, -0.00872802734375, -0.0020751953125, -0.00738525390625, 0.007080078125, -0.002517700195...
[ 101790, 563, 4904, 765, 7398, 68879, 707, 28994, 133, 32, 1238, 3949, 3742, 24124, 78684, 18151, 17647, 350, 4, 183037, 4527, 7, 32354, 128277, 15490, 13204, 442, 44136, 282, 78458, 32316, 2831, 5570, 35773, 1294, 174653, 37076, 5, 17777, ...
[ 0.0694580078125, 0.1612548828125, 0.2509765625, 0.1212158203125, 0.2242431640625, 0.28857421875, 0.110595703125, 0.2249755859375, 0.271240234375, 0.0140838623046875, 0.07965087890625, 0.03045654296875, 0.09033203125, 0.05010986328125, 0.014312744140625, 0.1651611328125, 0.1865234375,...
embed
13088660_c1
13088660
fsharp
1
$ fsharpi Microsoft (R) F# 3.0 Interactive version (Mono build) Copyright (c) Microsoft Corporation. All Rights Reserved. For help type #help;; > - 1+2;; val it : int = 3 I want to use it with fsharp mode so that I can send code to the interpreter easily. I haven't seen anyone having problems of this kind online, and r...
$ fsharpi Microsoft (R) F# 3.0 Interactive version (Mono build) Copyright (c) Microsoft Corporation. All Rights Reserved. For help type #help;; > - 1+2;; val it : int = 3 I want to use it with fsharp mode so that I can send code to the interpreter easily. I haven't seen anyone having problems of this kind online, and r...
[ -0.01190185546875, 0.001190185546875, 0.000606536865234375, -0.002685546875, -0.01116943359375, 0.026123046875, 0.0194091796875, 0.002410888671875, -0.005126953125, -0.031982421875, 0.00046539306640625, 0.016845703125, -0.0062255859375, 0.00885009765625, 0.01177978515625, 0.00282287597...
[ 3650, 1238, 89280, 1434, 7244, 1052, 563, 4904, 17596, 5337, 71232, 11389, 46674, 31, 45367, 4189, 238, 84829, 3164, 38927, 62713, 4358, 10644, 73866, 20, 54651, 3502, 23, 18, 138, 3444, 4527, 678, 254, 13736, 25379, 18151, 47, 29481, 56,...
[ 0.093017578125, 0.157958984375, 0.238037109375, 0.26220703125, 0.1707763671875, 0.05303955078125, 0.113525390625, 0.167236328125, 0.202880859375, 0.1021728515625, 0.150146484375, 0.06884765625, 0.1287841796875, 0.12060546875, 0.1165771484375, 0.1778564453125, 0.02764892578125, 0.15...
embed
3322027_c0
3322027
fsharp
0
Title: How do I invoke an F# function from the VS2010 immediate window Problem title: How do I invoke an F# function from the VS2010 immediate window Tags: visual-studio-2010, debugging, f%23, visual-studio Problem: How do I invoke an F# function from the VS2010 immediate window While debugging an F# application, I wou...
How do I invoke an F# function from the VS2010 immediate window How do I invoke an F# function from the VS2010 immediate window visual-studio-2010 debugging f%23 visual-studio the How VS2010 visual-studio-2010 How do I invoke an F# function from the VS2010 immediate window While debugging an F# application, I would lik...
[ 0.004241943359375, 0.0035247802734375, -0.0003261566162109375, 0.000396728515625, 0.01031494140625, 0.0181884765625, 0.002838134765625, -0.01019287109375, -0.00823974609375, -0.0390625, 0.00360107421875, 0.014404296875, 0.0087890625, 0.0166015625, 0.01470947265625, 0.00823974609375, ...
[ 11249, 23, 23253, 13, 563, 4904, 32354, 1295, 44160, 11436, 168894, 76896, 142, 21176, 52629, 73552, 8, 978, 1238, 3742, 36659, 38415, 1884, 55300, 4488, 2967, 150624, 93774, 3467, 254, 97249, 238, 36746, 4153, 212398, 125296, 442 ]
[ 0.04205322265625, 0.0667724609375, 0.196533203125, 0.0904541015625, 0.1563720703125, 0.23388671875, 0.1884765625, 0.0958251953125, 0.1961669921875, 0.22412109375, 0.1566162109375, 0.1600341796875, 0.025421142578125, 0.130615234375, 0.1373291015625, 0.1400146484375, 0.101318359375, ...
embed
35650163_c1
35650163
fsharp
1
798797998220837590246510135740250 46376937677490009712648124896970078050417018260538 74324986199524741059474233309513058123726617309629 91942213363574161572522430563301811072406154908250" Next step (instead of creating an int array then alt+shift add quotations and semicolons) is to split all lines to an int array. (la...
798797998220837590246510135740250 46376937677490009712648124896970078050417018260538 74324986199524741059474233309513058123726617309629 91942213363574161572522430563301811072406154908250" Next step (instead of creating an int array then alt+shift add quotations and semicolons) is to split all lines to an int array. (la...
[ -0.007537841796875, 0.01708984375, -0.01104736328125, 0.0419921875, -0.033203125, 0.00823974609375, 0.0181884765625, 0.0015869140625, 0.00439453125, -0.00384521484375, -0.00885009765625, -0.00421142578125, -0.0115966796875, 0.020263671875, 0.00360107421875, 0.001861572265625, 0.01379...
[ 361, 185752, 14773, 158931, 61107, 180882, 116708, 88622, 117525, 24291, 174333, 147061, 201985, 184479, 11548, 204225, 483, 175654, 150744, 88925, 4997, 29954, 824, 105233, 23, 18, 10298, 2641, 1328, 3767, 2480, 15190, 81732, 36137, 22796, 65450...
[ 0.0228729248046875, 0.097412109375, 0.0784912109375, 0.072021484375, 0.002410888671875, 0.0226287841796875, 0.06329345703125, 0.002532958984375, 0.0115966796875, 0.14013671875, 0.034820556640625, 0.024688720703125, 0.0261383056640625, 0.06787109375, 0.04669189453125, 0.0222320556640625...
embed