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
46993614_c0
46993614
fsharp
0
Title: How do I install MSBUILD on macOS? Problem title: How do I install MSBUILD on macOS? Tags: msbuild, .net, macos, f%23 Problem: How do I install MSBUILD on macOS? How do I install MSBUILD on macOS? There is a previous answer here, which seem outdated. In the releases MS just provide the source. So a link would be...
How do I install MSBUILD on macOS? How do I install MSBUILD on macOS? msbuild .net macos f%23 How MSBUILD How do I install MSBUILD on macOS? How do I install MSBUILD on macOS? There is a previous answer here, which seem outdated. In the releases MS just provide the source. So a link would be useful.
[ -0.01031494140625, 0.035400390625, 0.0169677734375, 0.0174560546875, -0.00872802734375, 0.0194091796875, -0.0013580322265625, 0.013916015625, 0.025390625, 0.0107421875, 0.001190185546875, -0.047119140625, 0.0220947265625, -0.00124359130859375, 0.0301513671875, 0.00384521484375, -0.00...
[ 11249, 54, 87, 20600, 16265, 15639, 16444, 397, 98, 19138, 7285, 68163, 177149, 1179, 291, 7840, 1238, 3949, 3742, 48903, 54452, 22691, 31344, 3126, 80234 ]
[ 0.0743408203125, 0.0531005859375, 0.0643310546875, 0.1968994140625, 0.17822265625, 0.20361328125, 0.21435546875, 0.2115478515625, 0.07794189453125, 0.1490478515625, 0.1654052734375, 0.1319580078125, 0.2822265625, 0.106201171875, 0.040557861328125, 0.10174560546875, 0.0193939208984375...
embed
53497413_c0
53497413
fsharp
0
Title: Interacting with Ocaml functions from F# Problem title: Interacting with Ocaml functions from F# Tags: ocaml, functional-programming, f%23 Problem: Interacting with Ocaml functions from F# I am exploring functional programming through F# and Ocaml. How do i call OCaml functions from a F# application and vice-ver...
Interacting with Ocaml functions from F# Interacting with Ocaml functions from F# ocaml functional-programming f%23 F# Interacting Ocaml Interacting with Ocaml functions from F# I am exploring functional programming through F# and Ocaml. How do i call OCaml functions from a F# application and vice-versa.
[ 0.011962890625, -0.00836181640625, 0.0012054443359375, 0.01373291015625, 0.00396728515625, -0.00177001953125, -0.005126953125, -0.0027313232421875, -0.0167236328125, -0.01611328125, -0.00506591796875, -0.007293701171875, -0.0244140625, 0.002288818359375, 0.0230712890625, -0.01275634765...
[ 5337, 2263, 1916, 678, 180, 9779, 141, 32354, 1295, 563, 4904, 7, 36, 123309, 28966, 214, 1238, 3949, 3742, 24649, 56037, 449, 8305, 136, 11249, 54, 17, 11782, 105272, 38415, 22925, 28784, 5 ]
[ 0.1248779296875, 0.1290283203125, 0.05389404296875, 0.1334228515625, 0.1614990234375, 0.1839599609375, 0.1876220703125, 0.2156982421875, 0.1212158203125, 0.13330078125, 0.1837158203125, 0.07562255859375, 0.085205078125, 0.1683349609375, 0.1170654296875, 0.006561279296875, 0.045104980...
embed
34985836_c0
34985836
fsharp
0
Title: Index of element in array F# Problem title: Index of element in array F# Tags: arrays, f%23 Problem: Index of element in array F# Good day. How to find index of the element in array? No word about it in docs. Only way I found is: let arr = [|1; 4; 5; 10|] let elem = 5 let i = Array.findIndex (fun e -> e = elem) ...
Index of element in array F# Index of element in array F# arrays f%23 Index Array.findIndex Index of element in array F# Good day. How to find index of the element in array? No word about it in docs. Only way I found is:
[ -0.0011749267578125, 0.0031280517578125, 0.000789642333984375, -0.00732421875, -0.0069580078125, 0.0037689208984375, 0.01531982421875, 0.0023193359375, 0.00518798828125, -0.022705078125, 0.004180908203125, -0.003570556640625, -0.0361328125, 0.0152587890625, 0.01513671875, -0.0172119140...
[ 31471, 111, 12830, 23, 10298, 53, 563, 4904, 4778, 1238, 3949, 3742, 69253, 111607, 4153, 39659, 5155, 11249, 47, 7413, 63262, 70, 2565, 442, 54, 4439, 3917, 14037 ]
[ 0.295166015625, 0.1405029296875, 0.2252197265625, 0.09912109375, 0.19677734375, 0.1558837890625, 0.10760498046875, 0.1512451171875, 0.08453369140625, 0.053466796875, 0.02325439453125, 0.10357666015625, 0.1436767578125, 0.0867919921875, 0.0960693359375, 0.2454833984375, 0.021835327148...
embed
28566528_c0
28566528
fsharp
0
Title: Add reference without VS Problem title: Add reference without VS Tags: f%23 Problem: Add reference without VS I would like to develop WCF service and open System.ServiceModel. All works fine if I add reference to System.ServiceModel in my project, but I am just wondering how can I add this reference without VS, ...
Add reference without VS Add reference without VS f%23 Add Add reference without VS I would like to develop WCF service and open System.ServiceModel. All works fine if I add reference to System.ServiceModel in my project, but I am just wondering how can I add this reference without VS, in Mac OS, for example.
[ -0.0172119140625, 0.04443359375, -0.0029449462890625, 0.004119873046875, 0.0050048828125, -0.0174560546875, -0.016845703125, -0.005706787109375, -0.0072021484375, -0.033447265625, -0.004425048828125, 0.00640869140625, 0.00640869140625, 0.03125, 0.00970458984375, -0.01416015625, 0.015...
[ 29117, 91067, 15490, 44160, 1238, 3949, 3742, 1884, 85493, 37808, 919, 4516, 136, 9803, 12353, 121979, 140290, 3164, 43240, 5885, 15190, 47, 5, 13452, 1284, 149016, 3642, 831, 903, 23, 4727, 11787, 4, 100, 27781 ]
[ 0.1744384765625, 0.283203125, 0.1658935546875, 0.251708984375, 0.0712890625, 0.084716796875, 0.125732421875, 0.049163818359375, 0.1304931640625, 0.1405029296875, 0.187255859375, 0.1546630859375, 0.001739501953125, 0.09423828125, 0.1142578125, 0.1693115234375, 0.240478515625, 0.0001...
embed
49096189_c0
49096189
fsharp
0
Title: What are use cases for F# module signature files? Problem title: What are use cases for F# module signature files? Tags: signature, f%23 Problem: What are use cases for F# module signature files? Are F# module signature files mostly useless, unlike OCaml, because F# doesn't have functors? What are use cases for ...
What are use cases for F# module signature files? What are use cases for F# module signature files? signature f%23 What What are use cases for F# module signature files? Are F# module signature files mostly useless, unlike OCaml, because F# doesn't have functors? What are use cases for F# module signature files?
[ 0.01055908203125, -0.0030364990234375, -0.011474609375, -0.0042724609375, -0.0031280517578125, -0.0003948211669921875, 0.023193359375, -0.000396728515625, 0.0001087188720703125, 0.03173828125, -0.023193359375, -0.02197265625, -0.0047607421875, 0.0111083984375, -0.0086669921875, 0.00032...
[ 4865, 4527, 50218, 100, 563, 4904, 88996, 138256, 102158, 621, 1238, 3949, 3742, 153161, 9393, 180, 105272, 141, 22027, 18, 765, 7477, 18770 ]
[ 0.0197296142578125, 0.171875, 0.1876220703125, 0.0183563232421875, 0.13525390625, 0.2205810546875, 0.1693115234375, 0.2099609375, 0.165283203125, 0.019287109375, 0.097412109375, 0.048095703125, 0.10986328125, 0.06158447265625, 0.089599609375, 0.0665283203125, 0.1009521484375, 0.075...
embed
2297236_c0
2297236
fsharp
0
Title: How to get type of the module in F# Problem title: How to get type of the module in F# Tags: f%23, reflection Problem: How to get type of the module in F# How to get 'System.Type' of the module? For example module: module Foo = let bar = 1 And this does not work: printfn "%s" typeof<Foo>.Name Error is: The type ...
How to get type of the module in F# How to get type of the module in F# f%23 reflection How Foo Name How to get type of the module in F# How to get 'System.Type' of the module? For example module: And this does not work: Error is:
[ 0.00860595703125, -0.00592041015625, -0.0081787109375, 0.0224609375, 0.00677490234375, -0.0067138671875, 0.00506591796875, 0.011962890625, -0.0111083984375, -0.0206298828125, 0.0159912109375, -0.00106048583984375, -0.0113525390625, -0.00982666015625, 0.01953125, -0.0120849609375, -0....
[ 11249, 47, 2046, 10644, 111, 88996, 23, 563, 4904, 1238, 3742, 44961, 1830, 9572, 31, 15757, 84293, 196707, 25, 4488, 212059 ]
[ 0.001434326171875, 0.05828857421875, 0.09210205078125, 0.2144775390625, 0.1064453125, 0.2274169921875, 0.037445068359375, 0.1163330078125, 0.1839599609375, 0.04534912109375, 0.082275390625, 0.168212890625, 0.03350830078125, 0.095703125, 0.0703125, 0.055419921875, 0.1148681640625, 0...
embed
21367955_c0
21367955
fsharp
0
Title: carriage return character in fsharp Problem title: carriage return character in fsharp Tags: f%23 Problem: carriage return character in fsharp Why does a carriage return character not appear in a F# string literal bound like this let hw = @"hello world";; whereas in C# the following string does contain a carriag...
carriage return character in fsharp carriage return character in fsharp f%23 carriage return character in fsharp Why does a carriage return character not appear in a F# string literal bound like this whereas in C# the following string does contain a carriage return character? Thanks
[ 0.00015354156494140625, 0.0081787109375, -0.002471923828125, 0.0228271484375, -0.000579833984375, 0.0189208984375, 0.00531005859375, -0.00457763671875, -0.005218505859375, 0.0218505859375, -0.00836181640625, -0.010498046875, -0.0062255859375, -0.00848388671875, -0.019287109375, 0.00711...
[ 2258, 1651, 429, 30646, 62816, 1238, 89280, 254, 3949, 3742, 44084, 959, 108975, 563, 4904, 79315, 15659, 289, 99091, 1884, 313, 25632, 70541 ]
[ 0.09197998046875, 0.20068359375, 0.1353759765625, 0.23388671875, 0.167236328125, 0.07464599609375, 0.1767578125, 0.133544921875, 0.039306640625, 0.1470947265625, 0.0325927734375, 0.060791015625, 0.0885009765625, 0.0826416015625, 0.15234375, 0.1566162109375, 0.11572265625, 0.0303649...
embed
28372742_c0
28372742
fsharp
0
Title: Fail to currying F# printf function Problem title: Fail to currying F# printf function Tags: f%23 Problem: Fail to currying F# printf function I was trying to do the following: let print = printf "%A" print "Test" print [1..10] I got an error says the print function is expecting a string thus doesn't take [1..10...
Fail to currying F# printf function Fail to currying F# printf function f%23 Fail Test Fail to currying F# printf function I was trying to do the following: I got an error says the print function is expecting a string thus doesn't take [1..10] . Why doesn't this work?
[ 0.004913330078125, 0.008544921875, 0.0272216796875, 0.006317138671875, 0.001708984375, 0.006195068359375, -0.002685546875, -0.0218505859375, -0.0037841796875, 0.0118408203125, 0.017333984375, -0.00640869140625, 0.000766754150390625, 0.0014190673828125, 0.00457763671875, -0.006866455078...
[ 190355, 47, 198555, 214, 563, 4904, 28412, 420, 32354, 1238, 3949, 3742, 8647, 31577, 70, 25632, 18499, 41206, 79315, 22027, 18, 5646, 68252, 5, 963, 44084, 4488 ]
[ 0.1573486328125, 0.055511474609375, 0.223388671875, 0.0968017578125, 0.149169921875, 0.21826171875, 0.201904296875, 0.16552734375, 0.1785888671875, 0.0950927734375, 0.051605224609375, 0.1502685546875, 0.09490966796875, 0.031097412109375, 0.013641357421875, 0.00927734375, 0.1201171875...
embed
46608051_c0
46608051
fsharp
0
Title: Detecting F# record type from C# at runtime Problem title: Detecting F# record type from C# at runtime Tags: system.reflection, c%23, .net, f%23 Problem: Detecting F# record type from C# at runtime Is there a way to check if an object is an F# record type at runtime in C# without referencing the FSharp.Core libr...
Detecting F# record type from C# at runtime Detecting F# record type from C# at runtime system.reflection c%23 .net f%23 C# Detecting system.reflection Detecting F# record type from C# at runtime Is there a way to check if an object is an F# record type at runtime in C# without referencing the FSharp.Core library?
[ -0.009765625, 0.02587890625, 0.01055908203125, 0.01397705078125, -0.0174560546875, -0.004241943359375, -0.039306640625, 0.028564453125, -0.01336669921875, -0.005126953125, 0.00064849853515625, -0.006622314453125, 0.00189208984375, 0.00537109375, 0.01470947265625, 0.00994873046875, 0....
[ 579, 24762, 563, 4904, 17164, 10644, 1295, 313, 99, 11675, 6032, 5426, 107, 34334, 10763, 3742, 1179, 1238, 3917, 47, 12765, 2174, 36746, 83, 142, 23, 15490, 142447, 93774, 3467, 254, 50886, 35773, 1294 ]
[ 0.11767578125, 0.06561279296875, 0.1358642578125, 0.2236328125, 0.20849609375, 0.19580078125, 0.05975341796875, 0.0394287109375, 0.0487060546875, 0.1146240234375, 0.157958984375, 0.0599365234375, 0.036041259765625, 0.1759033203125, 0.0232086181640625, 0.041748046875, 0.0804443359375,...
embed
30955335_c0
30955335
fsharp
0
Title: filtering sequences Problem title: filtering sequences Tags: f%23-interactive, f%23-data, f%23 Problem: filtering sequences There are three different seq of same size a:int = {1, 2, 3, 4} b:string= {"a","b","a","d"} c:string= {"y","y","t","t"} how can I create a new seq from seq:a with condition where b="a" and ...
filtering sequences filtering sequences f%23-interactive f%23-data f%23 a:int b:string c:string seq:a filtering sequences There are three different seq of same size how can I create a new seq from seq:a with condition
[ 0.00994873046875, 0.01806640625, -0.0208740234375, 0.037353515625, 0.00360107421875, -0.004150390625, 0.0166015625, 0.0283203125, 0.01202392578125, 0.00093841552734375, -0.00616455078125, 0.00579833984375, -0.0087890625, 0.0166015625, -0.0087890625, -0.01385498046875, 0.00244140625, ...
[ 46312, 214, 40, 26513, 1238, 167218, 27495, 10433, 71232, 10135, 3742, 10, 4288, 876, 91693, 501, 864, 11, 17262, 12921, 5701, 13267, 3642, 831, 28282, 3525, 1295, 12, 678, 35431 ]
[ 0.2421875, 0.066650390625, 0.125, 0.1934814453125, 0.05096435546875, 0.007171630859375, 0.1116943359375, 0.08935546875, 0.066650390625, 0.1102294921875, 0.06298828125, 0.01214599609375, 0.086669921875, 0.02716064453125, 0.1319580078125, 0.0352783203125, 0.1956787109375, 0.108764648...
embed
74851404_c0
74851404
fsharp
0
Title: Setting Intervals in Fsharp.Charting Problem title: Setting Intervals in Fsharp.Charting Tags: plot, f%23 Problem: Setting Intervals in Fsharp.Charting When using Fsharp.Charting for plotting, is it possible to: set grid interval for DateTime value (format hh:mm:ss, for example on X-axis)? round X-axis grid valu...
Setting Intervals in Fsharp.Charting Setting Intervals in Fsharp.Charting plot f%23 Setting Intervals Fsharp.Charting Setting Intervals in Fsharp.Charting When using Fsharp.Charting for plotting, is it possible to: set grid interval for DateTime value (format hh:mm:ss, for example on X-axis)? round X-axis grid value?
[ -0.010986328125, -0.00811767578125, 0.0252685546875, 0.00005626678466796875, -0.0036468505859375, -0.015869140625, -0.000255584716796875, -0.004852294921875, -0.004241943359375, 0.0208740234375, 0.0186767578125, 0.02490234375, -0.00531005859375, 0.01214599609375, 0.0096435546875, 0.020...
[ 503, 19514, 5337, 1405, 563, 89280, 254, 84068, 1916, 23, 23577, 1238, 3949, 3742, 17368, 7722, 5423, 120067, 51514, 100, 25512, 70059, 34292, 51727, 51659, 2276, 1193, 33102, 68807 ]
[ 0.0906982421875, 0.04205322265625, 0.159423828125, 0.2264404296875, 0.0946044921875, 0.1959228515625, 0.1566162109375, 0.167236328125, 0.113037109375, 0.00946044921875, 0.1322021484375, 0.007232666015625, 0.006072998046875, 0.08013916015625, 0.020904541015625, 0.1187744140625, 0.1187...
embed
43041654_c2
43041654
fsharp
2
a,i) let x1, y1 = l1 * cos (get(0)), l1 * sin (get(0)) let x2, y2 = x1 + l2 * cos (get(0) + get(1)), y1 + l2 * sin (get(0) + Code signals: Adding, FS0752, Item, a.f, Vector, MathNet.Numerics, mathnet.numerics.fsharp.fsx, diffsharp.fsx, DiffSharp.AD.Float64, MathNet.Numerics.LinearAlgebra, MathNet.Numerics.LinearAlgebr...
a,i) let x1, y1 = l1 * cos (get(0)), l1 * sin (get(0)) let x2, y2 = x1 + l2 * cos (get(0) + get(1)), y1 + l2 * sin (get(0) + Code signals: Adding, FS0752, Item, a.f, Vector, MathNet.Numerics, mathnet.numerics.fsharp.fsx, diffsharp.fsx, DiffSharp.AD.Float64, MathNet.Numerics.LinearAlgebra, MathNet.Numerics.LinearAlgebr...
[ 0.0004138946533203125, 0.02099609375, -0.0174560546875, 0.01092529296875, -0.0101318359375, -0.01177978515625, 0.00396728515625, 0.005584716796875, -0.0005645751953125, -0.0169677734375, 0.009765625, 0.00823974609375, -0.0146484375, -0.0038604736328125, -0.017333984375, -0.009094238281...
[ 10, 4, 14, 16, 2633, 1022, 418, 113, 2203, 96, 661, 9545, 3794, 177609, 247, 880, 15, 304, 997, 2046, 27750, 28864, 26073, 12, 62, 59725, 93774, 8368, 12744, 78426, 420, 2609, 18770, 78804, 24447, 18444, 1991, 28021, 48909, 1179, 2606, ...
[ 0.1326904296875, 0.06854248046875, 0.1427001953125, 0.029815673828125, 0.13916015625, 0.1187744140625, 0.09100341796875, 0.123779296875, 0.07464599609375, 0.09088134765625, 0.036041259765625, 0.2218017578125, 0.1077880859375, 0.1912841796875, 0.03192138671875, 0.198974609375, 0.03829...
embed
23868025_c0
23868025
fsharp
0
Title: How IO operations working on F# Problem title: How IO operations working on F# Tags: f%23, functional-programming, haskell, monads Problem: How IO operations working on F# There were IO monad on haskell to keep it pure. I know f#/ocaml supports mutable state but how IO operations works actually. What is correspo...
How IO operations working on F# How IO operations working on F# f%23 functional-programming haskell monads How How IO operations working on F# There were IO monad on haskell to keep it pure. I know f#/ocaml supports mutable state but how IO operations works actually. What is corresponding concept to haskell's IO monad.
[ -0.013916015625, -0.005401611328125, 0.0174560546875, -0.00213623046875, 0.00048828125, 0.005096435546875, -0.00119781494140625, -0.0026702880859375, -0.01434326171875, -0.0087890625, 0.0181884765625, -0.0262451171875, 0.00170135498046875, 0.01495361328125, -0.002044677734375, -0.00582...
[ 11249, 17780, 41018, 7, 20697, 98, 563, 4904, 1238, 3949, 3742, 123309, 28966, 1556, 142508, 2667, 712, 3542, 47, 13695, 34166, 3714, 64, 29280, 7237, 8060, 842, 22819, 11341, 1284, 3642, 43240, 20653, 4865, 42518, 214, 23755 ]
[ 0.1217041015625, 0.252197265625, 0.2296142578125, 0.07086181640625, 0.1766357421875, 0.09100341796875, 0.1529541015625, 0.203369140625, 0.1072998046875, 0.0188140869140625, 0.09320068359375, 0.154541015625, 0.09375, 0.143310546875, 0.2362060546875, 0.1370849609375, 0.1893310546875, ...
embed
37578674_c1
37578674
fsharp
1
Layout, Resources.java:1082, android.view.LayoutInflater.inflate, LayoutInflater.java:412, LayoutInflater.java:365, com.android.internal.policy.impl.PhoneWindow.setContentView, PhoneWindow.java:378, Activity.java:2145, md5cb9b4e367aed809f464e8979fc58f264.MainActivity.n_onCreate, Native, Method, md5cb9b4e367aed809f464e8...
Layout, Resources.java:1082, android.view.LayoutInflater.inflate, LayoutInflater.java:412, LayoutInflater.java:365, com.android.internal.policy.impl.PhoneWindow.setContentView, PhoneWindow.java:378, Activity.java:2145, md5cb9b4e367aed809f464e8979fc58f264.MainActivity.n_onCreate, Native, Method, md5cb9b4e367aed809f464e8...
[ 0.0103759765625, 0.0274658203125, -0.00106048583984375, 0.00171661376953125, 0.00653076171875, -0.015625, 0.01025390625, 0.02392578125, 0.0211181640625, -0.050048828125, -0.01470947265625, -0.040283203125, 0.0185546875, -0.00640869140625, -0.00653076171875, 0.00494384765625, -0.01116...
[ 211032, 4, 152055, 7, 5, 24071, 15110, 12012, 54527, 22751, 2729, 53, 6056, 4153, 13034, 720, 46632, 19309, 31982, 304, 34131, 375, 51796, 532, 10433, 130474, 116120, 163147, 92049, 24293, 3509, 25352, 100474, 41761, 134808, 42902, 25619, 463...
[ 0.3173828125, 0.040863037109375, 0.2216796875, 0.056640625, 0.03289794921875, 0.2578125, 0.0496826171875, 0.1683349609375, 0.2274169921875, 0.20654296875, 0.06689453125, 0.1868896484375, 0.1646728515625, 0.0816650390625, 0.2236328125, 0.1610107421875, 0.150146484375, 0.175903320312...
embed
17109262_c0
17109262
fsharp
0
Title: F# printf compiler magic Problem title: F# printf compiler magic Tags: .net, compiler-construction, f%23 Problem: F# printf compiler magic In F#, the compiler is clearly doing some magic to make this work: printfn "%i %i" 6 7 ;; // good printfn "%i %i" 6 7 8;; // error How is it doing this? and is there any way ...
F# printf compiler magic F# printf compiler magic .net compiler-construction f%23 F# printf compiler magic In F#, the compiler is clearly doing some magic to make this work: How is it doing this? and is there any way to achieve a similar behavior, from within the language?
[ -0.0035247802734375, 0.016845703125, 0.0196533203125, 0.006072998046875, -0.007476806640625, 0.0228271484375, -0.015869140625, -0.005584716796875, 0.00750732421875, -0.018798828125, -0.00057220458984375, -0.002471923828125, 0.002410888671875, -0.016357421875, 0.015380859375, -0.0034942...
[ 563, 4904, 28412, 420, 9969, 34759, 49846, 1179, 238478, 1238, 3742, 83, 123019, 20594, 3060, 47, 3249, 903, 4488, 11249, 3917, 69307, 10, 21373, 123166, 1295, 28032, 46876 ]
[ 0.147705078125, 0.230224609375, 0.165283203125, 0.151123046875, 0.169189453125, 0.1802978515625, 0.2359619140625, 0.10748291015625, 0.1309814453125, 0.0870361328125, 0.0306854248046875, 0.03692626953125, 0.09710693359375, 0.0797119140625, 0.0360107421875, 0.0333251953125, 0.055419921...
embed
28279652_c0
28279652
fsharp
0
Title: The value or constructor &#x27;XmlDocument&#x27; is not defined Problem title: The value or constructor &#x27;XmlDocument&#x27; is not defined Tags: f%23 Problem: The value or constructor 'XmlDocument' is not defined Code signals: XmlDocument, System.Xml, Referenced, Program, Files, x86, Reference, Assemblies, M...
The value or constructor &#x27;XmlDocument&#x27; is not defined The value or constructor &#x27;XmlDocument&#x27; is not defined f%23 XmlDocument System.Xml Referenced Program Files x86 Reference Assemblies Microsoft Framework NETFramework v4.5.1 System.Xml.dll The value or constructor 'XmlDocument' is not defined When ...
[ -0.006103515625, 0.0289306640625, -0.0084228515625, -0.00445556640625, -0.0155029296875, 0.00921630859375, -0.02392578125, 0.0032958984375, -0.0166015625, -0.000339508056640625, 0.00799560546875, -0.0125732421875, 0.006378173828125, 0.0033721923828125, 0.016845703125, 0.000226974487304...
[ 34292, 707, 64549, 748, 3768, 1542, 7237, 239469, 83, 959, 61924, 71, 1238, 3742, 1193, 12353, 215996, 7663, 42724, 15276, 151169, 7244, 202220, 17777, 108386, 18244, 104867, 1181, 9790, 110527, 131492, 117432, 36746, 4904, 15400, 18499, 26008,...
[ 0.2052001953125, 0.0823974609375, 0.173095703125, 0.131103515625, 0.095703125, 0.130615234375, 0.205078125, 0.268310546875, 0.0382080078125, 0.13134765625, 0.2099609375, 0.052398681640625, 0.0753173828125, 0.047119140625, 0.108642578125, 0.118896484375, 0.09466552734375, 0.05593872...
embed
45198448_c0
45198448
fsharp
0
Title: Dot product function Problem title: Dot product function Tags: .net, f%23, matrix Problem: Dot product function I write a dot product function that takes 2 lists: let inline dot a b = List.zip a b |> List.map (fun (a, b) -> a * b) |> List.reduce (+) Is there a better way to calculate dot product without using Li...
Dot product function Dot product function .net f%23 matrix Dot List.zip List.map List.reduce Dot product function I write a dot product function that takes 2 lists: Is there a better way to calculate dot product without using List.zip ?
[ -0.00173187255859375, 0.0194091796875, -0.0015869140625, 0.004852294921875, -0.0255126953125, -0.00396728515625, -0.007415771484375, -0.00341796875, 0.005462646484375, -0.0250244140625, 0.00506591796875, 0.006378173828125, -0.024169921875, 0.000545501708984375, -0.0145263671875, -0.006...
[ 84929, 12996, 32354, 1179, 1238, 3949, 3742, 50944, 32036, 50836, 62346, 107, 106357, 87, 33022, 20633, 51776, 116, 5303, 7, 2685, 11522, 3917, 74481, 67, 15490, 17368 ]
[ 0.239013671875, 0.265380859375, 0.1845703125, 0.148681640625, 0.050750732421875, 0.041107177734375, 0.1480712890625, 0.1134033203125, 0.196533203125, 0.2008056640625, 0.09783935546875, 0.1094970703125, 0.1629638671875, 0.0299835205078125, 0.10430908203125, 0.2427978515625, 0.09423828...
embed
6161945_c0
6161945
fsharp
0
Title: f# overwrite array access operator .[] Problem title: f# overwrite array access operator .[] Tags: f%23 Problem: f# overwrite array access operator .[] in F#, I want to make a type of indexed array, so I can access the element by either .[i] or .[index_names] and by slice notation with index .. Is it possible to...
f# overwrite array access operator .[] f# overwrite array access operator .[] f%23 index_names f# overwrite array access operator .[] in F#, I want to make a type of indexed array, so I can access the element by either .[i] or .[index_names] and by slice notation with index .. Is it possible to overwrite .[] like this?...
[ 0.00958251953125, 0.006866455078125, -0.0006866455078125, 0.018310546875, -0.01251220703125, -0.03271484375, -0.00927734375, 0.0223388671875, 0.0198974609375, 0.004638671875, 0.004608154296875, 0.00885009765625, 0.003387451171875, -0.005096435546875, 0.011962890625, -0.0263671875, 0....
[ 1238, 4904, 645, 434, 18781, 10298, 53, 17203, 39933, 5, 1065, 3742, 63262, 11627, 23, 563, 3444, 3249, 10644, 297, 831, 12830, 390, 14, 707, 4711, 13348, 110, 22062, 678, 2071, 7722, 268, 1884, 903 ]
[ 0.1485595703125, 0.2144775390625, 0.163330078125, 0.1131591796875, 0.1719970703125, 0.1666259765625, 0.1312255859375, 0.173095703125, 0.213134765625, 0.07080078125, 0.1253662109375, 0.095947265625, 0.1605224609375, 0.135009765625, 0.0147857666015625, 0.1412353515625, 0.0716552734375,...
embed
770143_c0
770143
fsharp
0
Title: Generics with interfaces in F# Problem title: Generics with interfaces in F# Tags: f%23, interface, generics Problem: Generics with interfaces in F# In C# one can state that a generic parameter must implement a certain interface like so: public class Something<T> where T : IComparable { ... } How does one specif...
Generics with interfaces in F# Generics with interfaces in F# f%23 interface generics Generics Something IComparable Generics with interfaces in F# In C# one can state that a generic parameter must implement a certain interface like so: How does one specify this in F#?
[ -0.00579833984375, -0.00274658203125, -0.00168609619140625, -0.009765625, 0.0027008056640625, 0.0118408203125, -0.002349853515625, -0.004180908203125, 0.018310546875, -0.01300048828125, -0.0164794921875, -0.024169921875, -0.0120849609375, -0.018310546875, 0.01007080078125, -0.010314941...
[ 88342, 28021, 678, 101758, 563, 4904, 1238, 3949, 3742, 189534, 200905, 87, 108161, 147, 2886, 7, 23, 313, 831, 11341, 171859, 8110, 29479, 24233, 1884, 221, 11249, 40140, 18929, 903 ]
[ 0.1983642578125, 0.1102294921875, 0.1298828125, 0.2548828125, 0.1463623046875, 0.22900390625, 0.0946044921875, 0.050994873046875, 0.1285400390625, 0.24462890625, 0.0523681640625, 0.03607177734375, 0.0860595703125, 0.0966796875, 0.027557373046875, 0.016021728515625, 0.049285888671875,...
embed
73813270_c0
73813270
fsharp
0
Title: What is the project.packagespec.json file? Problem title: What is the project.packagespec.json file? Tags: .net, c%23, f%23 Problem: What is the project.packagespec.json file? What is the project.packagespec.json file? I saw it in some .NET projects under the obj folder but couldn't find anything on Google/SO th...
What is the project.packagespec.json file? What is the project.packagespec.json file? .net c%23 f%23 What project.packagespec.json What is the project.packagespec.json file? What is the project.packagespec.json file? I saw it in some .NET projects under the obj folder but couldn't find anything on Google/SO that explai...
[ 0.011962890625, 0.014404296875, -0.001312255859375, 0.00152587890625, -0.022705078125, 0.0166015625, 0.01251220703125, 0.011962890625, -0.003143310546875, 0.03173828125, 0.018798828125, 0.00156402587890625, -0.015869140625, -0.0074462890625, 0.003143310546875, 0.040283203125, -0.0053...
[ 4865, 83, 70, 13452, 5, 29102, 4588, 16711, 170, 1681, 11435, 1179, 3742, 24124, 442, 17777, 77635, 1379, 995, 78303, 1815, 13055, 73342 ]
[ 0.0770263671875, 0.0765380859375, 0.059661865234375, 0.1871337890625, 0.05157470703125, 0.168212890625, 0.1485595703125, 0.25830078125, 0.1529541015625, 0.1910400390625, 0.1900634765625, 0.1209716796875, 0.037994384765625, 0.04150390625, 0.07257080078125, 0.1380615234375, 0.088256835...
embed
35722526_c3
35722526
fsharp
3
leaseStop.WaitOne, this.x.breedPopulation, this.pleaseStop, IL_00d3, FSharp.Core, Microsoft.FSharp.Core.FSharpFunc, BioID.GeneticLbp.Types, Genome, float32, BioID.Operations.Biometrics, BioID.Operations.Biometrics.LbpArea, StartupCode$BioID-GeneticLbp, BioID.GeneticLbp.Universe, int32, Microsoft.FSharp.Core.FSharpOptio...
leaseStop.WaitOne, this.x.breedPopulation, this.pleaseStop, IL_00d3, FSharp.Core, Microsoft.FSharp.Core.FSharpFunc, BioID.GeneticLbp.Types, Genome, float32, BioID.Operations.Biometrics, BioID.Operations.Biometrics.LbpArea, StartupCode$BioID-GeneticLbp, BioID.GeneticLbp.Universe, int32, Microsoft.FSharp.Core.FSharpOptio...
[ 0.0118408203125, 0.01300048828125, 0.0185546875, -0.006744384765625, -0.00238037109375, 0.01104736328125, 0.002349853515625, -0.0240478515625, 0.01312255859375, -0.0283203125, 0.015625, 0.0230712890625, 0.0057373046875, -0.021240234375, 0.01953125, -0.006591796875, 0.00665283203125, ...
[ 95, 6991, 156095, 5, 22489, 217, 62068, 4, 903, 425, 4134, 297, 127642, 72403, 8705, 30219, 363, 93774, 3467, 254, 50886, 13, 7244, 36381, 97249, 238, 10257, 7146, 135932, 9523, 196707, 52597, 21917, 257, 6460, 156823, 161804, 186518, 1283,...
[ 0.142333984375, 0.13818359375, 0.28173828125, 0.09027099609375, 0.219482421875, 0.17333984375, 0.24853515625, 0.059417724609375, 0.17529296875, 0.08209228515625, 0.15771484375, 0.056396484375, 0.1519775390625, 0.14453125, 0.1219482421875, 0.1107177734375, 0.0828857421875, 0.0665283...
embed
37815597_c0
37815597
fsharp
0
Title: Query Expressions to create SQL Case Problem title: Query Expressions to create SQL Case Tags: query-expressions, f%23 Problem: Query Expressions to create SQL Case Can you do SQL case with F# query expressions ? EntityFramework can do that in C# LINQ with let x = condition1 ? "a" : condition2 ? "b" : "c" Code s...
Query Expressions to create SQL Case Query Expressions to create SQL Case query-expressions f%23 Query Expressions SQL Case condition1 condition2 Query Expressions to create SQL Case Can you do SQL case with F# query expressions ? EntityFramework can do that in C# LINQ with
[ 0.031982421875, 0.01153564453125, -0.01458740234375, -0.00274658203125, -0.004241943359375, -0.005584716796875, 0.0086669921875, 0.00909423828125, 0.006500244140625, 0.00897216796875, 0.01226806640625, 0.0167236328125, 0.0128173828125, -0.0012969970703125, -0.0026397705078125, 0.018554...
[ 58836, 53, 25129, 17514, 47, 28282, 80866, 43731, 41, 1294, 204629, 1238, 3949, 3742, 35431, 418, 304, 4171, 398, 54, 7225, 678, 563, 4904, 125195, 16511, 2481, 108386, 18244, 831, 450, 313, 46610, 2737 ]
[ 0.1920166015625, 0.108642578125, 0.1744384765625, 0.070556640625, 0.045379638671875, 0.1575927734375, 0.261474609375, 0.267822265625, 0.1483154296875, 0.123291015625, 0.2095947265625, 0.0916748046875, 0.05621337890625, 0.1405029296875, 0.148681640625, 0.00665283203125, 0.028045654296...
embed
15148606_c0
15148606
fsharp
0
Title: How to display the calendar of the current month in F#? Problem title: How to display the calendar of the current month in F#? Tags: f%23 Problem: How to display the calendar of the current month in F#? I would like to display the calendar of the current month using F# ( something similar to Linux command 'cal' ...
How to display the calendar of the current month in F#? How to display the calendar of the current month in F#? f%23 How How to display the calendar of the current month in F#? I would like to display the calendar of the current month using F# ( something similar to Linux command 'cal' ). Is there a native way of doing...
[ 0.0030364990234375, -0.0079345703125, 0.0123291015625, -0.00567626953125, 0.00146484375, -0.00982666015625, -0.0004425048828125, -0.0028533935546875, -0.00640869140625, -0.038330078125, -0.003387451171875, 0.00970458984375, 0.00335693359375, -0.00113677978515625, 0.00127410888671875, 0...
[ 11249, 47, 44116, 70, 87939, 111, 43581, 31150, 23, 563, 4904, 1238, 3742, 2806, 1884, 17368, 21373, 29908, 75101, 6827, 24, 4935, 3917, 20594, 442 ]
[ 0.0960693359375, 0.10675048828125, 0.1810302734375, 0.064208984375, 0.272216796875, 0.1180419921875, 0.17333984375, 0.1468505859375, 0.0838623046875, 0.161865234375, 0.2215576171875, 0.0667724609375, 0.08087158203125, 0.009429931640625, 0.07666015625, 0.0916748046875, 0.0561218261718...
embed
53832111_c0
53832111
fsharp
0
Title: Why can&#x27;t I pipeline functions with explicit types Problem title: Why can&#x27;t I pipeline functions with explicit types Tags: f%23 Problem: Why can't I pipeline functions with explicit types I'm F# beginner Works: let add x y = x + y let x : decimal = 2 |> add 3 Doesn't work: let add (x : decimal, y : dec...
Why can&#x27;t I pipeline functions with explicit types Why can&#x27;t I pipeline functions with explicit types f%23 Why Why can't I pipeline functions with explicit types I'm F# beginner Works: Doesn't work:
[ -0.00130462646484375, 0.002471923828125, -0.00921630859375, -0.0003986358642578125, -0.0137939453125, -0.017333984375, -0.00616455078125, -0.0181884765625, 0.007049560546875, -0.003448486328125, -0.00531005859375, -0.0025787353515625, 0.004547119140625, 0.00555419921875, 0.0087890625, ...
[ 44084, 831, 3768, 18, 87, 137158, 2256, 32354, 678, 143726, 52895, 7, 1238, 563, 4904, 9842, 1679, 27985, 101790, 4488 ]
[ 0.1103515625, 0.108642578125, 0.007904052734375, 0.11376953125, 0.1170654296875, 0.1844482421875, 0.1893310546875, 0.1968994140625, 0.08837890625, 0.20166015625, 0.190185546875, 0.026824951171875, 0.03240966796875, 0.07476806640625, 0.1387939453125, 0.00616455078125, 0.0068359375, ...
embed
56136748_c0
56136748
fsharp
0
Title: How to implement a state machine using F#? And how do you transition? Problem title: How to implement a state machine using F#? And how do you transition? Tags: f%23, state-machine, state-space Problem: How to implement a state machine using F#? And how do you transition? I am working on a new code and I am new ...
How to implement a state machine using F#? And how do you transition? How to implement a state machine using F#? And how do you transition? f%23 state-machine state-space F# How How to implement a state machine using F#? And how do you transition? I am working on a new code and I am new to F#. How can I implement state...
[ 0.0020599365234375, -0.0084228515625, 0.0023193359375, 0.01513671875, -0.017333984375, -0.00921630859375, -0.01251220703125, -0.0050048828125, -0.0062255859375, -0.019775390625, 0.0206298828125, -0.0089111328125, -0.0233154296875, 0.01611328125, -0.0057373046875, -0.0038909912109375, ...
[ 11249, 47, 29479, 11341, 36279, 17368, 563, 4904, 3493, 3642, 149307, 10, 54, 1238, 3949, 3742, 103149, 9, 65421, 398, 20697, 98, 18151, 3525, 831 ]
[ 0.100341796875, 0.0771484375, 0.2264404296875, 0.2337646484375, 0.261962890625, 0.1190185546875, 0.182373046875, 0.2452392578125, 0.010772705078125, 0.0704345703125, 0.2069091796875, 0.0209503173828125, 0.03497314453125, 0.109375, 0.0615234375, 0.119140625, 0.19189453125, 0.0011901...
embed
6620942_c0
6620942
fsharp
0
Title: Capture piped value (Noob Question) Problem title: Capture piped value (Noob Question) Tags: f%23, f%23-scripting, f%23-interactive Problem: Capture piped value (Noob Question) I need to capture a value and don't know how to do it. myData |> Seq.count How do I capture that count? I want to be able to do an if on...
Capture piped value (Noob Question) Capture piped value (Noob Question) f%23 f%23-scripting f%23-interactive Capture Noob Question Capture piped value (Noob Question) I need to capture a value and don't know how to do it. myData |> Seq.count How do I capture that count? I want to be able to do an if on it or whatever. ...
[ 0.009033203125, 0.0146484375, -0.016357421875, 0.031982421875, 0.0023345947265625, -0.00145721435546875, 0.0023956298828125, -0.004486083984375, 0.012939453125, -0.030517578125, -0.028076171875, 0.013916015625, 0.0086669921875, 0.03173828125, 0.01092529296875, 0.002777099609375, 0.00...
[ 14304, 6644, 137158, 71, 34292, 5021, 3522, 68185, 1238, 3742, 27495, 32032, 167218, 10433, 71232, 438, 3871, 141621, 2301, 18, 3714, 3642, 54, 759, 137989, 503, 864, 5, 71013, 11249, 87, 450, 54529, 3444, 19048, 142, 2174, 98, 442, 89778...
[ 0.1751708984375, 0.1356201171875, 0.2193603515625, 0.1668701171875, 0.240234375, 0.10693359375, 0.186767578125, 0.2001953125, 0.05401611328125, 0.06195068359375, 0.09564208984375, 0.111328125, 0.01190185546875, 0.0748291015625, 0.0543212890625, 0.10247802734375, 0.0975341796875, 0....
embed
33777776_c0
33777776
fsharp
0
Title: How to get data type of a value in F# Problem title: How to get data type of a value in F# Tags: f%23 Problem: How to get data type of a value in F# Consider i have a function like convert and it can returns an int or throw an exception. I need to check the datatype of this function? something like: >>> a = 1 >>...
How to get data type of a value in F# How to get data type of a value in F# f%23 How How to get data type of a value in F# Consider i have a function like convert and it can returns an int or throw an exception. I need to check the datatype of this function? something like: How can i do it in F#?
[ 0.00543212890625, 0.007232666015625, 0.00016117095947265625, 0.0113525390625, -0.00830078125, 0.0062255859375, -0.0172119140625, 0.01336669921875, -0.010498046875, -0.040283203125, 0.00946044921875, -0.0093994140625, -0.01361083984375, -0.011474609375, 0.018310546875, -0.0216064453125,...
[ 11249, 47, 2046, 2053, 10644, 111, 34292, 23, 563, 4904, 10, 1238, 3742, 137399, 32354, 96760, 831, 30646, 142, 18, 104250, 131527, 3871, 12765, 50986, 17, 54, 442 ]
[ 0.054107666015625, 0.080322265625, 0.132080078125, 0.1494140625, 0.2313232421875, 0.1134033203125, 0.186767578125, 0.07470703125, 0.1602783203125, 0.2147216796875, 0.0193634033203125, 0.0513916015625, 0.06854248046875, 0.00970458984375, 0.1337890625, 0.1654052734375, 0.03118896484375...
embed
28520889_c0
28520889
fsharp
0
Title: F# filtering a list (newbie) Problem title: F# filtering a list (newbie) Tags: f%23 Problem: F# filtering a list (newbie) I'm recently new to f# so please bear with me. the problem i have is I'm trying to display only yo parts of a list but unsure of the coding for example int * int * float * float * int * float...
F# filtering a list (newbie) F# filtering a list (newbie) f%23 F# filtering a list (newbie) I'm recently new to f# so please bear with me. the problem i have is I'm trying to display only yo parts of a list but unsure of the coding for example int * int * float * float * int * float * float = but only want int * int an...
[ 0.01904296875, 0.0145263671875, -0.00726318359375, 0.00537109375, 0.004791259765625, 0.00970458984375, 0.003173828125, -0.00067901611328125, 0.00469970703125, 0.02587890625, -0.00262451171875, -0.01153564453125, -0.01263427734375, -0.005279541015625, -0.0233154296875, -0.0069580078125,...
[ 563, 4904, 46312, 214, 5303, 54936, 9014, 1238, 3949, 3742, 78684, 3525, 47, 22936, 81148, 678, 2967, 765, 31577, 44116, 4734, 3005, 63920, 111, 1284, 51646, 13, 552, 6238, 23, 18, 661, 21917, 257, 2203, 3444, 4358, 2806, 186, 77947 ]
[ 0.1436767578125, 0.2274169921875, 0.2242431640625, 0.0546875, 0.1971435546875, 0.049896240234375, 0.116943359375, 0.1058349609375, 0.080078125, 0.144775390625, 0.048980712890625, 0.0728759765625, 0.04132080078125, 0.03424072265625, 0.0693359375, 0.0313720703125, 0.1182861328125, 0....
embed
32240388_c1
32240388
fsharp
1
8:07.836Z] After deserialization: {Id = 000000000000000000000000; Time = 1/1/0001 12:00:00 AM;} Thanks in advance. Code signals: MongoDB, BsonSerializer.Deserialize, MongoDB.Bson, MongoDB.Bson.Serialization, System, BsonIssue, MyData, ObjectId, Time, DateTime, BsonDocument, BsonSerializer.Serialize, IO.BsonDocumentWrit...
8:07.836Z] After deserialization: {Id = 000000000000000000000000; Time = 1/1/0001 12:00:00 AM;} Thanks in advance. Code signals: MongoDB, BsonSerializer.Deserialize, MongoDB.Bson, MongoDB.Bson.Serialization, System, BsonIssue, MyData, ObjectId, Time, DateTime, BsonDocument, BsonSerializer.Serialize, IO.BsonDocumentWrit...
[ 0.0185546875, 0.0179443359375, 0.01422119140625, 0.016845703125, -0.017578125, -0.00152587890625, -0.02978515625, -0.01104736328125, 0.0028076171875, -0.0035400390625, 0.0146484375, 0.035888671875, 0.01214599609375, -0.004058837890625, 0.01251220703125, -0.0018310546875, -0.000617980...
[ 382, 32682, 188319, 1511, 24372, 8, 184, 51626, 47691, 12, 568, 71, 2203, 197094, 74, 19055, 142998, 188735, 40008, 6632, 9677, 22362, 129745, 28864, 26073, 7, 7465, 519, 39463, 4, 335, 1681, 4233, 52825, 73347, 25435, 119066, 571, 12353, ...
[ 0.040283203125, 0.06793212890625, 0.126708984375, 0.070068359375, 0.2049560546875, 0.2279052734375, 0.1854248046875, 0.221923828125, 0.153564453125, 0.030731201171875, 0.1085205078125, 0.1285400390625, 0.031982421875, 0.1717529296875, 0.035125732421875, 0.173095703125, 0.141967773437...
embed
6791822_c0
6791822
fsharp
0
Title: Getting values from a union case Problem title: Getting values from a union case Tags: f%23 Problem: Getting values from a union case i have something like type A = | X of string | Y of int i have a sequence of X types, [X "foo"; X "boo"; X "moo"] is there a shortcut for doing a map to convert it to ["foo"; "boo...
Getting values from a union case Getting values from a union case f%23 a Getting Getting values from a union case i have something like i have a sequence of X types, [X "foo"; X "boo"; X "moo"] is there a shortcut for doing a map to convert it to ["foo"; "boo"; "moo"] without doing a match? Thanks!
[ -0.0169677734375, 0.01019287109375, -0.00023937225341796875, -0.00604248046875, -0.02294921875, -0.0135498046875, 0.003387451171875, -0.0018768310546875, 0.0361328125, -0.006805419921875, 0.015869140625, 0.01092529296875, -0.0032501220703125, 0.0159912109375, -0.0101318359375, -0.00442...
[ 210732, 142424, 1295, 69941, 7225, 10, 1238, 3949, 3742, 17, 765, 9844, 1884, 40, 944, 3956, 111, 1193, 52895, 1542, 3584, 31, 54487, 432, 83, 2685, 16610, 19774, 100, 20594, 22288, 47, 96760, 56128, 15490, 14858, 22362 ]
[ 0.152099609375, 0.216796875, 0.143798828125, 0.23095703125, 0.236083984375, 0.045196533203125, 0.0643310546875, 0.046875, 0.1162109375, 0.031494140625, 0.0257110595703125, 0.00347900390625, 0.013824462890625, 0.0146484375, 0.1116943359375, 0.0167236328125, 0.0416259765625, 0.114501...
embed
2357006_c0
2357006
fsharp
0
Title: F# slicing array by indices array Problem title: F# slicing array by indices array Tags: f%23 Problem: F# slicing array by indices array How can I overload .[] for F# array to slice an array based on an arbitrary index array? For example: let x = [|1..10|]; let indx = [|4;1|]; although [| for i in indx ->x.[i]|]...
F# slicing array by indices array F# slicing array by indices array f%23 F# slicing array by indices array How can I overload .[] for F# array to slice an array based on an arbitrary index array? For example: although would work, it would be nicer to be able using x.[indx] directly.
[ -0.00677490234375, 0.0009613037109375, 0.0203857421875, 0.0115966796875, -0.00677490234375, -0.02880859375, -0.0169677734375, 0.005126953125, 0.007659912109375, -0.00909423828125, -0.006927490234375, 0.0146484375, -0.0169677734375, 0.0026702880859375, 0.016845703125, -0.0174560546875, ...
[ 563, 4904, 28756, 21896, 10298, 53, 390, 136044, 7, 1238, 3949, 3742, 11249, 831, 87, 645, 63033, 6, 5, 1065, 47, 91, 13348, 35509, 61799, 1294, 63262, 1326, 102971, 2806, 4488, 4, 10443, 56, 186, 19048, 17368, 1022, 7250, 425, 105237 ]
[ 0.14111328125, 0.218017578125, 0.1328125, 0.07470703125, 0.1417236328125, 0.107666015625, 0.0875244140625, 0.21923828125, 0.039886474609375, 0.0579833984375, 0.008758544921875, 0.08453369140625, 0.05059814453125, 0.043548583984375, 0.03094482421875, 0.1317138671875, 0.222900390625, ...
embed
2246206_c0
2246206
fsharp
0
Title: What is the equivalent in F# of the C# default keyword? Problem title: What is the equivalent in F# of the C# default keyword? Tags: c%23-to-f%23, f%23, default, c%23, keyword Problem: What is the equivalent in F# of the C# default keyword? I'm looking for the equivalent of C# default keyword, e.g: public T GetN...
What is the equivalent in F# of the C# default keyword? What is the equivalent in F# of the C# default keyword? c%23-to-f%23 f%23 default c%23 keyword What GetNext What is the equivalent in F# of the C# default keyword? I'm looking for the equivalent of C# default keyword, e.g: Thanks
[ 0.0115966796875, 0.0247802734375, 0.01190185546875, 0.012939453125, 0.0079345703125, -0.0252685546875, -0.000888824462890625, -0.01904296875, 0.0093994140625, 0, -0.0023651123046875, 0.010986328125, 0.003997802734375, 0.0078125, 0.004730224609375, 0.00982666015625, -0.017578125, -0...
[ 4865, 83, 70, 183234, 23, 563, 4904, 111, 313, 114977, 166117, 501, 167218, 27495, 188, 420, 3742, 1238, 20779, 81280, 16487 ]
[ 0.0543212890625, 0.029815673828125, 0.0281524658203125, 0.1915283203125, 0.06524658203125, 0.1351318359375, 0.2130126953125, 0.03204345703125, 0.050537109375, 0.2327880859375, 0.2469482421875, 0.049468994140625, 0.006561279296875, 0.1617431640625, 0.171142578125, 0.08978271484375, 0....
embed
44184936_c0
44184936
fsharp
0
Title: Add column to dataframe with default value in Deedle Problem title: Add column to dataframe with default value in Deedle Tags: python, pandas, dataframe, f%23, deedle Problem: Add column to dataframe with default value in Deedle How can I achieve this in Deedle . Pandas: df['Name'] = 'abc' Deedle: df?Name = "abc...
Add column to dataframe with default value in Deedle Add column to dataframe with default value in Deedle python pandas dataframe f%23 deedle Add Deedle Name Add column to dataframe with default value in Deedle How can I achieve this in Deedle . Pandas: df['Name'] = 'abc' Deedle: df?Name = "abc" doesn't work - it expec...
[ 0.0189208984375, 0.0137939453125, 0.01007080078125, 0.0235595703125, 0.000148773193359375, -0.01080322265625, -0.00640869140625, -0.0108642578125, -0.008544921875, 0.0240478515625, -0.01043701171875, 0.005645751953125, -0.00146484375, 0.0279541015625, -0.01104736328125, 0.0031127929687...
[ 29117, 3365, 316, 19, 47, 2053, 160328, 678, 114977, 34292, 262, 297, 133, 23, 17198, 50828, 2652, 1124, 1238, 3742, 8, 15757, 831, 69307, 903, 89308, 7, 104, 420, 163612, 2203, 2055, 238, 32, 4488, 41206, 36549 ]
[ 0.1484375, 0.2005615234375, 0.21044921875, 0.1409912109375, 0.1363525390625, 0.1351318359375, 0.26220703125, 0.0997314453125, 0.27392578125, 0.1820068359375, 0.164306640625, 0.2098388671875, 0.2237548828125, 0.0318603515625, 0.05535888671875, 0.1170654296875, 0.08966064453125, 0.10...
embed
33468298_c0
33468298
fsharp
0
Title: f# how can i compile and then release a file .fsx Problem title: f# how can i compile and then release a file .fsx Tags: release, compilation, f%23-interactive, f%23 Problem: f# how can i compile and then release a file .fsx Hi I've made a simple program in f# and windows forms, how can I build the exe and then ...
f# how can i compile and then release a file .fsx f# how can i compile and then release a file .fsx release compilation f%23-interactive f%23 f# how can i compile and then release a file .fsx Hi I've made a simple program in f# and windows forms, how can I build the exe and then send it to friends for testing ? In the ...
[ 0.0185546875, -0.00176239013671875, 0.00157928466796875, 0.016845703125, -0.0091552734375, 0.0240478515625, -0.000934600830078125, -0.00408935546875, 0.003082275390625, -0.005584716796875, 0.024169921875, -0.001708984375, 0.0032806396484375, -0.0030670166015625, 0.0228271484375, 0.0107...
[ 1238, 4904, 3642, 831, 17, 9969, 1340, 136, 7068, 54452, 11435, 5, 17447, 425, 98352, 27495, 10433, 71232, 3742, 2673, 7228, 8781, 1528, 23, 54825, 3173, 45367, 97733, 25379, 47, 23902, 100, 134234, 8, 85779, 78303, 14037, 33720 ]
[ 0.1177978515625, 0.218505859375, 0.061553955078125, 0.079345703125, 0.0804443359375, 0.17919921875, 0.1844482421875, 0.086181640625, 0.097412109375, 0.214111328125, 0.1634521484375, 0.038909912109375, 0.19677734375, 0.2369384765625, 0.179443359375, 0.0235595703125, 0.0538330078125, ...
embed
602428_c0
602428
fsharp
0
Title: &quot;do&quot; in &quot;do Application.Run(form)&quot; sentence Problem title: &quot;do&quot; in &quot;do Application.Run(form)&quot; sentence Tags: f%23 Problem: "do" in "do Application.Run(form)" sentence What is the difference between do Application.Run(form) and, simply: Application.Run(form) ? What is the r...
&quot;do&quot; in &quot;do Application.Run(form)&quot; sentence &quot;do&quot; in &quot;do Application.Run(form)&quot; sentence f%23 Application.Run "do" in "do Application.Run(form)" sentence What is the difference between and, simply: What is the role of do keyword in the first sentence?
[ 0.0174560546875, 0.0031585693359375, -0.00958251953125, 0.00127410888671875, -0.0283203125, 0.0108642578125, 0.01251220703125, 0.016845703125, 0.016357421875, -0.0361328125, 0.0238037109375, -0.00738525390625, -0.0269775390625, 0.018798828125, 0.0194091796875, -0.007080078125, -0.010...
[ 41502, 246, 1230, 23, 104921, 163321, 5037, 149357, 1238, 3949, 3742, 58, 4865, 83, 70, 60212, 17721, 136, 42856, 12, 31486, 54, 166117, 5117 ]
[ 0.0906982421875, 0.2476806640625, 0.036651611328125, 0.0736083984375, 0.2081298828125, 0.1783447265625, 0.207763671875, 0.176025390625, 0.0789794921875, 0.0135498046875, 0.09423828125, 0.0286407470703125, 0.01513671875, 0.03643798828125, 0.057708740234375, 0.1865234375, 0.11437988281...
embed
28890033_c0
28890033
fsharp
0
Title: Random values in F# Problem title: Random values in F# Tags: f%23, random Problem: Random values in F# I have F# code something like this: let ran = new System.Random() let makeVal = ran.NextDouble() Why when I use makeVal do I get the same random number on every call within one run of the app session (i.e. it's...
Random values in F# Random values in F# f%23 random Random System.Random ran.NextDouble Random values in F# I have F# code something like this: Why when I use makeVal do I get the same random number on every call within one run of the app session (i.e. it's not a seed issue).
[ 0.01019287109375, 0.00177764892578125, 0.017333984375, -0.02001953125, 0.0030517578125, 0.010009765625, 0.000217437744140625, -0.01904296875, -0.00244140625, -0.022216796875, -0.006622314453125, 0.01953125, -0.0016632080078125, -0.01104736328125, 0.03271484375, -0.001983642578125, -0...
[ 39643, 306, 142424, 23, 563, 4904, 1238, 3949, 3742, 96759, 12353, 126525, 3815, 13028, 81280, 34, 2661, 18151, 1884, 44084, 4527, 3249, 42272, 87, 2046, 5701, 14012, 98, 11907, 11782, 28032, 1632, 11675, 70, 4027, 56002, 959, 40, 297, 31...
[ 0.1607666015625, 0.0916748046875, 0.192138671875, 0.0267791748046875, 0.15185546875, 0.21435546875, 0.091796875, 0.019683837890625, 0.1409912109375, 0.2083740234375, 0.09979248046875, 0.0816650390625, 0.1041259765625, 0.1014404296875, 0.090576171875, 0.042755126953125, 0.099243164062...
embed
12926058_c0
12926058
fsharp
0
Title: F# Type providers printing Problem title: F# Type providers printing Tags: f%23, type-providers Problem: F# Type providers printing I'm currently trying out the SqlDataConnection type provider, and was wondering how to display these types. Is there some way I can have my calls to printfn "%A" display something m...
F# Type providers printing F# Type providers printing f%23 type-providers Type SqlDataConnection F# Type providers printing I'm currently trying out the SqlDataConnection type provider, and was wondering how to display these types. Is there some way I can have my calls to printfn "%A" display something more meaningful ...
[ 0.0277099609375, 0.016357421875, 0.01483154296875, 0.0284423828125, -0.016845703125, 0.0145263671875, -0.005706787109375, 0.00946044921875, 0.0029754638671875, 0.0003719329833984375, 0.00909423828125, -0.03125, 0.01019287109375, 0.002532958984375, -0.0198974609375, 0.00958251953125, ...
[ 563, 4904, 60457, 81450, 2448, 1916, 1238, 3949, 3742, 10644, 93136, 14202, 159, 99247, 137989, 235603, 31577, 1830, 149016, 44116, 52895, 3917, 11782, 7, 28412, 14783, 284, 91084, 7844, 70, 9351 ]
[ 0.114990234375, 0.1951904296875, 0.2158203125, 0.2021484375, 0.1519775390625, 0.037200927734375, 0.055450439453125, 0.0699462890625, 0.0916748046875, 0.1826171875, 0.1510009765625, 0.0101318359375, 0.016815185546875, 0.1629638671875, 0.0791015625, 0.133056640625, 0.0230712890625, 0...
embed
50262235_c0
50262235
fsharp
0
Title: Calculate the mode of a list of integers? Problem title: Calculate the mode of a list of integers? Tags: f%23, average Problem: Calculate the mode of a list of integers? Is there a built-in function to calculate the mode of a list of integers in F#? If I have a list of integers, as follows: let integers = [1; 2;...
Calculate the mode of a list of integers? Calculate the mode of a list of integers? f%23 average Calculate Calculate the mode of a list of integers? Is there a built-in function to calculate the mode of a list of integers in F#? If I have a list of integers, as follows: I would expect the result to be 3 .
[ -0.01025390625, -0.01409912109375, -0.00445556640625, -0.004180908203125, -0.006683349609375, 0.0201416015625, 0.001922607421875, 0.017578125, 0.0213623046875, -0.047607421875, 0.0185546875, -0.028076171875, 0.01806640625, 0.0128173828125, 0.0032501220703125, -0.029296875, 0.01361083...
[ 212467, 2182, 13736, 5303, 892, 26255, 111, 1238, 3949, 3742, 83080, 70, 88303, 73, 32354, 74481, 67, 23, 563, 4904, 28960, 2806, 41206, 16750, 138, 5 ]
[ 0.1787109375, 0.06524658203125, 0.2371826171875, 0.1497802734375, 0.1341552734375, 0.1259765625, 0.0487060546875, 0.095947265625, 0.03436279296875, 0.1546630859375, 0.1873779296875, 0.0176239013671875, 0.06597900390625, 0.0213775634765625, 0.1103515625, 0.169189453125, 0.045562744140...
embed
37867312_c0
37867312
fsharp
0
Title: F# WPF Esri Developer License Problem title: F# WPF Esri Developer License Tags: f%23, esri, wpf, xaml Problem: F# WPF Esri Developer License I have gone to License your app and there is only code for C#. I am wondering where to place the license information in my F# WPF application. Does it go in the app.fs fil...
F# WPF Esri Developer License F# WPF Esri Developer License f%23 esri wpf xaml WPF Esri Developer License F# WPF Esri Developer License I have gone to License your app and there is only code for C#. I am wondering where to place the license information in my F# WPF application. Does it go in the app.fs file or a differ...
[ 0.003326416015625, 0.02685546875, -0.00653076171875, -0.0015106201171875, -0.0098876953125, 0.00170135498046875, 0.0263671875, 0.004302978515625, -0.00179290771484375, -0.0027923583984375, 0.0155029296875, -0.0157470703125, 0.0026397705078125, 0.0123291015625, 0.004974365234375, -0.004...
[ 563, 4904, 601, 41265, 1184, 416, 152774, 64779, 1238, 3949, 3742, 198, 148, 39557, 2459, 7237, 74955, 47, 4027, 2685, 4734, 18151, 100, 313, 149016, 7440, 3687, 86872, 4677, 23, 38415, 442, 738, 5, 17447, 11435, 707, 12921, 1632, 22362 ]
[ 0.1329345703125, 0.2369384765625, 0.11474609375, 0.2464599609375, 0.1236572265625, 0.223388671875, 0.156494140625, 0.1932373046875, 0.0792236328125, 0.0330810546875, 0.091064453125, 0.048004150390625, 0.01043701171875, 0.157958984375, 0.045196533203125, 0.140380859375, 0.033111572265...
embed
11163043_c0
11163043
fsharp
0
Title: How do I clear all the queues on a server with F#? Problem title: How do I clear all the queues on a server with F#? Tags: f%23, msmq Problem: How do I clear all the queues on a server with F#? I've been searching all over for an easy way to clear out all of the queues in MSMQ for a given server. I don't need to...
How do I clear all the queues on a server with F#? How do I clear all the queues on a server with F#? f%23 msmq How How do I clear all the queues on a server with F#? I've been searching all over for an easy way to clear out all of the queues in MSMQ for a given server. I don't need to create or delete queues, simply c...
[ -0.0086669921875, 0.006195068359375, 0.006256103515625, 0.005523681640625, 0.00677490234375, -0.0045166015625, 0.008056640625, -0.0196533203125, 0.00141143798828125, -0.013671875, 0.01055908203125, 0.0045166015625, 0.0238037109375, 0.0098876953125, -0.003387451171875, 0.003097534179687...
[ 11249, 54, 87, 34735, 756, 70, 41, 21049, 98, 10723, 678, 563, 4904, 1238, 3742, 68163, 39, 864, 23468, 3917, 47, 1810, 111, 276, 18148, 2737, 154109, 89914, 5 ]
[ 0.0693359375, 0.034393310546875, 0.0616455078125, 0.2203369140625, 0.1080322265625, 0.051910400390625, 0.177734375, 0.187744140625, 0.032806396484375, 0.1767578125, 0.0684814453125, 0.1170654296875, 0.1905517578125, 0.049346923828125, 0.0838623046875, 0.036865234375, 0.02389526367187...
embed
76832006_c0
76832006
fsharp
0
Title: What F# type translates to a C# record type? Problem title: What F# type translates to a C# record type? Tags: c%23-to-f%23, f%23 Problem: What F# type translates to a C# record type? When consumed from a C# caller the record types from F# don't seem to map directly to C# record types. Is there any alternative t...
What F# type translates to a C# record type? What F# type translates to a C# record type? c%23-to-f%23 f%23 What What F# type translates to a C# record type? When consumed from a C# caller the record types from F# don't seem to map directly to C# record types. Is there any alternative type in F# that translates directl...
[ -0.0050048828125, 0.007476806640625, 0.0205078125, -0.002288818359375, 0.004669189453125, -0.0015411376953125, -0.0322265625, 0.01226806640625, -0.000591278076171875, 0.022216796875, -0.017578125, -0.0201416015625, 0.001922607421875, 0.007110595703125, -0.008056640625, 0.01025390625, ...
[ 563, 4904, 10644, 3900, 19309, 47, 313, 17164, 4865, 7, 10, 501, 27495, 188, 420, 3742, 1238, 18588, 11782, 52895, 22288, 105237, 30700 ]
[ 0.1475830078125, 0.2391357421875, 0.2130126953125, 0.1251220703125, 0.144287109375, 0.1160888671875, 0.0699462890625, 0.18505859375, 0.0285797119140625, 0.028411865234375, 0.0174102783203125, 0.00189208984375, 0.12255859375, 0.1109619140625, 0.0916748046875, 0.0560302734375, 0.074462...
embed
4469389_c0
4469389
fsharp
0
Title: Is None less evil than null? Problem title: Is None less evil than null? Tags: f%23, null, nullpointerexception Problem: Is None less evil than null? In F# its a big deal that they do not have null values and do not want to support it. Still the programmer has to make cases for None similar to C# programmers hav...
Is None less evil than null? Is None less evil than null? f%23 null nullpointerexception None Is None less evil than null? In F# its a big deal that they do not have null values and do not want to support it. Still the programmer has to make cases for None similar to C# programmers having to check != null. Is None real...
[ 0.004608154296875, 0.0118408203125, 0.01458740234375, -0.00628662109375, -0.00604248046875, -0.0164794921875, 0.02783203125, -0.0174560546875, 0.0036468505859375, 0.0262451171875, 0.01953125, 0.0004329681396484375, -0.0015869140625, -0.01483154296875, 0.004791259765625, 0.0052185058593...
[ 2071, 438, 86, 40715, 28, 5115, 3501, 56574, 1238, 3949, 3742, 38496, 63928, 360, 563, 4904, 6863, 35142, 959, 765, 142424, 3444, 8060, 77848, 1556, 50218, 7, 19441, 12765, 711, 1369, 6183 ]
[ 0.0435791015625, 0.1412353515625, 0.2110595703125, 0.1685791015625, 0.06939697265625, 0.200439453125, 0.076904296875, 0.255859375, 0.06939697265625, 0.0311126708984375, 0.09625244140625, 0.147216796875, 0.03485107421875, 0.0062255859375, 0.0931396484375, 0.1529541015625, 0.0215148925...
embed
41281173_c0
41281173
fsharp
0
Title: The type &#x27;bool&#x27; is not compatible with the type &#x27;IDisposable&#x27; Problem title: The type &#x27;bool&#x27; is not compatible with the type &#x27;IDisposable&#x27; Tags: idisposable, f%23 Problem: The type 'bool' is not compatible with the type 'IDisposable' Code signals: IDisposable, this.Main, E...
The type &#x27;bool&#x27; is not compatible with the type &#x27;IDisposable&#x27; The type &#x27;bool&#x27; is not compatible with the type &#x27;IDisposable&#x27; idisposable f%23 IDisposable this.Main Error Progress.Show LocalDevice.instance.loading this.ShowForm show_error The type 'bool' is not compatible with the ...
[ -0.01336669921875, 0.034912109375, -0.0011749267578125, 0.016357421875, 0.0093994140625, 0.0211181640625, -0.006103515625, -0.0089111328125, 0.01025390625, -0.0084228515625, 0.004150390625, -0.02197265625, 0.0032501220703125, 0.01226806640625, 0.014892578125, 0.00506591796875, 0.0080...
[ 10644, 3768, 142484, 83, 959, 146731, 678, 7146, 164, 7522, 2886, 17, 3827, 1238, 3742, 11338, 903, 168793, 212059, 109816, 168660, 24172, 4657, 20375, 116071, 63033, 214, 102973, 7639, 188800, 3525, 563, 4904, 56037, 33976, 13452, 70541, 114...
[ 0.20263671875, 0.1297607421875, 0.24560546875, 0.08294677734375, 0.16943359375, 0.2266845703125, 0.1060791015625, 0.0869140625, 0.1429443359375, 0.1951904296875, 0.2200927734375, 0.0919189453125, 0.1236572265625, 0.05303955078125, 0.056732177734375, 0.04913330078125, 0.1163330078125,...
embed
62636757_c0
62636757
fsharp
0
Title: Lazy&lt;&#x27;T&gt; vs anonymous functions Problem title: Lazy&lt;&#x27;T&gt; vs anonymous functions Tags: lazy-evaluation, f%23 Problem: Lazy<'T> vs anonymous functions Is there any advantage to using the .NET lazy operator instead of a plain function? For example: let x = lazy ... let y = lazy (1 + x.Value) le...
Lazy&lt;&#x27;T&gt; vs anonymous functions Lazy&lt;&#x27;T&gt; vs anonymous functions lazy-evaluation f%23 Lazy x.Value Lazy<'T> vs anonymous functions Is there any advantage to using the .NET lazy operator instead of a plain function? For example:
[ 0.0047607421875, 0.00738525390625, 0.0274658203125, -0.009521484375, 0.0177001953125, -0.0308837890625, 0.0281982421875, 0.004638671875, 0.003936767578125, -0.0277099609375, -0.0024871826171875, 0.03564453125, -0.01129150390625, -0.003814697265625, 0.01373291015625, 0.0054931640625, ...
[ 239, 3285, 3768, 618, 5386, 20209, 52184, 10821, 32354, 21, 159258, 1022, 856, 50770, 2685, 2499, 92940, 47, 17368, 5, 17777, 39933, 64457, 111719 ]
[ 0.155029296875, 0.2427978515625, 0.001251220703125, 0.0914306640625, 0.04193115234375, 0.1156005859375, 0.1993408203125, 0.1060791015625, 0.1995849609375, 0.1546630859375, 0.1541748046875, 0.036376953125, 0.0478515625, 0.0894775390625, 0.01055908203125, 0.05377197265625, 0.1688232421...
embed
53480575_c0
53480575
fsharp
0
Title: How is GetHashCode() of F# record implemented? Problem title: How is GetHashCode() of F# record implemented? Tags: record, hashcode, hash, f%23 Problem: How is GetHashCode() of F# record implemented? I'm struggling a bit to find it on https://github.com/fsharp/fsharp and this is very important because I need to ...
How is GetHashCode() of F# record implemented? How is GetHashCode() of F# record implemented? record hashcode hash f%23 How GetHashCode How is GetHashCode() of F# record implemented? I'm struggling a bit to find it on https://github.com/fsharp/fsharp and this is very important because I need to ensure the least amount ...
[ -0.01141357421875, 0.002044677734375, 0.0177001953125, 0.00225830078125, 0.0022125244140625, -0.00194549560546875, -0.0074462890625, 0.00732421875, 0.008544921875, 0.01531982421875, 0.01373291015625, 0.0054931640625, 0.0108642578125, 0.0211181640625, 0.01458740234375, 0.000732421875, ...
[ 11249, 83, 20779, 6495, 1495, 114211, 132, 111, 563, 4904, 17164, 29479, 297, 32, 1556, 127, 40899, 1238, 3949, 3742, 237875, 4785, 7413, 15769, 32102, 420, 89280, 254, 4552, 5526, 63284, 19713, 41170, 61770, 63239, 7722 ]
[ 0.117919921875, 0.0673828125, 0.1875, 0.2335205078125, 0.2108154296875, 0.279541015625, 0.092529296875, 0.0189056396484375, 0.1552734375, 0.2269287109375, 0.2021484375, 0.1788330078125, 0.0830078125, 0.00030517578125, 0.21923828125, 0.1671142578125, 0.21142578125, 0.1231689453125, ...
embed
44118466_c0
44118466
fsharp
0
Title: How to use Mongodb with Fable? Problem title: How to use Mongodb with Fable? Tags: fable-f%23, f%23 Problem: How to use Mongodb with Fable? I'm new to F# and Fable and I'm trying to create a Mongodb collection from a Fable's compiled code. How can I express this code in F# to compile with Fable? var MongoClient ...
How to use Mongodb with Fable? How to use Mongodb with Fable? fable-f%23 f%23 How Mongodb Fable MongoClient How to use Mongodb with Fable? I'm new to F# and Fable and I'm trying to create a Mongodb collection from a Fable's compiled code. How can I express this code in F# to compile with Fable?
[ 0.0032501220703125, -0.0008544921875, 0.016357421875, 0.0213623046875, -0.01165771484375, 0.010986328125, -0.0026092529296875, -0.009033203125, -0.019775390625, -0.05712890625, 0.0108642578125, 0.006591796875, 0.014892578125, -0.0067138671875, 0.0198974609375, -0.0067138671875, -0.02...
[ 11249, 47, 4527, 7465, 7803, 275, 678, 563, 2886, 1071, 2661, 420, 3742, 1238, 519, 441, 150, 2517, 3525, 4904, 136, 31577, 28282, 42486, 1295, 5974, 18151, 36510, 23, 9969, 1340 ]
[ 0.0924072265625, 0.06427001953125, 0.13525390625, 0.1378173828125, 0.2008056640625, 0.24072265625, 0.163818359375, 0.1519775390625, 0.2276611328125, 0.1146240234375, 0.158935546875, 0.0352783203125, 0.0192108154296875, 0.019287109375, 0.130859375, 0.01953125, 0.14794921875, 0.07672...
embed
30707432_c2
30707432
fsharp
2
the prediction: val it : string = " 0 1 2 3 4 6 4.753486 5.668817 6.470509 7.048984 7.388006 7.660199 " What am I missing?, eg. why doesn't the predict function take all the [0.0 .. 0.5 .. 6.0] points into account when predicting? Code signals: R-type-provider, Nit, AOB, AOBm, Nitm, data.frame, R.tapply, R.data_frame,...
the prediction: val it : string = " 0 1 2 3 4 6 4.753486 5.668817 6.470509 7.048984 7.388006 7.660199 " What am I missing?, eg. why doesn't the predict function take all the [0.0 .. 0.5 .. 6.0] points into account when predicting? Code signals: R-type-provider, Nit, AOB, AOBm, Nitm, data.frame, R.tapply, R.data_frame,...
[ 0.00677490234375, 0.000598907470703125, -0.01025390625, 0.00848388671875, 0.000640869140625, 0.005706787109375, 0.0194091796875, -0.0111083984375, 0.006378173828125, -0.0054931640625, 0.01177978515625, 0.006378173828125, 0.0118408203125, -0.032470703125, 0.00567626953125, -0.0009574890...
[ 70, 92054, 1830, 3502, 442, 79315, 2203, 757, 106, 116, 138, 201, 305, 1398, 6873, 159645, 124525, 134900, 2489, 2289, 13330, 6463, 129884, 158287, 13903, 2861, 122545, 159343, 89709, 165217, 4865, 444, 87, 132283, 15400, 22027, 18, 32354, ...
[ 0.09368896484375, 0.31982421875, 0.1422119140625, 0.253662109375, 0.2286376953125, 0.254150390625, 0.04107666015625, 0.1156005859375, 0.006561279296875, 0.048248291015625, 0.09490966796875, 0.1221923828125, 0.1357421875, 0.06890869140625, 0.109619140625, 0.1282958984375, 0.0710449218...
embed
9220632_c0
9220632
fsharp
0
Title: Parse case-insensitive operators using OperatorPrecedenceParser Problem title: Parse case-insensitive operators using OperatorPrecedenceParser Tags: f%23, fparsec Problem: Parse case-insensitive operators using OperatorPrecedenceParser Is it possible to parse a non-symbolic operator (e.g., AND , OR ) case-insens...
Parse case-insensitive operators using OperatorPrecedenceParser Parse case-insensitive operators using OperatorPrecedenceParser f%23 fparsec OperatorPrecedenceParser Parse Parse case-insensitive operators using OperatorPrecedenceParser Is it possible to parse a non-symbolic operator (e.g., AND , OR ) case-insensitively...
[ 0.005950927734375, -0.0174560546875, 0.007080078125, 0.036376953125, -0.005462646484375, 0.0284423828125, 0.0238037109375, 0.00177001953125, -0.00958251953125, 0.01214599609375, 0.00439453125, 0.003997802734375, 0.0201416015625, 0.01202392578125, -0.00555419921875, 0.0281982421875, -...
[ 2392, 184, 7225, 73, 176302, 39933, 17368, 150922, 19273, 37534, 6620, 28636, 2189, 1238, 3949, 3742, 2500, 39797, 442, 7722, 47, 366, 351, 176726, 1771, 48762, 33172, 21286 ]
[ 0.1600341796875, 0.1470947265625, 0.173583984375, 0.074462890625, 0.191162109375, 0.2330322265625, 0.0748291015625, 0.19140625, 0.06494140625, 0.10498046875, 0.05914306640625, 0.1575927734375, 0.14794921875, 0.08740234375, 0.076416015625, 0.16015625, 0.076904296875, 0.129638671875,...
embed
5305889_c0
5305889
fsharp
0
Title: In F#, who pumps the message queue? Problem title: In F#, who pumps the message queue? Tags: f%23 Problem: In F#, who pumps the message queue? In F# if I do something like let form = new Form(Text = "MyForm") and run it in FSI, the form will display and update normally, and even recieve messages. However, who is...
In F#, who pumps the message queue? In F#, who pumps the message queue? f%23 In F#, who pumps the message queue? In F# if I do something like let form = new Form(Text = "MyForm") and run it in FSI, the form will display and update normally, and even recieve messages. However, who is pumping the message queue? There is ...
[ 0.014892578125, 0.006622314453125, -0.00677490234375, 0.0140380859375, -0.002288818359375, 0.005218505859375, 0.01483154296875, 0.000009417533874511719, 0.0020294189453125, -0.029296875, 0.0223388671875, -0.00732421875, 0.00543212890625, 0.003143310546875, -0.0078125, 0.006195068359375...
[ 360, 563, 4904, 2750, 42874, 7, 26008, 41, 13388, 1238, 3949, 3742, 70, 2633, 3173, 3525, 15236, 174379, 31852, 102973, 11675, 9902, 1221, 44116, 136, 28350, 3638, 3853, 24862, 3134, 89914, 83, 214, 110, 104921, 5, 163321, 11782, 3688, 10...
[ 0.00775146484375, 0.16455078125, 0.2425537109375, 0.1395263671875, 0.267333984375, 0.1605224609375, 0.2000732421875, 0.1630859375, 0.1837158203125, 0.0848388671875, 0.0197601318359375, 0.0921630859375, 0.03546142578125, 0.057037353515625, 0.1810302734375, 0.0242767333984375, 0.173095...
embed
18840116_c0
18840116
fsharp
0
Title: Write method to return fourth element in List Problem title: Write method to return fourth element in List Tags: f%23, functional-programming Problem: Write method to return fourth element in List I currently am attempting this. let L = [2; 4; 6; 8] let fourth listx = List.nth(listx 3);; fourth L;; but I want 'a...
Write method to return fourth element in List Write method to return fourth element in List f%23 functional-programming Write List List.nth Write method to return fourth element in List I currently am attempting this. but I want 'a -> 'a (list to list) not int -> 'a How do I fix this?
[ -0.01324462890625, 0.0086669921875, 0.0220947265625, 0.004364013671875, -0.00122833251953125, 0.01708984375, -0.005615234375, -0.0064697265625, 0.00579833984375, -0.0191650390625, -0.00107574462890625, -0.0133056640625, -0.0257568359375, 0.00396728515625, -0.01251220703125, 0.000299453...
[ 601, 18781, 55300, 47, 30646, 22759, 927, 12830, 23, 32036, 1238, 3949, 3742, 123309, 28966, 19, 82424, 81887, 1284, 3444, 11, 33079, 242, 6562, 5303, 16, 959, 18, 30022, 903 ]
[ 0.08880615234375, 0.20703125, 0.2049560546875, 0.1123046875, 0.2032470703125, 0.20947265625, 0.1661376953125, 0.1871337890625, 0.104248046875, 0.208984375, 0.04180908203125, 0.03271484375, 0.135986328125, 0.1336669921875, 0.1055908203125, 0.0443115234375, 0.043975830078125, 0.07543...
embed
3074401_c0
3074401
fsharp
0
Title: Markov library/samples in F# Problem title: Markov library/samples in F# Tags: f%23, markov Problem: Markov library/samples in F# I am working on a personal project with F# and would like to experiment with F# and Markov models. Can anyone recommend a library/sample with source that supports Markov modeling? Sin...
Markov library/samples in F# Markov library/samples in F# f%23 markov Markov Markov library/samples in F# I am working on a personal project with F# and would like to experiment with F# and Markov models. Can anyone recommend a library/sample with source that supports Markov modeling? Since this is a personal project I...
[ 0.0150146484375, 0.00799560546875, 0.0123291015625, 0.0311279296875, 0.0004024505615234375, 0.000949859619140625, 0.00640869140625, 0.009033203125, 0.01373291015625, -0.046630859375, 0.010986328125, 0.0157470703125, 0.0164794921875, 0.016357421875, 0.005401611328125, -0.018798828125, ...
[ 7880, 515, 35773, 1294, 64, 3306, 99726, 23, 563, 4904, 1238, 3949, 3742, 1108, 2810, 20697, 3357, 13452, 678, 1884, 28007, 136, 115774, 4171, 35672, 67330, 433, 33209, 31344, 8060, 7, 3299, 214, 2806, 12601, 4092 ]
[ 0.156494140625, 0.2059326171875, 0.1834716796875, 0.0982666015625, 0.02557373046875, 0.1534423828125, 0.159912109375, 0.08599853515625, 0.1448974609375, 0.1920166015625, 0.0628662109375, 0.034088134765625, 0.0867919921875, 0.0802001953125, 0.156982421875, 0.045806884765625, 0.0314331...
embed
77590787_c0
77590787
fsharp
0
Title: Difference between param type in F# function Problem title: Difference between param type in F# function Tags: f%23 Problem: Difference between param type in F# function I have this type: type Age = Age of int Whats the difference between using the arg type like this: fun (Age value) -> value // this returns an ...
Difference between param type in F# function Difference between param type in F# function f%23 Difference Age Difference between param type in F# function I have this type: Whats the difference between using the arg type like this: and this
[ 0.00213623046875, -0.0107421875, -0.001983642578125, 0.01123046875, -0.000946044921875, 0.00457763671875, -0.0146484375, 0.00262451171875, -0.0030670166015625, -0.004058837890625, 0.0294189453125, -0.00567626953125, -0.0035247802734375, -0.0024566650390625, 0.026123046875, -0.018066406...
[ 803, 18234, 6620, 17721, 121, 39, 10644, 23, 563, 4904, 32354, 1238, 3949, 3742, 72944, 903, 70, 60212, 17368, 79459, 1884, 136 ]
[ 0.0853271484375, 0.1822509765625, 0.0865478515625, 0.13525390625, 0.1575927734375, 0.1463623046875, 0.2071533203125, 0.048919677734375, 0.136474609375, 0.2022705078125, 0.1602783203125, 0.090087890625, 0.046661376953125, 0.1378173828125, 0.14990234375, 0.127197265625, 0.0166320800781...
embed
8052900_c0
8052900
fsharp
0
Title: Can use F# with web developer express edition Problem title: Can use F# with web developer express edition Tags: f%23 Problem: Can use F# with web developer express edition If i have installed Web developer express in my system and later if i have installed F# SDK in my system, Will i be able to use F# in my web...
Can use F# with web developer express edition Can use F# with web developer express edition f%23 Can Can use F# with web developer express edition If i have installed Web developer express in my system and later if i have installed F# SDK in my system, Will i be able to use F# in my web application. If yes please could...
[ -0.0159912109375, -0.0011444091796875, 0.0004367828369140625, -0.0198974609375, -0.0159912109375, 0.0012664794921875, -0.01275634765625, 0.0189208984375, 0.007049560546875, -0.0263671875, -0.000701904296875, -0.0238037109375, 0.0155029296875, 0.01214599609375, 0.0181884765625, 0.002944...
[ 4171, 4527, 563, 4904, 678, 1467, 106001, 36510, 79737, 1238, 3949, 3742, 20600, 4002, 5426, 14432, 45461, 20255, 17, 19048, 47, 23, 38415, 72272, 22936, 5809, 42459, 9433 ]
[ 0.1126708984375, 0.138916015625, 0.171630859375, 0.2314453125, 0.1253662109375, 0.090576171875, 0.1602783203125, 0.189697265625, 0.1868896484375, 0.09429931640625, 0.0197601318359375, 0.0802001953125, 0.1082763671875, 0.064208984375, 0.03411865234375, 0.024017333984375, 0.16979980468...
embed
11354156_c1
11354156
fsharp
1
1, hd2::tl2 -> if hd1.Time = hd2.Time then loop ({ Time = hd1.Time; Value = (hd1.Value, hd2.Value) }::revAcc) tl1 tl2 elif hd1.Time < hd2.Time then loop revAcc tl1 ser2 else loop revAcc ser1 tl2 loop [] series1 series2 Code signals: Incomplete, TimeSeriesPoint, Time, DateTimeOffset, Value, TimeSeries, series1, series2,...
1, hd2::tl2 -> if hd1.Time = hd2.Time then loop ({ Time = hd1.Time; Value = (hd1.Value, hd2.Value) }::revAcc) tl1 tl2 elif hd1.Time < hd2.Time then loop revAcc tl1 ser2 else loop revAcc ser1 tl2 loop [] series1 series2 Code signals: Incomplete, TimeSeriesPoint, Time, DateTimeOffset, Value, TimeSeries, series1, series2,...
[ 0.0030670166015625, 0.0277099609375, -0.0004329681396484375, 0.00040435791015625, -0.00008487701416015625, 0.005828857421875, -0.0216064453125, 0.021728515625, 0.0250244140625, -0.01116943359375, 0.0172119140625, 0.032958984375, 0.01104736328125, -0.004730224609375, -0.0019989013671875, ...
[ 106, 26488, 304, 18, 141, 33079, 2174, 418, 70059, 2203, 5442, 40956, 19055, 190060, 20257, 856, 50770, 65381, 10060, 75137, 88, 3190, 4426, 37868, 284, 520, 268, 36549, 28864, 26073, 7, 12, 360, 277, 131801, 138724, 147534, 25512, 150369, ...
[ 0.0787353515625, 0.1834716796875, 0.206787109375, 0.037384033203125, 0.1063232421875, 0.0423583984375, 0.047943115234375, 0.10302734375, 0.2352294921875, 0.0947265625, 0.190673828125, 0.2215576171875, 0.2371826171875, 0.227783203125, 0.0997314453125, 0.0767822265625, 0.1461181640625,...
embed
76048911_c0
76048911
fsharp
0
Title: Can the DynamoDB attributes be used on an F# record type? Problem title: Can the DynamoDB attributes be used on an F# record type? Tags: f%23, amazon-dynamodb Problem: Can the DynamoDB attributes be used on an F# record type? I'm converting some C# classes with the DynamoDB attributes like DynamoDBTable over to ...
Can the DynamoDB attributes be used on an F# record type? Can the DynamoDB attributes be used on an F# record type? f%23 amazon-dynamodb Can DynamoDB DynamoDBTable Can the DynamoDB attributes be used on an F# record type? I'm converting some C# classes with the DynamoDB attributes like DynamoDBTable over to F#. Do thes...
[ -0.0098876953125, 0.001617431640625, 0.0004119873046875, -0.00506591796875, -0.0164794921875, -0.0004863739013671875, -0.0108642578125, 0.022216796875, -0.00830078125, 0.006622314453125, -0.0106201171875, -0.005462646484375, 0.012939453125, 0.00653076171875, -0.0108642578125, 0.0135498...
[ 4171, 73327, 432, 39463, 150380, 90, 11814, 563, 4904, 17164, 10644, 70, 1238, 3742, 2527, 5870, 17872, 6144, 48073, 397, 52681, 2886, 98, 96760, 313, 61112, 984, 6097, 4488, 678, 52895 ]
[ 0.0958251953125, 0.1490478515625, 0.16357421875, 0.235107421875, 0.2088623046875, 0.0693359375, 0.1427001953125, 0.1243896484375, 0.1759033203125, 0.1597900390625, 0.1376953125, 0.00787353515625, 0.0282745361328125, 0.07489013671875, 0.03436279296875, 0.0582275390625, 0.0740966796875...
embed
42702572_c0
42702572
fsharp
0
Title: Deedle&#x27;s Frame.ReadCsv &quot;not intended for use from F#&quot;. What else then? Problem title: Deedle&#x27;s Frame.ReadCsv &quot;not intended for use from F#&quot;. What else then? Tags: deedle, f%23 Problem: Deedle's Frame.ReadCsv "not intended for use from F#". What else then? I'm getting this warning wh...
Deedle&#x27;s Frame.ReadCsv &quot;not intended for use from F#&quot;. What else then? Deedle&#x27;s Frame.ReadCsv &quot;not intended for use from F#&quot;. What else then? deedle f%23 F# Deedle Frame.ReadCsv What Deedle's Frame.ReadCsv "not intended for use from F#". What else then? I'm getting this warning when using ...
[ 0.00250244140625, 0.01025390625, 0.0223388671875, 0.007049560546875, 0.0034942626953125, -0.00135040283203125, 0.0033416748046875, 0.00439453125, -0.015380859375, -0.0034332275390625, -0.0115966796875, -0.0279541015625, -0.0126953125, -0.00311279296875, 0.0089111328125, 0.0016174316406...
[ 262, 297, 133, 3768, 42557, 13, 31345, 441, 67756, 10869, 179140, 100, 4527, 1295, 563, 4904, 37076, 8, 1238, 3742, 4865, 903, 1631, 592, 17368, 5, 30700 ]
[ 0.117919921875, 0.1741943359375, 0.2005615234375, 0.06683349609375, 0.1798095703125, 0.10223388671875, 0.2042236328125, 0.056396484375, 0.2369384765625, 0.1400146484375, 0.18212890625, 0.0665283203125, 0.10711669921875, 0.0616455078125, 0.0977783203125, 0.15771484375, 0.0350646972656...
embed
7064389_c0
7064389
fsharp
0
Title: Functional equivalent of decorator pattern? Problem title: Functional equivalent of decorator pattern? Tags: clojure, design-patterns, f%23, functional-programming, haskell Problem: Functional equivalent of decorator pattern? What is the functional programming equivalent of the decorator design pattern? For exam...
Functional equivalent of decorator pattern? Functional equivalent of decorator pattern? clojure design-patterns f%23 functional-programming haskell Functional Functional equivalent of decorator pattern? What is the functional programming equivalent of the decorator design pattern? For example, how would you write this ...
[ 0.0115966796875, 0.01019287109375, 0.000209808349609375, -0.030517578125, 0.000579833984375, 0.01116943359375, -0.0031585693359375, 0.022216796875, 0.01214599609375, -0.011474609375, -0.005615234375, -0.007476806640625, -0.002044677734375, 0.004913330078125, 0.01171875, -0.002700805664...
[ 28670, 10763, 289, 183234, 111, 65177, 1290, 103510, 32, 20450, 461, 107, 4331, 4453, 22766, 1238, 3949, 3742, 123309, 28966, 1556, 142508, 70, 56037, 449, 1326, 4, 2806, 33022, 17311, 27781, 20623 ]
[ 0.14208984375, 0.111083984375, 0.06707763671875, 0.2001953125, 0.022430419921875, 0.196533203125, 0.1707763671875, 0.2401123046875, 0.0240325927734375, 0.0579833984375, 0.07147216796875, 0.0621337890625, 0.146240234375, 0.09234619140625, 0.110107421875, 0.023406982421875, 0.013610839...
embed
10957528_c0
10957528
fsharp
0
Title: Structural Equality in F# Problem title: Structural Equality in F# Tags: f%23, structural-equality Problem: Structural Equality in F# I have a record type that includes a function: {foo : int; bar : int -> int} I want this type to have structural equality. Is there some way I can just mark that the bar should be...
Structural Equality in F# Structural Equality in F# f%23 structural-equality Structural Equality Structural Equality in F# I have a record type that includes a function: I want this type to have structural equality. Is there some way I can just mark that the bar should be ignored in equality tests? Or is there some oth...
[ 0.017578125, 0.01806640625, 0.00128936767578125, 0.01458740234375, -0.0024261474609375, 0.00080108642578125, -0.0162353515625, 0.00897216796875, 0.010986328125, 0.007293701171875, 0.00007152557373046875, 0.0306396484375, -0.000141143798828125, 0.01043701171875, 0.01275634765625, 0.0011...
[ 63667, 73317, 141, 241, 161789, 563, 4904, 1238, 3949, 3742, 118990, 13, 23, 17164, 10644, 96853, 32354, 3444, 765, 28, 16188, 1909, 5608, 186, 124962, 71, 109921, 83, 10932 ]
[ 0.1644287109375, 0.169921875, 0.077880859375, 0.126708984375, 0.2257080078125, 0.131103515625, 0.2099609375, 0.079833984375, 0.051300048828125, 0.1240234375, 0.2283935546875, 0.1097412109375, 0.00140380859375, 0.1705322265625, 0.1171875, 0.04595947265625, 0.1300048828125, 0.0552368...
embed
52435375_c1
52435375
fsharp
1
primitive" | Let(x, e1, e2) -> eval e2 ((x, eval e1 env) :: env) So for the given problem I have written: let rec toString e (env : (string * int) list) : string match e with | Prim("+", e1, e2) -> "e1 + e2" | Prim("*", e1, e2) -> "e1 - e2" | Prim("-", e1, e2) -> "e1 * e2" this may look foolish, or am I on the right t...
primitive" | Let(x, e1, e2) -> eval e2 ((x, eval e1 env) :: env) So for the given problem I have written: let rec toString e (env : (string * int) list) : string match e with | Prim("+", e1, e2) -> "e1 + e2" | Prim("*", e1, e2) -> "e1 - e2" | Prim("-", e1, e2) -> "e1 * e2" this may look foolish, or am I on the right t...
[ -0.0001468658447265625, -0.00147247314453125, 0.00579833984375, 0.0274658203125, 0.025390625, 0.02001953125, -0.00128936767578125, -0.00433349609375, 0.002838134765625, 0.0098876953125, -0.0191650390625, -0.0101318359375, 0.00653076171875, -0.00145721435546875, -0.0008544921875, 0.0127...
[ 128489, 13, 10842, 425, 28, 418, 10461, 1405, 304, 22, 334, 1984, 34475, 2967, 59121, 2633, 21954, 47, 71713, 214, 33, 91693, 23, 18, 5303, 79315, 14858, 678, 44506, 132, 1328, 33079, 997, 1639, 6713, 150863, 28560, 563, 4904, 28864, 26...
[ 0.2490234375, 0.1402587890625, 0.1651611328125, 0.0732421875, 0.183837890625, 0.0826416015625, 0.1220703125, 0.2210693359375, 0.127685546875, 0.1129150390625, 0.22021484375, 0.0198974609375, 0.010467529296875, 0.150390625, 0.063232421875, 0.135498046875, 0.1607666015625, 0.14758300...
embed
49449306_c0
49449306
fsharp
0
Title: asynchronous unit tests with ms test Problem title: asynchronous unit tests with ms test Tags: mstest, f%23 Problem: asynchronous unit tests with ms test How to test the asynchronous methods in ms unit test leading to successful or failed unit tests [<TestClass>] type TestRequestDataClass () = Code signals: Test...
asynchronous unit tests with ms test asynchronous unit tests with ms test mstest f%23 TestClass TestRequestDataClass TestMethod this.TestRequestDataAsync Assert.IsTrue Error Debug.WriteLine asynchronous unit tests with ms test How to test the asynchronous methods in ms unit test leading to successful or failed unit tes...
[ 0.004913330078125, 0.0262451171875, 0.00194549560546875, -0.00799560546875, 0.0089111328125, 0.004486083984375, 0.0108642578125, -0.00115203857421875, -0.01361083984375, 0.031982421875, -0.0185546875, -0.0201416015625, 0.004913330078125, -0.002685546875, 0.0225830078125, 0.023071289062...
[ 10, 12654, 101966, 25072, 109921, 678, 68163, 3034, 10821, 347, 80686, 1238, 3949, 3742, 8647, 140803, 75616, 137989, 78572, 7352, 903, 111337, 33657, 29598, 882, 212059, 262, 85779, 93232, 11249, 47, 70, 150624, 23, 105207, 65771, 707, 16552...
[ 0.07098388671875, 0.147705078125, 0.1741943359375, 0.1617431640625, 0.2056884765625, 0.1072998046875, 0.1351318359375, 0.211669921875, 0.0192718505859375, 0.052215576171875, 0.177001953125, 0.0224456787109375, 0.012786865234375, 0.0980224609375, 0.182373046875, 0.1214599609375, 0.071...
embed
19764580_c0
19764580
fsharp
0
Title: Xamarin F# projects in visual studio Problem title: Xamarin F# projects in visual studio Tags: xamarin, xamarin.android, visual-studio, f%23 Problem: Xamarin F# projects in visual studio I installed the f# extensions for Xamarin studio, to create monodroid f# projects. However, this project won't open in Visual ...
Xamarin F# projects in visual studio Xamarin F# projects in visual studio xamarin xamarin.android visual-studio f%23 Xamarin xamarin.android Xamarin F# projects in visual studio I installed the f# extensions for Xamarin studio, to create monodroid f# projects. However, this project won't open in Visual Studio. Are ther...
[ 0.002532958984375, 0.0255126953125, 0.01019287109375, -0.00714111328125, 0.00139617919921875, 0.00457763671875, -0.00921630859375, -0.0048828125, -0.002532958984375, -0.01177978515625, 0.00689697265625, -0.044677734375, 0.00274658203125, 0.016357421875, 0.00714111328125, 0.004302978515...
[ 8606, 44503, 563, 4904, 77635, 23, 21176, 12275, 2459, 51796, 52629, 1238, 3742, 20600, 111938, 28282, 22460, 5814, 33306, 903, 13452, 23742, 18, 9803, 73372, 22968, 110934, 19882, 100 ]
[ 0.123046875, 0.19384765625, 0.124755859375, 0.2047119140625, 0.1370849609375, 0.05401611328125, 0.1531982421875, 0.168212890625, 0.0667724609375, 0.1002197265625, 0.1241455078125, 0.09844970703125, 0.0445556640625, 0.0872802734375, 0.13134765625, 0.051544189453125, 0.1048583984375, ...
embed
49331191_c0
49331191
fsharp
0
Title: dot operator on the return value of a function Problem title: dot operator on the return value of a function Tags: f%23 Problem: dot operator on the return value of a function Can you apply dot operator on a return value of a function and chain it from there? for instance type Person = { name: string } let getPe...
dot operator on the return value of a function dot operator on the return value of a function f%23 Person John Doe dot operator on the return value of a function Can you apply dot operator on a return value of a function and chain it from there? for instance
[ 0.0103759765625, 0.0023345947265625, 0.00665283203125, 0.01043701171875, 0.007781982421875, -0.0084228515625, 0.0007171630859375, 0.0125732421875, -0.010498046875, -0.055419921875, -0.0012969970703125, 0.031494140625, 0.000080108642578125, -0.00860595703125, 0.00787353515625, -0.018798...
[ 20633, 39933, 98, 30646, 34292, 32354, 1238, 3949, 3742, 15270, 4939, 984, 13, 4171, 398, 59911, 136, 121293, 442, 1295, 2685, 100, 110527 ]
[ 0.273681640625, 0.271484375, 0.104736328125, 0.240234375, 0.1846923828125, 0.194580078125, 0.07330322265625, 0.0823974609375, 0.102294921875, 0.0738525390625, 0.1038818359375, 0.13623046875, 0.126220703125, 0.08941650390625, 0.05267333984375, 0.1632080078125, 0.050048828125, 0.2042...
embed
36508388_c0
36508388
fsharp
0
Title: FSharp embedded API add variables Problem title: FSharp embedded API add variables Tags: f%23-interactive, f%23, f%23-compiler-services Problem: FSharp embedded API add variables Using the Fsharp.Compiler.Serice Interactive API I'd like to set variables to my FsiEvaluationSession object. Is this possible? Or is ...
FSharp embedded API add variables FSharp embedded API add variables f%23-interactive f%23 f%23-compiler-services FSharp API FSharp embedded API add variables Using the Fsharp.Compiler.Serice Interactive API I'd like to set variables to my FsiEvaluationSession object. Is this possible? Or is there another way to embed f...
[ -0.00787353515625, 0.0240478515625, 0.01397705078125, -0.005767822265625, 0.005767822265625, -0.0022125244140625, 0.00439453125, 0.00946044921875, -0.0057373046875, -0.0162353515625, 0.01434326171875, 0.003143310546875, 0.00154876708984375, 0.01129150390625, 0.01507568359375, -0.004943...
[ 93774, 3467, 254, 55720, 69819, 61687, 15190, 77336, 1238, 27495, 10433, 71232, 3742, 58875, 34759, 22584, 563, 89280, 108161, 4233, 32512, 5337, 71, 1884, 5423, 47, 172, 647, 27494, 294, 90, 6889, 36746, 7722, 352, 13482, 4904, 3934, 38415...
[ 0.0869140625, 0.1697998046875, 0.17626953125, 0.1787109375, 0.0938720703125, 0.17919921875, 0.09619140625, 0.255859375, 0.13232421875, 0.064453125, 0.0183868408203125, 0.03936767578125, 0.01861572265625, 0.04376220703125, 0.0950927734375, 0.104736328125, 0.118408203125, 0.165039062...
embed
74202482_c0
74202482
fsharp
0
Title: Upgrade F# Interactive to F#6.0 Problem title: Upgrade F# Interactive to F#6.0 Tags: f%23-interactive, f%23 Problem: Upgrade F# Interactive to F#6.0 How can F# Interactive running from within VS Code be upgraded (v5.0 to v6.0)? The SDK is installed and when I type "dotnet fsi" from the command prompt in C:\Progr...
Upgrade F# Interactive to F#6.0 Upgrade F# Interactive to F#6.0 f%23-interactive f%23 Upgrade Interactive Upgrade F# Interactive to F#6.0 How can F# Interactive running from within VS Code be upgraded (v5.0 to v6.0)? The SDK is installed and when I type "dotnet fsi" from the command prompt in C:\Program Files\dotnet\ F...
[ 0.00469970703125, 0.0030517578125, 0.01806640625, 0.00848388671875, 0.00848388671875, 0.0107421875, 0.0036163330078125, 0.0157470703125, -0.00055694580078125, 0.019775390625, 0.0030364990234375, -0.004302978515625, -0.004425048828125, 0.000812530517578125, 0.0341796875, -0.010498046875...
[ 10091, 44286, 563, 4904, 5337, 71232, 47, 910, 5, 2389, 1238, 27495, 10433, 3742, 11249, 831, 51042, 1295, 28032, 44160, 28864, 186, 116086, 71, 334, 187461, 81, 77495, 159, 45461, 20600, 297, 10644, 15464, 1179, 172, 75101, 105876, 148968,...
[ 0.1240234375, 0.12451171875, 0.142333984375, 0.2001953125, 0.1920166015625, 0.220703125, 0.0709228515625, 0.1634521484375, 0.055633544921875, 0.1478271484375, 0.09521484375, 0.0145263671875, 0.13818359375, 0.041961669921875, 0.021575927734375, 0.039642333984375, 0.088134765625, 0.0...
embed
9316469_c0
9316469
fsharp
0
Title: what are the dotnet libraries for convex optimization? Problem title: what are the dotnet libraries for convex optimization? Tags: convex-optimization, convex, f%23, optimization, .net Problem: what are the dotnet libraries for convex optimization? Would you recommend any convex optim libraries ? Ideally opensou...
what are the dotnet libraries for convex optimization? what are the dotnet libraries for convex optimization? convex-optimization convex f%23 optimization .net what are the dotnet libraries for convex optimization? Would you recommend any convex optim libraries ? Ideally opensource. A priori for semidefinite programmin...
[ -0.00145721435546875, 0.01165771484375, 0.00079345703125, 0.00262451171875, -0.00848388671875, -0.01318359375, -0.016357421875, 0.0177001953125, 0.00115203857421875, -0.00323486328125, 0.01177978515625, -0.005615234375, 0.0196533203125, -0.0009002685546875, -0.00084686279296875, -0.005...
[ 2367, 70, 20633, 1179, 35773, 10484, 100, 158, 272, 425, 87235, 1363, 100433, 47691, 1238, 3742, 154559, 67330, 2499, 15572, 41143, 9803, 60427, 116121, 36137, 49919, 56037, 2396, 2737, 683, 150661, 678, 89280, 254 ]
[ 0.0059814453125, 0.00518798828125, 0.1514892578125, 0.2110595703125, 0.207275390625, 0.1185302734375, 0.029632568359375, 0.1082763671875, 0.205322265625, 0.1265869140625, 0.1800537109375, 0.0166168212890625, 0.1575927734375, 0.0137939453125, 0.04095458984375, 0.1297607421875, 0.02243...
embed
5946146_c0
5946146
fsharp
0
Title: Refactoring Browser Problem title: Refactoring Browser Tags: refactoring, ml, f%23 Problem: Refactoring Browser Ok, a while ago I read about a Re-factoring Browser for I think, Lisp (or maybe it was smalltalk). This was a tool to help with re-factoring. I was wondering if anyone knows of a free one for F#? (seem...
Refactoring Browser Refactoring Browser refactoring ml f%23 Refactoring Browser Refactoring Browser Ok, a while ago I read about a Re-factoring Browser for I think, Lisp (or maybe it was smalltalk). This was a tool to help with re-factoring. I was wondering if anyone knows of a free one for F#? (seems reasonable a func...
[ 0.0159912109375, 0.022705078125, 0.006744384765625, 0.00127410888671875, -0.0035400390625, 0.01422119140625, -0.01611328125, -0.004180908203125, 0.0005950927734375, -0.0172119140625, 0.01153564453125, -0.0067138671875, -0.007476806640625, 0.027099609375, 0.014404296875, -0.006866455078...
[ 853, 144810, 214, 86976, 456, 7115, 1238, 3949, 3742, 12960, 6650, 12301, 9, 100, 87, 5351, 1261, 7008, 51139, 19336, 139109, 3293, 509, 55516, 47, 4358, 678, 149016, 35672, 93002, 10, 4092, 1632, 563, 4904, 169022, 123309, 46876, 5608, 1...
[ 0.183349609375, 0.257080078125, 0.1173095703125, 0.279296875, 0.1617431640625, 0.141357421875, 0.08154296875, 0.07794189453125, 0.1585693359375, 0.0241546630859375, 0.016876220703125, 0.0635986328125, 0.098876953125, 0.038116455078125, 0.01702880859375, 0.0911865234375, 0.15124511718...
embed
1501877_c0
1501877
fsharp
0
Title: Constructor xml doc in F#? Problem title: Constructor xml doc in F#? Tags: f%23 Problem: Constructor xml doc in F#? How do you attach xml documentation (you know, the /// kind) to constructors in F#? I'm not surprised that I haven't managed to figure it out for implicit constructors... but I can't even get it to...
Constructor xml doc in F#? Constructor xml doc in F#? f%23 Constructor Constructor xml doc in F#? How do you attach xml documentation (you know, the /// kind) to constructors in F#? I'm not surprised that I haven't managed to figure it out for implicit constructors... but I can't even get it to work for explicit constr...
[ 0.007659912109375, 0.0294189453125, -0.0026702880859375, -0.032470703125, 0.004852294921875, 0.011474609375, -0.003936767578125, -0.01361083984375, -0.0133056640625, 0.01153564453125, 0.0250244140625, -0.01531982421875, 0.0101318359375, -0.00421142578125, 0.003082275390625, -0.01318359...
[ 82084, 18770, 131492, 51584, 23, 563, 4904, 32, 1238, 3949, 3742, 11249, 243, 934, 209806, 4666, 64, 8562, 47, 64549, 25251, 39, 144285, 145755, 26366, 165164, 4488, 143726, 43240, 5885, 18507, 68034, 43032 ]
[ 0.1988525390625, 0.171630859375, 0.25830078125, 0.1993408203125, 0.04779052734375, 0.1298828125, 0.200439453125, 0.0272216796875, 0.066162109375, 0.0266571044921875, 0.1142578125, 0.045074462890625, 0.1258544921875, 0.1568603515625, 0.2364501953125, 0.1558837890625, 0.12451171875, ...
embed
58250721_c0
58250721
fsharp
0
Title: How to implement a simple Id-Generator? Problem title: How to implement a simple Id-Generator? Tags: f%23 Problem: How to implement a simple Id-Generator? I have: type Id = Id of int let mutable IdInt = 0 let idGenerator = fun _ -> IdInt <- IdInt + 1 IdInt |> Id which is then called like e.g: printfn "%A" (idGen...
How to implement a simple Id-Generator? How to implement a simple Id-Generator? f%23 How Id-Generator IdInt How to implement a simple Id-Generator? I have: which is then called like e.g: What's best practice to generate simple, incremental Ids in F#?
[ 0.00408935546875, -0.007720947265625, 0.0101318359375, 0.01324462890625, 0.0029754638671875, 0.02392578125, 0.00726318359375, -0.028076171875, 0.005279541015625, -0.044189453125, 0.004150390625, 0.037841796875, -0.00885009765625, 0.011474609375, 0.035400390625, -0.003021240234375, -0...
[ 11249, 47, 29479, 8781, 24799, 9, 105376, 56, 4597, 32, 10, 1238, 3949, 3742, 4153, 18, 765, 35839, 1884, 4865, 2965, 41361, 139392, 145322, 141, 7, 23, 563, 4904 ]
[ 0.10479736328125, 0.09326171875, 0.2310791015625, 0.2242431640625, 0.23876953125, 0.10430908203125, 0.1983642578125, 0.1925048828125, 0.1873779296875, 0.008544921875, 0.01531982421875, 0.0853271484375, 0.00128173828125, 0.07049560546875, 0.09130859375, 0.0927734375, 0.028076171875, ...
embed
821105_c0
821105
fsharp
0
Title: Functional languages (Erlang, F#, Haskell, Scala) Problem title: Functional languages (Erlang, F#, Haskell, Scala) Tags: haskell, scala, f%23, functional-programming, erlang Problem: Functional languages (Erlang, F#, Haskell, Scala) Are functional languages suited for web applications development? Are functional...
Functional languages (Erlang, F#, Haskell, Scala) Functional languages (Erlang, F#, Haskell, Scala) haskell scala f%23 functional-programming erlang Functional Erlang Haskell Scala Functional languages (Erlang, F#, Haskell, Scala) Are functional languages suited for web applications development? Are functional language...
[ 0.0230712890625, 0.00286865234375, 0.00098419189453125, -0.0159912109375, -0.0162353515625, -0.01239013671875, -0.021240234375, 0.006195068359375, -0.00567626953125, -0.006927490234375, -0.006011962890625, -0.036865234375, 0.0189208984375, 0.002960205078125, 0.019775390625, 0.010681152...
[ 28670, 10763, 289, 46876, 7, 15, 18468, 3066, 563, 4904, 20625, 142508, 152653, 11, 16, 1556, 146232, 1238, 3949, 3742, 123309, 28966, 214, 72, 1004, 15901, 14947, 100, 1467, 86685, 34754, 8063, 64, 122405, 111746, 10644 ]
[ 0.19091796875, 0.1766357421875, 0.09063720703125, 0.247802734375, 0.0633544921875, 0.007293701171875, 0.1190185546875, 0.2626953125, 0.0869140625, 0.1534423828125, 0.133544921875, 0.26220703125, 0.2039794921875, 0.1451416015625, 0.0147552490234375, 0.121337890625, 0.2008056640625, ...
embed
10718619_c2
10718619
fsharp
2
, IL_0001, ldarg.2, IL_0002, ldarg.1, IL_0003, blt.s, IL_000e, IL_0005, ldc.i4.0, IL_0006, IL_0007, IL_0008, System.Tuple, int32, TagType, IL_000d, ldarg.0, IL_000f, IL_0010, System.String::get_Chars, IL_0015, ldc.i4.s, IL_0017, bne.un.s, IL_0024, IL_0019, IL_001a, IL_001b, IL_001c, ldc.i4.1, IL_001d, IL_001e, IL_0023,...
, IL_0001, ldarg.2, IL_0002, ldarg.1, IL_0003, blt.s, IL_000e, IL_0005, ldc.i4.0, IL_0006, IL_0007, IL_0008, System.Tuple, int32, TagType, IL_000d, ldarg.0, IL_000f, IL_0010, System.String::get_Chars, IL_0015, ldc.i4.s, IL_0017, bne.un.s, IL_0024, IL_0019, IL_001a, IL_001b, IL_001c, ldc.i4.1, IL_001d, IL_001e, IL_0023,...
[ 0.00124359130859375, 0.0098876953125, -0.0037384033203125, 0.00836181640625, -0.004730224609375, 0.01226806640625, 0.00543212890625, -0.0272216796875, 0.0242919921875, 0.040771484375, 0.0106201171875, 0.0194091796875, -0.0048828125, 0.0208740234375, -0.0157470703125, 0.00445556640625, ...
[ 6, 4, 30219, 454, 188735, 96, 1506, 177, 5, 304, 9508, 418, 363, 10006, 18, 7, 13, 758, 71, 238, 14, 151152, 910, 966, 1019, 12353, 15665, 8705, 23, 6460, 4837, 196707, 2389, 420, 7049, 963, 71713, 214, 12, 3794, 84068, 1837, 617, ...
[ 0.0938720703125, 0.1243896484375, 0.20654296875, 0.07025146484375, 0.26611328125, 0.084716796875, 0.09521484375, 0.1217041015625, 0.10791015625, 0.0789794921875, 0.1387939453125, 0.0352783203125, 0.06683349609375, 0.03973388671875, 0.10888671875, 0.0716552734375, 0.0496826171875, 0...
embed
23143409_c0
23143409
fsharp
0
Title: F#: Downcast seq to IEnumerator Problem title: F#: Downcast seq to IEnumerator Tags: seq, ienumerator, f%23 Problem: F#: Downcast seq to IEnumerator Why is it that in F#, I can do this... let s = seq { for i in 0 .. 4095 do yield i } :?> IEnumerator ... but this throws a System.InvalidCastException ? let s = Seq...
F#: Downcast seq to IEnumerator F#: Downcast seq to IEnumerator seq ienumerator f%23 System.InvalidCastException Downcast IEnumerator Seq.init F#: Downcast seq to IEnumerator Why is it that in F#, I can do this... ... but this throws a System.InvalidCastException ?
[ 0.01025390625, 0.0045166015625, -0.0047607421875, 0.018310546875, 0.01300048828125, -0.01263427734375, 0.0038299560546875, 0.01116943359375, 0.00927734375, -0.0311279296875, 0.0157470703125, 0.029296875, 0.00872802734375, 0.014404296875, 0.0155029296875, -0.0361328125, -0.01013183593...
[ 563, 4904, 49472, 55741, 40, 864, 47, 75536, 2606, 56, 4597, 17, 316, 1238, 3742, 12353, 7013, 174830, 19279, 63928, 503, 73, 217, 44084, 831, 54, 903, 1284, 104250, 4153, 71 ]
[ 0.1455078125, 0.194580078125, 0.209716796875, 0.2452392578125, 0.1153564453125, 0.2001953125, 0.153076171875, 0.1390380859375, 0.19677734375, 0.13232421875, 0.1494140625, 0.0504150390625, 0.1640625, 0.0352783203125, 0.1048583984375, 0.1160888671875, 0.1673583984375, 0.16259765625, ...
embed
68802094_c0
68802094
fsharp
0
Title: F# Feliz.Bulma dropdown/combobox Problem title: F# Feliz.Bulma dropdown/combobox Tags: safe-stack, f%23 Problem: F# Feliz.Bulma dropdown/combobox My question is very simple - how to create combobox (dropdown) in SAFE project (using Feliz.Bulma) and populate it programmatically. In the docs there is no such compo...
F# Feliz.Bulma dropdown/combobox F# Feliz.Bulma dropdown/combobox safe-stack f%23 Feliz.Bulma F# Feliz.Bulma dropdown/combobox My question is very simple - how to create combobox (dropdown) in SAFE project (using Feliz.Bulma) and populate it programmatically. In the docs there is no such component. This is the only exa...
[ 0.0029449462890625, 0.01043701171875, 0.0028228759765625, 0.0174560546875, -0.0011444091796875, -0.0008697509765625, 0.0047607421875, -0.0032806396484375, -0.004425048828125, -0.01116943359375, -0.0086669921875, -0.025390625, 0.0233154296875, 0.000843048095703125, -0.01043701171875, -0...
[ 563, 4904, 176780, 7235, 23076, 36069, 34695, 277, 837, 11728, 46002, 590, 2594, 9655, 8781, 3642, 28282, 375, 138810, 5377, 30018, 13452, 223, 5, 27623, 442, 11720, 54, 4439, 110, 82761, 4734, 27781, 80163, 959, 49504 ]
[ 0.03271484375, 0.06304931640625, 0.2347412109375, 0.1033935546875, 0.2392578125, 0.113525390625, 0.2080078125, 0.0872802734375, 0.2037353515625, 0.29296875, 0.1993408203125, 0.09912109375, 0.1141357421875, 0.009674072265625, 0.09307861328125, 0.039794921875, 0.16162109375, 0.147583...
embed
7782289_c0
7782289
fsharp
0
Title: Do F# 3.0 type providers use the DLR under the hood? Problem title: Do F# 3.0 type providers use the DLR under the hood? Tags: f%23, type-providers Problem: Do F# 3.0 type providers use the DLR under the hood? Do F# type providers work by using the DLR under the hood? That is to say, do they work in the way that...
Do F# 3.0 type providers use the DLR under the hood? Do F# 3.0 type providers use the DLR under the hood? f%23 type-providers DLR Do F# 3.0 type providers use the DLR under the hood? Do F# type providers work by using the DLR under the hood? That is to say, do they work in the way that the dynamic keyword in C# does? H...
[ 0.02197265625, -0.002105712890625, -0.0017242431640625, -0.0003223419189453125, -0.01177978515625, 0.006927490234375, 0.002532958984375, 0.00408935546875, -0.005462646484375, -0.032958984375, -0.00174713134765625, 0.007781982421875, -0.000354766845703125, 0.003173828125, 0.01544189453125...
[ 563, 4904, 17596, 10644, 81450, 4527, 391, 138535, 1379, 44462, 1238, 3742, 93136, 14202, 7, 4488, 17368, 84079, 166117, 71062, 31, 36746, 18151, 1409, 11177, 23 ]
[ 0.102294921875, 0.1800537109375, 0.2052001953125, 0.1417236328125, 0.21484375, 0.09619140625, 0.09423828125, 0.2454833984375, 0.134033203125, 0.1463623046875, 0.044342041015625, 0.09423828125, 0.1383056640625, 0.0177154541015625, 0.00567626953125, 0.07318115234375, 0.077392578125, ...
embed
59185645_c0
59185645
fsharp
0
Title: Parametric Data Type Problem title: Parametric Data Type Tags: types, recursion, f%23 Problem: Parametric Data Type How do you write a f# recursive data types that define a parametric data type Three <'a> that calls output: Node (1,Node (2,Leaf,Leaf),Node (3,Node (4,Leaf,Leaf),Leaf)) if I input: let tree = Node(...
Parametric Data Type Parametric Data Type types recursion f%23 Parametric Data Type Three Node Leaf Parametric Data Type How do you write a f# recursive data types that define a parametric data that calls output: if I input:
[ -0.00421142578125, 0.01611328125, -0.0123291015625, 0.0004253387451171875, 0.018310546875, 0.0150146484375, -0.0029296875, -0.00958251953125, 0.00115966796875, -0.0269775390625, -0.0020294189453125, -0.0390625, -0.0162353515625, -0.004119873046875, 0.0087890625, -0.01214599609375, 0....
[ 1720, 186518, 11809, 60457, 52895, 195625, 1830, 1238, 3949, 3742, 129335, 438, 112, 636, 2407, 33022, 4904, 5844, 2053, 61924, 121, 11782, 140992, 2174, 87, 107730, 12 ]
[ 0.163330078125, 0.2147216796875, 0.1546630859375, 0.22021484375, 0.2398681640625, 0.22216796875, 0.050018310546875, 0.0924072265625, 0.051666259765625, 0.1492919921875, 0.12744140625, 0.098388671875, 0.082275390625, 0.047698974609375, 0.123046875, 0.15087890625, 0.1483154296875, 0....
embed
2037028_c0
2037028
fsharp
0
Title: How to find max&#x27;s index in a Seq, List or Array in F# Problem title: How to find max&#x27;s index in a Seq, List or Array in F# Tags: functional-programming, f%23 Problem: How to find max's index in a Seq, List or Array in F# Seq.max finds the max number. I'd like to have something like Seq.findIndex Seq.ma...
How to find max&#x27;s index in a Seq, List or Array in F# How to find max&#x27;s index in a Seq, List or Array in F# functional-programming f%23 How Seq List Array Seq.max Seq.findIndex Seq.maxIndex How to find max's index in a Seq, List or Array in F# Seq.max finds the max number. I'd like to have something like Seq....
[ 0.00775146484375, 0.0174560546875, 0.01214599609375, 0.0030517578125, -0.01031494140625, -0.0010528564453125, 0.0172119140625, 0.00897216796875, 0.01544189453125, -0.03369140625, 0.0004425048828125, -0.01080322265625, -0.01202392578125, 0.00860595703125, 0.0361328125, -0.02734375, -0...
[ 11249, 47, 7413, 18389, 3768, 63262, 23, 503, 864, 32036, 707, 69253, 53, 563, 4904, 74, 4, 123309, 28966, 1238, 3742, 24084, 111607, 4153, 39659, 25, 14012, 1884, 30646, 38132, 12830 ]
[ 0.0275421142578125, 0.0252227783203125, 0.120849609375, 0.2109375, 0.134521484375, 0.2401123046875, 0.05029296875, 0.10357666015625, 0.1944580078125, 0.1563720703125, 0.035980224609375, 0.1136474609375, 0.030792236328125, 0.105224609375, 0.1614990234375, 0.008209228515625, 0.00595092...
embed
11747887_c0
11747887
fsharp
0
Title: Read-only vs auto (read-only) property Problem title: Read-only vs auto (read-only) property Tags: f%23-3.0, f%23 Problem: Read-only vs auto (read-only) property Is there a difference between using a read-only property: type T(arg) = member x.M = arg and using an automatically implemented property: type T(arg) =...
Read-only vs auto (read-only) property Read-only vs auto (read-only) property f%23-3.0 f%23 Read-only x.M Read-only vs auto (read-only) property Is there a difference between using a read-only property: and using an automatically implemented property: assuming arg has no side effects? Any reason to prefer one over the ...
[ 0.006103515625, 0.0125732421875, 0.0181884765625, -0.01416015625, -0.0213623046875, 0.004669189453125, 0.01348876953125, 0.005615234375, 0.0164794921875, -0.009765625, 0.01708984375, 0.02001953125, -0.000732421875, 0.007049560546875, 0.00958251953125, -0.013427734375, -0.002258300781...
[ 4764, 191, 538, 20209, 1809, 39116, 57266, 16, 1238, 27495, 132265, 3742, 1022, 594, 2685, 10, 60212, 17721, 17368, 12301, 9, 136, 191082, 29479, 66596, 79459, 110, 5609, 93425, 31635, 12601, 645, 3789 ]
[ 0.245849609375, 0.1805419921875, 0.1566162109375, 0.1717529296875, 0.2420654296875, 0.225341796875, 0.2369384765625, 0.002532958984375, 0.040985107421875, 0.070068359375, 0.118408203125, 0.037689208984375, 0.011077880859375, 0.0703125, 0.00732421875, 0.031646728515625, 0.175170898437...
embed
76343478_c0
76343478
fsharp
0
Title: What suffix should I use to define UInt128 in F#? Problem title: What suffix should I use to define UInt128 in F#? Tags: f%23 Problem: What suffix should I use to define UInt128 in F#? How to define UInt128 value in F#, what suffix should I use? For UInt64 it is UL let num = 1UL I can define let num128: UInt128 ...
What suffix should I use to define UInt128 in F#? What suffix should I use to define UInt128 in F#? f%23 What UInt128 What suffix should I use to define UInt128 in F#? How to define UInt128 value in F#, what suffix should I use? For UInt64 it is UL let num = 1UL I can define let num128: UInt128 = 1UL but exact suffix w...
[ -0.0027313232421875, -0.001129150390625, 0.0089111328125, -0.0022735595703125, -0.00122833251953125, -0.0203857421875, 0.0089111328125, 0.00162506103515625, 0.00616455078125, 0.0220947265625, -0.008544921875, -0.0155029296875, -0.002899169921875, -0.019775390625, 0.0103759765625, 0.003...
[ 4865, 133784, 425, 5608, 87, 4527, 61924, 111481, 660, 81764, 23, 563, 4904, 47, 1238, 3949, 3742, 11249, 34292, 2367, 1326, 13307, 442, 80588, 2633, 13269, 2203, 106, 11176, 831, 24763, 186, 11522, 3871, 23336, 124850, 78960 ]
[ 0.0347900390625, 0.2177734375, 0.1671142578125, 0.06182861328125, 0.028167724609375, 0.0811767578125, 0.18115234375, 0.1429443359375, 0.18115234375, 0.29443359375, 0.059478759765625, 0.1356201171875, 0.2032470703125, 0.0047607421875, 0.1041259765625, 0.0316162109375, 0.1756591796875,...
embed
5090770_c0
5090770
fsharp
0
Title: FSharpChoice in C# Problem title: FSharpChoice in C# Tags: f%23, c%23 Problem: FSharpChoice in C# I am trying to use FSharpChoice type in a C# project. I have created a choice like so var a = FSharpChoice<T1,T2,T3>.NewChoice1Of3(instofT1); now how do I get instofT1 out of the choice type. I see I can do a IsChoi...
FSharpChoice in C# FSharpChoice in C# f%23 c%23 FSharpChoice NewChoice1Of3 instofT1 IsChoice1Of3 FSharpChoice in C# I am trying to use FSharpChoice type in a C# project. I have created a choice like so now how do I get instofT1 out of the choice type. I see I can do a IsChoice1Of3 but how do i get to the value in the c...
[ -0.0157470703125, 0.0177001953125, 0.01519775390625, 0.0125732421875, -0.00921630859375, 0.005859375, -0.017578125, 0.00958251953125, 0.0034027099609375, -0.002960205078125, 0.00139617919921875, -0.0020599365234375, -0.007476806640625, -0.0062255859375, 0.004547119140625, 0.00711059570...
[ 93774, 3467, 254, 107522, 2980, 23, 313, 4904, 1238, 3742, 2356, 418, 132887, 363, 36834, 618, 2071, 31577, 4527, 10644, 13452, 75935, 44126, 1884, 221, 5036, 3642, 2046, 1810, 111, 70, 831, 54, 47, 34292, 36746 ]
[ 0.1124267578125, 0.187744140625, 0.1671142578125, 0.2239990234375, 0.1380615234375, 0.1268310546875, 0.056304931640625, 0.2017822265625, 0.06884765625, 0.1002197265625, 0.097900390625, 0.1063232421875, 0.1873779296875, 0.16748046875, 0.1319580078125, 0.1309814453125, 0.1170654296875,...
embed
1378575_c0
1378575
fsharp
0
Title: F# forward type declarations Problem title: F# forward type declarations Tags: syntax, types, recursion, mutual-recursion, f%23 Problem: F# forward type declarations I stumbled across this problem in F#. Suppose, I want to declare two types that reference each other: type firstType = | T1 of secondType //..........
F# forward type declarations F# forward type declarations syntax types recursion mutual-recursion f%23 F# forward type declarations I stumbled across this problem in F#. Suppose, I want to declare two types that reference each other: How do I do that, so the compiler does not generate an error?
[ 0.02587890625, 0.018310546875, -0.0234375, 0.017578125, -0.01104736328125, -0.00015926361083984375, -0.00836181640625, 0.0150146484375, -0.0026397705078125, -0.01470947265625, 0.0120849609375, 0.017333984375, 0.00604248046875, 0.01611328125, 0.0281982421875, 0.004425048828125, 0.0104...
[ 563, 4904, 40225, 10644, 21635, 6002, 86531, 52895, 195625, 1830, 199849, 107, 48650, 1238, 3949, 3742, 5256, 40099, 36880, 2967, 121691, 3444, 159978, 6626, 450, 91067, 12638, 3789, 11249, 54, 221, 9969, 34759, 959, 139392, 18499 ]
[ 0.1317138671875, 0.19970703125, 0.223876953125, 0.21630859375, 0.2159423828125, 0.0511474609375, 0.07257080078125, 0.2418212890625, 0.194091796875, 0.0294036865234375, 0.172119140625, 0.065185546875, 0.1519775390625, 0.08111572265625, 0.0265655517578125, 0.09765625, 0.006683349609375...
embed
57141395_c0
57141395
fsharp
0
Title: Shadowing in version 4.5 Problem title: Shadowing in version 4.5 Tags: shadowing, f%23 Problem: Shadowing in version 4.5 I started to study F# language. I am using VS Community 2017. F# 4.5 I have a question about shadowing. Looks like it doesn't work for me. When I use the same name bindings it tells "Duplicate...
Shadowing in version 4.5 Shadowing in version 4.5 shadowing f%23 Shadowing Shadowing in version 4.5 I started to study F# language. I am using VS Community 2017. F# 4.5 I have a question about shadowing. Looks like it doesn't work for me. When I use the same name bindings it tells "Duplicate definition of value 'x'". W...
[ -0.009033203125, 0.012451171875, -0.003692626953125, 0.0185546875, 0.0164794921875, -0.00848388671875, -0.00003600120544433594, 0.0264892578125, 0.0186767578125, 0.012451171875, -0.025634765625, -0.00067901611328125, 0.005462646484375, 0.0050048828125, 0.028564453125, 0.0169677734375, ...
[ 132706, 214, 23, 11389, 60061, 208429, 1238, 3949, 3742, 26859, 35187, 563, 4904, 46876, 44160, 66069, 5276, 9655, 60818, 1884, 22027, 18, 4488, 100, 163, 4527, 5701, 9351, 128239, 14192, 7, 17726, 52721, 67, 80934, 111, 34292, 425, 83, 4...
[ 0.246337890625, 0.160888671875, 0.0570068359375, 0.105712890625, 0.25830078125, 0.25, 0.04669189453125, 0.032623291015625, 0.1287841796875, 0.0081787109375, 0.039154052734375, 0.08642578125, 0.1517333984375, 0.073974609375, 0.1793212890625, 0.1466064453125, 0.146728515625, 0.017929...
embed
22020803_c0
22020803
fsharp
0
Title: Why this F# code with member constraint does not compile? Problem title: Why this F# code with member constraint does not compile? Tags: member, f%23, constraints Problem: Why this F# code with member constraint does not compile? For me it seems that compiler has all information for that point, but I get error m...
Why this F# code with member constraint does not compile? Why this F# code with member constraint does not compile? member f%23 constraints Why Length x.Length Why this F# code with member constraint does not compile? For me it seems that compiler has all information for that point, but I get error message. Why?
[ -0.01513671875, 0.00860595703125, 0.008056640625, -0.00072479248046875, -0.0004730224609375, -0.01104736328125, 0.000873565673828125, 0.0172119140625, 0.0135498046875, -0.0400390625, -0.00003933906555175781, -0.00099945068359375, 0.01385498046875, 0.0115966796875, 0.021484375, -0.03222...
[ 44084, 903, 563, 4904, 18151, 678, 32786, 158, 2816, 4288, 14602, 959, 9969, 1340, 1238, 3949, 3742, 77554, 927, 1022, 5267, 449, 34759, 1556, 756, 4677, 6275, 1284, 18499, 26008 ]
[ 0.1329345703125, 0.07415771484375, 0.11181640625, 0.203857421875, 0.1524658203125, 0.08502197265625, 0.2734375, 0.09783935546875, 0.1962890625, 0.10382080078125, 0.0908203125, 0.1585693359375, 0.18212890625, 0.1876220703125, 0.09600830078125, 0.05731201171875, 0.1593017578125, 0.10...
embed
72574905_c0
72574905
fsharp
0
Title: How To Read A Dropped File F# Problem title: How To Read A Dropped File F# Tags: fable-f%23, f%23, elmish Problem: How To Read A Dropped File F# I have a Elmish-React project and this dropzone OnDrop (fun e -> let file = e.dataTransfer.files.item 0 e.preventDefault() e.stopPropagation() ) how do I load the conte...
How To Read A Dropped File F# How To Read A Dropped File F# fable-f%23 f%23 elmish How Read Dropped File OnDrop e.dataTransfer.files.item e.preventDefault e.stopPropagation How To Read A Dropped File F# I have a Elmish-React project and this dropzone how do I load the content of this file?
[ 0.01171875, -0.00640869140625, -0.01129150390625, 0.004425048828125, -0.003387451171875, 0.0216064453125, 0.01422119140625, -0.0106201171875, -0.00445556640625, -0.0255126953125, 0.006195068359375, -0.00201416015625, -0.0162353515625, 0.01068115234375, 0.0284423828125, -0.0034942626953...
[ 11249, 717, 4764, 62, 46193, 48398, 42724, 563, 4904, 1071, 2661, 3742, 88, 78192, 2161, 28437, 10135, 62624, 2875, 29822, 217, 195, 214335, 11, 19111, 11902, 540, 4332, 47013, 13452, 36069, 18979, 3642, 72367, 10941, 11435 ]
[ 0.06622314453125, 0.09625244140625, 0.2470703125, 0.086181640625, 0.2164306640625, 0.244140625, 0.2139892578125, 0.0992431640625, 0.161376953125, 0.1026611328125, 0.1214599609375, 0.0159149169921875, 0.0694580078125, 0.1929931640625, 0.130615234375, 0.220458984375, 0.005645751953125,...
embed
13820083_c0
13820083
fsharp
0
Title: Retrieve the most frequently used name Problem title: Retrieve the most frequently used name Tags: f%23 Problem: Retrieve the most frequently used name I can't get the idea. How to find the most frequently used name e.g. type person = {name:string; surname:string} let persons=[{name:"Jack";surname:"YYY"}; {name:...
Retrieve the most frequently used name Retrieve the most frequently used name f%23 Retrieve name:string surname:string Jack YYY Joe XYX XXY Retrieve the most frequently used name I can't get the idea. How to find the most frequently used name e.g.
[ 0.029296875, -0.00116729736328125, 0.00151824951171875, 0.00958251953125, -0.021484375, 0.0150146484375, -0.00640869140625, 0.0164794921875, 0.0081787109375, -0.040283203125, 0.005828857421875, 0.005462646484375, -0.0028076171875, -0.00506591796875, 0.0012359619140625, 0.00063705444335...
[ 200451, 70, 2684, 195409, 11814, 9351, 1238, 3949, 3742, 91693, 613, 11627, 21763, 990, 108354, 40207, 143907, 1542, 14214, 1723, 87, 831, 18, 2046, 6528, 11249, 47, 7413, 177 ]
[ 0.250244140625, 0.09503173828125, 0.1805419921875, 0.2451171875, 0.2001953125, 0.220947265625, 0.0635986328125, 0.055999755859375, 0.1318359375, 0.181640625, 0.1123046875, 0.118896484375, 0.1845703125, 0.0762939453125, 0.177978515625, 0.2066650390625, 0.08349609375, 0.0804443359375...
embed
7454383_c0
7454383
fsharp
0
Title: Metro style Apps with F#? Problem title: Metro style Apps with F#? Tags: visual-studio-2012, microsoft-metro, f%23, windows-8 Problem: Metro style Apps with F#? In the Build 2011 keynote and demos, they were always talking about C++, C#, Visual Basic and JavaScript. Can't I build Metro style Apps with F#? Or is ...
Metro style Apps with F#? Metro style Apps with F#? visual-studio-2012 microsoft-metro f%23 windows-8 Metro Apps visual-studio-2012 windows-8 Metro style Apps with F#? In the Build 2011 keynote and demos, they were always talking about C++, C#, Visual Basic and JavaScript. Can't I build Metro style Apps with F#? Or is ...
[ 0.004119873046875, 0.00665283203125, 0.01214599609375, -0.0108642578125, 0.001220703125, 0.004425048828125, -0.0002498626708984375, 0.0008544921875, 0.0164794921875, -0.0113525390625, 0.0150146484375, -0.005340576171875, 0.01507568359375, 0.0162353515625, -0.00799560546875, 0.0078125, ...
[ 36159, 20623, 89530, 678, 563, 4904, 32, 21176, 52629, 54458, 138410, 37165, 1238, 3949, 3742, 54825, 17376, 121137, 1392, 22799, 48345, 136, 8, 840, 3542, 11343, 56661, 313, 37223, 73372, 91692, 17925, 4171, 18, 45367, 46002, 43240 ]
[ 0.224609375, 0.2236328125, 0.215576171875, 0.1512451171875, 0.180908203125, 0.25439453125, 0.0264129638671875, 0.176025390625, 0.1673583984375, 0.15576171875, 0.04888916015625, 0.173583984375, 0.09051513671875, 0.006927490234375, 0.05902099609375, 0.089599609375, 0.1619873046875, 0...
embed
21611607_c0
21611607
fsharp
0
Title: F#: Approach to Trigrams Problem title: F#: Approach to Trigrams Tags: f%23 Problem: F#: Approach to Trigrams I have a string "ABCDEFG". I want to convert that into a string array with the contents: [|"ABC"; "BCD"; "CDE"; "DEF"; "EFG"|] I first thought about using a loop. Then I thought about using a recursive f...
F#: Approach to Trigrams F#: Approach to Trigrams f%23 Approach Trigrams F#: Approach to Trigrams I have a string "ABCDEFG". I want to convert that into a string array with the contents: [|"ABC"; "BCD"; "CDE"; "DEF"; "EFG"|] I first thought about using a loop. Then I thought about using a recursive function. Finally, I...
[ -0.0019989013671875, -0.0003719329833984375, 0.00811767578125, 0.01483154296875, -0.01123046875, 0.01904296875, -0.0019073486328125, 0.0146484375, 0.02734375, -0.0263671875, -0.005401611328125, 0.0184326171875, -0.009765625, 0.01422119140625, 0.0032196044921875, -0.00360107421875, -0...
[ 563, 4904, 5659, 516, 934, 4699, 25561, 47, 1238, 3949, 3742, 87, 765, 79315, 186944, 202001, 724, 3444, 96760, 450, 3934, 10, 10298, 53, 678, 10941, 56128, 16069, 8399, 28482, 17569, 17368, 40956, 195625, 5844, 32354, 149016, 48502, 1884, ...
[ 0.132080078125, 0.22509765625, 0.010528564453125, 0.072265625, 0.109130859375, 0.115966796875, 0.1939697265625, 0.04315185546875, 0.0513916015625, 0.0146026611328125, 0.09716796875, 0.006622314453125, 0.02392578125, 0.22412109375, 0.150390625, 0.2330322265625, 0.145751953125, 0.076...
embed
12329433_c0
12329433
fsharp
0
Title: Are there any benefits of using type providers instead of t4? Problem title: Are there any benefits of using type providers instead of t4? Tags: t4, type-providers, f%23, .net Problem: Are there any benefits of using type providers instead of t4? As far as I know, both tools are used for code generation. Librari...
Are there any benefits of using type providers instead of t4? Are there any benefits of using type providers instead of t4? t4 type-providers f%23 .net type Are there any benefits of using type providers instead of t4? As far as I know, both tools are used for code generation. Libraries generated with t4 can be used ev...
[ -0.007537841796875, 0.0162353515625, -0.00927734375, 0.004730224609375, -0.00994873046875, -0.0184326171875, -0.00799560546875, 0.003997802734375, 0.0123291015625, -0.0255126953125, -0.0147705078125, 0.009521484375, 0.01055908203125, 0.002349853515625, 0.007537841796875, -0.00302124023...
[ 15901, 2685, 2499, 72382, 17368, 10644, 81450, 7, 64457, 808, 617, 111, 93136, 14202, 1238, 3742, 1179, 15044, 72977, 621, 11814, 100, 18151, 58093, 165867, 10484, 139392, 678, 831, 219743, 4734, 563, 4904, 6275 ]
[ 0.002960205078125, 0.0284881591796875, 0.08660888671875, 0.1787109375, 0.10272216796875, 0.24755859375, 0.22900390625, 0.1048583984375, 0.1365966796875, 0.115234375, 0.2420654296875, 0.01055908203125, 0.17529296875, 0.0968017578125, 0.059661865234375, 0.058441162109375, 0.12475585937...
embed
546287_c0
546287
fsharp
0
Title: Meaning of keyword &quot;in&quot; in F# Problem title: Meaning of keyword &quot;in&quot; in F# Tags: .net, f%23 Problem: Meaning of keyword "in" in F# I am just starting to learn F#. In several F# coding examples I see the keyword "in" used in the following way: let doStuff x = let first, second = x in first + "...
Meaning of keyword &quot;in&quot; in F# Meaning of keyword &quot;in&quot; in F# .net f%23 Meaning Meaning of keyword "in" in F# I am just starting to learn F#. In several F# coding examples I see the keyword "in" used in the following way: The function works with and without the "in" at then end of the second line. Wha...
[ 0.00799560546875, -0.003997802734375, 0.00933837890625, 0.01031494140625, 0.000865936279296875, 0.0203857421875, 0.01141357421875, 0.00653076171875, 0.005950927734375, -0.00164031982421875, 0.0098876953125, -0.007659912109375, -0.0166015625, 0.01129150390625, -0.003204345703125, 0.0194...
[ 1215, 11, 166117, 41502, 73, 1230, 23, 563, 4904, 592, 1179, 1238, 552, 27781, 11814, 32354, 43240, 678, 15490, 3564, 17932, 13315, 4865, 14602, 54 ]
[ 0.099365234375, 0.12255859375, 0.231689453125, 0.03179931640625, 0.2462158203125, 0.08990478515625, 0.052215576171875, 0.1243896484375, 0.185791015625, 0.002593994140625, 0.09130859375, 0.010528564453125, 0.05877685546875, 0.022308349609375, 0.0640869140625, 0.131103515625, 0.0555114...
embed
34882186_c0
34882186
fsharp
0
Title: Is there an F# operator to express this function? Problem title: Is there an F# operator to express this function? Tags: f%23, operators Problem: Is there an F# operator to express this function? I've got the following code: let funcsAppliedToData data = funcs |> Seq.map (fun f -> f data) Is there an operator to...
Is there an F# operator to express this function? Is there an F# operator to express this function? f%23 operators Seq.map Is there an F# operator to express this function? I've got the following code: let funcsAppliedToData data = funcs |> Seq.map (fun f -> f data) Is there an operator to express the function defined ...
[ 0.010986328125, -0.007415771484375, 0.0201416015625, 0.013671875, 0.0166015625, -0.0186767578125, 0.028564453125, 0.0294189453125, 0.0174560546875, -0.032958984375, -0.008544921875, 0.0031890869140625, -0.00189971923828125, 0.01239013671875, -0.00139617919921875, 0.0024871826171875, ...
[ 2071, 2685, 142, 563, 4904, 39933, 47, 36510, 903, 32354, 1238, 3949, 3742, 503, 864, 5, 62346, 25632, 18151, 2633, 7477, 4439, 39179, 71516, 7763, 137989, 2053, 2203, 16498, 33079, 61924, 23, 1620, 27853, 22021, 56, 3917, 32562, 28271, 1...
[ 0.02764892578125, 0.06536865234375, 0.086181640625, 0.1708984375, 0.2281494140625, 0.281005859375, 0.07293701171875, 0.2115478515625, 0.1175537109375, 0.224853515625, 0.208251953125, 0.0496826171875, 0.1739501953125, 0.1357421875, 0.2156982421875, 0.031158447265625, 0.2041015625, 0...
embed
19062523_c0
19062523
fsharp
0
Title: How can I cast and check for NULL all at the same time in F#? Problem title: How can I cast and check for NULL all at the same time in F#? Tags: f%23 Problem: How can I cast and check for NULL all at the same time in F#? In C# one can use as for casting reference type values to either a requested type or null, s...
How can I cast and check for NULL all at the same time in F#? How can I cast and check for NULL all at the same time in F#? f%23 How How can I cast and check for NULL all at the same time in F#? In C# one can use as for casting reference type values to either a requested type or null, so that it's only needed for the c...
[ 0.00836181640625, 0.010986328125, 0.0189208984375, -0.0021820068359375, 0.005340576171875, -0.0240478515625, -0.008056640625, -0.017578125, -0.0036468505859375, 0.0020599365234375, 0.01177978515625, -0.0128173828125, -0.017333984375, -0.00145721435546875, -0.010498046875, -0.0056762695...
[ 11249, 831, 37702, 136, 12765, 100, 18057, 23708, 756, 5701, 1733, 563, 4904, 87, 23, 1238, 3742, 360, 313, 4527, 237, 176050, 91067, 10644, 142424, 50336, 56574, 442, 44841, 34292, 8035, 11814 ]
[ 0.04345703125, 0.048248291015625, 0.2108154296875, 0.1282958984375, 0.2279052734375, 0.1141357421875, 0.158935546875, 0.1981201171875, 0.07373046875, 0.07110595703125, 0.0743408203125, 0.139404296875, 0.2098388671875, 0.033355712890625, 0.0389404296875, 0.0167999267578125, 0.05249023...
embed
39363449_c1
39363449
fsharp
1
.) xs with | 0, _, _ -> 0. | 1, _, _ when not nmethod -> 0. | n, xsum, xsumsq -> // denominator is (n-1) or n let d = if nmethod then float n else float n - 1. (xsumsq - xsum * xsum / float n) / d let std xs nmethod = sqrt (var xs nmethod) let volatilty xs nmethod x = (std xs nmethod) * sqrt (x) Any thoughts welcome pl...
.) xs with | 0, _, _ -> 0. | 1, _, _ when not nmethod -> 0. | n, xsum, xsumsq -> // denominator is (n-1) or n let d = if nmethod then float n else float n - 1. (xsumsq - xsum * xsum / float n) / d let std xs nmethod = sqrt (var xs nmethod) let volatilty xs nmethod x = (std xs nmethod) * sqrt (x) Any thoughts welcome pl...
[ -0.01007080078125, 0.01263427734375, 0.00119781494140625, -0.003143310546875, -0.00738525390625, -0.017333984375, -0.0048828125, -0.0081787109375, 0.0135498046875, 0.004547119140625, 0.00469970703125, -0.0034637451171875, 0.0250244140625, -0.01141357421875, -0.0130615234375, 0.00231933...
[ 5, 16, 1022, 7, 678, 6, 757, 101, 33079, 106, 3229, 959, 653, 1928, 7352, 11832, 10321, 864, 52240, 1290, 83, 19, 110218, 707, 2633, 104, 21917, 257, 37076, 615, 425, 248, 6138, 71, 3198, 1961, 174048, 939, 271, 38514, 81907, 22362, ...
[ 0.030914306640625, 0.018768310546875, 0.1953125, 0.2081298828125, 0.126953125, 0.0148773193359375, 0.1217041015625, 0.054443359375, 0.0682373046875, 0.04388427734375, 0.0260772705078125, 0.081787109375, 0.0927734375, 0.1107177734375, 0.1534423828125, 0.2236328125, 0.10791015625, 0....
embed
14412664_c0
14412664
fsharp
0
Title: Strange expression parsing behavior Problem title: Strange expression parsing behavior Tags: f%23 Problem: Strange expression parsing behavior In this code: let f(a,b,c) = a * b + c - (d()) let g(a,b,c) = a * b + c -(d()) f is (int*int*int) -> int , and g is (int*int*(int*int)) -> int . Removing the brackets aro...
Strange expression parsing behavior Strange expression parsing behavior f%23 Strange Strange expression parsing behavior In this code: f is (int*int*int) -> int , and g is (int*int*(int*int)) -> int . Removing the brackets around d() in g causes the "Successive arguments should be separated by spaces or tupled" error. ...
[ 0.016845703125, 0.00653076171875, -0.017578125, 0.01287841796875, 0.00909423828125, 0.00823974609375, -0.007232666015625, 0.00787353515625, 0.0235595703125, 0.00872802734375, -0.0017852783203125, -0.006988525390625, -0.017333984375, 0.004364013671875, 0.01300048828125, 0.00369262695312...
[ 187791, 125195, 366, 123166, 1238, 3949, 3742, 903, 18151, 83, 4288, 1639, 33079, 23, 18, 136, 706, 432, 1620, 27853, 10932, 104, 132, 113660, 14168, 39884, 7, 29888, 10750, 5608, 84797, 390, 32628, 707, 370, 8705, 18499 ]
[ 0.1839599609375, 0.1806640625, 0.126220703125, 0.12841796875, 0.1412353515625, 0.03460693359375, 0.1317138671875, 0.029541015625, 0.127685546875, 0.04345703125, 0.1607666015625, 0.0775146484375, 0.07305908203125, 0.1015625, 0.1195068359375, 0.0197296142578125, 0.1375732421875, 0.07...
embed
42497372_c0
42497372
fsharp
0
Title: How to run websharper project? Problem title: How to run websharper project? Tags: f%23, ionide, visual-studio-code Problem: How to run websharper project? I have a websharper template project through visual studio code and ionide, I can compile the project which is great but how do I actually see the result in ...
How to run websharper project? How to run websharper project? f%23 ionide visual-studio-code How How to run websharper project? I have a websharper template project through visual studio code and ionide, I can compile the project which is great but how do I actually see the result in my web browser? Is there anything e...
[ -0.023681640625, 0.0186767578125, -0.00872802734375, 0.0032501220703125, -0.00122833251953125, 0.01123046875, -0.006988525390625, 0.000804901123046875, 0.00194549560546875, -0.03564453125, 0.003692626953125, 0.0118408203125, -0.00830078125, -0.00168609619140625, 0.010498046875, -0.0064...
[ 11249, 47, 11675, 1467, 89280, 1264, 13452, 1238, 3742, 45339, 2506, 21176, 52629, 40899, 110934, 8305, 12275, 18151, 136, 831, 9969, 1340, 6782, 3642, 20653, 1957, 16750, 31842, 23937, 183234, 4393, 50997, 11301, 77679, 10422 ]
[ 0.11962890625, 0.096435546875, 0.1881103515625, 0.1583251953125, 0.233154296875, 0.272705078125, 0.19091796875, 0.011474609375, 0.02105712890625, 0.144287109375, 0.2008056640625, 0.1529541015625, 0.1416015625, 0.1505126953125, 0.184814453125, 0.0233001708984375, 0.1595458984375, 0....
embed
13473537_c0
13473537
fsharp
0
Title: What is the answer to this list? Problem title: What is the answer to this list? Tags: list, f%23 Problem: What is the answer to this list? 3::[4;5;2;7];; List.length [4;5;2;7];; [4;5;2;7]::3;; This gives the error This expression was expected to have type int list list but here has type int I know that it can b...
What is the answer to this list? What is the answer to this list? list f%23 What List.length List.append What is the answer to this list? This gives the error This expression was expected to have type int list list but here has type int I know that it can be solved by doing : [4;5;2;7];; List.append it [3];; but is the...
[ -0.006072998046875, 0.0240478515625, 0.005340576171875, 0.0208740234375, -0.01165771484375, 0.0034332275390625, -0.00872802734375, 0.021240234375, 0.022216796875, -0.03125, 0.009521484375, -0.01708984375, 0.0172119140625, 0.048095703125, -0.01043701171875, -0.0087890625, 0.0168457031...
[ 4865, 83, 70, 35166, 47, 903, 5303, 1238, 3949, 3742, 32036, 23986, 927, 9007, 3611, 3293, 76199, 18499, 125195, 509, 84751, 10644, 23, 18, 1284, 3688, 1556, 3714, 831, 186, 86869, 20594, 617, 758, 304, 966, 442, 50740, 3917, 54 ]
[ 0.07562255859375, 0.06524658203125, 0.0411376953125, 0.2039794921875, 0.1031494140625, 0.0677490234375, 0.2105712890625, 0.1075439453125, 0.09814453125, 0.2034912109375, 0.236328125, 0.140625, 0.04736328125, 0.1353759765625, 0.178955078125, 0.04010009765625, 0.059356689453125, 0.21...
embed
59670078_c0
59670078
fsharp
0
Title: how to replicate this C# initialization code in F# Problem title: how to replicate this C# initialization code in F# Tags: f%23 Problem: how to replicate this C# initialization code in F# I have this in C#: _RestClient.ConfigureWebRequest(r => { r.ServicePoint.Expect100Continue = false; r.KeepAlive = true; }); w...
how to replicate this C# initialization code in F# how to replicate this C# initialization code in F# f%23 _RestClient.ConfigureWebRequest r.ServicePoint.Expect100Continue r.KeepAlive how to replicate this C# initialization code in F# I have this in C#: what is the syntax to replicate this in F#?
[ 0.00177764892578125, 0.01531982421875, -0.0147705078125, -0.00225830078125, -0.00408935546875, -0.0157470703125, 0.0184326171875, -0.0118408203125, 0.00537109375, 0.01513671875, 0.01556396484375, 0.0167236328125, 0.0020599365234375, 0.014404296875, -0.0028228759765625, -0.0225830078125...
[ 3642, 47, 143126, 67, 903, 313, 4904, 61475, 47691, 18151, 23, 563, 1238, 3949, 3742, 1052, 525, 150, 2517, 59994, 30474, 4332, 75616, 1690, 121979, 147534, 19279, 47107, 3559, 100761, 15017, 4517, 284, 24056, 765, 70, 6002, 86531 ]
[ 0.0750732421875, 0.0653076171875, 0.262451171875, 0.1341552734375, 0.11962890625, 0.055877685546875, 0.2127685546875, 0.1954345703125, 0.093505859375, 0.160400390625, 0.054779052734375, 0.1461181640625, 0.09149169921875, 0.0222320556640625, 0.1580810546875, 0.112548828125, 0.12609863...
embed
50372076_c2
50372076
fsharp
2
Description = "";}) I'm guessing there's something wrong the syntax on my match statement - what am Code signals: FSharp, Unexpected, UNMATCHED, T0200, R0200, MessageType, Regex, REGEX_T0200, REGEX_R0200, matchType:MatchType, line:string, Regex.Match, REGEX_DATA, matching.Value.Replace, Replace, Split, x:string, String...
Description = "";}) I'm guessing there's something wrong the syntax on my match statement - what am Code signals: FSharp, Unexpected, UNMATCHED, T0200, R0200, MessageType, Regex, REGEX_T0200, REGEX_R0200, matchType:MatchType, line:string, Regex.Match, REGEX_DATA, matching.Value.Replace, Replace, Split, x:string, String...
[ -0.004425048828125, 0.004486083984375, -0.0198974609375, 0.01470947265625, 0.021240234375, -0.006011962890625, -0.0186767578125, 0.0130615234375, 0.0281982421875, 0.040771484375, 0.01251220703125, 0.0034637451171875, 0.00098419189453125, -0.0203857421875, 0.01226806640625, 0.0161132812...
[ 70643, 2203, 56128, 8152, 57767, 214, 9844, 44691, 6002, 86531, 759, 14858, 63805, 2367, 444, 28864, 26073, 7, 93774, 3467, 254, 992, 83613, 13, 89829, 8274, 47512, 48858, 397, 384, 2389, 5955, 627, 48205, 196707, 11678, 3355, 60280, 26939,...
[ 0.315673828125, 0.062042236328125, 0.06024169921875, 0.0733642578125, 0.1317138671875, 0.04876708984375, 0.04156494140625, 0.1712646484375, 0.1424560546875, 0.236083984375, 0.06524658203125, 0.287109375, 0.256103515625, 0.02801513671875, 0.07952880859375, 0.251708984375, 0.287109375,...
embed
64308331_c0
64308331
fsharp
0
Title: F# VS 2019 Syntax Color Coding Problem title: F# VS 2019 Syntax Color Coding Tags: f%23, visual-studio-2019 Problem: F# VS 2019 Syntax Color Coding I see other people have more options than me under "Fonts and Colors" in VS 2019 (latest version, 16.7.5): The old F# Power Tools and F# Tools are now part of the ID...
F# VS 2019 Syntax Color Coding F# VS 2019 Syntax Color Coding f%23 visual-studio-2019 Syntax Color Coding visual-studio-2019 F# VS 2019 Syntax Color Coding I see other people have more options than me under "Fonts and Colors" in VS 2019 (latest version, 16.7.5): The old F# Power Tools and F# Tools are now part of the I...
[ 0.00286865234375, 0.005615234375, -0.016845703125, 0.01019287109375, -0.001434326171875, 0.005706787109375, -0.0218505859375, 0.0159912109375, -0.01239013671875, 0.0322265625, -0.00003981590270996094, -0.0048828125, 0.000782012939453125, 0.0076904296875, 0.01275634765625, -0.0076904296...
[ 563, 4904, 44160, 3640, 19010, 86531, 51193, 1311, 6238, 1238, 3742, 21176, 52629, 148548, 1957, 3789, 3395, 765, 1286, 50717, 3501, 163, 1379, 27591, 16037, 136, 23, 6954, 11389, 6849, 136563, 10332, 17170, 119296, 621, 5036, 2831, 111, 70...
[ 0.156982421875, 0.2305908203125, 0.240234375, 0.279296875, 0.1444091796875, 0.16845703125, 0.1888427734375, 0.1710205078125, 0.0770263671875, 0.086181640625, 0.115234375, 0.156005859375, 0.13818359375, 0.2403564453125, 0.0295257568359375, 0.028533935546875, 0.05181884765625, 0.0494...
embed
5341030_c0
5341030
fsharp
0
Title: F# collection initializer syntax Problem title: F# collection initializer syntax Tags: inline, f%23 Problem: F# collection initializer syntax What is the collection initializer syntax in F#? In C# you can write something like: new Dictionary<string, int>() { {"One", 1}, {"two", 2}} How do I do the same thing in ...
F# collection initializer syntax F# collection initializer syntax inline f%23 Dictionary One F# collection initializer syntax What is the collection initializer syntax in F#? In C# you can write something like: How do I do the same thing in F#? I suppose i could roll my own syntax, but seems like there should be a buil...
[ 0.00872802734375, 0.017333984375, 0.0032196044921875, -0.021484375, -0.0040283203125, -0.01495361328125, 0.002685546875, -0.0152587890625, 0.0068359375, -0.030517578125, 0.01287841796875, 0.030029296875, 0.00970458984375, 0.00396728515625, 0.0181884765625, -0.0177001953125, -0.013977...
[ 563, 4904, 42486, 61475, 52825, 6002, 86531, 23, 2256, 1238, 3949, 3742, 147638, 6561, 83, 70, 360, 831, 33022, 1884, 11249, 87, 54, 5701, 13580, 5809, 21972, 10002, 88303, 73, 5570, 1632, 21771 ]
[ 0.14892578125, 0.2152099609375, 0.250244140625, 0.1488037109375, 0.1446533203125, 0.1697998046875, 0.203369140625, 0.056671142578125, 0.0750732421875, 0.059539794921875, 0.0201263427734375, 0.10107421875, 0.1275634765625, 0.067138671875, 0.028717041015625, 0.0048828125, 0.01405334472...
embed
10315316_c0
10315316
fsharp
0
Title: Asynchronous BinaryReader and BinaryWriter in .Net? Problem title: Asynchronous BinaryReader and BinaryWriter in .Net? Tags: f%23, .net Problem: Asynchronous BinaryReader and BinaryWriter in .Net? I'd like to read and write bytes and structured value types, asynchronously, without having to worry about decoders ...
Asynchronous BinaryReader and BinaryWriter in .Net? Asynchronous BinaryReader and BinaryWriter in .Net? f%23 .net Asynchronous BinaryReader BinaryWriter Net Asynchronous BinaryReader and BinaryWriter in .Net? I'd like to read and write bytes and structured value types, asynchronously, without having to worry about deco...
[ 0.0079345703125, 0.00543212890625, -0.004486083984375, -0.0244140625, -0.006317138671875, -0.019775390625, -0.00084686279296875, 0.0023193359375, -0.0179443359375, 0.02685546875, -0.00592041015625, 0.007720947265625, 0.013427734375, -0.0029449462890625, 0.0308837890625, -0.003860473632...
[ 62, 12654, 101966, 10821, 54092, 1294, 31345, 56, 136, 1456, 2783, 23, 5, 24447, 32, 1238, 3949, 3742, 1179, 10086, 71, 1884, 12301, 33022, 390, 1636, 45646, 34292, 52895, 15490, 19441, 90908, 8, 587, 14202, 3767, 2480, 9844, 2685, 63769,...
[ 0.042999267578125, 0.1123046875, 0.19287109375, 0.0635986328125, 0.208740234375, 0.1201171875, 0.2100830078125, 0.123046875, 0.1201171875, 0.1151123046875, 0.177490234375, 0.07293701171875, 0.05841064453125, 0.2216796875, 0.029388427734375, 0.044952392578125, 0.032684326171875, 0.1...
embed
50817428_c0
50817428
fsharp
0
Title: F# - Get list of methods in module Problem title: F# - Get list of methods in module Tags: f%23 Problem: F# - Get list of methods in module I have module like this module CommonModule let addFive x = x+5 let multiFive x = x*5 And I would like to list methods of this module by reflection. I found this: Can you li...
F# - Get list of methods in module F# - Get list of methods in module f%23 Get CommonModule F# - Get list of methods in module I have module like this And I would like to list methods of this module by reflection. I found this: Can you list the contents of a namespace or module in F# , but I don't know how to use it. I...
[ -0.00860595703125, -0.00109100341796875, 0.004730224609375, 0.0279541015625, 0.0111083984375, 0.0162353515625, 0.00518798828125, -0.008056640625, -0.000720977783203125, -0.059326171875, 0.002685546875, 0.0142822265625, -0.01104736328125, 0.00115966796875, -0.0033416748046875, -0.012023...
[ 563, 4904, 20779, 5303, 111, 150624, 23, 88996, 20, 1238, 3949, 3742, 151301, 91616, 8782, 1884, 903, 2806, 47, 390, 44961, 1830, 14037, 4171, 10941, 210716, 707, 3714, 3642, 4527, 442, 3525, 30607, 4358 ]
[ 0.1357421875, 0.208740234375, 0.1123046875, 0.1744384765625, 0.0882568359375, 0.243408203125, 0.0941162109375, 0.23291015625, 0.001922607421875, 0.1065673828125, 0.04473876953125, 0.13916015625, 0.14453125, 0.116455078125, 0.10888671875, 0.0709228515625, 0.033843994140625, 0.020599...
embed
9965072_c0
9965072
fsharp
0
Title: how to set up windows phone develop environment and using F# to develop application? Problem title: how to set up windows phone develop environment and using F# to develop application? Tags: f%23, windows-phone Problem: how to set up windows phone develop environment and using F# to develop application? I have a...
how to set up windows phone develop environment and using F# to develop application? how to set up windows phone develop environment and using F# to develop application? f%23 windows-phone F# how to set up windows phone develop environment and using F# to develop application? I have already download the windows phone d...
[ 0.00823974609375, 0.0115966796875, -0.001495361328125, 0.0027008056640625, -0.0164794921875, 0.0022430419921875, 0.004486083984375, -0.009033203125, 0.00634765625, -0.01220703125, -0.018310546875, -0.01446533203125, 0.02978515625, -0.0029144287109375, 0.02294921875, 0.00933837890625, ...
[ 3642, 47, 5423, 1257, 54825, 24089, 85493, 65998, 136, 17368, 563, 4904, 38415, 32, 1238, 3742, 26551, 21771, 7026, 72977, 3714, 168698, 4027, 82424, 313 ]
[ 0.08697509765625, 0.08056640625, 0.1298828125, 0.0987548828125, 0.1497802734375, 0.21240234375, 0.1971435546875, 0.189697265625, 0.050445556640625, 0.1129150390625, 0.161865234375, 0.220703125, 0.1737060546875, 0.003143310546875, 0.08251953125, 0.0994873046875, 0.15673828125, 0.054...
embed