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
21138720_c0
21138720
fsharp
0
Title: F# syntax explanation (^) Problem title: F# syntax explanation (^) Tags: syntax, f%23 Problem: F# syntax explanation (^) Well, sorry for the bad title. Consider the following function: let inline getName arg = ( ^a : (member Name : string) arg) I know what it does, but I know that only because I copy pasted it. ...
F# syntax explanation (^) F# syntax explanation (^) syntax f%23 Name F# syntax explanation (^) Well, sorry for the bad title. Consider the following function: I know what it does, but I know that only because I copy pasted it. It says: given an arg return the name member of arg . However I don't get the first part ^a ,...
[ 0.0027008056640625, -0.00064849853515625, 0.007781982421875, 0.006591796875, -0.00885009765625, 0.00506591796875, -0.005767822265625, 0.009765625, -0.0012969970703125, -0.0111083984375, 0.0087890625, -0.004241943359375, -0.01544189453125, -0.005889892578125, 0.003509521484375, -0.02429...
[ 563, 4904, 6002, 86531, 187136, 8353, 1238, 3949, 3742, 15757, 59090, 6494, 137399, 25632, 32354, 87, 3714, 2367, 442, 14602, 17378, 34475, 79459, 30646, 9351, 32786, 111, 2301, 18, 2046, 5117, 2831, 13331, 11, 152, 39, 27417, 79315, 6, 7...
[ 0.1640625, 0.220458984375, 0.15234375, 0.1533203125, 0.2012939453125, 0.0445556640625, 0.15283203125, 0.0601806640625, 0.177001953125, 0.161865234375, 0.04345703125, 0.026123046875, 0.045440673828125, 0.0726318359375, 0.192626953125, 0.000640869140625, 0.1014404296875, 0.0568847656...
embed
2009988_c0
2009988
fsharp
0
Title: Passing a struct as argument to C function called from F# Problem title: Passing a struct as argument to C function called from F# Tags: .net, c%23, f%23 Problem: Passing a struct as argument to C function called from F# In C# C struct: s can be passed as arguments to C functions called with DllImport using the ...
Passing a struct as argument to C function called from F# Passing a struct as argument to C function called from F# .net c%23 f%23 F# Passing Passing a struct as argument to C function called from F# In C# C struct: s can be passed as arguments to C functions called with DllImport using the StructLayout attribute http:...
[ 0.0281982421875, 0.0162353515625, -0.01422119140625, -0.01080322265625, -0.0019683837890625, -0.0157470703125, -0.01214599609375, -0.004608154296875, 0.01251220703125, -0.0035552978515625, 0.005401611328125, -0.000629425048828125, -0.012939453125, 0.01336669921875, 0.006744384765625, -...
[ 28872, 36716, 237, 10750, 47, 313, 32354, 35839, 1295, 563, 4904, 1179, 3742, 1238, 91, 831, 115081, 678, 391, 1181, 61637, 6982, 63667, 15390, 2729, 53, 6056, 150380, 903, 4488, 23, 7722, 27781, 18151, 46876 ]
[ 0.1435546875, 0.269287109375, 0.0977783203125, 0.2578125, 0.10986328125, 0.173095703125, 0.1893310546875, 0.0802001953125, 0.050048828125, 0.12939453125, 0.2261962890625, 0.1290283203125, 0.1031494140625, 0.02215576171875, 0.160888671875, 0.03369140625, 0.168701171875, 0.0515747070...
embed
13205177_c0
13205177
fsharp
0
Title: discriminated union with literals Problem title: discriminated union with literals Tags: literals, f%23, types Problem: discriminated union with literals What is the correct syntax in F# for a bit type, only two possible values: 0 and 1. I have tried; type bit = | 0 | 1 and the error message is error FS0010: Une...
discriminated union with literals discriminated union with literals literals f%23 types FS0010 Unexpected Literal Expected discriminated union with literals What is the correct syntax in F# for a bit type, only two possible values: 0 and 1. I have tried; and the error message is error FS0010: Unexpected integer literal...
[ -0.0126953125, 0.01708984375, -0.018798828125, 0.004852294921875, -0.025634765625, 0.0031890869140625, -0.004638671875, 0.01043701171875, -0.00811767578125, 0.0164794921875, 0.01129150390625, 0.01446533203125, -0.0059814453125, 0.0017242431640625, 0.0211181640625, -0.00628662109375, ...
[ 55970, 3674, 69941, 678, 15659, 16765, 1238, 3949, 3742, 52895, 93774, 7049, 963, 992, 83613, 13, 135940, 141, 60075, 70, 26785, 6002, 86531, 23, 563, 4904, 4785, 10644, 4734, 6626, 7722, 142424, 757, 136, 615, 37842, 18499, 26008, 892, 1...
[ 0.220458984375, 0.07464599609375, 0.2215576171875, 0.1112060546875, 0.217041015625, 0.12939453125, 0.10675048828125, 0.046783447265625, 0.1627197265625, 0.1873779296875, 0.1502685546875, 0.1148681640625, 0.198974609375, 0.0784912109375, 0.1051025390625, 0.10791015625, 0.17236328125, ...
embed
46675842_c0
46675842
fsharp
0
Title: Add .net-Core F# File to F# project in vscode Problem title: Add .net-Core F# File to F# project in vscode Tags: visual-studio-code, ionide, f%23, .net-core Problem: Add .net-Core F# File to F# project in vscode I am currently trying to add an F# file to an F# project in VSCode using .NET core. I have ionide ins...
Add .net-Core F# File to F# project in vscode Add .net-Core F# File to F# project in vscode visual-studio-code ionide f%23 .net-core Add File Add .net-Core F# File to F# project in vscode I am currently trying to add an F# file to an F# project in VSCode using .NET core. I have ionide installed and tried using the "Add...
[ -0.0177001953125, -0.000946044921875, 0.003509521484375, 0.0101318359375, -0.01904296875, -0.015869140625, -0.0101318359375, 0.0203857421875, 0.0045166015625, -0.0181884765625, 0.0179443359375, -0.005828857421875, -0.0167236328125, 0.033203125, -0.007781982421875, -0.004669189453125, ...
[ 29117, 5, 1179, 50886, 13, 563, 4904, 42724, 47, 13452, 23, 20209, 40899, 9, 21176, 52629, 45339, 2506, 1238, 3949, 3742, 30854, 82424, 31577, 15190, 11435, 44160, 114211, 17777, 56458, 20600, 37842, 284, 4028, 114063, 27331, 75101, 105233, ...
[ 0.152099609375, 0.0631103515625, 0.1793212890625, 0.1904296875, 0.060882568359375, 0.1456298828125, 0.265869140625, 0.190673828125, 0.131103515625, 0.1551513671875, 0.05322265625, 0.1607666015625, 0.271240234375, 0.00872802734375, 0.1629638671875, 0.1339111328125, 0.1712646484375, ...
embed
50009596_c0
50009596
fsharp
0
Title: How to traverse arbitrary json tree with fsharp Problem title: How to traverse arbitrary json tree with fsharp Tags: traversal, json, f%23 Problem: How to traverse arbitrary json tree with fsharp Can someone show an example how to traverse an arbitrary json tree with fsharp. The structure of the tree is unknown ...
How to traverse arbitrary json tree with fsharp How to traverse arbitrary json tree with fsharp traversal json f%23 How How to traverse arbitrary json tree with fsharp Can someone show an example how to traverse an arbitrary json tree with fsharp. The structure of the tree is unknown at forehand. It must be possible at...
[ -0.009033203125, 0.031982421875, -0.0130615234375, -0.004058837890625, -0.004852294921875, -0.0019989013671875, -0.0196533203125, 0.010986328125, -0.004241943359375, -0.037841796875, -0.0005035400390625, 0.0194091796875, -0.0128173828125, -0.00439453125, 0.007232666015625, 0.0062255859...
[ 11249, 47, 37317, 13, 61799, 1294, 1647, 1681, 53201, 678, 1238, 89280, 254, 289, 3742, 7639, 27781, 3642, 45646, 51, 69723, 12336, 8110, 7722, 11907, 110, 83324, 34292, 10644, 137656, 2407, 195625, 224, 16797, 13438, 145076, 61306, 1375, 4...
[ 0.0494384765625, 0.008941650390625, 0.177978515625, 0.0623779296875, 0.15771484375, 0.0684814453125, 0.1173095703125, 0.1829833984375, 0.2186279296875, 0.07537841796875, 0.1278076171875, 0.2025146484375, 0.1671142578125, 0.0635986328125, 0.0775146484375, 0.037628173828125, 0.12475585...
embed
3865472_c0
3865472
fsharp
0
Title: F#: Implementation of interface that returns reference to iterator Problem title: F#: Implementation of interface that returns reference to iterator Tags: f%23 Problem: F#: Implementation of interface that returns reference to iterator I am implementing the Microsoft.VisualC.StlClr IVector and one of the member ...
F#: Implementation of interface that returns reference to iterator F#: Implementation of interface that returns reference to iterator f%23 Implementation ContainerRandomAccessIterator TValue F#: Implementation of interface that returns reference to iterator I am implementing the Microsoft.VisualC.StlClr IVector and one...
[ 0.0093994140625, -0.0018463134765625, 0.003509521484375, 0.003326416015625, 0.0068359375, -0.00701904296875, -0.00384521484375, -0.0107421875, -0.01519775390625, -0.036865234375, 0.0155029296875, 0.041015625, -0.00823974609375, -0.00164794921875, 0.0264892578125, 0.01019287109375, -0...
[ 563, 4904, 12, 153941, 101758, 30646, 91067, 47, 17, 720, 4597, 450, 1238, 3949, 3742, 34749, 20037, 126525, 3815, 26531, 1910, 50770, 29479, 7244, 5, 6609, 64010, 441, 37455, 141, 42, 7610, 13, 18770, 32786, 32354, 10, 1884, 221, 22008, ...
[ 0.1358642578125, 0.2242431640625, 0.0207977294921875, 0.183837890625, 0.26806640625, 0.1898193359375, 0.25390625, 0.1046142578125, 0.112548828125, 0.236328125, 0.2012939453125, 0.00628662109375, 0.075439453125, 0.000274658203125, 0.093017578125, 0.1558837890625, 0.0204010009765625, ...
embed
53571265_c0
53571265
fsharp
0
Title: A function that can check if a given list is a string list using f# Problem title: A function that can check if a given list is a string list using f# Tags: c%23-to-f%23, f%23, f%23-interactive, f%23-data, f%23-3.0 Problem: A function that can check if a given list is a string list using f# How can I write a fun...
A function that can check if a given list is a string list using f# A function that can check if a given list is a string list using f# c%23-to-f%23 f%23 f%23-interactive f%23-data f%23-3.0 f# A function that can check if a given list is a string list using f# How can I write a function that will check a given list and...
[ -0.0091552734375, -0.0086669921875, -0.0123291015625, 0.0233154296875, 0.0042724609375, 0.006256103515625, -0.00811767578125, 0.004669189453125, 0.0026092529296875, 0.013671875, 0.0020904541015625, -0.0250244140625, 0.0169677734375, -0.00038909912109375, 0.006561279296875, 0.0079956054...
[ 62, 32354, 450, 831, 12765, 2174, 34475, 5303, 83, 10, 79315, 17368, 1238, 4904, 27495, 188, 420, 3742, 10433, 71232, 10135, 132265, 33022, 1221, 30646, 29568, 70, 3095, 765, 100, 2499, 442 ]
[ 0.0251922607421875, 0.206298828125, 0.0369873046875, 0.0545654296875, 0.205810546875, 0.11279296875, 0.116943359375, 0.2130126953125, 0.116455078125, 0.087890625, 0.261474609375, 0.074462890625, 0.1185302734375, 0.187255859375, 0.09979248046875, 0.1429443359375, 0.06787109375, 0.07...
embed
54858203_c1
54858203
fsharp
1
Handler = <fun:it@6-74>; //note that these functions are of a different anonymous instance createHandler = <fun:it@6-76>; removeHandler = <fun:it@6-75>;} Are there any properties or fields I can find within an IEvent that would identify it against other instances of the owner and against different events in that owner?...
Handler = <fun:it@6-74>; //note that these functions are of a different anonymous instance createHandler = <fun:it@6-76>; removeHandler = <fun:it@6-75>;} Are there any properties or fields I can find within an IEvent that would identify it against other instances of the owner and against different events in that owner?...
[ -0.002227783203125, 0.035888671875, 0.0152587890625, -0.00885009765625, 0.004669189453125, -0.023193359375, 0.0032806396484375, -0.020751953125, 0.0155029296875, -0.03564453125, -0.023681640625, 0.0281982421875, 0.016845703125, -0.00579833984375, 0.002288818359375, 0.0045166015625, -...
[ 10639, 603, 2203, 16498, 217, 617, 32354, 12921, 52184, 10821, 110527, 28282, 135679, 910, 87388, 2685, 2499, 183871, 44457, 831, 7413, 28032, 87, 192134, 2806, 135812, 442, 26548, 3789, 101785, 47353, 28864, 26073, 7, 313, 138535, 147638, 16...
[ 0.23291015625, 0.2442626953125, 0.0228271484375, 0.1417236328125, 0.1588134765625, 0.0908203125, 0.1739501953125, 0.068603515625, 0.1322021484375, 0.041961669921875, 0.1837158203125, 0.1358642578125, 0.2076416015625, 0.07537841796875, 0.1494140625, 0.00946044921875, 0.025314331054687...
embed
6497058_c0
6497058
fsharp
0
Title: Lazy cartesian product of multiple sequences (sequence of sequences) Problem title: Lazy cartesian product of multiple sequences (sequence of sequences) Tags: sequences, f%23 Problem: Lazy cartesian product of multiple sequences (sequence of sequences) Can you suggest simpler and clearer way to write this functi...
Lazy cartesian product of multiple sequences (sequence of sequences) Lazy cartesian product of multiple sequences (sequence of sequences) sequences f%23 Lazy cartesian_product Seq.append Seq.fold Seq.singleton Seq.empty Lazy cartesian product of multiple sequences (sequence of sequences) Can you suggest simpler and cle...
[ -0.00653076171875, 0.0218505859375, -0.006103515625, 0.014892578125, 0.0081787109375, -0.01104736328125, 0.006683349609375, 0.00775146484375, 0.00732421875, -0.0286865234375, -0.00750732421875, 0.0177001953125, -0.00885009765625, 0.03515625, -0.003448486328125, 0.018798828125, 0.0116...
[ 239, 3285, 129912, 3378, 12996, 48716, 40, 26513, 944, 1238, 3949, 3742, 57877, 503, 864, 9007, 3611, 42822, 6953, 133, 1507, 33548, 111, 42459, 8781, 34735, 3917, 33022, 903, 32354 ]
[ 0.1246337890625, 0.2264404296875, 0.136474609375, 0.04937744140625, 0.2001953125, 0.1534423828125, 0.03497314453125, 0.1544189453125, 0.0733642578125, 0.07275390625, 0.06768798828125, 0.198974609375, 0.2115478515625, 0.0572509765625, 0.140625, 0.08270263671875, 0.11865234375, 0.207...
embed
35807008_c0
35807008
fsharp
0
Title: Can&#x27;t reference NuGet Packages IN ASP.NET Core Application in F# .fs file Problem title: Can&#x27;t reference NuGet Packages IN ASP.NET Core Application in F# .fs file Tags: f%23, asp.net Problem: Can't reference NuGet Packages IN ASP.NET Core Application in F# .fs file When using the open command I can onl...
Can&#x27;t reference NuGet Packages IN ASP.NET Core Application in F# .fs file Can&#x27;t reference NuGet Packages IN ASP.NET Core Application in F# .fs file f%23 asp.net Can NuGet Packages ASP.NET Core Application Can't reference NuGet Packages IN ASP.NET Core Application in F# .fs file When using the open command I c...
[ -0.01300048828125, 0.00836181640625, 0.0023651123046875, -0.0120849609375, 0.011474609375, -0.01141357421875, -0.0086669921875, 0.00109100341796875, -0.010009765625, 0.007598876953125, 0.007415771484375, -0.00335693359375, 0.000518798828125, 0.03271484375, 0.0159912109375, -0.007507324...
[ 4171, 3768, 18, 91067, 1429, 724, 126, 56607, 52467, 5881, 147153, 17777, 31365, 104921, 563, 4904, 5, 17447, 11435, 254, 1179, 9803, 75101, 4734, 17203, 202220, 210716, 4439, 104851, 13452, 223, 214 ]
[ 0.05584716796875, 0.032989501953125, 0.0261688232421875, 0.228271484375, 0.1824951171875, 0.1644287109375, 0.16796875, 0.192138671875, 0.035125732421875, 0.06903076171875, 0.1512451171875, 0.1214599609375, 0.1529541015625, 0.11669921875, 0.1019287109375, 0.188232421875, 0.01135253906...
embed
4214058_c0
4214058
fsharp
0
Title: new toolset: original F# modules or ported from OCaml Problem title: new toolset: original F# modules or ported from OCaml Tags: .net, f%23, ocaml, prolog, signal-processing Problem: new toolset: original F# modules or ported from OCaml New language is interesting only if I can use new libraries. So I want to kn...
new toolset: original F# modules or ported from OCaml new toolset: original F# modules or ported from OCaml .net f%23 ocaml prolog signal-processing OCaml new toolset: original F# modules or ported from OCaml New language is interesting only if I can use new libraries. So I want to know what new libraries I can use in ...
[ 0.00439453125, 0.0009765625, -0.005157470703125, 0.0157470703125, -0.002410888671875, -0.000774383544921875, -0.025146484375, -0.00157928466796875, -0.0012359619140625, -0.0244140625, -0.00909423828125, -0.012451171875, 0.006439208984375, -0.01446533203125, 0.0152587890625, -0.02551269...
[ 3525, 72977, 126, 7311, 563, 4904, 88996, 196, 3674, 180, 105272, 141, 1295, 1179, 1238, 3742, 36, 9779, 502, 4867, 26073, 63923, 707, 2356, 46876, 49041, 4527, 35773, 10484, 3444, 3714, 831, 23, 5, 678, 75028, 22819, 39456, 302, 47, 94...
[ 0.07611083984375, 0.159912109375, 0.1500244140625, 0.1214599609375, 0.1436767578125, 0.2078857421875, 0.1513671875, 0.122314453125, 0.037841796875, 0.1143798828125, 0.1705322265625, 0.1260986328125, 0.02801513671875, 0.1650390625, 0.058258056640625, 0.087646484375, 0.0654296875, 0....
embed
2743051_c0
2743051
fsharp
0
Title: F# compilation error: Unexpected type application Problem title: F# compilation error: Unexpected type application Tags: generics, pipelining, f%23 Problem: F# compilation error: Unexpected type application In F#, given the following class: type Foo() = member this.Bar<'t> (arg0:string) = ignore() Why does the f...
F# compilation error: Unexpected type application F# compilation error: Unexpected type application generics pipelining f%23 Unexpected Foo this.Bar arg0:string f.Bar Int32 F# compilation error: Unexpected type application In F#, given the following class: Why does the following compile: While the following won't compi...
[ 0.01153564453125, 0.004547119140625, -0.0164794921875, 0.00121307373046875, -0.0125732421875, -0.0052490234375, -0.0189208984375, 0.003936767578125, 0.00177001953125, -0.005889892578125, -0.0106201171875, -0.01239013671875, 0.0235595703125, 0.01513671875, -0.00165557861328125, -0.02282...
[ 563, 4904, 98352, 18499, 12, 992, 83613, 13, 89829, 10644, 38415, 189534, 137158, 150, 1238, 3742, 9572, 31, 903, 25267, 79459, 2389, 91693, 6460, 360, 34475, 25632, 18507, 44084, 14602, 70, 9969, 1340, 51404, 23742, 18 ]
[ 0.151123046875, 0.227783203125, 0.2071533203125, 0.1500244140625, 0.03277587890625, 0.089111328125, 0.106201171875, 0.09375, 0.0845947265625, 0.1820068359375, 0.1990966796875, 0.203369140625, 0.15478515625, 0.11328125, 0.1019287109375, 0.10614013671875, 0.1380615234375, 0.110107421...
embed
33703124_c0
33703124
fsharp
0
Title: Compare elements in list in F# Problem title: Compare elements in list in F# Tags: f%23, list Problem: Compare elements in list in F# I am trying to find the minimum element in a list in F#. Here's my code: let rec list_minl lst = match lst with | [] -> failwith "Empty list" | hd -> hd | hd::tl when hd < tl -> l...
Compare elements in list in F# Compare elements in list in F# f%23 list Compare list_minl Empty hd::tl FS0001 Type Expecting Compare elements in list in F# I am trying to find the minimum element in a list in F#. Here's my code: But when I run the program this error comes out: Why?
[ -0.0103759765625, -0.0107421875, 0.0103759765625, 0.020263671875, -0.00909423828125, 0.006011962890625, 0.012451171875, -0.0032196044921875, -0.006103515625, 0.01312255859375, 0.0250244140625, 0.00860595703125, 0.01220703125, -0.01385498046875, 0.0084228515625, -0.000522613525390625, ...
[ 113307, 13, 80854, 23, 5303, 563, 4904, 1238, 3742, 1249, 141, 31678, 939, 26488, 18, 93774, 188735, 60457, 60075, 24762, 31577, 7413, 70, 15440, 12830, 18151, 11675, 1528, 903, 18499, 1810, 44084 ]
[ 0.19775390625, 0.07720947265625, 0.1688232421875, 0.051513671875, 0.179931640625, 0.1488037109375, 0.188232421875, 0.0986328125, 0.1153564453125, 0.193603515625, 0.06768798828125, 0.1292724609375, 0.07562255859375, 0.1279296875, 0.012725830078125, 0.0950927734375, 0.166748046875, 0...
embed
9735833_c1
9735833
fsharp
1
PF, Commands, Window, schemas.microsoft.com, xmlns:x, xmlns:local, FSharpOnly, xmlns:Commands, clr-namespace:View.Commands, Title, Sample, Application, Written, Only, Height, Width, DockPanel, LastChildFill, TextBlock, DockPanel.Dock, Bottom, Background, Aqua, TextBox, Right, Brown, WrapPanel, Top, DimGray, Button, Mar...
PF, Commands, Window, schemas.microsoft.com, xmlns:x, xmlns:local, FSharpOnly, xmlns:Commands, clr-namespace:View.Commands, Title, Sample, Application, Written, Only, Height, Width, DockPanel, LastChildFill, TextBlock, DockPanel.Dock, Bottom, Background, Aqua, TextBox, Right, Brown, WrapPanel, Top, DimGray, Button, Mar...
[ 0.00762939453125, 0.03857421875, -0.013427734375, -0.0038604736328125, 0.0159912109375, -0.005035400390625, 0.0096435546875, -0.028076171875, 0.0233154296875, -0.023193359375, 0.019775390625, -0.00130462646484375, -0.00762939453125, -0.01373291015625, -0.00531005859375, 0.0059204101562...
[ 6, 41265, 4, 123573, 7, 176501, 61903, 138410, 5, 277, 131492, 1779, 12, 425, 98908, 93774, 3467, 254, 20320, 538, 10770, 12018, 33139, 42, 210716, 100474, 48962, 947, 33209, 104921, 128538, 87293, 1529, 22553, 58302, 161824, 55956, 583, 21...
[ 0.041290283203125, 0.292724609375, 0.03662109375, 0.2890625, 0.10205078125, 0.2010498046875, 0.24462890625, 0.14208984375, 0.042205810546875, 0.10406494140625, 0.1875, 0.1500244140625, 0.0457763671875, 0.07635498046875, 0.11181640625, 0.1087646484375, 0.1669921875, 0.1136474609375,...
embed
2351776_c0
2351776
fsharp
0
Title: Convert a list of characters (or array) to a string Problem title: Convert a list of characters (or array) to a string Tags: f%23 Problem: Convert a list of characters (or array) to a string how does one convert from a list of characters to a string? To put it another way, how do I reverse List.ofSeq "abcd" ? UP...
Convert a list of characters (or array) to a string Convert a list of characters (or array) to a string f%23 Convert List.ofSeq System.String List.toArray Convert a list of characters (or array) to a string how does one convert from a list of characters to a string? To put it another way, how do I reverse List.ofSeq "a...
[ -0.0174560546875, 0.017822265625, 0.0031585693359375, 0.040283203125, -0.0108642578125, 0.00787353515625, 0.004302978515625, 0.00732421875, 0.01031494140625, 0.0146484375, -0.00494384765625, -0.007415771484375, -0.003082275390625, 0.0341796875, -0.0228271484375, -0.005462646484375, 0...
[ 1657, 11549, 5303, 111, 124850, 10298, 53, 47, 10, 79315, 748, 1238, 3742, 32036, 4390, 4233, 864, 12353, 71713, 188, 7614, 7092, 3642, 96760, 1295, 39531, 184, 2055, 71574, 3525, 214, 154663, 28412, 14783, 3949, 284, 4488, 35782 ]
[ 0.04998779296875, 0.1611328125, 0.1978759765625, 0.011749267578125, 0.2135009765625, 0.1373291015625, 0.10540771484375, 0.102783203125, 0.0869140625, 0.275146484375, 0.01123046875, 0.00689697265625, 0.07598876953125, 0.187744140625, 0.14892578125, 0.06231689453125, 0.1650390625, 0....
embed
67560583_c1
67560583
fsharp
1
working. So my questions: Is this the right way to work with this json? Is there a better way to create a DataFrame with json? Any help apreciated. Thanks Code signals: Web, API, Json, DataFrame, Shipments, ErrorMessage, Success, ValidationResult, TotalCount, Data, Building, Comment, Test, CompletedDate, ItemId, dd452...
working. So my questions: Is this the right way to work with this json? Is there a better way to create a DataFrame with json? Any help apreciated. Thanks Code signals: Web, API, Json, DataFrame, Shipments, ErrorMessage, Success, ValidationResult, TotalCount, Data, Building, Comment, Test, CompletedDate, ItemId, dd452...
[ 0.0096435546875, 0.04345703125, -0.004180908203125, 0.0172119140625, 0.00555419921875, 0.00640869140625, -0.004913330078125, 0.02587890625, -0.0027923583984375, 0.0177001953125, -0.01080322265625, 0.0089111328125, 0.0196533203125, -0.025390625, 0.006927490234375, 0.012939453125, 0.03...
[ 20697, 5, 1061, 759, 17582, 12, 2071, 903, 70, 7108, 3917, 4488, 678, 1647, 1681, 32, 11522, 28282, 11809, 108386, 282, 28541, 4358, 60883, 22362, 28864, 26073, 7, 4002, 61687, 821, 8294, 254, 9035, 212059, 6011, 144053, 25447, 85, 7136, ...
[ 0.190185546875, 0.030364990234375, 0.019744873046875, 0.024322509765625, 0.099609375, 0.0146484375, 0.0249481201171875, 0.1202392578125, 0.009368896484375, 0.1234130859375, 0.08587646484375, 0.1099853515625, 0.1285400390625, 0.1812744140625, 0.280517578125, 0.004852294921875, 0.09680...
embed
50280789_c0
50280789
fsharp
0
Title: Invoking ActivateBuildFailureTarget only on a build failure Problem title: Invoking ActivateBuildFailureTarget only on a build failure Tags: f%23, f%23-fake Problem: Invoking ActivateBuildFailureTarget only on a build failure Working with FAKE 4 (Legacy), I am not able to identify documentation on the properly u...
Invoking ActivateBuildFailureTarget only on a build failure Invoking ActivateBuildFailureTarget only on a build failure f%23 f%23-fake Invoking ActivateBuildFailureTarget Invoking ActivateBuildFailureTarget only on a build failure Working with FAKE 4 (Legacy), I am not able to identify documentation on the properly use...
[ -0.0014801025390625, 0.018798828125, 0.0028533935546875, -0.019775390625, -0.00180816650390625, 0.0023040771484375, 0.00933837890625, -0.0128173828125, -0.0108642578125, 0.0263671875, -0.00555419921875, -0.0177001953125, -0.0106201171875, 0.040283203125, -0.0072021484375, -0.01171875, ...
[ 360, 23253, 42902, 2182, 121137, 17647, 379, 3408, 63031, 3794, 4734, 98, 45367, 137578, 3949, 3742, 1021, 27985, 563, 119960, 201, 5267, 208, 135812, 209806, 155965, 4527, 3564, 69236, 61924, 35839, 3229, 35782, 28032, 29458, 160017, 21771, ...
[ 0.0303955078125, 0.1915283203125, 0.2197265625, 0.1082763671875, 0.1834716796875, 0.1649169921875, 0.1368408203125, 0.109375, 0.2208251953125, 0.1937255859375, 0.08837890625, 0.076904296875, 0.1458740234375, 0.2392578125, 0.028656005859375, 0.0677490234375, 0.1416015625, 0.01376342...
embed
51841265_c1
51841265
fsharp
1
|> XPlot.GoogleCharts.Chart.WithOptions options |> XPlot.GoogleCharts.Chart.WithHeight 420 |> XPlot.GoogleCharts.Chart.WithWidth 800 chart |> XPlot.GoogleCharts.Chart.Show The map is shown without any markers. How should the code be modified to ensure the locations are marked? Code signals: Why, XPlot.GoogleCharts.Cha...
|> XPlot.GoogleCharts.Chart.WithOptions options |> XPlot.GoogleCharts.Chart.WithHeight 420 |> XPlot.GoogleCharts.Chart.WithWidth 800 chart |> XPlot.GoogleCharts.Chart.Show The map is shown without any markers. How should the code be modified to ensure the locations are marked? Code signals: Why, XPlot.GoogleCharts.Cha...
[ -0.007354736328125, 0.0030975341796875, 0.014892578125, -0.009521484375, -0.0030059814453125, -0.0223388671875, 0.0233154296875, -0.015625, 0.004241943359375, 0.0233154296875, -0.0186767578125, -0.037353515625, -0.020751953125, 0.0228271484375, 0.003509521484375, 0.00927734375, 0.007...
[ 58745, 2740, 45005, 12631, 5, 16630, 84068, 933, 18, 194583, 39029, 5256, 50717, 13025, 22553, 77855, 6, 532, 927, 7607, 116287, 168660, 581, 22288, 83, 127887, 15490, 2499, 71323, 7, 11249, 5608, 70, 18151, 186, 73197, 297, 47, 63284, 31...
[ 0.0222015380859375, 0.0240325927734375, 0.160400390625, 0.262939453125, 0.022796630859375, 0.1900634765625, 0.2587890625, 0.131103515625, 0.10302734375, 0.1097412109375, 0.15625, 0.0594482421875, 0.1842041015625, 0.13427734375, 0.1219482421875, 0.161865234375, 0.004058837890625, 0....
embed
1619567_c0
1619567
fsharp
0
Title: Type inheritance in F# Problem title: Type inheritance in F# Tags: c%23-to-f%23, f%23, inheritance Problem: Type inheritance in F# I can't find the proper syntax for coding a type D that inherits a base class B (written in C#) and his constructors other than the base class implicit constructor: C# code: public c...
Type inheritance in F# Type inheritance in F# c%23-to-f%23 f%23 inheritance other Type Type inheritance in F# I can't find the proper syntax for coding a type D that inherits a base class B (written in C#) and his constructors other than the base class implicit constructor: C# code: F# code: Thanks
[ 0.01336669921875, 0.019775390625, -0.02294921875, 0.01806640625, 0.00151824951171875, -0.00009918212890625, -0.006927490234375, -0.00150299072265625, 0.00909423828125, -0.00021076202392578125, -0.0007781982421875, -0.0185546875, 0.0020294189453125, 0.0159912109375, -0.0233154296875, 0....
[ 60457, 23, 3334, 217, 7154, 563, 4904, 501, 27495, 188, 420, 3742, 1238, 3789, 70, 27798, 6002, 86531, 552, 6238, 10644, 391, 14481, 3647, 18507, 335, 5429, 75639, 313, 136, 1919, 64549, 25251, 3501, 165164, 748, 18151 ]
[ 0.251953125, 0.080078125, 0.1925048828125, 0.11669921875, 0.05548095703125, 0.135009765625, 0.2093505859375, 0.002471923828125, 0.1343994140625, 0.128662109375, 0.060150146484375, 0.09552001953125, 0.049652099609375, 0.023406982421875, 0.0101318359375, 0.0572509765625, 0.0869140625, ...
embed
24252040_c0
24252040
fsharp
0
Title: F# ((*)2) and ((&lt;&lt;&lt;)1) act differently Problem title: F# ((*)2) and ((&lt;&lt;&lt;)1) act differently Tags: bitwise-operators, f%23, functional-programming, mapping Problem: F# ((*)2) and ((<<<)1) act differently I have these two pieces of code: [| 0 .. N-1 |] |> Array.map((<<<)1) [| 0 .. N-1 |] |> Arra...
F# ((*)2) and ((&lt;&lt;&lt;)1) act differently F# ((*)2) and ((&lt;&lt;&lt;)1) act differently bitwise-operators f%23 functional-programming mapping N-1 Array.map F# ((*)2) and ((<<<)1) act differently I have these two pieces of code: [| 0 .. N-1 |] |> Array.map((<<<)1) [| 0 .. N-1 |] |> Array.map((*)2) I thought they...
[ -0.002471923828125, -0.00177001953125, 0.01397705078125, 0.0034942626953125, -0.0025177001953125, 0.025390625, -0.001739501953125, 0.00384521484375, 0.010498046875, -0.0089111328125, -0.00677490234375, 0.023193359375, 0.00494384765625, 0.0146484375, 0.0140380859375, -0.019775390625, ...
[ 563, 4904, 88746, 10461, 136, 60494, 17727, 27992, 12921, 538, 4785, 90825, 206469, 1238, 3742, 123309, 28966, 291, 26783, 541, 5759, 69253, 53, 62346, 234015, 87, 765, 6097, 6626, 126371, 111, 18151, 757, 5, 17569, 1836, 54, 115839, 5701, ...
[ 0.162841796875, 0.228271484375, 0.1348876953125, 0.2398681640625, 0.1126708984375, 0.1075439453125, 0.1558837890625, 0.1658935546875, 0.21923828125, 0.104248046875, 0.1204833984375, 0.1649169921875, 0.1951904296875, 0.1094970703125, 0.105712890625, 0.14404296875, 0.104248046875, 0....
embed
1992024_c0
1992024
fsharp
0
Title: Something similar to yield break in F# Problem title: Something similar to yield break in F# Tags: f%23 Problem: Something similar to yield break in F# How to break after first if? let WithdrawalCash (account, amount) = seq { if ( account.Balance.CurrentAmount - amount < 0.0m) then yield NotEnoughMoneyForWithdra...
Something similar to yield break in F# Something similar to yield break in F# f%23 Something WithdrawalCash account.Balance.CurrentAmount NotEnoughMoneyForWithdrawal How CashWithdrawnEvent Something similar to yield break in F# How to break after first if?
[ 0.00897216796875, -0.0096435546875, -0.01202392578125, 0.000629425048828125, -0.01104736328125, -0.0019989013671875, 0.000514984130859375, 0.0211181640625, 0.0115966796875, 0.00136566162109375, -0.00150299072265625, 0.0252685546875, -0.0235595703125, -0.0125732421875, 0.033203125, -0.0...
[ 200905, 21373, 11180, 19388, 36356, 563, 4904, 1238, 3949, 3742, 17106, 86905, 289, 19346, 15426, 63641, 7154, 474, 15724, 121147, 11205, 7768, 72089, 18537, 194583, 73879, 192134, 11249, 47, 7103, 5117, 2174 ]
[ 0.053009033203125, 0.10711669921875, 0.1097412109375, 0.1915283203125, 0.2073974609375, 0.07763671875, 0.1697998046875, 0.05810546875, 0.052001953125, 0.1331787109375, 0.07470703125, 0.1456298828125, 0.00689697265625, 0.09429931640625, 0.158935546875, 0.114990234375, 0.0546875, 0.0...
embed
56518209_c0
56518209
fsharp
0
Title: What&#x27;s the difference between these 2 ways of generating sequences? Problem title: What&#x27;s the difference between these 2 ways of generating sequences? Tags: f%23 Problem: What's the difference between these 2 ways of generating sequences? I'm learning about F#, and there are 2 ways of generating sequen...
What&#x27;s the difference between these 2 ways of generating sequences? What&#x27;s the difference between these 2 ways of generating sequences? f%23 What Seq.unfold Some Seq.initInfinite What's the difference between these 2 ways of generating sequences? I'm learning about F#, and there are 2 ways of generating seque...
[ 0.0302734375, 0.01251220703125, 0.004119873046875, 0.0211181640625, -0.00653076171875, -0.005706787109375, 0.008056640625, -0.00897216796875, 0.01019287109375, -0.01458740234375, -0.010986328125, 0.01300048828125, 0.0277099609375, 0.041259765625, 0.004058837890625, 0.00885009765625, ...
[ 4865, 3768, 70, 60212, 17721, 6097, 116, 48322, 111, 12663, 1916, 40, 26513, 5170, 1238, 3742, 503, 864, 309, 42822, 31384, 48310, 67, 52080, 563, 4904, 36880, 2060, 193844, 2856, 23972, 3917, 12, 77648 ]
[ 0.038726806640625, 0.0872802734375, 0.0782470703125, 0.2178955078125, 0.142822265625, 0.095703125, 0.152099609375, 0.144287109375, 0.041107177734375, 0.209716796875, 0.10479736328125, 0.1187744140625, 0.2230224609375, 0.117919921875, 0.07025146484375, 0.093994140625, 0.06256103515625...
embed
23292379_c0
23292379
fsharp
0
Title: Extension method with F# function type Problem title: Extension method with F# function type Tags: f%23, type-extension Problem: Extension method with F# function type The MSDN doc on Type Extensions states that "Before F# 3.1, the F# compiler didn't support the use of C#-style extension methods with a generic t...
Extension method with F# function type Extension method with F# function type f%23 type-extension Extension Extension method with F# function type The MSDN doc on Type Extensions states that "Before F# 3.1, the F# compiler didn't support the use of C#-style extension methods with a generic type variable, array type, tu...
[ 0.0013885498046875, 0.016845703125, 0.0228271484375, -0.0018768310546875, 0.00946044921875, -0.01226806640625, -0.0189208984375, -0.0106201171875, -0.000782012939453125, -0.046875, 0.0018768310546875, -0.0123291015625, -0.000759124755859375, -0.0093994140625, 0.0045166015625, -0.003311...
[ 224545, 55300, 678, 563, 4904, 32354, 10644, 1238, 3742, 3355, 128872, 16265, 51671, 51584, 60457, 89700, 45151, 70, 9969, 34759, 15935, 18, 8060, 4527, 40946, 111938, 150624, 189534, 77336, 10298, 370, 8705, 237, 100231, 171859, 138410, 11249,...
[ 0.2705078125, 0.168212890625, 0.088623046875, 0.1112060546875, 0.197021484375, 0.162109375, 0.1966552734375, 0.07061767578125, 0.12744140625, 0.083251953125, 0.10308837890625, 0.021942138671875, 0.1102294921875, 0.0714111328125, 0.26220703125, 0.02264404296875, 0.14892578125, 0.020...
embed
35522447_c0
35522447
fsharp
0
Title: How do I await an async method in F# Problem title: How do I await an async method in F# Tags: async-await, f%23 Problem: How do I await an async method in F# How do I await an async method in F#? I have the following code: type LegoExample() = let brick = Brick(BluetoothCommunication("COM3")) let! result = bric...
How do I await an async method in F# How do I await an async method in F# async-await f%23 How LegoExample Brick BluetoothCommunication COM3 brick.ConnectAsync How do I await an async method in F# How do I await an async method in F#? I have the following code: Error: Note, I reviewed the following link : However, I on...
[ -0.0034027099609375, -0.0004329681396484375, 0.007293701171875, -0.02001953125, -0.0020599365234375, 0.002777099609375, 0.0146484375, -0.0021209716796875, 0.002105712890625, -0.0284423828125, 0.0205078125, -0.020751953125, -0.000232696533203125, -0.01470947265625, -0.00092315673828125, ...
[ 11249, 10, 634, 217, 12654, 238, 55300, 23, 563, 4904, 7978, 1238, 3742, 98875, 11, 41537, 42594, 166697, 14, 31436, 363, 235603, 18151, 212059, 8347, 3126, 139999, 70, 123309, 61353, 180, 20880 ]
[ 0.03497314453125, 0.084716796875, 0.1710205078125, 0.1741943359375, 0.2314453125, 0.1427001953125, 0.1861572265625, 0.038818359375, 0.12353515625, 0.1968994140625, 0.185791015625, 0.08343505859375, 0.1156005859375, 0.1405029296875, 0.03314208984375, 0.1622314453125, 0.1502685546875, ...
embed
53031529_c0
53031529
fsharp
0
Title: F#: appending the value of an option to list option Problem title: F#: appending the value of an option to list option Tags: lifting, functional-programming, function, f%23 Problem: F#: appending the value of an option to list option I have a basic append function let append item list = item :: list And i have a...
F#: appending the value of an option to list option F#: appending the value of an option to list option lifting functional-programming function f%23 Some Option.get F#: appending the value of an option to list option I have a basic append function And i have a' list option and option Some("something") I want to add the...
[ 0.009033203125, 0.00726318359375, 0.004974365234375, 0.0026397705078125, 0.00897216796875, -0.0224609375, 0.006103515625, -0.010498046875, 0.0086669921875, -0.0069580078125, 0.03173828125, 0.00933837890625, 0.00125885009765625, 0.00946044921875, 0.004974365234375, -0.01116943359375, ...
[ 563, 4904, 1747, 96819, 34292, 35829, 47, 5303, 177691, 123309, 28966, 32354, 1238, 3742, 31384, 86769, 3794, 62822, 114689, 71, 10, 136, 43452, 64113, 3444, 15190, 39029, 1363, 11249, 831, 54, 15490, 103510, 14858, 4358, 77947 ]
[ 0.09033203125, 0.1700439453125, 0.077392578125, 0.1260986328125, 0.196533203125, 0.25390625, 0.0853271484375, 0.1800537109375, 0.2091064453125, 0.14013671875, 0.0810546875, 0.1470947265625, 0.03582763671875, 0.0897216796875, 0.1343994140625, 0.2294921875, 0.123779296875, 0.08874511...
embed
35306476_c0
35306476
fsharp
0
Title: CsvProvider type not defined Problem title: CsvProvider type not defined Tags: f%23, f%23-data Problem: CsvProvider type not defined I'm attempting to use CsvProvider for f# but it says the type isn't defined even though I'm importing FSharp.Data. open FSharp.Data type test = CsvProvider<"C:\\First_Names.csv"> I...
CsvProvider type not defined CsvProvider type not defined f%23 f%23-data CsvProvider FSharp.Data First_Names.csv CsvProvider type not defined I'm attempting to use CsvProvider for f# but it says the type isn't defined even though I'm importing FSharp.Data. I'm not using the interactive scripts. This is an .fs file. It ...
[ 0.00836181640625, 0.02294921875, 0.00994873046875, 0.0274658203125, -0.0018310546875, 0.01361083984375, 0.004608154296875, 0.0166015625, -0.01318359375, -0.01153564453125, -0.0244140625, -0.0205078125, 0.01397705078125, 0.0035552978515625, 0.0177001953125, 0.0098876953125, -0.0113525...
[ 313, 67756, 177997, 62160, 10644, 959, 61924, 1238, 3742, 27495, 10135, 93774, 3467, 254, 137989, 23972, 163612, 4439, 334, 81887, 4527, 4904, 56112, 18, 24927, 212398, 26499, 5, 17447, 11435, 831, 14037, 892, 27077, 99219, 2967, 86669 ]
[ 0.093505859375, 0.25927734375, 0.189697265625, 0.1873779296875, 0.223876953125, 0.09967041015625, 0.1929931640625, 0.06524658203125, 0.0733642578125, 0.041229248046875, 0.105712890625, 0.0775146484375, 0.157470703125, 0.1756591796875, 0.1656494140625, 0.041412353515625, 0.08862304687...
embed
43690177_c2
43690177
fsharp
2
); Leaf(leafE)]; Leaf(leafC)] t |> ComputePercentage For A to B to D & E, this code returns 1.0 * 0.6 * 0.2 * 0.8 but I need A to B to D = 1.0 * 0.6 * 0.2 and A to B to E = 1.0 * 0.6 * 0.8. Can you let me how how to reset the accumulator when done with a leaf. May be I got off wrong foot here but it's bit tricky for me...
); Leaf(leafE)]; Leaf(leafC)] t |> ComputePercentage For A to B to D & E, this code returns 1.0 * 0.6 * 0.2 * 0.8 but I need A to B to D = 1.0 * 0.6 * 0.2 and A to B to E = 1.0 * 0.6 * 0.8. Can you let me how how to reset the accumulator when done with a leaf. May be I got off wrong foot here but it's bit tricky for me...
[ -0.000919342041015625, 0.016357421875, 0.0027618408203125, 0.039794921875, 0.00457763671875, 0.00799560546875, -0.0185546875, 0.0059814453125, 0.002960205078125, -0.02197265625, -0.0113525390625, 0.040771484375, 0.0186767578125, 0.000751495361328125, 0.01556396484375, 0.001716613769531...
[ 3142, 636, 2407, 133, 647, 74, 441, 808, 159415, 13, 15277, 108475, 429, 1326, 62, 47, 335, 391, 619, 241, 903, 18151, 30646, 53855, 661, 122887, 126175, 132208, 1284, 87, 3871, 2203, 136, 4171, 2633, 3642, 168398, 70, 183278, 1290, 322...
[ 0.09130859375, 0.0963134765625, 0.236572265625, 0.07879638671875, 0.10284423828125, 0.013824462890625, 0.048553466796875, 0.0870361328125, 0.192626953125, 0.10333251953125, 0.16455078125, 0.2294921875, 0.1102294921875, 0.02301025390625, 0.0699462890625, 0.169677734375, 0.110107421875...
embed
57915902_c0
57915902
fsharp
0
Title: Mono doesn&#x27;t find ExcelProvider.dll Problem title: Mono doesn&#x27;t find ExcelProvider.dll Tags: f%23 Problem: Mono doesn't find ExcelProvider.dll Code signals: System.IO.FileNotFoundException, Mono, ExcelProvider.dll, ExcelProvider, FSharp.Interop.Excel, DataTypeTest, ExcelFile, DataTypeTest.xlsx, file.Da...
Mono doesn&#x27;t find ExcelProvider.dll Mono doesn&#x27;t find ExcelProvider.dll f%23 System.IO.FileNotFoundException Mono ExcelProvider.dll ExcelProvider FSharp.Interop.Excel DataTypeTest ExcelFile DataTypeTest.xlsx file.Data Seq.head row.Test1 row.Test2 Users ExcelProvider.1.0.1 netstandard2.0 ExcelProvider.Runtime....
[ 0.02294921875, 0.0284423828125, -0.00592041015625, 0.0255126953125, -0.00860595703125, 0.0115966796875, 0.01409912109375, -0.01470947265625, -0.01239013671875, 0.0027008056640625, 0.00019359588623046875, 0.006134033203125, -0.002288818359375, 0.0196533203125, 0.0220947265625, -0.014587...
[ 77879, 22027, 3768, 18, 7413, 30326, 177997, 62160, 71, 1181, 3742, 12353, 17780, 174350, 122116, 27591, 3467, 254, 44851, 2146, 184926, 196707, 111337, 11809, 92595, 11435, 137989, 864, 31251, 15555, 304, 53400, 2043, 66589, 73011, 163321, 36,...
[ 0.25048828125, 0.0142669677734375, 0.05999755859375, 0.0738525390625, 0.16064453125, 0.224365234375, 0.2181396484375, 0.2083740234375, 0.08447265625, 0.196044921875, 0.04541015625, 0.0299072265625, 0.1405029296875, 0.1431884765625, 0.03521728515625, 0.0997314453125, 0.03582763671875,...
embed
42829660_c0
42829660
fsharp
0
Title: Replaces the text in the given file - FAKE F#MAKE Problem title: Replaces the text in the given file - FAKE F#MAKE Tags: f%23, f%23-fake Problem: Replaces the text in the given file - FAKE F#MAKE I am new to FAKE and trying to implement something in FAKE as described below : I have a file having more than 100 li...
Replaces the text in the given file - FAKE F#MAKE Replaces the text in the given file - FAKE F#MAKE f%23 f%23-fake Replaces FAKE MAKE IFR.SIIC._0.12 IFR.SIIC._0.45 Replaces the text in the given file - FAKE F#MAKE I am new to FAKE and trying to implement something in FAKE as described below : I have a file having more ...
[ -0.0159912109375, -0.00157928466796875, 0.00335693359375, 0.026611328125, 0.01385498046875, -0.01019287109375, -0.0198974609375, 0.01531982421875, 0.0194091796875, 0.0306396484375, -0.00732421875, 0.0179443359375, -0.00106048583984375, 0.00714111328125, 0.03662109375, 0.00445556640625,...
[ 853, 23935, 7, 7986, 23, 34475, 11435, 563, 119960, 4904, 594, 1238, 3742, 27495, 1021, 350, 43711, 647, 87, 46290, 9902, 16259, 102014, 304, 5, 121254, 758, 70, 3525, 31577, 29479, 151552, 1286, 3501, 805, 124519, 3444, 47, 15549, 10846,...
[ 0.09814453125, 0.2056884765625, 0.0193023681640625, 0.2000732421875, 0.06634521484375, 0.0804443359375, 0.19482421875, 0.1688232421875, 0.258544921875, 0.1085205078125, 0.0594482421875, 0.05682373046875, 0.1165771484375, 0.059783935546875, 0.1884765625, 0.099365234375, 0.119750976562...
embed
37142356_c0
37142356
fsharp
0
Title: Type provider and big XML file Problem title: Type provider and big XML file Tags: f%23, xml, type-providers Problem: Type provider and big XML file I am wondering what are the good practices in using type provider in F#, I have an XML file (25Mo+), I thought it will not be an issue but my Visual Studio is suffe...
Type provider and big XML file Type provider and big XML file f%23 xml type-providers Type XML Type provider and big XML file I am wondering what are the good practices in using type provider in F#, I have an XML file (25Mo+), I thought it will not be an issue but my Visual Studio is suffering a lot loll. What is usual...
[ 0.0198974609375, 0.0166015625, -0.00994873046875, 0.002899169921875, -0.006378173828125, 0.0081787109375, 0.00811767578125, 0.0003376007080078125, 0.0048828125, -0.017333984375, 0.024658203125, -0.0233154296875, 0.0079345703125, -0.00933837890625, 0.01373291015625, 0.00640869140625, ...
[ 60457, 81450, 136, 6957, 92537, 11435, 1238, 3742, 131492, 10644, 93136, 14202, 149016, 4127, 41361, 7, 17368, 23, 563, 4904, 39695, 9083, 102817, 17569, 31089, 1284, 73372, 22968, 178707, 5915, 1181, 56104, 70, 61924, 28484, 110934, 111, 154...
[ 0.2427978515625, 0.2705078125, 0.0765380859375, 0.142333984375, 0.23583984375, 0.1651611328125, 0.0325927734375, 0.0706787109375, 0.214599609375, 0.229736328125, 0.202880859375, 0.0350341796875, 0.03240966796875, 0.08837890625, 0.176513671875, 0.00909423828125, 0.0780029296875, 0.0...
embed
39645981_c0
39645981
fsharp
0
Title: Call function before each other in the module Problem title: Call function before each other in the module Tags: f%23 Problem: Call function before each other in the module module Sample let foo() = do-something-general let a() = foo() // another actions let b() = foo() // another actions let c() = foo() // anot...
Call function before each other in the module Call function before each other in the module f%23 Call Sample Call function before each other in the module I have a module with the set of functions. Each of function does some work, but before they call foo() function. Is there any way to avoid to write foo() in each fun...
[ -0.010009765625, 0.00885009765625, -0.01336669921875, 0.0306396484375, 0.00799560546875, -0.0074462890625, 0.0123291015625, 0.00689697265625, 0.00457763671875, -0.0223388671875, -0.0032501220703125, 0.01385498046875, -0.006683349609375, 0.018310546875, 0.02001953125, -0.025146484375, ...
[ 26265, 32354, 8108, 12638, 3789, 23, 88996, 1238, 3949, 3742, 947, 33209, 5423, 98423, 111, 4488, 11782, 5775, 31, 132, 3917, 71864, 33022 ]
[ 0.2015380859375, 0.2205810546875, 0.189697265625, 0.107666015625, 0.1527099609375, 0.0723876953125, 0.229736328125, 0.07598876953125, 0.06878662109375, 0.1551513671875, 0.0526123046875, 0.1192626953125, 0.044708251953125, 0.060943603515625, 0.074951171875, 0.053680419921875, 0.128540...
embed
74882243_c2
74882243
fsharp
2
Windowing.GLFW.Native.Window, Windowing.GLFW.Native.Initialization, Windowing.GLFW.Native.Context, Windowing.GLFW.Native.Helpers, Windowing.GLFW.Native.OpenGL, Initialized, GLFW_CONTEXT_VERSION_MAJOR, GLFW_CONTEXT_VERSION_MINOR, GLFW_OPENGL_FORWARD_COMPAT, GLFW_TRUE, GLFW_OPENGL_PROFILE, GLFW_OPENGL_CORE_PROFILE, Star...
Windowing.GLFW.Native.Window, Windowing.GLFW.Native.Initialization, Windowing.GLFW.Native.Context, Windowing.GLFW.Native.Helpers, Windowing.GLFW.Native.OpenGL, Initialized, GLFW_CONTEXT_VERSION_MAJOR, GLFW_CONTEXT_VERSION_MINOR, GLFW_OPENGL_FORWARD_COMPAT, GLFW_TRUE, GLFW_OPENGL_PROFILE, GLFW_OPENGL_CORE_PROFILE, Star...
[ -0.0098876953125, 0.01190185546875, 0.0108642578125, 0.0076904296875, 0.00726318359375, -0.0118408203125, 0.005157470703125, -0.034423828125, 0.0038909912109375, 0.052001953125, -0.01458740234375, -0.0186767578125, 0.00616455078125, -0.0177001953125, 0.0225830078125, 0.008056640625, ...
[ 176501, 214, 5, 78703, 129699, 4645, 4935, 92049, 24293, 4, 4153, 1890, 289, 47691, 11935, 22829, 60785, 21777, 103264, 360, 29367, 90799, 108369, 26939, 33255, 26598, 84139, 106863, 8066, 61692, 60873, 16113, 65135, 28981, 919, 52099, 866, 5...
[ 0.2109375, 0.179931640625, 0.061279296875, 0.2376708984375, 0.266357421875, 0.19091796875, 0.24560546875, 0.1536865234375, 0.219970703125, 0.08984375, 0.05535888671875, 0.1114501953125, 0.1109619140625, 0.0908203125, 0.07550048828125, 0.229736328125, 0.175048828125, 0.175048828125,...
embed
49180337_c0
49180337
fsharp
0
Title: How to map Result&lt;&#x27;a,&#x27;b&gt; to Reader&lt;Result&lt;&#x27;a,&#x27;b&gt; in f#? Problem title: How to map Result&lt;&#x27;a,&#x27;b&gt; to Reader&lt;Result&lt;&#x27;a,&#x27;b&gt; in f#? Tags: f%23, reader-monad Problem: How to map Result<'a,'b> to Reader in f#? I have the function to map a function to...
How to map Result&lt;&#x27;a,&#x27;b&gt; to Reader&lt;Result&lt;&#x27;a,&#x27;b&gt; in f#? How to map Result&lt;&#x27;a,&#x27;b&gt; to Reader&lt;Result&lt;&#x27;a,&#x27;b&gt; in f#? f%23 reader-monad How Result Reader Reader.map Result.map How to map Result<'a,'b> to Reader in f#? I have the function to map a function ...
[ -0.00897216796875, -0.0054931640625, 0.02294921875, -0.00567626953125, -0.0007171630859375, -0.0191650390625, 0.0035247802734375, -0.00750732421875, 0.0091552734375, -0.0272216796875, -0.006622314453125, 0.0086669921875, -0.017578125, 0.0107421875, 0.006195068359375, -0.038818359375, ...
[ 11249, 47, 22288, 126684, 1277, 3768, 11, 275, 5386, 122636, 7, 7136, 1238, 4904, 23, 3742, 155255, 3796, 712, 62346, 4, 25, 765, 32354, 31345, 56, 9, 4332, 83, 103607, 16093, 238, 30813, 4966, 3642, 33022, 21373, 51776, 237, 107730 ]
[ 0.099365234375, 0.14306640625, 0.235107421875, 0.259765625, 0.031494140625, 0.09521484375, 0.1280517578125, 0.12158203125, 0.06500244140625, 0.260986328125, 0.1317138671875, 0.17578125, 0.1263427734375, 0.16943359375, 0.041351318359375, 0.0526123046875, 0.1910400390625, 0.056640625...
embed
61100398_c0
61100398
fsharp
0
Title: Why does reference equality for functions which are bound to the same variable return false? Problem title: Why does reference equality for functions which are bound to the same variable return false? Tags: f%23 Problem: Why does reference equality for functions which are bound to the same variable return false?...
Why does reference equality for functions which are bound to the same variable return false? Why does reference equality for functions which are bound to the same variable return false? f%23 Why System.Object.ReferenceEquals Why does reference equality for functions which are bound to the same variable return false? I ...
[ 0.00616455078125, 0.023193359375, 0.0177001953125, 0.01104736328125, 0.003875732421875, -0.01007080078125, -0.0037384033203125, -0.0027618408203125, 0.005218505859375, -0.0096435546875, -0.004730224609375, 0.01953125, 0.00909423828125, 0.0400390625, 0.0322265625, 0.01129150390625, 0....
[ 44084, 91067, 28, 161789, 32354, 99091, 47, 5701, 77336, 30646, 98320, 3742, 12353, 46471, 75161, 4332, 69988, 13, 647, 71723, 117176, 170224, 48716, 20028, 4568, 13315 ]
[ 0.096435546875, 0.26025390625, 0.063232421875, 0.191162109375, 0.146240234375, 0.144287109375, 0.013916015625, 0.0933837890625, 0.1439208984375, 0.1483154296875, 0.18603515625, 0.0557861328125, 0.08380126953125, 0.06005859375, 0.0941162109375, 0.0914306640625, 0.217041015625, 0.011...
embed
59025951_c0
59025951
fsharp
0
Title: Unable to serialize IDictionary&lt;string,obj&gt; in ASP.Net Core 3.0 in F# Problem title: Unable to serialize IDictionary&lt;string,obj&gt; in ASP.Net Core 3.0 in F# Tags: serialization, f%23, asp.net-core-3.0 Problem: Unable to serialize IDictionary in ASP.Net Core 3.0 in F# When serializing a dictionary of (s...
Unable to serialize IDictionary&lt;string,obj&gt; in ASP.Net Core 3.0 in F# Unable to serialize IDictionary&lt;string,obj&gt; in ASP.Net Core 3.0 in F# serialization f%23 asp.net-core-3.0 Unable IDictionary ASP.Net Core asp.net-core-3.0 Unable to serialize IDictionary in ASP.Net Core 3.0 in F# When serializing a dictio...
[ -0.0257568359375, 0.0177001953125, 0.00482177734375, -0.02783203125, -0.0260009765625, -0.03173828125, -0.0206298828125, 0.0172119140625, -0.01708984375, -0.00009298324584960938, 0.031494140625, 0.0218505859375, 0.0103759765625, 0.0130615234375, 0.0306396484375, 0.0022430419921875, -...
[ 992, 2886, 35686, 20650, 11338, 14, 10763, 6635, 91693, 3522, 170, 5386, 147153, 24447, 31365, 17596, 23, 563, 4904, 1277, 1238, 3742, 254, 5, 1179, 30854, 132265, 84382, 10, 45, 995, 70, 114977, 821, 58627, 47691, 25632, 18499, 2852, 51,...
[ 0.06158447265625, 0.1422119140625, 0.22314453125, 0.100341796875, 0.125732421875, 0.109375, 0.1722412109375, 0.091796875, 0.16455078125, 0.110107421875, 0.1715087890625, 0.03271484375, 0.1431884765625, 0.05584716796875, 0.165771484375, 0.205078125, 0.010528564453125, 0.087951660156...
embed
57048337_c0
57048337
fsharp
0
Title: F# Sequences, Lists and Arrays Problem title: F# Sequences, Lists and Arrays Tags: f%23, seq Problem: F# Sequences, Lists and Arrays Suppose I have a list of elements of type 'a , i.e.; let mylist: 'a list = ... and a function f of type 'a -> 'b ; let f: 'a -> 'b = ... Now I want to use f transform mylist into a...
F# Sequences, Lists and Arrays F# Sequences, Lists and Arrays f%23 seq Sequences Lists Arrays List.map Array.ofList List.toSeq Seq.map Array.ofSeq F# Sequences, Lists and Arrays Suppose I have a list of elements of type 'a , i.e.; and a function f of type 'a -> 'b ; Now I want to use f transform mylist into a 'b array ...
[ 0.0091552734375, 0.0038909912109375, 0.0035858154296875, 0.015869140625, -0.00555419921875, -0.0169677734375, -0.005096435546875, 0.0198974609375, 0.00396728515625, 0.00151824951171875, 0.004913330078125, 0.03857421875, -0.00567626953125, 0.0277099609375, -0.0034942626953125, -0.018310...
[ 563, 4904, 503, 26513, 32036, 69253, 4778, 5170, 136, 1238, 3949, 3742, 40, 864, 62346, 53, 5, 4390, 154663, 188, 4233, 121691, 765, 5303, 80854, 10644, 11, 32354, 33079, 275, 3444, 4527, 27198, 759, 6562, 3934, 10, 242, 10298, 2071, 25...
[ 0.125244140625, 0.1768798828125, 0.099609375, 0.199462890625, 0.199462890625, 0.160400390625, 0.07861328125, 0.05255126953125, 0.0096435546875, 0.18408203125, 0.006988525390625, 0.13037109375, 0.09344482421875, 0.1328125, 0.1038818359375, 0.1680908203125, 0.01788330078125, 0.126464...
embed
64220303_c1
64220303
fsharp
1
Items take takeItems select tenant } |> fun x -> x.ToListAsync() |> Async.AwaitTask |> Async.map Seq.toList I can use the string based version of IQueryable<'a>.Include but that tosses the type-safety completely out of window Code signals: System.InvalidCastException, InvalidCastException, How, Successful, list2, Excep...
Items take takeItems select tenant } |> fun x -> x.ToListAsync() |> Async.AwaitTask |> Async.map Seq.toList I can use the string based version of IQueryable<'a>.Include but that tosses the type-safety completely out of window Code signals: System.InvalidCastException, InvalidCastException, How, Successful, list2, Excep...
[ 0.0078125, 0.0159912109375, 0.00057220458984375, 0.01226806640625, -0.0133056640625, -0.01275634765625, -0.007415771484375, 0.0096435546875, 0.0042724609375, -0.058349609375, 0.0186767578125, 0.0191650390625, -0.0009002685546875, 0.02294921875, 0.0026702880859375, 0.006988525390625, ...
[ 78426, 7, 5646, 2982, 36849, 86216, 7477, 1022, 7763, 154663, 12654, 238, 634, 217, 9874, 1042, 62, 62346, 864, 188, 4527, 79315, 35509, 11389, 87, 41732, 1294, 2886, 11, 4153, 29786, 1284, 47, 43576, 10644, 115840, 939, 64557, 1810, 111,...
[ 0.2276611328125, 0.056121826171875, 0.1817626953125, 0.2064208984375, 0.162841796875, 0.2498779296875, 0.1146240234375, 0.090087890625, 0.1165771484375, 0.197265625, 0.1771240234375, 0.056610107421875, 0.109375, 0.05560302734375, 0.1407470703125, 0.05572509765625, 0.044189453125, 0...
embed
65285337_c0
65285337
fsharp
0
Title: Updating map multiple times in F# Problem title: Updating map multiple times in F# Tags: dictionary, f%23 Problem: Updating map multiple times in F# Let's say I have a map M:Map<int, bool> (initially empty). I want to update this time. I have a list L = [1 .. 100] and for each element in this list, I want to set...
Updating map multiple times in F# Updating map multiple times in F# dictionary f%23 Updating M:Map List.map M.Add Updating map multiple times in F# Let's say I have a map M:Map<int, bool> (initially empty). I want to update this time. I have a list L = [1 .. 100] and for each element in this list, I want to set the cor...
[ -0.0087890625, 0.01446533203125, 0.02099609375, -0.0186767578125, -0.013671875, -0.005157470703125, 0.0019683837890625, -0.0036163330078125, 0.0042724609375, -0.011474609375, 0.0267333984375, 0.02734375, 0.01373291015625, 0.019775390625, 0.0260009765625, 0.00982666015625, 0.004241943...
[ 10091, 56464, 22288, 48716, 20028, 563, 4904, 45, 10763, 1238, 3949, 3742, 276, 166179, 32036, 62346, 284, 4028, 4288, 142484, 943, 118, 201505, 3444, 47, 28350, 903, 1733, 5303, 339, 1468, 805, 12638, 12830, 5423, 42518, 34292, 23, 98320, ...
[ 0.1441650390625, 0.09832763671875, 0.1905517578125, 0.1923828125, 0.1947021484375, 0.151611328125, 0.2139892578125, 0.044647216796875, 0.092529296875, 0.037109375, 0.01318359375, 0.1280517578125, 0.1376953125, 0.1605224609375, 0.14453125, 0.1568603515625, 0.048736572265625, 0.14453...
embed
7377486_c0
7377486
fsharp
0
Title: How does List.max&lt;&#x27;T&gt; work? Problem title: How does List.max&lt;&#x27;T&gt; work? Tags: type-constraints, f%23, parametric-polymorphism Problem: How does List.max<'T> work? From MSDN docs, the signature of List.max is: List.max : 'T list -> 'T (requires comparison) My questions are: How does compiler ...
How does List.max&lt;&#x27;T&gt; work? How does List.max&lt;&#x27;T&gt; work? type-constraints f%23 parametric-polymorphism How List.max How does List.max<'T> work? From MSDN docs, the signature of List.max is: My questions are: How does compiler statically verify that 'T supports comparison operation? Is requires a ke...
[ -0.00007486343383789062, 0.00860595703125, 0.025146484375, 0.0027618408203125, 0.0028533935546875, -0.005340576171875, -0.01043701171875, 0.01190185546875, -0.00494384765625, 0.007049560546875, -0.0142822265625, -0.0341796875, 0.012939453125, -0.0233154296875, 0.00811767578125, -0.0229...
[ 11249, 14602, 32036, 5, 24084, 1277, 3768, 618, 5386, 4488, 10644, 2271, 2816, 4288, 3742, 121, 186518, 135545, 178851, 16265, 51671, 138256, 17582, 9969, 34759, 13254, 493, 40383, 8060, 225490, 41018, 144570, 166117, 40140, 158, 756, 52895, ...
[ 0.0833740234375, 0.0897216796875, 0.263916015625, 0.09576416015625, 0.270751953125, 0.0232391357421875, 0.066650390625, 0.171142578125, 0.0777587890625, 0.166259765625, 0.1668701171875, 0.07476806640625, 0.17138671875, 0.12548828125, 0.059661865234375, 0.01263427734375, 0.09680175781...
embed
50789065_c0
50789065
fsharp
0
Title: Turn list of Result into Result of list inside a computation expression? Problem title: Turn list of Result into Result of list inside a computation expression? Tags: computation-expression, f%23 Problem: Turn list of Result into Result of list inside a computation expression? let result = new ResultBuilder() I ...
Turn list of Result into Result of list inside a computation expression? Turn list of Result into Result of list inside a computation expression? computation-expression f%23 Result.Error Turn Result Error Result.Ok List.append Seq.fold ResultBuilder this.Bind this.Return this.ReturnFrom ResultBuilder.For Turn list of R...
[ -0.017333984375, 0.01324462890625, 0.011962890625, 0.00274658203125, 0.00109100341796875, 0.01116943359375, 0.0245361328125, -0.010498046875, 0.037353515625, -0.007537841796875, -0.0201416015625, -0.007415771484375, 0.011962890625, 0.0272216796875, 0.009033203125, -0.0037841796875, 0...
[ 41961, 5303, 111, 126684, 3934, 46132, 181135, 1363, 125195, 204629, 1238, 3949, 3742, 18468, 31611, 212059, 73852, 32036, 9007, 864, 42822, 121137, 56, 903, 7250, 987, 18537, 618, 647, 1884, 15504, 11001, 91736, 4263, 2499, 83, 16750, 5608, ...
[ 0.1748046875, 0.23876953125, 0.165771484375, 0.2724609375, 0.1158447265625, 0.156982421875, 0.1766357421875, 0.05657958984375, 0.2093505859375, 0.1805419921875, 0.0504150390625, 0.07830810546875, 0.1651611328125, 0.0745849609375, 0.056610107421875, 0.1751708984375, 0.08056640625, 0...
embed
15317832_c0
15317832
fsharp
0
Title: define a F# function and avoid the return value Problem title: define a F# function and avoid the return value Tags: f%23 Problem: define a F# function and avoid the return value define a function that has a single parameter of type string which which displayed on console. invoke the function passing it a messag...
define a F# function and avoid the return value define a F# function and avoid the return value f%23 System NoReturnFunction Console.WriteLine Hello World define a F# function and avoid the return value define a function that has a single parameter of type string which which displayed on console. invoke the function pa...
[ -0.0067138671875, -0.0010528564453125, -0.00677490234375, 0.006927490234375, 0.002777099609375, -0.00665283203125, -0.0087890625, -0.02099609375, -0.002197265625, 0.0177001953125, 0.005645751953125, -0.0186767578125, -0.0281982421875, 0.0167236328125, 0.0162353515625, 0.01483154296875,...
[ 61924, 563, 4904, 32354, 136, 71864, 70, 30646, 34292, 10, 1238, 3742, 12353, 438, 4332, 987, 19, 97249, 40777, 93232, 35378, 6661, 1556, 11001, 171859, 10644, 79315, 44116, 130250, 23253, 452, 26008, 63284, 124962, 7, 176377, 63134 ]
[ 0.1893310546875, 0.1446533203125, 0.26220703125, 0.254150390625, 0.08258056640625, 0.264404296875, 0.03558349609375, 0.2437744140625, 0.1888427734375, 0.041656494140625, 0.0814208984375, 0.130126953125, 0.059112548828125, 0.06634521484375, 0.0872802734375, 0.16259765625, 0.0220489501...
embed
40576948_c0
40576948
fsharp
0
Title: Positional indexing in F# Problem title: Positional indexing in F# Tags: indexing, list, f%23 Problem: Positional indexing in F# Given a list, I would like to produce a second list of elements selected from the first one. For example: let l1 = [1..4] let n = [0; 2] l1.[n] should return 1 and 3 , the first and th...
Positional indexing in F# Positional indexing in F# indexing list f%23 Positional FS0001 Positional indexing in F# Given a list, I would like to produce a second list of elements selected from the first one. For example: should return 1 and 3 , the first and third element of l1 . Unfortunately, it returns an error: Now...
[ -0.0189208984375, 0.0030517578125, 0.010009765625, 0.01324462890625, -0.0128173828125, -0.002471923828125, 0.00537109375, 0.005615234375, 0.0004119873046875, -0.0157470703125, 0.01177978515625, 0.00885009765625, -0.0012664794921875, 0.0033111572265625, -0.0076904296875, -0.014831542968...
[ 99428, 289, 63262, 214, 563, 4904, 5303, 1238, 3742, 93774, 188735, 23, 1884, 27489, 17932, 80854, 133291, 1295, 5117, 1326, 5608, 30646, 106, 136, 138, 50960, 12830, 96, 418, 185397, 18499, 32195, 32316, 3917, 27875, 10750, 653, 33636, 115...
[ 0.197265625, 0.07135009765625, 0.179931640625, 0.05572509765625, 0.135009765625, 0.21923828125, 0.1614990234375, 0.026275634765625, 0.0943603515625, 0.074951171875, 0.11181640625, 0.0152587890625, 0.0382080078125, 0.087158203125, 0.12646484375, 0.14111328125, 0.101806640625, 0.0159...
embed
43435501_c0
43435501
fsharp
0
Title: Print to a string without sprintf Problem title: Print to a string without sprintf Tags: f%23, string, .net Problem: Print to a string without sprintf In A Peek into F# 4.1 , the author demonstrated we could print to a string without sprintf : let private tryParseWith tryParseFunc (s : string) = match (tryParseF...
Print to a string without sprintf Print to a string without sprintf f%23 string .net Print Error StringFormat Print to a string without sprintf In A Peek into F# 4.1 , the author demonstrated we could print to a string without sprintf : Can I not use sprintf because the compiler is smart to infer StringFormat<string> t...
[ -0.041259765625, 0.01312255859375, 0.004913330078125, 0.03857421875, -0.0068359375, 0.020263671875, 0.00933837890625, -0.00142669677734375, 0.01190185546875, 0.0191650390625, 0.007110595703125, -0.0245361328125, -0.000152587890625, -0.0179443359375, 0.016357421875, 0.01806640625, -0....
[ 39754, 47, 79315, 15490, 145320, 420, 1238, 3742, 1179, 212059, 23351, 102973, 343, 563, 4904, 61391, 106804, 5809, 28412, 4171, 959, 4527, 9969, 34759, 18775, 53498, 214, 257, 91693, 10644, 151575, 125195, 34292 ]
[ 0.202880859375, 0.145751953125, 0.2493896484375, 0.161376953125, 0.19970703125, 0.2237548828125, 0.06646728515625, 0.09197998046875, 0.13720703125, 0.170654296875, 0.148193359375, 0.1683349609375, 0.02008056640625, 0.07452392578125, 0.1383056640625, 0.1756591796875, 0.04742431640625,...
embed
38533026_c0
38533026
fsharp
0
Title: F# TextEditor control for web Problem title: F# TextEditor control for web Tags: angularjs, f%23, web-controls Problem: F# TextEditor control for web I'm looking for a control I could integrate to my angular web application to let my users edit some F# code. For now they just modify it through a regular text are...
F# TextEditor control for web F# TextEditor control for web angularjs f%23 web-controls TextEditor F# TextEditor control for web I'm looking for a control I could integrate to my angular web application to let my users edit some F# code. For now they just modify it through a regular text area. The F# code is then saved...
[ 0.014404296875, 0.004913330078125, -0.0218505859375, -0.017822265625, -0.006011962890625, 0.00080108642578125, 0.0059814453125, -0.01068115234375, -0.00885009765625, -0.0289306640625, 0.00750732421875, -0.00921630859375, 0.00921630859375, -0.003082275390625, 0.026611328125, 0.020996093...
[ 563, 4904, 24129, 125270, 748, 6226, 100, 1467, 348, 35975, 28175, 1238, 3949, 3742, 81988, 16487, 10, 5809, 78779, 47, 38415, 2633, 72095, 27211, 18151, 5036, 2811, 40383, 8305, 20324, 7986, 16128, 57, 63399, 44457, 5974, 71924, 173591, 94...
[ 0.1466064453125, 0.2296142578125, 0.154052734375, 0.1766357421875, 0.10400390625, 0.2166748046875, 0.054534912109375, 0.1331787109375, 0.071533203125, 0.178955078125, 0.1463623046875, 0.0933837890625, 0.03271484375, 0.1212158203125, 0.181396484375, 0.05841064453125, 0.00042724609375,...
embed
54156171_c0
54156171
fsharp
0
Title: How to draw to a pixel on the screen without a window in F#? Problem title: How to draw to a pixel on the screen without a window in F#? Tags: drawing, screen, pixel, f%23 Problem: How to draw to a pixel on the screen without a window in F#? I found this answer for Python here Question/Answer . I wanted to know ...
How to draw to a pixel on the screen without a window in F#? How to draw to a pixel on the screen without a window in F#? drawing screen pixel f%23 How How to draw to a pixel on the screen without a window in F#? I found this answer for Python here Question/Answer . I wanted to know how I could do this in F# and what s...
[ 0.005706787109375, 0.002593994140625, -0.00130462646484375, -0.009033203125, -0.01373291015625, -0.00872802734375, 0.0189208984375, -0.028076171875, -0.0028228759765625, -0.0322265625, -0.00010204315185546875, -0.034423828125, -0.0004024505615234375, -0.005035400390625, 0.0057373046875, ...
[ 11249, 47, 79442, 10, 98009, 98, 49119, 15490, 76896, 23, 563, 4904, 188304, 1238, 3949, 3742, 35166, 145581, 3714, 3642, 5809, 54, 903, 24927, 2046, 75186, 43701, 92154, 11522, 4527, 13452, 20697, 3917, 146984, 1106, 22553 ]
[ 0.057464599609375, 0.164306640625, 0.1741943359375, 0.0440673828125, 0.2491455078125, 0.05535888671875, 0.168212890625, 0.1343994140625, 0.187255859375, 0.06353759765625, 0.1226806640625, 0.20458984375, 0.12744140625, 0.0557861328125, 0.0322265625, 0.09088134765625, 0.030975341796875...
embed
40454919_c0
40454919
fsharp
0
Title: F# function return value Problem title: F# function return value Tags: f%23, .net, functional-programming Problem: F# function return value I'm new to F# and when I was trying to implement function rpt I found some troubles. let rec rpt f n x = if n=0 then x else f ( rpt f (n-1) x ) When I have called this funct...
F# function return value F# function return value f%23 .net functional-programming n-1 F# function return value I'm new to F# and when I was trying to implement function rpt I found some troubles. When I have called this function as rpt (fun x -> x*x) 4 2 . Answer was ok val it : int = 65536 But when I change rpt as fo...
[ -0.0186767578125, 0.0013885498046875, 0.015380859375, 0.00665283203125, 0.004302978515625, 0.004364013671875, 0.01904296875, 0.00885009765625, 0.0009918212890625, -0.0032501220703125, -0.00152587890625, -0.0084228515625, -0.00555419921875, 0.01373291015625, 0.0201416015625, 0.004302978...
[ 563, 4904, 32354, 30646, 34292, 1238, 3949, 3742, 1179, 123309, 28966, 5759, 3525, 31577, 29479, 1690, 6328, 63134, 7, 35839, 237, 16498, 1022, 33079, 1639, 425, 201, 116, 130373, 3664, 3502, 442, 23, 18, 2203, 5684, 185580, 15549, 191, 6...
[ 0.1351318359375, 0.221923828125, 0.201904296875, 0.228759765625, 0.210693359375, 0.08447265625, 0.0207672119140625, 0.1683349609375, 0.1199951171875, 0.1451416015625, 0.0750732421875, 0.122314453125, 0.03179931640625, 0.012542724609375, 0.0999755859375, 0.08160400390625, 0.2192382812...
embed
2798831_c0
2798831
fsharp
0
Title: What is the standard way to optimise mutual recursion in F#/Scala? Problem title: What is the standard way to optimise mutual recursion in F#/Scala? Tags: trampolines, scala, optimization, mutual-recursion, f%23 Problem: What is the standard way to optimise mutual recursion in F#/Scala? These languages do not su...
What is the standard way to optimise mutual recursion in F#/Scala? What is the standard way to optimise mutual recursion in F#/Scala? trampolines scala optimization mutual-recursion f%23 What Scala What is the standard way to optimise mutual recursion in F#/Scala? These languages do not support mutually recursive funct...
[ 0.01385498046875, -0.001617431640625, 0.00164031982421875, -0.004150390625, -0.006988525390625, -0.01422119140625, -0.0072021484375, -0.0093994140625, 0.00311279296875, -0.01416015625, 0.006378173828125, -0.0107421875, 0.0081787109375, -0.002227783203125, 0.04150390625, 0.0012664794921...
[ 5570, 3917, 15572, 3075, 199849, 195625, 1830, 563, 4904, 64, 294, 62309, 47, 23, 240477, 90, 146232, 87235, 1363, 107, 48650, 1238, 3949, 3742, 4865, 152653, 11, 46876, 959, 8060, 5844, 32354, 76, 4935, 57767, 8110, 186, 13, 707, 764, ...
[ 0.2239990234375, 0.1185302734375, 0.22021484375, 0.109130859375, 0.224365234375, 0.255126953125, 0.1285400390625, 0.1243896484375, 0.198486328125, 0.057861328125, 0.06182861328125, 0.2490234375, 0.000518798828125, 0.0283203125, 0.2403564453125, 0.09637451171875, 0.2196044921875, 0....
embed
8978297_c0
8978297
fsharp
0
Title: F# WPF MouseMove params Problem title: F# WPF MouseMove params Tags: f%23, msdn, user-interface, wpf Problem: F# WPF MouseMove params canvas.MouseMove.Add(move canvas update) MouseMove.Add( p1 p2 p3) Usually I see this use and documentation, two params -- (object sender, MouseEventArgs e) -- which I take to be m...
F# WPF MouseMove params F# WPF MouseMove params f%23 msdn user-interface wpf WPF MouseMove canvas.MouseMove.Add MouseMove.Add F# WPF MouseMove params Usually I see this use and documentation, two params -- (object sender, MouseEventArgs e) -- which I take to be move and canvas in this example code, taken from F#.NET Jo...
[ -0.01611328125, 0.012939453125, 0.012451171875, 0.0166015625, -0.006866455078125, 0.033447265625, 0.00147247314453125, 0.00139617919921875, 0.01104736328125, -0.00457763671875, 0.00101470947265625, -0.0130615234375, 0.0087890625, -0.026123046875, 0.00933837890625, -0.0185546875, -0.0...
[ 563, 4904, 601, 41265, 174799, 9083, 272, 121, 4432, 1238, 3949, 3742, 38937, 10433, 40404, 148, 39557, 831, 4079, 51483, 4028, 1957, 4527, 209806, 6626, 187694, 59146, 192134, 7614, 9405, 28, 5646, 25813, 136, 27781, 18151, 17777, 34419, 1...
[ 0.080322265625, 0.1903076171875, 0.0758056640625, 0.1954345703125, 0.176025390625, 0.1651611328125, 0.1441650390625, 0.14990234375, 0.169921875, 0.04498291015625, 0.0203704833984375, 0.125244140625, 0.0665283203125, 0.0440673828125, 0.012664794921875, 0.01715087890625, 0.14208984375,...
embed
9194669_c0
9194669
fsharp
0
Title: Parsing string literals with FParsec? Problem title: Parsing string literals with FParsec? Tags: parsing, fparsec, f%23 Problem: Parsing string literals with FParsec? I would like to parse string literals using FParsec. By "string literals" I mean something between opening and closing quote (in my case -- single...
Parsing string literals with FParsec? Parsing string literals with FParsec? parsing fparsec f%23 Parsing FParsec Please Parsing string literals with FParsec? I would like to parse string literals using FParsec. By "string literals" I mean something between opening and closing quote (in my case -- single quote): What I ...
[ -0.019775390625, 0.015625, -0.018798828125, 0.01513671875, -0.0234375, 0.0201416015625, 0.013427734375, -0.00775146484375, -0.00592041015625, -0.0184326171875, 0.0028228759765625, 0.01239013671875, -0.034912109375, -0.006805419921875, -0.00628662109375, 0.0111083984375, -0.0028686523...
[ 2392, 6953, 79315, 15659, 16765, 678, 563, 28636, 39797, 32, 366, 1238, 2500, 3949, 3742, 30607, 1884, 184, 17368, 91693, 29459, 9844, 17721, 73432, 136, 20450, 66747, 11001, 82424, 20594, 25632, 903, 7279, 7, 7103, 5117, 31330, 18588, 3917...
[ 0.150390625, 0.1263427734375, 0.223388671875, 0.1851806640625, 0.1795654296875, 0.08935546875, 0.1563720703125, 0.184814453125, 0.2406005859375, 0.0258026123046875, 0.149658203125, 0.1260986328125, 0.1607666015625, 0.06689453125, 0.1690673828125, 0.019012451171875, 0.048828125, 0.0...
embed
24275773_c1
24275773
fsharp
1
to the observer (as arrays) for (_, l) in full do observer.OnNext(l |> Array.ofSeq |> Array.rev) // Continue looping with incomplete lists return! loop partial } // Start with an empty list of partial lists loop []) // Send incoming values to the agent source.Subscribe(agent.Post) } Code signals: the, Sliding, Window,...
to the observer (as arrays) for (_, l) in full do observer.OnNext(l |> Array.ofSeq |> Array.rev) // Continue looping with incomplete lists return! loop partial } // Start with an empty list of partial lists loop []) // Send incoming values to the agent source.Subscribe(agent.Post) } Code signals: the, Sliding, Window,...
[ -0.01123046875, 0.051513671875, -0.00823974609375, 0.0216064453125, -0.017822265625, 0.0079345703125, 0.01361083984375, -0.0120849609375, 0.01214599609375, -0.0196533203125, 0.01165771484375, 0.004608154296875, 0.0269775390625, 0.0203857421875, 0.0140380859375, 0.000644683837890625, ...
[ 47, 70, 160073, 162, 10298, 4778, 100, 454, 96, 23, 4393, 54, 20320, 81280, 141, 69253, 53, 4390, 4233, 864, 6, 65381, 4666, 24812, 40956, 214, 82940, 46485, 5303, 7, 30646, 38, 2878, 289, 13794, 142, 201505, 24044, 277, 142424, 23882, ...
[ 0.196044921875, 0.062744140625, 0.3310546875, 0.0689697265625, 0.1259765625, 0.1358642578125, 0.08587646484375, 0.019744873046875, 0.073974609375, 0.019744873046875, 0.12646484375, 0.0200653076171875, 0.18310546875, 0.2183837890625, 0.07379150390625, 0.08673095703125, 0.0682373046875...
embed
24521689_c0
24521689
fsharp
0
Title: FSI keeping exclusive lock on assemblies Problem title: FSI keeping exclusive lock on assemblies Tags: f%23 Problem: FSI keeping exclusive lock on assemblies I have the statements like following in my FSI scripts #I @"C:\path\to\bin\Debug\myassembly.dll" When I try to build the referenced dll again I get a Unabl...
FSI keeping exclusive lock on assemblies FSI keeping exclusive lock on assemblies f%23 FSI Debug myassembly.dll Unable FSI keeping exclusive lock on assemblies I have the statements like following in my FSI scripts When I try to build the referenced dll again I get a I have tried closing FSI window, still no help. Any ...
[ -0.0203857421875, 0.01251220703125, -0.01019287109375, -0.019287109375, -0.0179443359375, -0.029052734375, 0.00933837890625, -0.0027313232421875, 0.01214599609375, -0.020263671875, 0.00191497802734375, 0.0147705078125, 0.007659912109375, 0.01611328125, 0.023193359375, 0.01025390625, ...
[ 563, 9902, 120260, 97629, 56776, 98, 10, 89845, 7121, 1238, 3949, 3742, 262, 85779, 759, 11, 38526, 71, 1181, 992, 2886, 63805, 1884, 25632, 26499, 9790, 45367, 91067, 81717, 13438, 37842, 20450, 6953, 76896, 7464, 110, 4358, 6528 ]
[ 0.1451416015625, 0.265625, 0.1478271484375, 0.216552734375, 0.211669921875, 0.05718994140625, 0.0258941650390625, 0.1845703125, 0.10009765625, 0.07025146484375, 0.0452880859375, 0.10369873046875, 0.032135009765625, 0.16064453125, 0.13427734375, 0.027587890625, 0.14599609375, 0.0426...
embed
25146714_c0
25146714
fsharp
0
Title: How to check if string only contains alphabets in F# Problem title: How to check if string only contains alphabets in F# Tags: f%23 Problem: How to check if string only contains alphabets in F# I have a string which should only contain alphabets. To check that I have written the following code let isCorrectStrin...
How to check if string only contains alphabets in F# How to check if string only contains alphabets in F# f%23 How str:string str.Any How to check if string only contains alphabets in F# I have a string which should only contain alphabets. To check that I have written the following code I am obviously using LINQ's `Any...
[ -0.00946044921875, 0.000186920166015625, 0.00147247314453125, 0.0220947265625, -0.00762939453125, 0.00958251953125, 0.0283203125, -0.0023040771484375, 0.00714111328125, 0.007049560546875, 0.01348876953125, -0.00762939453125, 0.017578125, 0.0164794921875, 0.02294921875, 0.01171875, 0....
[ 11249, 47, 12765, 2174, 79315, 4734, 70541, 7, 229231, 23, 563, 4904, 1238, 3742, 7704, 91693, 284, 299, 5608, 59121, 18151, 171259, 46610, 2737, 111938, 55300, 3688, 11522 ]
[ 0.018951416015625, 0.035430908203125, 0.172607421875, 0.0806884765625, 0.2274169921875, 0.1348876953125, 0.125, 0.1090087890625, 0.234619140625, 0.060638427734375, 0.142333984375, 0.1903076171875, 0.0972900390625, 0.1126708984375, 0.0970458984375, 0.17822265625, 0.0316162109375, 0....
embed
46534950_c0
46534950
fsharp
0
Title: Enumeration with specific type and property Problem title: Enumeration with specific type and property Tags: pattern-matching, f%23 Problem: Enumeration with specific type and property I want validate if an Animal is a Person and its name is Alex. Person object: type Person(name: string) = member this.Name = nam...
Enumeration with specific type and property Enumeration with specific type and property pattern-matching f%23 Enumeration Person this.Name Animal Cat Dog KnowAnimal person.Name Alex Enumeration with specific type and property I want validate if an Animal is a Person and its name is Alex. Person object: Enumration: Patt...
[ -0.010498046875, 0.003936767578125, 0.01123046875, 0.020263671875, 0.0047607421875, -0.004150390625, -0.030029296875, 0.0283203125, -0.010009765625, -0.022216796875, 0.01275634765625, 0.017333984375, 0.0169677734375, 0.006927490234375, 0.0162353515625, -0.00811767578125, 0.0024108886...
[ 357, 15537, 30494, 678, 29458, 10644, 136, 57266, 103510, 98753, 214, 1238, 3949, 3742, 15270, 903, 163612, 82821, 18826, 41129, 70829, 93, 2749, 3445, 20984, 3444, 44622, 67, 2174, 142, 83, 10, 6863, 9351, 36746, 316, 9876, 22766, 14858 ]
[ 0.08526611328125, 0.2447509765625, 0.1156005859375, 0.1258544921875, 0.2149658203125, 0.1929931640625, 0.1053466796875, 0.2066650390625, 0.1956787109375, 0.2171630859375, 0.0687255859375, 0.0858154296875, 0.0616455078125, 0.148681640625, 0.197509765625, 0.112060546875, 0.109252929687...
embed
24796930_c0
24796930
fsharp
0
Title: Difference between `let f = fun a -&gt; a-1` and `let f a = a-1` in F# Problem title: Difference between `let f = fun a -&gt; a-1` and `let f a = a-1` in F# Tags: f%23, semantics Problem: Difference between `let f = fun a -> a-1` and `let f a = a-1` in F# In F#, is there any difference whatsoever between let f =...
Difference between `let f = fun a -&gt; a-1` and `let f a = a-1` in F# Difference between `let f = fun a -&gt; a-1` and `let f a = a-1` in F# f%23 semantics Difference a-1 Difference between `let f = fun a -> a-1` and `let f a = a-1` in F# In F#, is there any difference whatsoever between let f = fun a -> a-1 and let f...
[ 0.00238037109375, 0.00738525390625, -0.00244140625, 0.0213623046875, -0.003082275390625, -0.004974365234375, -0.0091552734375, 0.00151824951171875, -0.0072021484375, 0.00897216796875, -0.0120849609375, 0.0291748046875, -0.013671875, 0.01385498046875, 0.0218505859375, -0.013671875, 0....
[ 803, 18234, 6620, 17721, 1974, 1238, 2203, 7477, 10, 20, 1230, 5386, 5759, 136, 563, 4904, 3742, 484, 109109, 33079, 23, 360, 60212, 2633, 3055, 83, 42856, 6002, 102, 49086, 101087, 36770, 26785, 9969, 34759, 34831, 6626, 50218 ]
[ 0.10528564453125, 0.1976318359375, 0.076416015625, 0.09027099609375, 0.202880859375, 0.2138671875, 0.19091796875, 0.2230224609375, 0.18212890625, 0.0838623046875, 0.055633544921875, 0.1519775390625, 0.242919921875, 0.05242919921875, 0.104248046875, 0.2095947265625, 0.0816650390625, ...
embed
55799957_c0
55799957
fsharp
0
Title: Why I can&#x27;t inherit from System.Tuple in F# Problem title: Why I can&#x27;t inherit from System.Tuple in F# Tags: sealed, f%23 Problem: Why I can't inherit from System.Tuple in F# using Visual Studio 2017 I'm trying to compile the following F# snippet type Foo() = inherit System.Tuple<string,string>("","") ...
Why I can&#x27;t inherit from System.Tuple in F# Why I can&#x27;t inherit from System.Tuple in F# sealed f%23 System.Tuple Why Foo Why I can't inherit from System.Tuple in F# using Visual Studio 2017 I'm trying to compile the following F# snippet which fails telling me that I cannot inherit from sealed type. I inspecte...
[ 0.00909423828125, 0.00762939453125, -0.00946044921875, 0.01470947265625, -0.0006103515625, -0.0166015625, -0.0050048828125, 0.013427734375, 0.005401611328125, -0.0172119140625, -0.00286865234375, 0.0213623046875, -0.002044677734375, 0.0390625, -0.005157470703125, 0.007568359375, 0.02...
[ 44084, 87, 831, 3768, 18, 23, 3334, 217, 1295, 12353, 15665, 8705, 563, 4904, 5, 28704, 297, 1238, 9572, 73372, 22968, 505, 9969, 1340, 93, 58134, 35782, 53418, 10644, 134071, 93774, 3467, 254, 50886, 959, 5974, 44160, 15431, 143434, 2355...
[ 0.1129150390625, 0.016845703125, 0.108642578125, 0.012969970703125, 0.1112060546875, 0.08251953125, 0.1943359375, 0.1341552734375, 0.08026123046875, 0.14697265625, 0.1246337890625, 0.203369140625, 0.1278076171875, 0.193359375, 0.032623291015625, 0.1644287109375, 0.0816650390625, 0....
embed
79491601_c0
79491601
fsharp
0
Title: Does string interpolation work the same for C# and F#? Problem title: Does string interpolation work the same for C# and F#? Tags: c%23, .net, f%23 Problem: Does string interpolation work the same for C# and F#? I expected string interpolation to be the exact same for F# and C#. This is fine for C#: var x = $"{1...
Does string interpolation work the same for C# and F#? Does string interpolation work the same for C# and F#? c%23 .net f%23 Does Does string interpolation work the same for C# and F#? I expected string interpolation to be the exact same for F# and C#. This is fine for C#: This does not work for F#: Looking for an expl...
[ -0.0036468505859375, -0.01141357421875, -0.006561279296875, 0.00830078125, -0.0096435546875, 0.00677490234375, 0.00335693359375, -0.0019989013671875, 0.00860595703125, 0.0306396484375, -0.001556396484375, 0.0013427734375, -0.00408935546875, -0.00148773193359375, 0.008544921875, -0.0000...
[ 101790, 79315, 1940, 5877, 2320, 4488, 5701, 100, 313, 4904, 136, 563, 3742, 1179, 1238, 84751, 186, 24763, 5885, 3293, 14602, 959, 187136, 41206, 16265, 54, 919, 64, 441, 60212, 138410, 89280, 254, 196651, 239879, 10433, 27686, 91693 ]
[ 0.032501220703125, 0.2198486328125, 0.1517333984375, 0.170654296875, 0.08905029296875, 0.1243896484375, 0.1170654296875, 0.057373046875, 0.0654296875, 0.1810302734375, 0.1002197265625, 0.1239013671875, 0.022369384765625, 0.1156005859375, 0.05303955078125, 0.0623779296875, 0.000915527...
embed
15502965_c0
15502965
fsharp
0
Title: Google Maps Heatmap in Websharper? Problem title: Google Maps Heatmap in Websharper? Tags: f%23, google-maps, websharper Problem: Google Maps Heatmap in Websharper? I'm evaluating Websharper, and the project I'm doing is all about heat maps in Google Maps. Is it possible to use the Google Maps extension for Webs...
Google Maps Heatmap in Websharper? Google Maps Heatmap in Websharper? f%23 google-maps websharper Google Maps Heatmap Websharper IntelliFactory.WebSharper.Google.Maps Google Maps Heatmap in Websharper? I'm evaluating Websharper, and the project I'm doing is all about heat maps in Google Maps. Is it possible to use the ...
[ -0.01287841796875, 0.0218505859375, 0.0067138671875, -0.037841796875, 0.004119873046875, -0.00396728515625, 0.00151824951171875, -0.0220947265625, -0.006622314453125, -0.0093994140625, 0.0030059814453125, 0.0052490234375, 0.019775390625, 0.01177978515625, 0.006988525390625, 0.003097534...
[ 1815, 103033, 1529, 257, 62346, 23, 4002, 89280, 1264, 32, 26484, 1467, 24018, 150, 135518, 31667, 30474, 3467, 16630, 166179, 151575, 13452, 1672, 80097, 22288, 2071, 7722, 4527, 111938, 100, 44116, 184748, 23180, 209806, 231602, 892, 27077, ...
[ 0.1689453125, 0.2042236328125, 0.193359375, 0.1236572265625, 0.229248046875, 0.096435546875, 0.1302490234375, 0.1937255859375, 0.212646484375, 0.000335693359375, 0.10748291015625, 0.09136962890625, 0.053619384765625, 0.0266571044921875, 0.107666015625, 0.080078125, 0.0290374755859375...
embed
18808219_c0
18808219
fsharp
0
Title: When debugging F#, can you skip the last statement of a function? Problem title: When debugging F#, can you skip the last statement of a function? Tags: c%23-to-f%23, debugging, visual-studio-debugging, f%23 Problem: When debugging F#, can you skip the last statement of a function? In C# if I want to skip the la...
When debugging F#, can you skip the last statement of a function? When debugging F#, can you skip the last statement of a function? c%23-to-f%23 debugging visual-studio-debugging f%23 When Set Next Statement Ctrl Shift F10 When debugging F#, can you skip the last statement of a function? In C# if I want to skip the las...
[ 0.0019378662109375, 0.012451171875, 0.003814697265625, 0.007354736328125, -0.002593994140625, -0.025634765625, -0.00531005859375, -0.002410888671875, -0.003997802734375, 0.025634765625, 0.004638671875, 0.00022792816162109375, -0.00921630859375, 0.0035552978515625, 0.01806640625, 0.0033...
[ 14847, 8, 978, 36659, 563, 4904, 831, 21658, 4568, 63805, 32354, 111, 27495, 188, 420, 3742, 21176, 52629, 112, 1238, 19943, 4997, 22836, 68847, 8294, 2480, 963, 360, 313, 3444, 47, 55300, 21407, 13810, 42, 86658, 9709, 538, 1620, 329, ...
[ 0.00390625, 0.1422119140625, 0.19189453125, 0.0924072265625, 0.135009765625, 0.1998291015625, 0.080078125, 0.1953125, 0.205810546875, 0.2374267578125, 0.16748046875, 0.020172119140625, 0.0318603515625, 0.08123779296875, 0.0626220703125, 0.0076904296875, 0.09417724609375, 0.08691406...
embed
34264493_c0
34264493
fsharp
0
Title: How do I use F# FAKE&#x27;s DropDb followed by a failwith? Problem title: How do I use F# FAKE&#x27;s DropDb followed by a failwith? Tags: f%23-fake, f%23, database, sql Problem: How do I use F# FAKE's DropDb followed by a failwith? When an error is thrown in one of my Target functions, I would like my applicati...
How do I use F# FAKE&#x27;s DropDb followed by a failwith? How do I use F# FAKE&#x27;s DropDb followed by a failwith? f%23-fake f%23 database sql How FAKE DropDb Migration How do I use F# FAKE's DropDb followed by a failwith? When an error is thrown in one of my Target functions, I would like my application to first Dr...
[ 0.006378173828125, 0.023193359375, -0.00921630859375, -0.019775390625, 0.003814697265625, 0, 0.01361083984375, -0.0341796875, 0.0096435546875, -0.00162506103515625, 0.010498046875, 0.0283203125, -0.003265380859375, -0.0000553131103515625, 0.0120849609375, -0.017578125, 0.010437011718...
[ 11249, 4527, 563, 4904, 119960, 3768, 130403, 397, 275, 134629, 35782, 76228, 1238, 27495, 1021, 350, 3742, 63399, 99247, 180809, 7, 18499, 104250, 160017, 32354, 1884, 38415, 5117, 25632, 18151, 8108, 36069, 3249, 4734, 24145, 28484 ]
[ 0.0235595703125, 0.08905029296875, 0.1077880859375, 0.173583984375, 0.1851806640625, 0.0221710205078125, 0.1712646484375, 0.127685546875, 0.20361328125, 0.09686279296875, 0.1806640625, 0.1846923828125, 0.025390625, 0.0279998779296875, 0.1207275390625, 0.10577392578125, 0.037719726562...
embed
75643744_c0
75643744
fsharp
0
Title: F#: CSV cleaning Problem title: F#: CSV cleaning Tags: f%23-data, data-cleaning, f%23, csv Problem: F#: CSV cleaning I'm trying using F# to clean a CSV dataset. For example I want to change string values in one column to lower case. I don't know if it's better to work with loaded data as CsvProvider Rows or I sh...
F#: CSV cleaning F#: CSV cleaning f%23-data data-cleaning f%23 csv CSV F#: CSV cleaning I'm trying using F# to clean a CSV dataset. For example I want to change string values in one column to lower case. I don't know if it's better to work with loaded data as CsvProvider Rows or I should create some struct and convert ...
[ -0.0098876953125, 0.01171875, 0.01324462890625, 0.0224609375, 0.0211181640625, 0.006561279296875, -0.00286865234375, 0.0059814453125, -0.00121307373046875, 0.046875, -0.0167236328125, 0.00482177734375, -0.006622314453125, 0.011474609375, 0.004364013671875, -0.004058837890625, 0.00958...
[ 563, 4904, 12, 313, 43486, 174033, 1238, 27495, 10135, 2053, 11030, 11, 592, 3742, 20763, 334, 31577, 17368, 46622, 3509, 3444, 47, 15549, 79315, 142424, 1632, 3365, 316, 92319, 7225, 3714, 11522, 4488, 72367, 237, 67756, 177997, 62160, 961...
[ 0.1319580078125, 0.2265625, 0.027099609375, 0.1004638671875, 0.29296875, 0.2939453125, 0.109375, 0.087890625, 0.0750732421875, 0.0938720703125, 0.19482421875, 0.1407470703125, 0.01104736328125, 0.0992431640625, 0.1337890625, 0.184326171875, 0.046722412109375, 0.042449951171875, 0...
embed
16629098_c1
16629098
fsharp
1
Type a = MySub1 UTCTime String (Double -> MyType a) | MySub2 a | MySub3 UTCTime String (Bool -> MyType a) myFun1 :: UTCTime -> OtherType a -> MyType a myFun1 time o = myFun1' o MySub2 where myFun1' :: OtherType b-> (b -> MyType a) -> MyType a myFun1' (OtherType1 name) k = MySub1 time name k myFun1' (OtherType2 name) k ...
Type a = MySub1 UTCTime String (Double -> MyType a) | MySub2 a | MySub3 UTCTime String (Bool -> MyType a) myFun1 :: UTCTime -> OtherType a -> MyType a myFun1 time o = myFun1' o MySub2 where myFun1' :: OtherType b-> (b -> MyType a) -> MyType a myFun1' (OtherType1 name) k = MySub1 time name k myFun1' (OtherType2 name) k ...
[ -0.0146484375, 0.01226806640625, 0.0101318359375, -0.0159912109375, -0.0030364990234375, -0.0244140625, -0.0306396484375, -0.0074462890625, 0.010009765625, -0.04052734375, 0.00445556640625, -0.019287109375, -0.0029144287109375, 0.000732421875, -0.001556396484375, -0.00909423828125, 0...
[ 60457, 10, 2646, 96472, 418, 99577, 70059, 23351, 214, 34, 2661, 196707, 304, 363, 12647, 929, 759, 97249, 64511, 1733, 36, 2203, 876, 9319, 9351, 472, 26458, 831, 23749, 41072, 7, 186, 143126, 3674, 23, 563, 4904, 28864, 26073, 135421, ...
[ 0.2315673828125, 0.126708984375, 0.1163330078125, 0.2359619140625, 0.06622314453125, 0.122802734375, 0.186767578125, 0.1463623046875, 0.0413818359375, 0.035125732421875, 0.08502197265625, 0.2335205078125, 0.05609130859375, 0.108642578125, 0.005645751953125, 0.1236572265625, 0.0722656...
embed
33982971_c0
33982971
fsharp
0
Title: Interactive Window fails to execute when referencing functions across multiple files Problem title: Interactive Window fails to execute when referencing functions across multiple files Tags: f%23 Problem: Interactive Window fails to execute when referencing functions across multiple files How can I successfully ...
Interactive Window fails to execute when referencing functions across multiple files Interactive Window fails to execute when referencing functions across multiple files f%23 Interactive Window Interactive Window fails to execute when referencing functions across multiple files How can I successfully use the Interactiv...
[ 0.0016326904296875, -0.0002346038818359375, 0.00640869140625, 0.0228271484375, 0.006591796875, 0.01531982421875, 0.0186767578125, -0.0274658203125, 0.0111083984375, -0.01177978515625, -0.00897216796875, 0.0238037109375, 0.013916015625, 0.0069580078125, 0.027099609375, -0.00848388671875...
[ 5337, 71232, 176501, 35782, 47, 71924, 13, 3229, 142447, 214, 32354, 36880, 48716, 102158, 1238, 3949, 3742, 831, 65771, 4527, 28032, 563, 4904, 91067, 29806, 45367, 81887, 62775, 1829, 53299, 25632, 18499 ]
[ 0.1796875, 0.2249755859375, 0.2587890625, 0.19775390625, 0.03106689453125, 0.1717529296875, 0.05859375, 0.06402587890625, 0.2481689453125, 0.038818359375, 0.1456298828125, 0.1788330078125, 0.1590576171875, 0.1727294921875, 0.05712890625, 0.011810302734375, 0.114990234375, 0.0003356...
embed
63654100_c1
63654100
fsharp
1
Configuration() .WriteTo.Elasticsearch(new ElasticsearchSinkOptions(new Uri("http://localhost:9200") ){ AutoRegisterTemplate = true, AutoRegisterTemplateVersion = AutoRegisterTemplateVersion.ESv6 }); Code signals: Inline, Object, Creation, Options, Name, SomeProperty, ServiceBuilder, ApplyOptions, Apply, TheService, Bu...
Configuration() .WriteTo.Elasticsearch(new ElasticsearchSinkOptions(new Uri("http://localhost:9200") ){ AutoRegisterTemplate = true, AutoRegisterTemplateVersion = AutoRegisterTemplateVersion.ESv6 }); Code signals: Inline, Object, Creation, Options, Name, SomeProperty, ServiceBuilder, ApplyOptions, Apply, TheService, Bu...
[ -0.00299072265625, 0.0220947265625, -0.00128936767578125, -0.00007295608520507812, 0.00177764892578125, -0.00173187255859375, -0.007110595703125, -0.00994873046875, 0.01416015625, 0.018310546875, -0.0322265625, 0.0260009765625, 0.01348876953125, 0.0025787353515625, 0.0172119140625, -0....
[ 1657, 59994, 2320, 132, 1456, 18781, 7763, 7623, 11, 28692, 86250, 54936, 37905, 294, 14068, 39029, 5256, 130885, 5475, 696, 98908, 40294, 12, 1126, 5955, 4396, 54601, 19656, 159065, 19309, 29568, 178390, 6706, 334, 910, 28864, 26073, 360, ...
[ 0.057342529296875, 0.234375, 0.041412353515625, 0.0141754150390625, 0.045684814453125, 0.1505126953125, 0.2232666015625, 0.1611328125, 0.173095703125, 0.1865234375, 0.27880859375, 0.050018310546875, 0.1998291015625, 0.0212860107421875, 0.204833984375, 0.190673828125, 0.0775146484375,...
embed
11180971_c0
11180971
fsharp
0
Title: Dealing with large files Problem title: Dealing with large files Tags: .net, f%23 Problem: Dealing with large files I have a large log file that I need to parse with F# on Windows 8. A server is constantly running that writes to the end of the log file by adding new lines. The log files are checked every minute ...
Dealing with large files Dealing with large files .net f%23 Dealing Dealing with large files I have a large log file that I need to parse with F# on Windows 8. A server is constantly running that writes to the end of the log file by adding new lines. The log files are checked every minute for changes. Instead of repars...
[ 0.0017242431640625, 0.0169677734375, -0.002899169921875, -0.0126953125, -0.004669189453125, 0.005218505859375, -0.0179443359375, 0.0026092529296875, 0.0142822265625, -0.01611328125, 0.00604248046875, 0.01336669921875, -0.00762939453125, 0.0263671875, 0.00457763671875, 0.00970458984375,...
[ 90943, 214, 678, 21334, 102158, 5, 1179, 1238, 3949, 3742, 765, 12684, 11435, 3871, 366, 184, 563, 4904, 98, 3773, 3217, 10723, 178308, 51042, 33022, 47, 3564, 154107, 3525, 124519, 621, 12765, 11907, 15393, 100, 65572, 175399, 66417, 6953,...
[ 0.159912109375, 0.03857421875, 0.10791015625, 0.1441650390625, 0.179931640625, 0.00164794921875, 0.1600341796875, 0.061279296875, 0.03839111328125, 0.1502685546875, 0.030426025390625, 0.162353515625, 0.160400390625, 0.0567626953125, 0.1119384765625, 0.11376953125, 0.12353515625, 0....
embed
24233445_c0
24233445
fsharp
0
Title: Why doesn&#x27;t F# support Edit and Continue? Problem title: Why doesn&#x27;t F# support Edit and Continue? Tags: .net, edit-and-continue, f%23, visual-studio Problem: Why doesn't F# support Edit and Continue? Visual Studio's Edit and Continue and other IDE's equivalent operations are very effective for experim...
Why doesn&#x27;t F# support Edit and Continue? Why doesn&#x27;t F# support Edit and Continue? .net edit-and-continue f%23 visual-studio Why Edit Continue Why doesn't F# support Edit and Continue? Visual Studio's Edit and Continue and other IDE's equivalent operations are very effective for experimentation in interactiv...
[ 0.000293731689453125, -0.006134033203125, 0.00063323974609375, 0.002288818359375, -0.0003681182861328125, 0.005218505859375, -0.00823974609375, -0.0021820068359375, -0.00183868408203125, 0.01904296875, 0.00927734375, -0.00811767578125, -0.006591796875, 0.010009765625, 0.0274658203125, ...
[ 44084, 22027, 3768, 18, 563, 4904, 8060, 42079, 136, 24812, 1179, 27211, 2940, 133891, 1238, 3742, 21176, 52629, 73372, 22968, 36497, 183234, 41018, 4552, 60266, 28007, 212398, 86685, 456, 17137, 4027, 1957, 93425, 18151, 15549, 1733, 21771, ...
[ 0.085205078125, 0.0548095703125, 0.031280517578125, 0.100830078125, 0.1572265625, 0.2381591796875, 0.1878662109375, 0.2376708984375, 0.1396484375, 0.2313232421875, 0.114990234375, 0.2000732421875, 0.0899658203125, 0.1510009765625, 0.0709228515625, 0.045074462890625, 0.1539306640625, ...
embed
35039921_c0
35039921
fsharp
0
Title: Is it possible to use arrays as static parameters in F# type providers? Problem title: Is it possible to use arrays as static parameters in F# type providers? Tags: type-providers, f%23 Problem: Is it possible to use arrays as static parameters in F# type providers? I want to create a type provider with a static...
Is it possible to use arrays as static parameters in F# type providers? Is it possible to use arrays as static parameters in F# type providers? type-providers f%23 Is it possible to use arrays as static parameters in F# type providers? I want to create a type provider with a static parameter that is an array. I thought...
[ 0.00592041015625, 0.00994873046875, 0.0113525390625, 0.000583648681640625, -0.024658203125, -0.003173828125, -0.01287841796875, 0.001007080078125, 0.0069580078125, -0.00921630859375, -0.0086669921875, -0.01214599609375, 0.0026092529296875, 0.0030975341796875, 0.011474609375, -0.0179443...
[ 2071, 7722, 4527, 10298, 4778, 237, 201939, 171859, 7, 563, 4904, 10644, 81450, 23, 93136, 14202, 1238, 3742, 442, 28282, 678, 83, 53, 87, 4488, 128489, 4288, 79315, 959, 167729, 63769, 48502, 151138, 10336, 123055, 43486, 334, 102158, 1549...
[ 0.0290374755859375, 0.157470703125, 0.12109375, 0.2027587890625, 0.2099609375, 0.07562255859375, 0.2357177734375, 0.21630859375, 0.0343017578125, 0.1082763671875, 0.201904296875, 0.2144775390625, 0.246826171875, 0.00909423828125, 0.141357421875, 0.04473876953125, 0.001007080078125, ...
embed
37598749_c0
37598749
fsharp
0
Title: what does the # symbol mean in an f# function signature? Problem title: what does the # symbol mean in an f# function signature? Tags: symbols, type-signature, types, casting, f%23 Problem: what does the # symbol mean in an f# function signature? I have seen a function defined like this: let private applyTarget ...
what does the # symbol mean in an f# function signature? what does the # symbol mean in an f# function signature? symbols type-signature types casting f%23 ILogger logger.Debug logger:ILogger what does the # symbol mean in an f# function signature? I have seen a function defined like this: What does the # symbol mean i...
[ -0.00109100341796875, -0.007171630859375, -0.0009918212890625, 0.002227783203125, -0.006378173828125, 0.01434326171875, -0.041259765625, 0.019287109375, 0.0081787109375, 0.01080322265625, 0.031005859375, -0.035400390625, -0.0029296875, 0.01116943359375, 0.000911712646484375, 0.00216674...
[ 2367, 468, 26582, 29459, 23, 1238, 4904, 32354, 138256, 10644, 137432, 52895, 176050, 3742, 87, 113972, 1505, 73088, 42, 85779, 31, 21407, 14602, 70, 61924, 4865, 60212, 17721 ]
[ 0.0230712890625, 0.170654296875, 0.2027587890625, 0.110107421875, 0.022796630859375, 0.0821533203125, 0.1480712890625, 0.1480712890625, 0.1866455078125, 0.0859375, 0.131103515625, 0.1082763671875, 0.125, 0.045501708984375, 0.048492431640625, 0.0841064453125, 0.092041015625, 0.07751...
embed
42253991_c0
42253991
fsharp
0
Title: How do I properly override a constrained method Problem title: How do I properly override a constrained method Tags: f%23, type-constraints Problem: How do I properly override a constrained method How do I override the method Zero in the following code in such a way that I can return Euro(0) for the definiton in...
How do I properly override a constrained method How do I properly override a constrained method f%23 type-constraints How Zero Euro AbstractClass Currency this.Value this.Zero How do I properly override a constrained method How do I override the method Zero in the following code in such a way that I can return Euro(0) ...
[ -0.029541015625, -0.036865234375, 0.0107421875, 0.00168609619140625, 0.011474609375, -0.009765625, -0.01177978515625, -0.006805419921875, 0.00665283203125, 0.008544921875, -0.01373291015625, 0.0003566741943359375, -0.0028228759765625, 0.00138092041015625, -0.0045166015625, -0.028564453...
[ 11249, 155965, 645, 416, 112, 158, 9297, 122009, 55300, 87, 1238, 3949, 3742, 10644, 2271, 2816, 4288, 83947, 3939, 233973, 140803, 17065, 982, 903, 856, 50770, 1511, 4036, 54, 23, 18151, 30646, 177609, 71496, 191 ]
[ 0.0175018310546875, 0.1326904296875, 0.06976318359375, 0.1802978515625, 0.1204833984375, 0.0753173828125, 0.1539306640625, 0.1177978515625, 0.1678466796875, 0.03411865234375, 0.07025146484375, 0.00164794921875, 0.118408203125, 0.1253662109375, 0.04541015625, 0.148681640625, 0.0848388...
embed
766662_c0
766662
fsharp
0
Title: How to indent F# code in Visual Studio 2008 in #light mode Problem title: How to indent F# code in Visual Studio 2008 in #light mode Tags: f%23, visual-studio, indentation Problem: How to indent F# code in Visual Studio 2008 in #light mode Is pressing spacebar only way to indent for F# in #light mode? This seems...
How to indent F# code in Visual Studio 2008 in #light mode How to indent F# code in Visual Studio 2008 in #light mode f%23 visual-studio indentation How Visual Studio Tools Options Text Editor Tabs How to indent F# code in Visual Studio 2008 in #light mode Is pressing spacebar only way to indent for F# in #light mode? ...
[ 0.01312255859375, -0.01153564453125, 0.01416015625, 0.021240234375, -0.0029754638671875, 0.00811767578125, -0.0037841796875, 0.011962890625, 0.00194549560546875, -0.00162506103515625, 0.0184326171875, 0.000385284423828125, -0.0223388671875, 0.0012359619140625, 0.01177978515625, -0.0021...
[ 11249, 47, 18597, 18, 563, 4904, 18151, 23, 73372, 22968, 2021, 20016, 13736, 1238, 3742, 21176, 52629, 22062, 119296, 152448, 24129, 69340, 22193, 24234, 32628, 1299, 3917, 11522, 1909, 44160, 2016, 51620, 33657, 43045 ]
[ 0.026702880859375, 0.0247039794921875, 0.184326171875, 0.137939453125, 0.12939453125, 0.2015380859375, 0.192138671875, 0.03662109375, 0.157958984375, 0.16943359375, 0.199951171875, 0.1329345703125, 0.0999755859375, 0.0582275390625, 0.0391845703125, 0.088623046875, 0.1082763671875, ...
embed
19093585_c1
19093585
fsharp
1
Enumerable``1[T] . I have tried adding and removing type parameters to no avail. I need the type paramenter (and the Task) in the interface, because it is implemented by someone else in C#. Is this an issue with the generateAddInvocation method or am I calling the verify wrong? Code signals: Using, Foq, Verify, IAppDat...
Enumerable``1[T] . I have tried adding and removing type parameters to no avail. I need the type paramenter (and the Task) in the interface, because it is implemented by someone else in C#. Is this an issue with the generateAddInvocation method or am I calling the verify wrong? Code signals: Using, Foq, Verify, IAppDat...
[ -0.0106201171875, 0.01220703125, -0.01708984375, 0.010009765625, -0.004730224609375, -0.00067901611328125, 0.002716064453125, -0.003814697265625, 0.0172119140625, -0.0206298828125, 0.005615234375, -0.0050048828125, -0.0252685546875, 0.0169677734375, -0.00982666015625, -0.01904296875, ...
[ 357, 316, 56, 2886, 164721, 418, 1065, 618, 37842, 154107, 49146, 10644, 171859, 110, 25820, 3871, 121, 674, 2940, 9598, 92, 23, 101758, 29479, 22008, 37076, 313, 4904, 903, 31089, 139392, 4028, 4153, 202010, 55300, 159029, 493, 40383, 4469...
[ 0.07769775390625, 0.2181396484375, 0.1749267578125, 0.20751953125, 0.1405029296875, 0.0845947265625, 0.02044677734375, 0.1529541015625, 0.06658935546875, 0.1298828125, 0.06744384765625, 0.234130859375, 0.250732421875, 0.01226806640625, 0.0164031982421875, 0.13330078125, 0.14807128906...
embed
53198513_c0
53198513
fsharp
0
Title: Can&#x27;t Update Mutable Field in Struct? Problem title: Can&#x27;t Update Mutable Field in Struct? Tags: f%23, mutable, struct Problem: Can't Update Mutable Field in Struct? Can anyone tell me why this Counter struct won't work? It always resets the value to 0 between calls to Incr. type Counter = struct val m...
Can&#x27;t Update Mutable Field in Struct? Can&#x27;t Update Mutable Field in Struct? f%23 mutable struct Can Update Mutable Field Struct Counter this.Incr this.i this.Count s:string x.Incr x.Count Can't Update Mutable Field in Struct? Can anyone tell me why this Counter struct won't work? It always resets the value to...
[ -0.00537109375, 0.018798828125, 0.0296630859375, 0.01434326171875, 0.01434326171875, 0.0260009765625, 0.01361083984375, 0.0004673004150390625, 0.0203857421875, 0.033935546875, -0.006591796875, 0.015869140625, 0.0260009765625, -0.0166015625, 0.048828125, -0.015869140625, -0.0117797851...
[ 4171, 3768, 18, 28641, 2758, 22819, 117657, 23, 63667, 15390, 3742, 842, 36716, 197956, 903, 4153, 23150, 14, 108210, 91, 91693, 1022, 14192, 15400, 23742, 4488, 11343, 168398, 34292, 47, 757, 17721, 11782, 8942, 42 ]
[ 0.1065673828125, 0.053466796875, 0.106689453125, 0.2188720703125, 0.1536865234375, 0.225830078125, 0.2332763671875, 0.068603515625, 0.2041015625, 0.159912109375, 0.045074462890625, 0.1214599609375, 0.2156982421875, 0.1900634765625, 0.1014404296875, 0.06268310546875, 0.1153564453125, ...
embed
62975222_c0
62975222
fsharp
0
Title: How do you link with another project in .net Problem title: How do you link with another project in .net Tags: .net, c%23, f%23, .net-core, linux Problem: How do you link with another project in .net How do I link with another project in .netcore? I'm using Linux and VSCode and I want to link to another project ...
How do you link with another project in .net How do you link with another project in .net .net c%23 f%23 .net-core linux How How do you link with another project in .net How do I link with another project in .netcore? I'm using Linux and VSCode and I want to link to another project that is in another directory on my fi...
[ -0.0125732421875, 0.012939453125, -0.00921630859375, 0.0125732421875, -0.0069580078125, -0.00958251953125, -0.0004367828369140625, 0.0191650390625, 0.01446533203125, -0.031982421875, -0.00799560546875, -0.0159912109375, -0.0235595703125, 0.044189453125, -0.004638671875, -0.004058837890...
[ 11249, 54, 3126, 678, 15700, 13452, 23, 5, 1179, 3742, 30854, 11508, 6077, 87, 17368, 29908, 136, 44160, 114211, 3444, 47, 14364, 11435, 16751, 9969, 1340, 93002, 6713, 60875, 35707, 1651, 23035, 15190, 661, 17447, 3454, 170, 563, 4904, 4...
[ 0.0859375, 0.05523681640625, 0.2349853515625, 0.18115234375, 0.1558837890625, 0.1951904296875, 0.07342529296875, 0.07171630859375, 0.2073974609375, 0.0526123046875, 0.2459716796875, 0.04388427734375, 0.0693359375, 0.0167083740234375, 0.05462646484375, 0.1583251953125, 0.0182647705078...
embed
41589334_c0
41589334
fsharp
0
Title: F# currying - calling with two parameters Problem title: F# currying - calling with two parameters Tags: currying, f%23 Problem: F# currying - calling with two parameters I have problem, that can be reduced to following example: let func a b c = printf "%s %s %s" a b c let partial = func "a" let something_that_r...
F# currying - calling with two parameters F# currying - calling with two parameters currying f%23 something_that_returns_two_parameters F# currying - calling with two parameters I have problem, that can be reduced to following example: My expected result is func being called with "a" "b" "c". I can edit last two lines....
[ 0.00286865234375, -0.0196533203125, 0.01116943359375, 0.0242919921875, 0.00799560546875, 0.03271484375, 0.0052490234375, -0.03466796875, 0.0145263671875, -0.0306396484375, 0.0111083984375, 0.015625, -0.01416015625, 0.0115966796875, -0.004547119140625, -0.0306396484375, -0.00714111328...
[ 563, 4904, 198555, 214, 159029, 678, 6626, 171859, 1238, 3949, 3742, 9844, 86673, 65395, 1779, 55547, 6276, 29089, 765, 2967, 34390, 27781, 84751, 16750, 7477, 238, 8035, 35839, 11, 275, 831, 27211, 4568, 124519, 1861, 4854, 2886 ]
[ 0.1033935546875, 0.1826171875, 0.2152099609375, 0.1473388671875, 0.1490478515625, 0.102783203125, 0.1724853515625, 0.221923828125, 0.0760498046875, 0.005645751953125, 0.1337890625, 0.0228729248046875, 0.006378173828125, 0.1397705078125, 0.013763427734375, 0.1734619140625, 0.106079101...
embed
22514486_c0
22514486
fsharp
0
Title: Can I use F#&#x27;s Ticked Function name notation for C# Methods? Problem title: Can I use F#&#x27;s Ticked Function name notation for C# Methods? Tags: c%23, f%23 Problem: Can I use F#'s Ticked Function name notation for C# Methods? In the F# language it is possible to name functions using ``Ticked function nam...
Can I use F#&#x27;s Ticked Function name notation for C# Methods? Can I use F#&#x27;s Ticked Function name notation for C# Methods? c%23 f%23 Can Ticked Methods Underscored_method_names PascalMethodNames Can I use F#'s Ticked Function name notation for C# Methods? In the F# language it is possible to name functions usi...
[ 0.01531982421875, 0.01190185546875, 0.02685546875, 0.000244140625, -0.006317138671875, -0.0299072265625, -0.00848388671875, 0.004974365234375, -0.00119781494140625, -0.0118408203125, 0.004669189453125, -0.0016021728515625, -0.0125732421875, 0.0245361328125, 0.00823974609375, -0.0138549...
[ 4171, 87, 4527, 563, 4904, 3768, 2371, 76622, 28670, 10763, 9351, 110, 22062, 100, 313, 74644, 3742, 1238, 9626, 12064, 1928, 7352, 11627, 167599, 78572, 163612, 7, 360, 46876, 7722, 47, 32354, 17368, 16734, 111531, 142267, 25072, 109921, 1...
[ 0.1038818359375, 0.0458984375, 0.1268310546875, 0.1217041015625, 0.207275390625, 0.05364990234375, 0.1925048828125, 0.219482421875, 0.17431640625, 0.0843505859375, 0.1915283203125, 0.1474609375, 0.110595703125, 0.04461669921875, 0.06243896484375, 0.193115234375, 0.019561767578125, ...
embed
54139870_c0
54139870
fsharp
0
Title: How Can I Define a Record That Contains a Field named as &quot;type&quot;? Problem title: How Can I Define a Record That Contains a Field named as &quot;type&quot;? Tags: f%23 Problem: How Can I Define a Record That Contains a Field named as "type"? Is there a way to define a record that contains a "type" field?...
How Can I Define a Record That Contains a Field named as &quot;type&quot;? How Can I Define a Record That Contains a Field named as &quot;type&quot;? f%23 How Can Define Record Contains Field ProjectType ObjectDetection Classification Domain name:string enabled:bool How Can I Define a Record That Contains a Field named...
[ -0.01129150390625, 0.011474609375, 0.01214599609375, 0.0274658203125, -0.006683349609375, -0.01153564453125, -0.0177001953125, 0.01904296875, -0.0007476806640625, -0.00390625, 0.007720947265625, 0.000858306884765625, -0.00110626220703125, -0.01092529296875, 0.01275634765625, -0.0035858...
[ 4171, 262, 64552, 54877, 34749, 117657, 50986, 11249, 87, 4806, 3742, 5425, 27331, 196707, 134549, 30347, 237777, 93702, 91693, 225081, 142484, 24, 61924, 17164, 70541, 44457 ]
[ 0.03717041015625, 0.0911865234375, 0.1876220703125, 0.2001953125, 0.1263427734375, 0.23046875, 0.25830078125, 0.0275726318359375, 0.03564453125, 0.0107421875, 0.035003662109375, 0.036712646484375, 0.0953369140625, 0.2364501953125, 0.11328125, 0.0906982421875, 0.09130859375, 0.04690...
embed
34866516_c0
34866516
fsharp
0
Title: How do you write a generic F# delegate declaration? Problem title: How do you write a generic F# delegate declaration? Tags: f%23, c%23-to-f%23 Problem: How do you write a generic F# delegate declaration? So, how do you write a generic delegate declaration in f#? I want to get the equivalent of this c# declarati...
How do you write a generic F# delegate declaration? How do you write a generic F# delegate declaration? f%23 c%23-to-f%23 How Result TOutput Parser TInput TValue How do you write a generic F# delegate declaration? So, how do you write a generic delegate declaration in f#? I want to get the equivalent of this c# declara...
[ -0.0087890625, 0.0225830078125, -0.010986328125, -0.0079345703125, -0.01116943359375, 0.01202392578125, 0.00823974609375, -0.021240234375, 0.008056640625, 0.01019287109375, -0.007110595703125, -0.0185546875, -0.002227783203125, 0.00213623046875, 0.006500244140625, 0.004852294921875, ...
[ 11249, 33022, 189534, 563, 4904, 102329, 13, 21635, 1363, 54, 1238, 3742, 27495, 188, 420, 126684, 9926, 1003, 7077, 2392, 2189, 1910, 50770, 398, 10, 3642, 23, 3444, 2046, 183234, 903, 209806, 69307, 39210, 90, 25647, 6275 ]
[ 0.08935546875, 0.173583984375, 0.237060546875, 0.147705078125, 0.22509765625, 0.267578125, 0.152587890625, 0.1962890625, 0.070068359375, 0.02044677734375, 0.1142578125, 0.04583740234375, 0.1173095703125, 0.114501953125, 0.0672607421875, 0.11376953125, 0.0186920166015625, 0.04037475...
embed
78779067_c0
78779067
fsharp
0
Title: How can I check that an F# script file is valid without executing it? Problem title: How can I check that an F# script file is valid without executing it? Tags: f%23 Problem: How can I check that an F# script file is valid without executing it? I have some F# script files that I would like to maintain. Ideally, ...
How can I check that an F# script file is valid without executing it? How can I check that an F# script file is valid without executing it? f%23 How Invalid.fsx Not How can I check that an F# script file is valid without executing it? I have some F# script files that I would like to maintain. Ideally, it would be caugh...
[ -0.00083160400390625, 0.013916015625, -0.0002899169921875, 0.0089111328125, -0.0096435546875, 0.006103515625, -0.00347900390625, -0.0294189453125, 0.0003833770751953125, -0.006072998046875, 0.00445556640625, 0.018310546875, 0.018310546875, 0.0279541015625, 0.00836181640625, 0.001663208...
[ 11249, 831, 12765, 450, 563, 4904, 26499, 11435, 83, 35604, 15490, 71924, 1238, 3742, 360, 7013, 71, 17447, 425, 11205, 102158, 1884, 76104, 41143, 156892, 390, 26550, 81887, 42564, 56649, 621, 1284 ]
[ 0.0382080078125, 0.04632568359375, 0.17919921875, 0.023406982421875, 0.1192626953125, 0.2117919921875, 0.203125, 0.1409912109375, 0.060333251953125, 0.1817626953125, 0.11572265625, 0.0999755859375, 0.06597900390625, 0.0853271484375, 0.050018310546875, 0.15087890625, 0.0999755859375, ...
embed
49920272_c0
49920272
fsharp
0
Title: How to run FSharp.Plotly (charts) non interactive? Problem title: How to run FSharp.Plotly (charts) non interactive? Tags: f%23 Problem: How to run FSharp.Plotly (charts) non interactive? I want to create a console application that makes use of FSharp.Plotly (charts) to show statistics. However, FSharp.Plotly se...
How to run FSharp.Plotly (charts) non interactive? How to run FSharp.Plotly (charts) non interactive? f%23 How FSharp.Plotly How to run FSharp.Plotly (charts) non interactive? I want to create a console application that makes use of FSharp.Plotly (charts) to show statistics. However, FSharp.Plotly seems only able to ru...
[ -0.0016326904296875, 0.0027923583984375, 0.0142822265625, 0.00189208984375, -0.0002079010009765625, 0.0220947265625, 0.0216064453125, -0.00921630859375, 0.000050067901611328125, 0.01611328125, 0.0079345703125, 0.01446533203125, -0.003692626953125, -0.00830078125, 0.033935546875, 0.0081...
[ 11249, 47, 11675, 93774, 3467, 254, 5, 683, 12631, 538, 9254, 933, 351, 212398, 1238, 3742, 3444, 28282, 130250, 38415, 4527, 7639, 80835, 4734, 19048, 23, 17447, 425, 11435, 117432, 37842, 36272, 72367, 116287, 11782, 41382, 7, 991, 7426, ...
[ 0.097412109375, 0.044769287109375, 0.171630859375, 0.1142578125, 0.204345703125, 0.20166015625, 0.033477783203125, 0.053466796875, 0.1748046875, 0.2080078125, 0.218017578125, 0.1588134765625, 0.17333984375, 0.17724609375, 0.0308837890625, 0.04254150390625, 0.05523681640625, 0.08215...
embed
16370445_c0
16370445
fsharp
0
Title: Where is the whitespace in Fparsec v. 0.9.2 (newbie)? Problem title: Where is the whitespace in Fparsec v. 0.9.2 (newbie)? Tags: fparsec, f%23 Problem: Where is the whitespace in Fparsec v. 0.9.2 (newbie)? In Fparsec V.0.8, there is FParser.CharParser.whitespace . But in Fparsec 0.9.2, there isn't FParser.CharPa...
Where is the whitespace in Fparsec v. 0.9.2 (newbie)? Where is the whitespace in Fparsec v. 0.9.2 (newbie)? fparsec f%23 Where Fparsec FParser.CharParser.whitespace Where is the whitespace in Fparsec v. 0.9.2 (newbie)? In Fparsec V.0.8, there is FParser.CharParser.whitespace . But in Fparsec 0.9.2, there isn't FParser....
[ 0.0021514892578125, 0.006927490234375, 0.0024261474609375, 0.0245361328125, -0.01708984375, 0.0157470703125, 0.026123046875, 0.006439208984375, 0.00518798828125, 0.017822265625, -0.0021820068359375, -0.0030670166015625, -0.0098876953125, -0.0040283203125, 0.007781982421875, 0.015075683...
[ 78662, 83, 35011, 65421, 563, 2500, 39797, 81, 757, 151309, 54936, 9014, 70, 23, 5, 1238, 3949, 3742, 28636, 2189, 84068, 148477, 310, 132208, 56112, 18, 35593, 37842, 9969, 13452, 18781, 14804, 39379, 34702, 282, 4572, 133250, 4904, 138410...
[ 0.126708984375, 0.037994384765625, 0.231689453125, 0.300048828125, 0.1287841796875, 0.16650390625, 0.2161865234375, 0.1214599609375, 0.1239013671875, 0.28076171875, 0.05755615234375, 0.1734619140625, 0.011932373046875, 0.052459716796875, 0.0035400390625, 0.0810546875, 0.0123291015625...
embed
66178863_c0
66178863
fsharp
0
Title: F# creating a new list in function Problem title: F# creating a new list in function Tags: f%23 Problem: F# creating a new list in function let rec findMatches str list = let hd :: tl = list match list with | [] -> [] | (s, _) as hd :: tl when s = str -> hd :: findMatches str tl | _::tl -> findMatches str tl Thi...
F# creating a new list in function F# creating a new list in function f%23 _::tl F# creating a new list in function This is my current function and i am stuck on how to create a new list and returning the list, I would want to test my function with this and i want it to reutrn so i know that i need a int list returned
[ -0.00015354156494140625, -0.00093841552734375, 0.0203857421875, 0.00167083740234375, -0.0101318359375, 0.0031280517578125, -0.00970458984375, 0.0027313232421875, 0.016845703125, 0.005401611328125, 0.0164794921875, -0.0147705078125, 0.0189208984375, -0.00396728515625, 0.006866455078125, ...
[ 563, 4904, 105233, 10, 3525, 5303, 23, 32354, 1238, 3949, 3742, 18, 141, 43581, 179933, 3642, 28282, 30646, 70, 2806, 3444, 3034, 456, 1003, 19, 3714, 3871, 176377 ]
[ 0.1236572265625, 0.1728515625, 0.161865234375, 0.053985595703125, 0.15185546875, 0.2412109375, 0.118408203125, 0.23095703125, 0.1226806640625, 0.076904296875, 0.166015625, 0.0673828125, 0.0802001953125, 0.111572265625, 0.0963134765625, 0.006561279296875, 0.151611328125, 0.131225585...
embed
59159751_c0
59159751
fsharp
0
Title: How to convert a custom type in Fsharp to JSON string? Problem title: How to convert a custom type in Fsharp to JSON string? Tags: json, serialization, f%23 Problem: How to convert a custom type in Fsharp to JSON string? I have the following type: type ResponseJsonOk = { ok : string; } I would like to generate t...
How to convert a custom type in Fsharp to JSON string? How to convert a custom type in Fsharp to JSON string? json serialization f%23 How Fsharp JSON ResponseJsonOk How to convert a custom type in Fsharp to JSON string? I have the following type: I would like to generate the following JSON: I have created the following...
[ -0.028076171875, 0.0206298828125, 0.007232666015625, 0.0045166015625, -0.00933837890625, 0.00341796875, -0.028076171875, 0.0106201171875, -0.00933837890625, -0.001251220703125, 0.01300048828125, 0.031005859375, -0.0048828125, -0.0106201171875, 0, 0.000946044921875, -0.005523681640625...
[ 11249, 47, 96760, 114122, 10644, 23, 563, 89280, 254, 821, 58627, 79315, 10, 1647, 1681, 35686, 47691, 1238, 3742, 92748, 1375, 73852, 25632, 2806, 1884, 139392, 75935, 34292, 209806, 134598, 678, 856, 50770, 93774, 3467, 137989 ]
[ 0.042572021484375, 0.085693359375, 0.13232421875, 0.2193603515625, 0.2373046875, 0.046661376953125, 0.1243896484375, 0.18212890625, 0.178466796875, 0.1365966796875, 0.2149658203125, 0.183349609375, 0.01226806640625, 0.0809326171875, 0.1453857421875, 0.086181640625, 0.0460205078125, ...
embed
40688960_c0
40688960
fsharp
0
Title: Cannot reference assembly in Monodevelop Problem title: Cannot reference assembly in Monodevelop Tags: assembly-references, f%23, dll-reference Problem: Cannot reference assembly in Monodevelop I am using F# 4.1 with Monodevelop on Linux Mint 18 and for some reason I no longer can use the #r directive to referen...
Cannot reference assembly in Monodevelop Cannot reference assembly in Monodevelop assembly-references f%23 dll-reference Cannot Monodevelop Cannot reference assembly in Monodevelop I am using F# 4.1 with Monodevelop on Linux Mint 18 and for some reason I no longer can use the #r directive to reference a dll. No matter ...
[ -0.022216796875, 0.02001953125, 0.0145263671875, 0.0189208984375, -0.00157928466796875, -0.01116943359375, -0.006805419921875, 0.00250244140625, -0.0167236328125, -0.00701904296875, -0.0179443359375, -0.002288818359375, 0.01104736328125, 0.0390625, 0.0211181640625, -0.0021209716796875,...
[ 4171, 10869, 91067, 10, 89845, 38526, 77879, 229815, 23, 239879, 1238, 3742, 81717, 17368, 563, 4904, 61391, 29908, 62802, 543, 110, 51713, 831, 4527, 468, 42, 8951, 5844, 20600, 45804, 98169, 168081, 29822, 1543, 56776, 5337, 71232, 9433, ...
[ 0.047882080078125, 0.1488037109375, 0.28662109375, 0.00262451171875, 0.2200927734375, 0.07666015625, 0.2147216796875, 0.26953125, 0.0183868408203125, 0.1898193359375, 0.0601806640625, 0.1373291015625, 0.172607421875, 0.0330810546875, 0.0675048828125, 0.1356201171875, 0.1572265625, ...
embed
52229404_c0
52229404
fsharp
0
Title: Why is Async.RunSynchronously hanging? Problem title: Why is Async.RunSynchronously hanging? Tags: f%23 Problem: Why is Async.RunSynchronously hanging? In my f# project, I'm calling a c# library that returns me a Task. When I try to do this in my f# project, nothing happens. let str = getName() |> Async.AwaitTas...
Why is Async.RunSynchronously hanging? Why is Async.RunSynchronously hanging? f%23 Why Async.RunSynchronously Async.AwaitTask Why is Async.RunSynchronously hanging? In my f# project, I'm calling a c# library that returns me a Task. When I try to do this in my f# project, nothing happens. However, if I update my code to...
[ -0.0034942626953125, 0.002899169921875, 0.01080322265625, 0.0057373046875, -0.01092529296875, 0.0096435546875, -0.006072998046875, 0.004638671875, -0.00087738037109375, -0.031494140625, 0.01446533203125, -0.004364013671875, -0.0086669921875, -0.00537109375, 0.0281982421875, -0.00750732...
[ 44084, 83, 62, 12654, 238, 163321, 217835, 127, 1900, 79850, 10756, 214, 1238, 3742, 634, 9874, 5, 4904, 13452, 159029, 35773, 1294, 30646, 9598, 92, 9790, 33720, 96276, 28350, 18151, 10, 4488, 3584, 17336, 22027, 18, 176683, 44691 ]
[ 0.1104736328125, 0.03546142578125, 0.033966064453125, 0.206787109375, 0.1387939453125, 0.125732421875, 0.09881591796875, 0.06719970703125, 0.1558837890625, 0.14453125, 0.19384765625, 0.1259765625, 0.03350830078125, 0.06634521484375, 0.0875244140625, 0.11474609375, 0.009429931640625, ...
embed
6013852_c1
6013852
fsharp
1
Value|>freezeData managemenInfo:=None; (nID|>resolve).TakeControl (frozenData) ... private member this.GiveControl was originally declared: let giveControl but it made the compiler complain about mis-declaring a new type, until i changed it to a private method. The question is, how can I re factor this code, to merge t...
Value|>freezeData managemenInfo:=None; (nID|>resolve).TakeControl (frozenData) ... private member this.GiveControl was originally declared: let giveControl but it made the compiler complain about mis-declaring a new type, until i changed it to a private method. The question is, how can I re factor this code, to merge t...
[ 0.003326416015625, 0.01116943359375, -0.01409912109375, 0.003326416015625, -0.0017547607421875, -0.0027008056640625, 0.0260009765625, -0.005950927734375, 0.0255126953125, -0.005218505859375, 0.0301513671875, 0.005035400390625, 0.000431060791015625, 0.0234375, 0.0010223388671875, 0.0187...
[ 190060, 32087, 731, 137989, 111240, 1055, 93147, 7146, 86918, 51654, 13, 175904, 420, 70463, 14375, 32786, 903, 724, 5844, 7311, 159978, 71, 2633, 8337, 9969, 34759, 186992, 1239, 50718, 320, 3525, 10644, 98816, 55300, 9655, 3642, 831, 456, ...
[ 0.212890625, 0.1539306640625, 0.146728515625, 0.1610107421875, 0.119140625, 0.07135009765625, 0.11669921875, 0.1658935546875, 0.1270751953125, 0.142578125, 0.080322265625, 0.3095703125, 0.04425048828125, 0.2025146484375, 0.1734619140625, 0.192626953125, 0.124755859375, 0.1282958984...
embed
4278531_c0
4278531
fsharp
0
Title: F#: String.Join and |&gt; operator Problem title: F#: String.Join and |&gt; operator Tags: f%23, f%23-interactive Problem: F#: String.Join and |> operator In F# interactive, I can use String.Join("+", ["a"; "b"]) successfully, but ["a"; "b"] |> String.Join "+" produces an error: Script1.fsx(79,15): error FS0001:...
F#: String.Join and |&gt; operator F#: String.Join and |&gt; operator f%23 f%23-interactive String.Join Script1.fsx FS0001 File.WriteAllLines filename.txt F#: String.Join and |> operator In F# interactive, I can use String.Join("+", ["a"; "b"]) successfully, but produces an error: How do I use String.Join passing a col...
[ -0.00136566162109375, 0.010986328125, 0.00018310546875, 0.00994873046875, -0.0262451171875, -0.0019073486328125, -0.0035552978515625, 0.00634765625, 0.0050048828125, -0.0032958984375, -0.00823974609375, 0.02783203125, 0.0147705078125, -0.005889892578125, -0.003753662109375, -0.00952148...
[ 563, 4904, 23351, 214, 16604, 73, 136, 5386, 39933, 1238, 3742, 27495, 10433, 71232, 84654, 17447, 425, 93774, 188735, 42724, 1456, 18781, 43512, 93232, 11435, 11627, 124326, 212398, 831, 4527, 132, 1328, 11, 275, 65771, 27489, 18499, 11249, ...
[ 0.1270751953125, 0.199462890625, 0.21484375, 0.157470703125, 0.2486572265625, 0.1654052734375, 0.119140625, 0.0260009765625, 0.2060546875, 0.0872802734375, 0.0955810546875, 0.035003662109375, 0.08349609375, 0.0811767578125, 0.0870361328125, 0.041717529296875, 0.05914306640625, 0.07...
embed
48154669_c1
48154669
fsharp
1
== net47) (< net46) (>= netstandard2.0)) (== netstandard2.0) Microsoft.Azure.WebJobs.Extensions.Http (1.0.0-beta4) - restriction: || (== net47) (&& (== netstandard2.0) (>= net46)) Microsoft.Azure.WebJobs.Extensions.Http (3.0.0-beta4) - restriction: || (&& (== net47) (< net46) (>= netstandard2.0)) (== netstandard2.0) Th...
== net47) (< net46) (>= netstandard2.0)) (== netstandard2.0) Microsoft.Azure.WebJobs.Extensions.Http (1.0.0-beta4) - restriction: || (== net47) (&& (== netstandard2.0) (>= net46)) Microsoft.Azure.WebJobs.Extensions.Http (3.0.0-beta4) - restriction: || (&& (== net47) (< net46) (>= netstandard2.0)) (== netstandard2.0) Th...
[ -0.0235595703125, 0.015625, 0.0045166015625, 0.01116943359375, -0.0081787109375, -0.0244140625, 0.00079345703125, -0.0081787109375, 0.0030670166015625, 0.0057373046875, -0.00494384765625, 0.0205078125, 0.01153564453125, 0.009765625, 0.02783203125, -0.00238037109375, -0.00038146972656...
[ 6, 69112, 2043, 74329, 15, 16093, 117413, 2740, 1369, 66589, 73011, 16, 7244, 5, 219534, 13, 30474, 194802, 7, 19279, 128872, 841, 3062, 2858, 99929, 9, 59865, 29557, 185190, 1230, 254, 6896, 3293, 2843, 113771, 15769, 32102, 97249, 10763, ...
[ 0.06005859375, 0.206298828125, 0.1795654296875, 0.28173828125, 0.002838134765625, 0.092529296875, 0.2469482421875, 0.0543212890625, 0.04541015625, 0.2587890625, 0.23095703125, 0.0301971435546875, 0.1309814453125, 0.0126953125, 0.198974609375, 0.11181640625, 0.1275634765625, 0.22253...
embed
52897472_c0
52897472
fsharp
0
Title: InvalidCastException for Z3 in F# Problem title: InvalidCastException for Z3 in F# Tags: z3, f%23 Problem: InvalidCastException for Z3 in F# I try to get the Z3 solver up and running in F#. So I created a fresh F# project in Visual Studio, added a reference to Microsoft.Z3.dll , and typed in the following code: ...
InvalidCastException for Z3 in F# InvalidCastException for Z3 in F# z3 f%23 InvalidCastException System.InvalidCastException Microsoft.Z3.dll Microsoft.Z3 Context ctx.MkBoolConst Unable Microsoft.Z3.AlgebraicNum Microsoft.Z3.BoolExpr Microsoft.Z3.Context.MkBoolConst StartupCode$FSI_0013 FSI_0013.main Users Program.fs:l...
[ -0.005859375, 0.02099609375, 0.0123291015625, 0.0159912109375, 0.0107421875, -0.01019287109375, -0.01422119140625, -0.010986328125, -0.0103759765625, -0.01141357421875, -0.01300048828125, 0.009765625, -0.000213623046875, 0.01068115234375, 0.00982666015625, 0.009765625, 0.005767822265...
[ 360, 7013, 71, 174830, 19279, 63928, 100, 567, 363, 23, 563, 4904, 97, 3742, 12353, 7244, 1511, 1181, 22829, 425, 12647, 929, 992, 2886, 429, 2844, 316, 153076, 114211, 9902, 34479, 24931, 53400, 7663, 17447, 2256, 42284, 20051, 3115, 814...
[ 0.012725830078125, 0.1541748046875, 0.0234222412109375, 0.2091064453125, 0.013031005859375, 0.1273193359375, 0.0196380615234375, 0.1673583984375, 0.2247314453125, 0.042755126953125, 0.1258544921875, 0.1552734375, 0.0784912109375, 0.057830810546875, 0.0291900634765625, 0.07232666015625,...
embed
56185147_c0
56185147
fsharp
0
Title: Passing a list from C# to F#, how to specify the parameter is a list? Problem title: Passing a list from C# to F#, how to specify the parameter is a list? Tags: f%23 Problem: Passing a list from C# to F#, how to specify the parameter is a list? With the following C# code var MyList = new List<MyClass>(); SomeFSh...
Passing a list from C# to F#, how to specify the parameter is a list? Passing a list from C# to F#, how to specify the parameter is a list? f%23 C# Passing MyList List MyClass SomeFSharpFunc What Passing a list from C# to F#, how to specify the parameter is a list? With the following C# code on the F# side: I don't kno...
[ -0.004669189453125, 0.0196533203125, -0.0011749267578125, -0.004486083984375, -0.007568359375, -0.005035400390625, -0.00482177734375, -0.001617431640625, 0.0034942626953125, 0.0125732421875, 0.00201416015625, -0.02734375, -0.006561279296875, 0.01007080078125, -0.0108642578125, 0.000101...
[ 28872, 5303, 1295, 313, 4904, 47, 563, 3642, 40140, 18929, 171859, 83, 10, 32, 1238, 3949, 3742, 2646, 154663, 32036, 140803, 31384, 3467, 254, 97249, 4865, 214, 17106, 18151, 3714, 36510, 23, 277, 3871, 171763, 18507, 10644 ]
[ 0.1451416015625, 0.2158203125, 0.1324462890625, 0.1090087890625, 0.2315673828125, 0.1368408203125, 0.1630859375, 0.077880859375, 0.1812744140625, 0.12353515625, 0.2379150390625, 0.11669921875, 0.10357666015625, 0.00189208984375, 0.0601806640625, 0.0003662109375, 0.08514404296875, 0...
embed
31565417_c1
31565417
fsharp
1
like the generated members. However there's 2 drawbacks to this approach: 1 - It forced me to change my namespace into a module , which is less convenient since these types are all consumed from C# code and in there I see them as nested classes into the module class, which is ugly. 2 - I still can't see this member (n...
like the generated members. However there's 2 drawbacks to this approach: 1 - It forced me to change my namespace into a module , which is less convenient since these types are all consumed from C# code and in there I see them as nested classes into the module class, which is ugly. 2 - I still can't see this member (n...
[ 0.004791259765625, 0.021484375, -0.00072479248046875, 0.000732421875, 0.00262451171875, 0.0074462890625, -0.0012664794921875, -0.006439208984375, 0.006500244140625, -0.036865234375, 0.00262451171875, 0.01275634765625, 0.024658203125, -0.005096435546875, 0.0093994140625, -0.005828857421...
[ 1884, 139392, 71, 43032, 116, 79442, 12620, 7, 51515, 168861, 15549, 210716, 3934, 88996, 40715, 142267, 52895, 18588, 4904, 18151, 1957, 8512, 61112, 18507, 75, 110608, 831, 32786, 65415, 39456, 26785, 3917, 29479, 151552, 106117, 28864, 26073...
[ 0.1400146484375, 0.2025146484375, 0.058013916015625, 0.25732421875, 0.053863525390625, 0.137451171875, 0.1466064453125, 0.0228271484375, 0.109619140625, 0.0212860107421875, 0.1033935546875, 0.220703125, 0.011383056640625, 0.1942138671875, 0.066650390625, 0.1109619140625, 0.1510009765...
embed
33914512_c1
33914512
fsharp
1
't appear to help. Error two suggests there's some hidden member that is considered inaccessible. I can't find one. Adding an explicit public member to fool the compiler didn't help either. My conclusion so far: having any inlined instance member in a class (it doesn't happen on static members) seems to result in compi...
't appear to help. Error two suggests there's some hidden member that is considered inaccessible. I can't find one. Adding an explicit public member to fool the compiler didn't help either. My conclusion so far: having any inlined instance member in a class (it doesn't happen on static members) seems to result in compi...
[ 0.00848388671875, -0.003326416015625, 0.0054931640625, -0.01141357421875, 0.0093994140625, 0.02099609375, 0.000110626220703125, -0.0034637451171875, 0.03271484375, -0.0303955078125, 0.008056640625, 0.01385498046875, 0.0228271484375, 0.01708984375, 0.0106201171875, -0.02197265625, -0....
[ 18, 108975, 4358, 212059, 6626, 42459, 204105, 32786, 90698, 23, 113041, 28236, 831, 7413, 143726, 3835, 150863, 9969, 34759, 19441, 2499, 2256, 71, 110527, 18507, 53383, 201939, 43032, 16750, 1340, 18499, 7, 107003, 101758, 28219, 351, 73, 8...
[ 0.0270233154296875, 0.054290771484375, 0.087646484375, 0.15234375, 0.116455078125, 0.061370849609375, 0.1917724609375, 0.2203369140625, 0.0712890625, 0.07470703125, 0.1741943359375, 0.126953125, 0.008392333984375, 0.0579833984375, 0.033477783203125, 0.055206298828125, 0.0955810546875...
embed
3583679_c0
3583679
fsharp
0
Title: Implementing phantom types in F# Problem title: Implementing phantom types in F# Tags: f%23 Problem: Implementing phantom types in F# Ocaml programmers can use so called 'phantom types' to enforce some constraints using the type system. A nice example can be found at http://ocaml.janestreet.com/?q=node/11 . The ...
Implementing phantom types in F# Implementing phantom types in F# f%23 Implementing ReadOnlyDummyValue Implementing phantom types in F# Ocaml programmers can use so called 'phantom types' to enforce some constraints using the type system. A nice example can be found at http://ocaml.janestreet.com/?q=node/11 . The synta...
[ -0.007110595703125, 0.005706787109375, 0.0003414154052734375, 0.0010223388671875, -0.0140380859375, 0.01373291015625, 0.0069580078125, -0.007232666015625, -0.0086669921875, 0.004425048828125, -0.0125732421875, 0.0140380859375, -0.022216796875, -0.021484375, 0.000919342041015625, 0.0140...
[ 153941, 68743, 5928, 52895, 563, 4904, 1238, 3949, 3742, 4764, 20320, 538, 316, 1176, 856, 50770, 180, 9779, 141, 77848, 831, 4527, 22, 50930, 158, 2816, 4288, 17368, 10644, 5426, 26267, 27781, 29280, 7237, 6002, 86531, 12301, 191, 22027, ...
[ 0.15966796875, 0.15283203125, 0.1923828125, 0.271240234375, 0.1451416015625, 0.2154541015625, 0.029937744140625, 0.00469970703125, 0.0849609375, 0.1370849609375, 0.1243896484375, 0.07843017578125, 0.111572265625, 0.08917236328125, 0.1295166015625, 0.1629638671875, 0.0830078125, 0.1...
embed
36686395_c0
36686395
fsharp
0
Title: Initialize Sequence from formatted Map Problem title: Initialize Sequence from formatted Map Tags: f%23 Problem: Initialize Sequence from formatted Map So I have a Map<int, Map<int, string>> data structure, and I can print them out well like so: aMap |> Map.iter(fun key value -> value |> Map.iter(fun k v -> prin...
Initialize Sequence from formatted Map Initialize Sequence from formatted Map f%23 formatted Initialize Sequence Map Map.iter Foo Initialize Sequence from formatted Map So I have a Map<int, Map<int, string>> data structure, and I can print them out well like so: This works fine, but I want to try and append Map element...
[ 0.0224609375, 0.01226806640625, -0.0128173828125, 0.01904296875, 0.00145721435546875, -0.020263671875, 0.0277099609375, 0.0213623046875, 0.006317138671875, 0.013671875, 0.00390625, 0.0086669921875, -0.0029449462890625, 0.016357421875, 0, -0.00408935546875, -0.0191650390625, -0.0098...
[ 360, 40705, 119066, 503, 944, 3956, 1295, 9384, 3674, 42719, 1238, 3949, 3742, 16840, 9572, 31, 765, 4288, 79315, 2053, 45646, 831, 28412, 1810, 5299, 1884, 221, 43240, 5885, 3444, 9790, 114689, 71, 80854, 678, 1916, 36917, 47, 10, 40, ...
[ 0.078125, 0.1746826171875, 0.1171875, 0.1141357421875, 0.171630859375, 0.097412109375, 0.1397705078125, 0.2109375, 0.1199951171875, 0.2347412109375, 0.053680419921875, 0.036468505859375, 0.1507568359375, 0.15478515625, 0.0987548828125, 0.06640625, 0.005706787109375, 0.12841796875, ...
embed
17870007_c0
17870007
fsharp
0
Title: Implementing tryFindIndex with option types in F# Problem title: Implementing tryFindIndex with option types in F# Tags: f%23 Problem: Implementing tryFindIndex with option types in F# I am new to programming in functional languages. I am attempting to implement the F# tryFindIndex function. let rec tryFindIndex...
Implementing tryFindIndex with option types in F# Implementing tryFindIndex with option types in F# f%23 Implementing None hd::tl Some Implementing tryFindIndex with option types in F# I am new to programming in functional languages. I am attempting to implement the F# tryFindIndex function. The issue is with the last ...
[ -0.0036468505859375, 0.0198974609375, 0.031005859375, -0.00567626953125, 0.0033416748046875, -0.0155029296875, 0.01708984375, -0.0162353515625, 0.01483154296875, 0.002716064453125, 0.001922607421875, 0.003814697265625, -0.0250244140625, 0.0113525390625, 0.0235595703125, 0.0066223144531...
[ 153941, 9790, 204582, 4153, 39659, 678, 35829, 52895, 563, 4904, 1238, 3742, 438, 86, 26488, 141, 56037, 123309, 46876, 81887, 29479, 32354, 31089, 4568, 13315, 154107, 106, 113660, 30646, 10644, 4288, 64457, 3871, 28560, 63262, 195625, 5844 ]
[ 0.1683349609375, 0.1962890625, 0.2261962890625, 0.1263427734375, 0.238037109375, 0.0706787109375, 0.207763671875, 0.208740234375, 0.1370849609375, 0.19580078125, 0.037109375, 0.0782470703125, 0.0235443115234375, 0.00665283203125, 0.0887451171875, 0.06195068359375, 0.04266357421875, ...
embed
58039940_c0
58039940
fsharp
0
Title: How to catch input Event in F# Problem title: How to catch input Event in F# Tags: .net, f%23, input Problem: How to catch input Event in F# I'm trying to make an input system in F# (don't ask why, i'm kind of bored). The thing is, is there any .NET specific input buffer or message pump to fetch the keyboard (an...
How to catch input Event in F# How to catch input Event in F# .net f%23 input How Event windows.h How to catch input Event in F# I'm trying to make an input system in F# (don't ask why, i'm kind of bored). The thing is, is there any .NET specific input buffer or message pump to fetch the keyboard (and other) devices, o...
[ -0.01495361328125, 0.0107421875, 0.0106201171875, -0.005523681640625, -0.00982666015625, -0.0224609375, 0.0272216796875, -0.003082275390625, -0.0137939453125, -0.06396484375, 0.005157470703125, -0.0021514892578125, -0.00860595703125, 0.018798828125, -0.0037994384765625, 0.0040893554687...
[ 11249, 47, 105556, 107730, 36943, 23, 563, 4904, 1179, 1238, 3949, 3742, 54825, 127, 31577, 3249, 5426, 3017, 297, 2499, 5, 17777, 29458, 373, 18234, 26008, 42874, 7647, 149186, 128779, 67413, 313, 20623, 29806, 32354, 33938, 7413, 3773, 15...
[ 0.08203125, 0.06768798828125, 0.2353515625, 0.26318359375, 0.247802734375, 0.10235595703125, 0.1636962890625, 0.2430419921875, 0.1461181640625, 0.0968017578125, 0.02606201171875, 0.1575927734375, 0.13037109375, 0.1441650390625, 0.036163330078125, 0.0179290771484375, 0.123779296875, ...
embed
6621804_c0
6621804
fsharp
0
Title: How to printfn int*int*int type Problem title: How to printfn int*int*int type Tags: f%23 Problem: How to printfn int*int*int type > (1, 2, 3);; val it : int * int * int = (1, 2, 3) > printfn "%d" (1, 2 ,3);; printfn "%d" (1, 2 ,3);; --------------^^^^^^^ stdin(2,15): error FS0001: The type '('a * 'b * 'c)' is n...
How to printfn int*int*int type How to printfn int*int*int type f%23 the How FS0001 int16 int32 int64 uint16 uint32 uint64 How to printfn int*int*int type How can I printfn this type without creating additional function?
[ 0.0040283203125, -0.0002994537353515625, 0.01275634765625, 0.03076171875, -0.017578125, 0.0133056640625, -0.00150299072265625, -0.0023956298828125, 0.005523681640625, -0.01025390625, 0.023193359375, -0.0177001953125, -0.001007080078125, 0.0026702880859375, -0.005523681640625, -0.001388...
[ 11249, 47, 28412, 14783, 23, 18, 1639, 4288, 10644, 1238, 3742, 93774, 188735, 2485, 6460, 13307, 75, 903, 15490, 32354 ]
[ 0.135009765625, 0.05419921875, 0.197998046875, 0.2210693359375, 0.0936279296875, 0.123779296875, 0.10723876953125, 0.178955078125, 0.1839599609375, 0.07525634765625, 0.1383056640625, 0.1400146484375, 0.21826171875, 0.1270751953125, 0.1109619140625, 0.122802734375, 0.0244903564453125,...
embed
3794731_c2
3794731
fsharp
2
boundingbox, pldace_type, place_type:string, this.country, this.url, this.attributes.ToCsv, this.country_code, this.full_name, this.name, this.bounding_box.ToCsv, this.place_type, indices:int, text:string, user_mention, screen_name, screen_name:string, urls:url, hashtags:hashtag, user_mentions, user_mentions:user_menti...
boundingbox, pldace_type, place_type:string, this.country, this.url, this.attributes.ToCsv, this.country_code, this.full_name, this.name, this.bounding_box.ToCsv, this.place_type, indices:int, text:string, user_mention, screen_name, screen_name:string, urls:url, hashtags:hashtag, user_mentions, user_mentions:user_menti...
[ 0.000774383544921875, 0.01422119140625, -0.0103759765625, 0.021728515625, -0.024658203125, 0.000118255615234375, 0.03515625, 0.003662109375, -0.015869140625, 0.010986328125, 0.00567626953125, -0.05029296875, 0.0341796875, -0.027587890625, 0.00060272216796875, -0.00171661376953125, 0....
[ 20802, 33770, 11728, 4, 6456, 85, 329, 50986, 3687, 12, 91693, 903, 71013, 1294, 25002, 257, 191145, 7, 7763, 441, 67756, 5, 40899, 25724, 11627, 99091, 214, 23935, 136044, 4288, 7986, 38937, 674, 1830, 49119, 180154, 126234, 6936, 1055, ...
[ 0.1832275390625, 0.207275390625, 0.28955078125, 0.070556640625, 0.1605224609375, 0.10345458984375, 0.1644287109375, 0.2626953125, 0.23583984375, 0.0496826171875, 0.213623046875, 0.1748046875, 0.1676025390625, 0.1392822265625, 0.17578125, 0.05169677734375, 0.21630859375, 0.023818969...
embed
9782852_c0
9782852
fsharp
0
Title: create record from XmlAttributecollection Problem title: create record from XmlAttributecollection Tags: f%23 Problem: create record from XmlAttributecollection Is there a better ( safer ) way to create a record from a XmlAttributeCollection. The workaround with the array of 3 values seems not the best solution....
create record from XmlAttributecollection create record from XmlAttributecollection f%23 XmlAttributecollection Pattern xmlNode.Attributes att.Value create record from XmlAttributecollection Is there a better ( safer ) way to create a record from a XmlAttributeCollection. The workaround with the array of 3 values seems...
[ -0.00872802734375, -0.00125885009765625, -0.022216796875, -0.01202392578125, -0.0157470703125, 0.001983642578125, -0.0234375, -0.00677490234375, 0.01123046875, -0.018310546875, 0.0191650390625, -0.01025390625, 0.042236328125, -0.0028533935546875, 0.00119781494140625, -0.0081787109375, ...
[ 28282, 17164, 1295, 1193, 7237, 28848, 191145, 196352, 1830, 1238, 3949, 3742, 9876, 6, 131492, 5021, 112, 243, 856, 50770, 2685, 11522, 57, 2875, 3917, 10, 78457, 133, 10763, 4488, 67688, 678, 70, 10298, 53, 111, 138, 142424, 37202, 959,...
[ 0.194091796875, 0.2470703125, 0.14111328125, 0.119384765625, 0.2435302734375, 0.09429931640625, 0.226318359375, 0.1802978515625, 0.063720703125, 0.041351318359375, 0.011383056640625, 0.093017578125, 0.1263427734375, 0.010345458984375, 0.2164306640625, 0.1083984375, 0.054718017578125,...
embed
13082228_c0
13082228
fsharp
0
Title: why can&#x27;t I init mutable type with null? Problem title: why can&#x27;t I init mutable type with null? Tags: f%23 Problem: why can't I init mutable type with null? I'm trying: let mutable ncon : NCon = null and getting: Error 1 The type 'NCon' does not have 'null' as a proper value where type is declard in t...
why can&#x27;t I init mutable type with null? why can&#x27;t I init mutable type with null? f%23 NCon Error ISettings why can't I init mutable type with null? I'm trying: and getting: where type is declard in this way I'm planning to use it as static property and init it later when user will finish the settings so what...
[ 0.00274658203125, -0.0093994140625, 0.020751953125, -0.006195068359375, -0.00335693359375, -0.00186920166015625, 0.0242919921875, -0.02783203125, 0.014404296875, -0.005615234375, -0.0081787109375, 0.00130462646484375, 0.007720947265625, 0.006072998046875, 0.00860595703125, -0.008728027...
[ 15400, 831, 3768, 18, 23, 217, 842, 22819, 10644, 678, 56574, 3742, 541, 11935, 212059, 87, 105548, 31577, 7440, 8, 18347, 4216, 903, 3917, 58136, 201939, 57266, 38937, 67229, 53550, 44691, 35829, 438, 86, 31384 ]
[ 0.100830078125, 0.086669921875, 0.028106689453125, 0.07073974609375, 0.10382080078125, 0.126708984375, 0.149169921875, 0.2117919921875, 0.197265625, 0.07000732421875, 0.2197265625, 0.032989501953125, 0.08447265625, 0.1357421875, 0.0843505859375, 0.0999755859375, 0.1854248046875, 0....
embed
4972436_c0
4972436
fsharp
0
Title: F# try with unhandled exceptions Problem title: F# try with unhandled exceptions Tags: f%23 Problem: F# try with unhandled exceptions In the following code, I want to read a file and return all lines; if there is IO error, I want the program exit with error message print to console. But the program still run int...
F# try with unhandled exceptions F# try with unhandled exceptions f%23 Some None IO.File.ReadAllLines test.txt ex.Message F# try with unhandled exceptions In the following code, I want to read a file and return all lines; if there is IO error, I want the program exit with error message print to console. But the program...
[ 0.00125885009765625, 0.00445556640625, 0.00994873046875, -0.006805419921875, -0.00112152099609375, -0.00179290771484375, 0.0147705078125, -0.00811767578125, -0.00323486328125, -0.00726318359375, -0.00616455078125, 0.0047607421875, -0.00634765625, -0.00811767578125, 0.03125, 0.023071289...
[ 563, 4904, 9790, 678, 51, 79628, 71, 131527, 1238, 3742, 31384, 438, 86, 17780, 174350, 31345, 43512, 93232, 3034, 5, 124326, 1119, 6011, 25632, 18151, 3444, 12301, 11435, 30646, 756, 124519, 2174, 2685, 83, 18499, 1528, 82230, 26008, 28412...
[ 0.1055908203125, 0.16259765625, 0.1446533203125, 0.12353515625, 0.1204833984375, 0.1898193359375, 0.1060791015625, 0.2235107421875, 0.0482177734375, 0.081298828125, 0.134521484375, 0.08465576171875, 0.07177734375, 0.2159423828125, 0.112548828125, 0.1353759765625, 0.08062744140625, ...
embed
25635422_c0
25635422
fsharp
0
Title: Differences between 2 types of List patterns Problem title: Differences between 2 types of List patterns Tags: f%23 Problem: Differences between 2 types of List patterns So, I am learning F# and been studying how lists are often used in pattern matching. I am saw 2 different List patterns and I am trying to figu...
Differences between 2 types of List patterns Differences between 2 types of List patterns f%23 Differences List a::b::c Differences between 2 types of List patterns So, I am learning F# and been studying how lists are often used in pattern matching. I am saw 2 different List patterns and I am trying to figure out the d...
[ 0.0026092529296875, -0.0172119140625, 0.00201416015625, 0.0093994140625, -0.0084228515625, -0.007232666015625, -0.002838134765625, 0.00182342529296875, 0.00848388671875, 0.0263671875, 0.0299072265625, -0.018310546875, 0.021240234375, 0.00543212890625, -0.01611328125, 0.0029754638671875...
[ 803, 18234, 69098, 17721, 116, 52895, 32036, 103510, 111, 7, 1238, 3949, 3742, 10, 12, 275, 238, 52080, 563, 4904, 5303, 27983, 11814, 14858, 214, 24124, 12921, 26366, 60212, 21441, 1884, 221, 2806, 50218 ]
[ 0.0892333984375, 0.171142578125, 0.07940673828125, 0.12353515625, 0.12646484375, 0.1654052734375, 0.202392578125, 0.234130859375, 0.0130615234375, 0.0173492431640625, 0.01715087890625, 0.015045166015625, 0.04180908203125, 0.032806396484375, 0.0139617919921875, 0.086181640625, 0.10595...
embed