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
39308759_c0
39308759
fsharp
0
Title: List with mixed parameterized types Problem title: List with mixed parameterized types Tags: f%23 Problem: List with mixed parameterized types Given a type with with a type parameter is it possible to then create a list containing values with mixed concrete types? See the code below. All works well until I try t...
List with mixed parameterized types List with mixed parameterized types f%23 List Holder Data Name Bill intVal2 Cindy John list1 list2 list3 List with mixed parameterized types Given a type with with a type parameter is it possible to then create a list containing values with mixed concrete types? See the code below. A...
[ 0.0162353515625, 0.01385498046875, 0.001220703125, -0.012939453125, -0.0033721923828125, -0.00750732421875, 0.003875732421875, -0.003326416015625, 0.0211181640625, 0.0107421875, -0.0230712890625, -0.038818359375, 0.0201416015625, -0.019287109375, -0.0078125, 0.00104522705078125, 0.00...
[ 32036, 678, 17664, 297, 171859, 29367, 52895, 3742, 41656, 11809, 19893, 42272, 304, 40914, 1459, 4939, 5303, 363, 10644, 7722, 28282, 70541, 142424, 122776, 18151, 43240, 5299, 9790, 80854, 23, 18, 2053, 21917, 257, 3917, 81887, 959, 9969, ...
[ 0.2110595703125, 0.0977783203125, 0.2156982421875, 0.124267578125, 0.1619873046875, 0.048004150390625, 0.2044677734375, 0.0511474609375, 0.1226806640625, 0.0574951171875, 0.122802734375, 0.08453369140625, 0.0894775390625, 0.006866455078125, 0.048828125, 0.111572265625, 0.2294921875, ...
embed
25284677_c0
25284677
fsharp
0
Title: calculate timespan from two frame columns Problem title: calculate timespan from two frame columns Tags: datetime, deedle, f%23 Problem: calculate timespan from two frame columns I have a deedle frame with two columns containing DateTime timestamps. I would like to calculate the difference (timaspan) between the...
calculate timespan from two frame columns calculate timespan from two frame columns datetime deedle f%23 two Test DateTime DateTime.Parse Frame.ofRecords TimeSpan Frame.mapRowValues calculate timespan from two frame columns I have a deedle frame with two columns containing DateTime timestamps. I would like to calculate...
[ 0.001983642578125, 0.022216796875, -0.0142822265625, 0.022705078125, -0.023193359375, -0.0196533203125, 0.01123046875, 0.011474609375, -0.0196533203125, -0.00469970703125, -0.0194091796875, 0.009033203125, -0.0301513671875, 0.01513671875, -0.00634765625, 0.0140380859375, 0.0071716308...
[ 74481, 67, 1733, 19332, 1295, 6626, 123789, 3365, 316, 1779, 5622, 6032, 8, 297, 133, 1238, 3742, 8647, 25512, 70059, 28636, 42557, 4390, 32271, 19055, 3180, 42272, 70541, 20028, 2537, 6423, 60212, 14488, 17721 ]
[ 0.1529541015625, 0.043182373046875, 0.116455078125, 0.210693359375, 0.0810546875, 0.142333984375, 0.1964111328125, 0.1121826171875, 0.1314697265625, 0.03875732421875, 0.023681640625, 0.120361328125, 0.07177734375, 0.10443115234375, 0.0970458984375, 0.0236663818359375, 0.0927734375, ...
embed
34693130_c0
34693130
fsharp
0
Title: Convert list to instance of my type Problem title: Convert list to instance of my type Tags: f%23 Problem: Convert list to instance of my type I have the types which declared like this: [<DataContract>] type Defect = { [<field: DataMember(Name="referenceId")>] Referenceid : string [<field: DataMember(Name="comme...
Convert list to instance of my type Convert list to instance of my type f%23 Convert DataContract Defect DataMember Name Referenceid Comment Start DateTime Finish Convert list to instance of my type I have the types which declared like this: This type have 4 fields. And I have the list with 4 elements. I have other typ...
[ -0.0157470703125, 0.01007080078125, 0.0003681182861328125, 0.00787353515625, -0.01202392578125, 0.00799560546875, -0.0101318359375, 0.029052734375, 0.005096435546875, -0.015869140625, -0.008056640625, -0.0115966796875, 0.036865234375, 0.021240234375, -0.00408935546875, -0.0075378417968...
[ 1657, 11549, 5303, 47, 110527, 111, 759, 10644, 1238, 3949, 3742, 11809, 39989, 391, 93660, 594, 27417, 15757, 215996, 532, 16277, 13794, 25512, 70059, 13316, 765, 52895, 159978, 1884, 903, 3293, 201, 44457, 678, 80854, 3789, 653, 2685, 328...
[ 0.0816650390625, 0.2086181640625, 0.266357421875, 0.16015625, 0.319580078125, 0.1522216796875, 0.1356201171875, 0.25, 0.036102294921875, 0.04345703125, 0.106689453125, 0.09295654296875, 0.150146484375, 0.030853271484375, 0.227294921875, 0.006134033203125, 0.1417236328125, 0.0436401...
embed
49378696_c0
49378696
fsharp
0
Title: How to initialize mutually recursive records in F# Problem title: How to initialize mutually recursive records in F# Tags: f%23, record, mutual-recursion, recursive-datastructures Problem: How to initialize mutually recursive records in F# I have two records that have a parent-child relationship: type Parent = {...
How to initialize mutually recursive records in F# How to initialize mutually recursive records in F# f%23 record mutual-recursion recursive-datastructures How Parent Number Child How to initialize mutually recursive records in F# I have two records that have a parent-child relationship: I have tried initializing these...
[ 0.017822265625, -0.006744384765625, -0.0047607421875, 0.031982421875, -0.0030975341796875, 0.004547119140625, -0.0045166015625, 0.00775146484375, 0.0203857421875, -0.0072021484375, 0.005859375, 0.016357421875, 0.007354736328125, 0.032470703125, 0.033203125, -0.0174560546875, 0.009460...
[ 11249, 47, 61475, 20650, 199849, 538, 195625, 5844, 115923, 563, 4904, 1238, 3949, 3742, 17164, 107, 48650, 1830, 10135, 137656, 170918, 103332, 123829, 6626, 49129, 9, 206, 38472, 76755, 37842, 84382, 6097, 25632, 6002, 86531, 18, 4488, 87, ...
[ 0.080078125, 0.038726806640625, 0.2049560546875, 0.1219482421875, 0.173583984375, 0.1036376953125, 0.2236328125, 0.11279296875, 0.2335205078125, 0.1422119140625, 0.2078857421875, 0.0926513671875, 0.007843017578125, 0.129638671875, 0.1846923828125, 0.00811767578125, 0.175537109375, ...
embed
5893026_c0
5893026
fsharp
0
Title: Async CTP and timeouts Problem title: Async CTP and timeouts Tags: async-ctp, c%23, f%23, timeout, .net Problem: Async CTP and timeouts I started watching Jon Skeet's presentation on C# Async CTP . He stuttered when it came to specifying timeouts. Coming from fairly limited exposure to F#, there is an intuitive,...
Async CTP and timeouts Async CTP and timeouts async-ctp c%23 f%23 timeout .net Async CTP Async CTP and timeouts I started watching Jon Skeet's presentation on C# Async CTP . He stuttered when it came to specifying timeouts. Coming from fairly limited exposure to F#, there is an intuitive, centralized, and simple way to...
[ -0.004669189453125, 0.0034942626953125, 0.006439208984375, -0.024169921875, 0.0002269744873046875, -0.00408935546875, 0.01141357421875, 0.005096435546875, 0.00482177734375, 0.00118255615234375, -0.00909423828125, -0.0020751953125, -0.0014801025390625, 0.00897216796875, 0.02294921875, -...
[ 62, 12654, 238, 313, 23658, 136, 1733, 6056, 10, 15390, 254, 3742, 1179, 100244, 21240, 56901, 126, 92252, 4904, 119907, 56, 48502, 197826, 563, 100270, 9879, 8781, 3917, 40140, 18929, 149016, 43581, 11341, 103086, 831, 54, 756, 8966, 46389...
[ 0.041351318359375, 0.2088623046875, 0.07464599609375, 0.031494140625, 0.2257080078125, 0.032501220703125, 0.18994140625, 0.181884765625, 0.0268096923828125, 0.0595703125, 0.1197509765625, 0.0225830078125, 0.125, 0.0301361083984375, 0.048248291015625, 0.09765625, 0.1058349609375, 0....
embed
7065084_c0
7065084
fsharp
0
Title: More than 4 dimensional arrays using F# - cannot initialize object Problem title: More than 4 dimensional arrays using F# - cannot initialize object Tags: .net, arrays, f%23, hdf5 Problem: More than 4 dimensional arrays using F# - cannot initialize object I play with HDF5DotNet (see http://hdf5.net/ ). There is ...
More than 4 dimensional arrays using F# - cannot initialize object More than 4 dimensional arrays using F# - cannot initialize object .net arrays f%23 hdf5 F# More H5Array Type Array2D.create hdf5 More than 4 dimensional arrays using F# - cannot initialize object I play with HDF5DotNet (see http://hdf5.net/ ). There is...
[ 0.006439208984375, 0.0191650390625, 0.00069427490234375, -0.007171630859375, 0.0036468505859375, -0.021240234375, -0.00439453125, 0.00799560546875, -0.005218505859375, -0.00927734375, -0.0052490234375, -0.050537109375, 0.00360107421875, -0.005584716796875, 0.0040283203125, -0.024414062...
[ 5455, 3501, 201, 157955, 10298, 4778, 17368, 563, 4904, 53418, 61475, 20650, 36746, 6, 1179, 1238, 3742, 26488, 420, 758, 572, 7614, 7092, 60457, 69253, 304, 397, 7612, 11301, 4732, 919, 8331, 24447, 20257, 18507, 5915, 64549, 25251, 903, ...
[ 0.07635498046875, 0.09686279296875, 0.157958984375, 0.1553955078125, 0.1702880859375, 0.1148681640625, 0.024383544921875, 0.1204833984375, 0.1905517578125, 0.1290283203125, 0.1802978515625, 0.07476806640625, 0.17626953125, 0.0248870849609375, 0.1331787109375, 0.023681640625, 0.043243...
embed
55987399_c0
55987399
fsharp
0
Title: F# Returning the 3 element tuple with the largest middle value from the list of tuples Problem title: F# Returning the 3 element tuple with the largest middle value from the list of tuples Tags: f%23, list, tuples Problem: F# Returning the 3 element tuple with the largest middle value from the list of tuples I h...
F# Returning the 3 element tuple with the largest middle value from the list of tuples F# Returning the 3 element tuple with the largest middle value from the list of tuples f%23 list tuples the Returning F# Returning the 3 element tuple with the largest middle value from the list of tuples I have a homework practice p...
[ 0.02001953125, 0.0177001953125, 0.01507568359375, -0.005828857421875, -0.00043487548828125, 0.01495361328125, -0.007354736328125, -0.00396728515625, 0.0238037109375, 0.0194091796875, 0.004852294921875, -0.0013427734375, -0.00341796875, 0.00811767578125, -0.0016937255859375, -0.00711059...
[ 563, 4904, 173340, 214, 138, 12830, 370, 8705, 678, 142105, 86991, 34292, 1295, 5303, 99726, 1238, 3949, 3742, 5368, 18244, 41361, 2967, 3525, 6002, 86531, 221, 55681, 3714, 4034, 765, 118055, 142424, 2633, 154663, 155761, 90980, 1530, 62155,...
[ 0.124755859375, 0.2054443359375, 0.1868896484375, 0.0183563232421875, 0.1727294921875, 0.1920166015625, 0.13916015625, 0.2017822265625, 0.013458251953125, 0.1546630859375, 0.213134765625, 0.2020263671875, 0.0309600830078125, 0.1424560546875, 0.1982421875, 0.086181640625, 0.0235137939...
embed
33346353_c0
33346353
fsharp
0
Title: Integrate/Translate OCaml for Visual Studio Problem title: Integrate/Translate OCaml for Visual Studio Tags: visual-studio, c%23, f%23, ocaml Problem: Integrate/Translate OCaml for Visual Studio I have some OCaml codes, what is the fastest way to make them run on Visual Studio? The reason is that I want to integ...
Integrate/Translate OCaml for Visual Studio Integrate/Translate OCaml for Visual Studio visual-studio c%23 f%23 ocaml Integrate Translate OCaml Visual Studio Integrate/Translate OCaml for Visual Studio I have some OCaml codes, what is the fastest way to make them run on Visual Studio? The reason is that I want to integ...
[ 0.010498046875, 0.0068359375, 0.017822265625, 0.0091552734375, 0.01483154296875, -0.00179290771484375, -0.0308837890625, -0.00823974609375, -0.0260009765625, -0.031494140625, -0.00439453125, 0.003570556640625, -0.0123291015625, -0.00131988525390625, 0.0002956390380859375, -0.0139770507...
[ 91969, 67, 64, 62624, 19309, 180, 105272, 141, 100, 73372, 22968, 21176, 52629, 3742, 36, 9779, 11062, 765, 3060, 18151, 2367, 4271, 525, 3917, 47, 3249, 2856, 11675, 98, 31635, 3444, 78779, 70, 678, 43581, 3647, 23, 313, 4904, 136, 322...
[ 0.22607421875, 0.0924072265625, 0.0209808349609375, 0.21337890625, 0.204345703125, 0.1619873046875, 0.258544921875, 0.24755859375, 0.10455322265625, 0.2235107421875, 0.2261962890625, 0.1513671875, 0.18896484375, 0.06610107421875, 0.048858642578125, 0.1566162109375, 0.18408203125, 0...
embed
40727995_c0
40727995
fsharp
0
Title: Operations on list of lists Problem title: Operations on list of lists Tags: list, f%23 Problem: Operations on list of lists I built a simple function that, given a list, returns the first n elements of that list. let rec first l n = match l, n with (_, 0) -> l | (x::xs 1) -> [x] | (x::xs n) -> x::(first xs (n-1...
Operations on list of lists Operations on list of lists list f%23 Operations x::xs n-1 Operations on list of lists I built a simple function that, given a list, returns the first n elements of that list. But what if the input is a list of lists, rather than a list? I would like to build a function that, given a list of...
[ -0.0164794921875, 0.0146484375, 0.00909423828125, 0.00299072265625, -0.0238037109375, -0.0107421875, 0.0225830078125, 0.006439208984375, 0.01116943359375, -0.021728515625, 0.02685546875, -0.000293731689453125, 0.0172119140625, 0.00518798828125, -0.004180908203125, 0.005462646484375, ...
[ 102203, 7, 98, 5303, 111, 1238, 3949, 3742, 1022, 425, 653, 5759, 87, 88303, 8781, 32354, 34475, 30646, 5117, 80854, 2367, 2174, 107730, 83, 43257, 3501, 1884, 45367, 70, 1295, 11907, 1326, 37842, 26366, 51515, 20662, 103510, 14602, 959, ...
[ 0.2325439453125, 0.072265625, 0.1195068359375, 0.2442626953125, 0.10614013671875, 0.0546875, 0.0762939453125, 0.1484375, 0.038330078125, 0.053070068359375, 0.127197265625, 0.1197509765625, 0.013824462890625, 0.1336669921875, 0.1112060546875, 0.1820068359375, 0.0802001953125, 0.1643...
embed
8773006_c0
8773006
fsharp
0
Title: Has Anyone Built a Lazy Monad in F#? Problem title: Has Anyone Built a Lazy Monad in F#? Tags: monads, lazy-evaluation, f%23 Problem: Has Anyone Built a Lazy Monad in F#? I've been reading Chris Okasaki's Purely Functional Data Structures , and am wondering if there is a nice way to build lazy algorithms with F#...
Has Anyone Built a Lazy Monad in F#? Has Anyone Built a Lazy Monad in F#? monads lazy-evaluation f%23 Has Anyone Built Lazy Monad Has Anyone Built a Lazy Monad in F#? I've been reading Chris Okasaki's Purely Functional Data Structures , and am wondering if there is a nice way to build lazy algorithms with F# inside of ...
[ -0.0177001953125, 0.028076171875, 0.0159912109375, 0.002410888671875, 0.007659912109375, -0.00885009765625, -0.0012054443359375, -0.00274658203125, -0.001129150390625, -0.0303955078125, 0.01019287109375, -0.005706787109375, -0.02490234375, -0.01300048828125, 0.005279541015625, 0.009948...
[ 20625, 28541, 3630, 667, 24908, 239, 3285, 60331, 71, 23, 563, 4904, 2667, 712, 21, 159258, 1238, 3949, 3742, 31745, 180, 64036, 301, 118233, 28670, 10763, 11809, 63667, 26267, 45367, 234873, 46132, 19736, 181135, 114122, 111938, 72179, 37772...
[ 0.046539306640625, 0.02691650390625, 0.061065673828125, 0.1131591796875, 0.0870361328125, 0.1619873046875, 0.21923828125, 0.1888427734375, 0.1815185546875, 0.0260009765625, 0.1324462890625, 0.22802734375, 0.121337890625, 0.162841796875, 0.1461181640625, 0.153076171875, 0.026672363281...
embed
9908052_c0
9908052
fsharp
0
Title: How to generate the F# type signature similar to FSI in my own code? Problem title: How to generate the F# type signature similar to FSI in my own code? Tags: linqpad, type-inference, f%23, f%23-interactive Problem: How to generate the F# type signature similar to FSI in my own code? If one uses the F# Interacti...
How to generate the F# type signature similar to FSI in my own code? How to generate the F# type signature similar to FSI in my own code? linqpad type-inference f%23 f%23-interactive How FSI Hello How to generate the F# type signature similar to FSI in my own code? If one uses the F# Interactive Shell (FSI), the inferr...
[ 0.0038909912109375, -0.00518798828125, -0.0012054443359375, 0.0205078125, -0.01275634765625, 0.003936767578125, 0.0035400390625, 0.0025482177734375, -0.00787353515625, -0.01116943359375, -0.007110595703125, 0.003082275390625, -0.0184326171875, -0.00140380859375, 0.00029754638671875, -0...
[ 11249, 47, 139392, 563, 4904, 10644, 138256, 21373, 9902, 23, 759, 10002, 18151, 96, 44982, 4299, 73, 69988, 1238, 3742, 27495, 10433, 71232, 35378, 4527, 5337, 108362, 919, 53498, 2822, 125195, 28412, 130250, 34292, 831, 37423, 2594, 5701, ...
[ 0.0726318359375, 0.03570556640625, 0.1929931640625, 0.1270751953125, 0.2259521484375, 0.187744140625, 0.25146484375, 0.1563720703125, 0.2264404296875, 0.03070068359375, 0.045745849609375, 0.1378173828125, 0.1629638671875, 0.0242462158203125, 0.115234375, 0.1461181640625, 0.0404968261...
embed
71328877_c1
71328877
fsharp
1
binExpr; elemExpr; ] |> choice expRef let statement = expression.Value .>> eof let parseString s = printfn "Parsing input: '%s'" s match run statement s with | Success(result, _, _) -> printfn "Ok: %A" result | Failure(errorMsg, _, _) -> printfn "Error: %A" errorMsg //tests parseString "1.23" parseString "1+1" parseStr...
binExpr; elemExpr; ] |> choice expRef let statement = expression.Value .>> eof let parseString s = printfn "Parsing input: '%s'" s match run statement s with | Success(result, _, _) -> printfn "Ok: %A" result | Failure(errorMsg, _, _) -> printfn "Error: %A" errorMsg //tests parseString "1.23" parseString "1+1" parseStr...
[ -0.008544921875, 0.00927734375, -0.0247802734375, 0.0302734375, -0.006683349609375, 0.0264892578125, 0.0162353515625, -0.02734375, -0.01171875, -0.00078582763671875, 0.0021514892578125, 0.03076171875, -0.021484375, -0.0028076171875, -0.010009765625, 0.01373291015625, 0.00204467773437...
[ 2394, 19279, 10287, 74, 88, 195, 44126, 14700, 190015, 2633, 63805, 125195, 856, 50770, 28, 4390, 366, 184, 71713, 91, 28412, 14783, 28636, 6953, 107730, 3949, 14858, 11675, 678, 144053, 2109, 7136, 73852, 284, 16750, 190355, 3408, 188800, ...
[ 0.15185546875, 0.098876953125, 0.2108154296875, 0.01983642578125, 0.041595458984375, 0.10662841796875, 0.2027587890625, 0.1453857421875, 0.2479248046875, 0.1136474609375, 0.1932373046875, 0.2132568359375, 0.04742431640625, 0.0999755859375, 0.0263214111328125, 0.215576171875, 0.156005...
embed
45447807_c0
45447807
fsharp
0
Title: F# integer comparison Problem title: F# integer comparison Tags: f%23 Problem: F# integer comparison Given a list int from -273 to 5526, I want to print the closest integer to zero. In case of you have equality (n and -n) we should take n. let temps = // this contains => 1 -2 -8 4 5 let (|Greater|_|) a b = if a ...
F# integer comparison F# integer comparison f%23 Greater Some None Smaller Seq.reduce F# integer comparison Given a list int from -273 to 5526, I want to print the closest integer to zero. In case of you have equality (n and -n) we should take n. And that returns -8 instead of 1. It seems correct to me and I can't find...
[ -0.0098876953125, -0.005035400390625, 0.004058837890625, 0.000934600830078125, -0.0069580078125, 0.0089111328125, 0.00946044921875, -0.00089263916015625, 0.006805419921875, 0.040283203125, 0.01312255859375, 0.045166015625, 0.00823974609375, 0.0086669921875, 0.016357421875, -0.019042968...
[ 563, 4904, 892, 1505, 225490, 1238, 3949, 3742, 32774, 56, 31384, 438, 105508, 503, 864, 107, 106357, 5303, 23, 18, 50994, 363, 47, 4859, 4046, 3444, 28412, 20903, 271, 45234, 28, 161789, 19, 136, 20, 5608, 5646, 653, 30646, 1019, 64457...
[ 0.1318359375, 0.1949462890625, 0.1239013671875, 0.1390380859375, 0.2049560546875, 0.08642578125, 0.041778564453125, 0.137451171875, 0.06085205078125, 0.0364990234375, 0.047271728515625, 0.0233154296875, 0.08697509765625, 0.02545166015625, 0.1221923828125, 0.0638427734375, 0.129028320...
embed
50105745_c0
50105745
fsharp
0
Title: List.map with multiple parameters in F# Problem title: List.map with multiple parameters in F# Tags: mapping, list, f%23 Problem: List.map with multiple parameters in F# This is maybe easiest explained by an example. Let's say I have this rather verbose function that raises an integer x to nth power. let powInt ...
List.map with multiple parameters in F# List.map with multiple parameters in F# mapping list f%23 List.map v-1 List.map with multiple parameters in F# This is maybe easiest explained by an example. Let's say I have this rather verbose function that raises an integer x to nth power. If I now would like to raise each int...
[ -0.01806640625, 0.01068115234375, 0.0218505859375, -0.00099945068359375, -0.013427734375, 0.005859375, 0.006500244140625, 0.0026092529296875, 0.0216064453125, -0.0262451171875, 0.01470947265625, -0.0203857421875, -0.005645751953125, 0.0322265625, -0.00604248046875, -0.0157470703125, ...
[ 32036, 5, 62346, 678, 48716, 171859, 563, 4904, 291, 26783, 5303, 1238, 3742, 81, 5759, 23, 1544, 189050, 27781, 43257, 57823, 184, 32354, 138804, 892, 1505, 1022, 47, 653, 927, 14537, 1884, 12638, 26255, 17569, 21185, 4568, 93, 58134, 21...
[ 0.243408203125, 0.027557373046875, 0.2403564453125, 0.037445068359375, 0.20263671875, 0.25341796875, 0.1640625, 0.21923828125, 0.17041015625, 0.10528564453125, 0.1766357421875, 0.07177734375, 0.1302490234375, 0.08447265625, 0.07586669921875, 0.041748046875, 0.0269012451171875, 0.05...
embed
36386191_c0
36386191
fsharp
0
Title: F# in VS2015 : Intellisense Problem title: F# in VS2015 : Intellisense Tags: intellisense, f%23, compiler-errors Problem: F# in VS2015 : Intellisense Sometimes, Intellisense is signaling errors in my source code, underlying a few stuff in RED, and the error list is not empty. But the code does compile and execut...
F# in VS2015 : Intellisense F# in VS2015 : Intellisense intellisense f%23 compiler-errors VS2015 Intellisense Open Spreads Spreads.0.3.5 net45 Spreads.dll F# in VS2015 : Intellisense Sometimes, Intellisense is signaling errors in my source code, underlying a few stuff in RED, and the error list is not empty. But the co...
[ -0.00087738037109375, 0.0032958984375, -0.003753662109375, -0.0047607421875, -0.0263671875, 0.018798828125, -0.00537109375, -0.003265380859375, -0.0216064453125, -0.00188446044921875, 0.0033111572265625, -0.023681640625, 0.01287841796875, 0.0185546875, 0.02490234375, 0.002166748046875,...
[ 563, 4904, 23, 44160, 5357, 30131, 27077, 184, 892, 1238, 3742, 9969, 34759, 188800, 13527, 33533, 712, 7, 170179, 758, 2043, 4633, 1181, 160193, 26073, 214, 18499, 31344, 18151, 1379, 538, 10846, 41884, 118790, 5303, 201505, 14602, 1340, 1...
[ 0.1146240234375, 0.187255859375, 0.04486083984375, 0.2005615234375, 0.244384765625, 0.15869140625, 0.2220458984375, 0.1544189453125, 0.1072998046875, 0.0643310546875, 0.0869140625, 0.1343994140625, 0.1219482421875, 0.1751708984375, 0.1429443359375, 0.160888671875, 0.14501953125, 0....
embed
1749569_c0
1749569
fsharp
0
Title: Is it possible to match with decomposed sequences in F#? Problem title: Is it possible to match with decomposed sequences in F#? Tags: f%23, lazy-evaluation, list, pattern-matching, sequence Problem: Is it possible to match with decomposed sequences in F#? I seem to remember an older version of F# allowing struc...
Is it possible to match with decomposed sequences in F#? Is it possible to match with decomposed sequences in F#? f%23 lazy-evaluation list pattern-matching sequence xs:seq Is it possible to match with decomposed sequences in F#? I seem to remember an older version of F# allowing structural decomposition when matching ...
[ -0.00982666015625, 0.0230712890625, 0.006927490234375, 0.0184326171875, 0.01220703125, -0.00098419189453125, -0.00148773193359375, 0.0242919921875, 0.0208740234375, -0.00885009765625, 0.01239013671875, 0.0361328125, 0.01611328125, 0.0074462890625, 0.0025482177734375, -0.00054931640625,...
[ 2071, 442, 7722, 14858, 678, 8, 277, 144429, 40, 26513, 5170, 563, 4904, 47, 23, 1238, 3742, 21, 3285, 159258, 5303, 103510, 98753, 944, 1022, 184, 864, 11389, 190358, 118990, 40322, 1884, 3917, 4527, 6002, 86531, 120260, 156377, 11782, 5...
[ 0.01947021484375, 0.02984619140625, 0.1534423828125, 0.222412109375, 0.1419677734375, 0.173583984375, 0.1646728515625, 0.1590576171875, 0.06951904296875, 0.181884765625, 0.045440673828125, 0.135498046875, 0.2008056640625, 0.0265045166015625, 0.038970947265625, 0.039398193359375, 0.07...
embed
69904511_c0
69904511
fsharp
0
Title: How to use let! within a seq {} block in F# and yield result Problem title: How to use let! within a seq {} block in F# and yield result Tags: f%23 Problem: How to use let! within a seq {} block in F# and yield result I need to figure out how to use let! within a seq. Note : this is part of an async function and...
How to use let! within a seq {} block in F# and yield result How to use let! within a seq {} block in F# and yield result f%23 How How to use let! within a seq {} block in F# and yield result I need to figure out how to use let! within a seq. Note : this is part of an async function and the matchTransaction function is...
[ 0.01226806640625, 0.007232666015625, -0.0021514892578125, -0.0146484375, 0.0177001953125, -0.0147705078125, -0.0054931640625, 0.004974365234375, 0.00799560546875, -0.0281982421875, 0.010498046875, 0.0289306640625, -0.003936767578125, -0.01336669921875, 0.02099609375, -0.01318359375, ...
[ 11249, 4527, 2633, 38, 28032, 40, 864, 46389, 563, 4904, 136, 11180, 19388, 16750, 47, 1238, 3949, 3742, 26366, 3642, 2831, 10, 12654, 238, 32354, 14858, 62624, 44713, 18499, 35064, 18, 6183, 28542, 19, 30646, 17164, 159975, 10644, 959, 4...
[ 0.039306640625, 0.1781005859375, 0.283935546875, 0.1844482421875, 0.2027587890625, 0.1217041015625, 0.2327880859375, 0.2286376953125, 0.1207275390625, 0.2060546875, 0.0141143798828125, 0.138916015625, 0.1700439453125, 0.17724609375, 0.00152587890625, 0.045074462890625, 0.029541015625...
embed
12608728_c0
12608728
fsharp
0
Title: Emulating ReadAsync Problem title: Emulating ReadAsync Tags: asynchronous, f%23, .net Problem: Emulating ReadAsync In .Net 4.5 there exists a method on the Stream class which read asynchronously from a stream while monitoring the cancellation token. ReadAsync : buffer:byte[] * offset:int * count:int * cancellati...
Emulating ReadAsync Emulating ReadAsync asynchronous f%23 .net Emulating ReadAsync buffer:byte offset:int count:int cancellationToken:CancellationToken Task Emulating ReadAsync In .Net 4.5 there exists a method on the Stream class which read asynchronously from a stream while monitoring the cancellation token. If anoth...
[ -0.007171630859375, 0.018798828125, 0.02685546875, -0.0179443359375, 0.0011444091796875, -0.006317138671875, 0.0201416015625, 0.00433349609375, 0.014892578125, -0.0098876953125, 0.0181884765625, -0.0030670166015625, -0.0021209716796875, 0.011474609375, 0.03515625, -0.0245361328125, -...
[ 241, 19908, 1916, 4764, 284, 12654, 238, 10, 101966, 1238, 3742, 1179, 373, 18234, 61028, 5773, 4288, 54529, 126136, 1098, 54694, 34680, 9598, 24447, 60061, 55300, 115061, 18507, 12301, 1295, 75973, 97204, 47, 86997, 5608, 5117, 185553, 20903...
[ 0.068359375, 0.25048828125, 0.0220947265625, 0.198974609375, 0.05645751953125, 0.2496337890625, 0.09747314453125, 0.029693603515625, 0.17138671875, 0.035858154296875, 0.10345458984375, 0.1258544921875, 0.036865234375, 0.1324462890625, 0.07904052734375, 0.0899658203125, 0.0888671875, ...
embed
50311398_c0
50311398
fsharp
0
Title: F# Xamarin.IOS Removing Spcific Nuget Package Breaks Build Problem title: F# Xamarin.IOS Removing Spcific Nuget Package Breaks Build Tags: xamarin.ios, f%23, monogame Problem: F# Xamarin.IOS Removing Spcific Nuget Package Breaks Build I am building a class library targeting Xamarin.IOS with F#. I would like to r...
F# Xamarin.IOS Removing Spcific Nuget Package Breaks Build F# Xamarin.IOS Removing Spcific Nuget Package Breaks Build xamarin.ios f%23 monogame Xamarin.IOS Removing Spcific Nuget Package Breaks Build FsEssentials_jhbertra FSharp.Core List FsGame.iOS F# Xamarin.IOS Removing Spcific Nuget Package Breaks Build I am buildi...
[ -0.0194091796875, 0.02197265625, -0.0142822265625, -0.00469970703125, -0.0167236328125, 0.001983642578125, 0.00025177001953125, 0.0030517578125, -0.00384521484375, 0.008544921875, 0.00665283203125, -0.0233154296875, 0.0091552734375, 0.006683349609375, 0.035400390625, 0.00689697265625, ...
[ 563, 4904, 8606, 44503, 62390, 853, 432, 8019, 238, 14486, 1429, 3794, 56607, 131904, 121137, 2459, 5790, 1238, 3742, 22460, 35311, 16474, 80973, 85100, 1297, 1517, 93774, 3467, 254, 50886, 32036, 7, 107576, 32949, 33976, 18507, 35773, 30388,...
[ 0.10711669921875, 0.164306640625, 0.1304931640625, 0.218994140625, 0.1473388671875, 0.031982421875, 0.110595703125, 0.08599853515625, 0.1085205078125, 0.1336669921875, 0.1458740234375, 0.1739501953125, 0.1533203125, 0.16943359375, 0.12890625, 0.09747314453125, 0.1015625, 0.05783081...
embed
33320523_c0
33320523
fsharp
0
Title: F# Test if element is in list using List.Fold Problem title: F# Test if element is in list using List.Fold Tags: lambda, functional-programming, f%23 Problem: F# Test if element is in list using List.Fold I'm trying to write a function that takes a list and an element to look for in that list and returns true if...
F# Test if element is in list using List.Fold F# Test if element is in list using List.Fold lambda functional-programming f%23 List.Fold Test F# Test if element is in list using List.Fold I'm trying to write a function that takes a list and an element to look for in that list and returns true if the element is in the l...
[ -0.0155029296875, 0.0004444122314453125, 0.0103759765625, 0.01446533203125, -0.02001953125, 0.019775390625, 0.0062255859375, 0.0004177093505859375, -0.00665283203125, -0.021240234375, 0.0244140625, -0.01043701171875, -0.01611328125, 0.005218505859375, 0.0113525390625, 0.00970458984375,...
[ 563, 4904, 8647, 2174, 12830, 83, 23, 5303, 17368, 32036, 5, 919, 18345, 6492, 85, 123309, 28966, 1238, 3742, 31577, 33022, 32354, 51776, 136, 6713, 100, 30646, 29568, 98320, 120262, 4527, 5045, 16610, 56, 33342, 6002, 86531, 18499, 10, 1...
[ 0.127197265625, 0.2056884765625, 0.2061767578125, 0.1058349609375, 0.203857421875, 0.09844970703125, 0.192626953125, 0.2281494140625, 0.04583740234375, 0.2037353515625, 0.03826904296875, 0.168701171875, 0.2220458984375, 0.1220703125, 0.0491943359375, 0.1436767578125, 0.07672119140625...
embed
814732_c0
814732
fsharp
0
Title: Sending code to the F# interactive console Problem title: Sending code to the F# interactive console Tags: f%23, visual-studio-2008, visual-studio Problem: Sending code to the F# interactive console It is possible to send highlighted code directly to the F# interactive console in Visual Studio 2008 by pressing A...
Sending code to the F# interactive console Sending code to the F# interactive console f%23 visual-studio-2008 visual-studio Sending visual-studio-2008 Sending code to the F# interactive console It is possible to send highlighted code directly to the F# interactive console in Visual Studio 2008 by pressing Alt+Enter on ...
[ -0.0028076171875, 0.0003662109375, 0.0079345703125, 0.01531982421875, -0.010009765625, 0.010498046875, -0.00128173828125, 0.00396728515625, -0.004119873046875, -0.0223388671875, 0.0172119140625, 0.004974365234375, -0.01556396484375, 0.02099609375, 0.00186920166015625, 0.01019287109375,...
[ 24044, 214, 18151, 47, 70, 563, 4904, 212398, 130250, 1238, 3742, 21176, 52629, 105011, 7722, 25379, 127308, 297, 105237, 23, 73372, 22968, 2021, 24234, 10544, 1328, 155581, 149186, 160463, 4552, 80234, 21373, 10941, 1632, 40368, 756, 102158, ...
[ 0.1512451171875, 0.00335693359375, 0.2362060546875, 0.1373291015625, 0.01495361328125, 0.1265869140625, 0.2109375, 0.1595458984375, 0.216552734375, 0.0665283203125, 0.0740966796875, 0.1708984375, 0.1611328125, 0.1878662109375, 0.09423828125, 0.1639404296875, 0.158203125, 0.00955200...
embed
7243478_c0
7243478
fsharp
0
Title: How to make functional wrapper without parameters on F#? Problem title: How to make functional wrapper without parameters on F#? Tags: f%23, wrapper Problem: How to make functional wrapper without parameters on F#? here is my code : let go thriller = work.ListPos.Clear() thriller work.Thread.Start() member X.Sta...
How to make functional wrapper without parameters on F#? How to make functional wrapper without parameters on F#? f%23 wrapper How work.ListPos.Clear work.Thread.Start X.Start work.ListPos.Add Packet connector.Authorize SqlConnection X.Open How to make functional wrapper without parameters on F#? here is my code : So i...
[ -0.005157470703125, 0.00921630859375, -0.0020751953125, -0.00616455078125, -0.01165771484375, 0.0074462890625, 0.01092529296875, -0.031982421875, -0.0034942626953125, -0.043212890625, 0.01495361328125, 0.00162506103515625, -0.0081787109375, -0.006500244140625, 0.0032501220703125, -0.01...
[ 11249, 3249, 123309, 137565, 1264, 15490, 171859, 7, 98, 563, 4904, 47, 1238, 3949, 3742, 4488, 154663, 7192, 133, 39116, 126597, 1193, 4028, 56607, 37067, 5922, 99247, 235603, 103264, 18151, 22027, 18, 11814, 4527, 110, 6276, 29089, 3642, ...
[ 0.047393798828125, 0.0977783203125, 0.226318359375, 0.2266845703125, 0.210205078125, 0.1524658203125, 0.2198486328125, 0.046173095703125, 0.04510498046875, 0.102783203125, 0.18603515625, 0.005035400390625, 0.088134765625, 0.049957275390625, 0.1611328125, 0.08819580078125, 0.107788085...
embed
58041987_c0
58041987
fsharp
0
Title: Problems with ParamArray on XDocument constructor Problem title: Problems with ParamArray on XDocument constructor Tags: f%23, overload-resolution, overloading Problem: Problems with ParamArray on XDocument constructor XDocument has an overloaded constructor. XDocument() XDocument([ParamArray] content: obj[]) XD...
Problems with ParamArray on XDocument constructor Problems with ParamArray on XDocument constructor f%23 overload-resolution overloading Problems ParamArray XDocument XDeclaration utf-8 XElement XName.Get Foo Problems with ParamArray on XDocument constructor XDocument has an overloaded constructor. so when I try to cre...
[ -0.00160980224609375, 0.01220703125, -0.0291748046875, -0.01220703125, -0.01324462890625, -0.01708984375, -0.006500244140625, -0.029541015625, -0.003509521484375, -0.0206298828125, 0.0181884765625, -0.034423828125, 0.009033203125, -0.0206298828125, 0.0029754638671875, -0.031982421875, ...
[ 15649, 678, 1720, 39, 7614, 7092, 98, 1193, 239469, 64549, 748, 1238, 3949, 3742, 645, 63033, 107, 166589, 120152, 320, 486, 420, 17376, 90878, 19929, 163612, 724, 126, 9572, 31, 297, 9790, 28282, 76199, 163, 18499, 87, 70877, 118173, 831...
[ 0.1455078125, 0.0161590576171875, 0.15625, 0.1224365234375, 0.181396484375, 0.2110595703125, 0.034027099609375, 0.1588134765625, 0.276123046875, 0.1771240234375, 0.1304931640625, 0.047882080078125, 0.03570556640625, 0.158203125, 0.1160888671875, 0.2078857421875, 0.03961181640625, 0...
embed
18811411_c0
18811411
fsharp
0
Title: Putting a ()-&gt;int into an F# type Problem title: Putting a ()-&gt;int into an F# type Tags: f%23, types Problem: Putting a ()->int into an F# type I have an application that uses a (generic) service to perform IO actions. I want to aggregate the usual IO functions (Save, SaveAs, etc.) into an F# type but the ...
Putting a ()-&gt;int into an F# type Putting a ()-&gt;int into an F# type f%23 types Putting InputService Fine SomeFunc Option Error VS2012 Anonymous Save Load Putting a ()->int into an F# type I have an application that uses a (generic) service to perform IO actions. I want to aggregate the usual IO functions (Save, S...
[ 0.007415771484375, -0.000621795654296875, 0.0013885498046875, -0.001953125, -0.0098876953125, 0.000274658203125, -0.0029296875, 0.0054931640625, -0.002532958984375, -0.0157470703125, -0.0106201171875, -0.005035400390625, -0.00360107421875, 0.01324462890625, 0.00860595703125, -0.0048217...
[ 19577, 1916, 10, 15, 1230, 5386, 4288, 3934, 563, 4904, 10644, 1238, 3742, 52895, 360, 7077, 121979, 67455, 31384, 97249, 86769, 212059, 44160, 10693, 180585, 64944, 2091, 103607, 142, 38415, 4527, 79446, 4516, 51339, 17780, 61972, 3444, 1975...
[ 0.121337890625, 0.003692626953125, 0.13427734375, 0.06024169921875, 0.032135009765625, 0.1544189453125, 0.2020263671875, 0.1470947265625, 0.15234375, 0.221435546875, 0.221923828125, 0.0958251953125, 0.1156005859375, 0.2034912109375, 0.0408935546875, 0.05316162109375, 0.1376953125, ...
embed
42679193_c0
42679193
fsharp
0
Title: Install F# 4.1 SDK on build server Problem title: Install F# 4.1 SDK on build server Tags: sdk, f%23, msbuild Problem: Install F# 4.1 SDK on build server I have installed Visual Studio 2017 with F# support on my PC and I have MSBuild targets in C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBui...
Install F# 4.1 SDK on build server Install F# 4.1 SDK on build server sdk f%23 msbuild Install SDK Program Files x86 Microsoft Visual Studio Enterprise MSBuild VisualStudio v15.0 FSharp SDKs Install F# 4.1 SDK on build server I have installed Visual Studio 2017 with F# support on my PC and I have MSBuild targets in C:\...
[ -0.020263671875, 0.01165771484375, 0.01361083984375, -0.00927734375, -0.01153564453125, -0.004302978515625, -0.019775390625, -0.01190185546875, -0.0030059814453125, 0.024169921875, 0.01434326171875, -0.0263671875, -0.007415771484375, 0.0272216796875, 0.01507568359375, 0.006011962890625...
[ 107951, 563, 4904, 61391, 159, 45461, 98, 45367, 10723, 91, 5740, 1238, 3742, 68163, 177149, 7663, 42724, 15276, 7244, 73372, 22968, 102247, 16265, 121137, 109023, 31, 81, 418, 187461, 93774, 3467, 254, 20600, 505, 678, 8060, 6107, 30388, 3...
[ 0.1864013671875, 0.129150390625, 0.23388671875, 0.276611328125, 0.0936279296875, 0.2330322265625, 0.0792236328125, 0.18505859375, 0.18603515625, 0.04742431640625, 0.1807861328125, 0.063720703125, 0.06695556640625, 0.0191802978515625, 0.22216796875, 0.06915283203125, 0.06243896484375,...
embed
24003620_c0
24003620
fsharp
0
Title: How to put a literal percent sign (%) inside F#&#x27;s printf format strings? Problem title: How to put a literal percent sign (%) inside F#&#x27;s printf format strings? Tags: f%23, printf, f%23-3.1, .net-4.0 Problem: How to put a literal percent sign (%) inside F#'s printf format strings? I want to print a % s...
How to put a literal percent sign (%) inside F#&#x27;s printf format strings? How to put a literal percent sign (%) inside F#&#x27;s printf format strings? f%23 printf f%23-3.1 .net-4.0 How net-4.0 How to put a literal percent sign (%) inside F#'s printf format strings? I want to print a % sign using F#'s printfn funct...
[ -0.00921630859375, 0.0089111328125, 0.006195068359375, 0.0012664794921875, -0.0103759765625, 0.005645751953125, 0.003753662109375, 0.00482177734375, 0.0028533935546875, 0.01397705078125, 0.0076904296875, -0.0059814453125, 0, -0.0162353515625, 0.00090789794921875, 0.01434326171875, -0...
[ 11249, 47, 3884, 10, 15659, 289, 33297, 24092, 26244, 46132, 563, 4904, 3768, 28412, 420, 9384, 79315, 1238, 3949, 3742, 97109, 1179, 151152, 2043, 3444, 1745, 17368, 14783, 32354, 86531, 88308, 959, 212398, 140992, 82249, 136, 17777, 60061, ...
[ 0.09332275390625, 0.0221099853515625, 0.1182861328125, 0.04815673828125, 0.145751953125, 0.0975341796875, 0.295166015625, 0.2427978515625, 0.253173828125, 0.1617431640625, 0.1326904296875, 0.209228515625, 0.06121826171875, 0.2091064453125, 0.1995849609375, 0.1802978515625, 0.19775390...
embed
21663416_c0
21663416
fsharp
0
Title: I would need some hints with F# interactive usability Problem title: I would need some hints with F# interactive usability Tags: visual-studio-2013, f%23, f%23-interactive Problem: I would need some hints with F# interactive usability Now in VS2013 and F#3.1.1, I noticed that it is a bit cumbersome to send code ...
I would need some hints with F# interactive usability I would need some hints with F# interactive usability visual-studio-2013 f%23 f%23-interactive visual-studio-2013 I would need some hints with F# interactive usability Now in VS2013 and F#3.1.1, I noticed that it is a bit cumbersome to send code to F# interactive. T...
[ -0.0096435546875, 0.0035858154296875, 0.00811767578125, 0.01165771484375, -0.01275634765625, 0.0045166015625, -0.00982666015625, -0.00133514404296875, -0.0036773681640625, 0.007568359375, 0.007659912109375, 0.0091552734375, 0.004150390625, 0.02490234375, 0.0174560546875, 0.010437011718...
[ 2806, 3871, 5122, 933, 678, 563, 4904, 212398, 1821, 41159, 21176, 52629, 74790, 1238, 3742, 27495, 10433, 71232, 44160, 7735, 136, 363, 83783, 156672, 4785, 1452, 1297, 43452, 25379, 18151, 47, 84797, 8026, 110, 149186, 16610, 19774, 135834,...
[ 0.0458984375, 0.05975341796875, 0.1002197265625, 0.05694580078125, 0.021087646484375, 0.1309814453125, 0.21240234375, 0.242919921875, 0.1300048828125, 0.07879638671875, 0.145263671875, 0.133056640625, 0.1673583984375, 0.0841064453125, 0.003692626953125, 0.036834716796875, 0.095581054...
embed
47018256_c0
47018256
fsharp
0
Title: F# Transforming function into using higher-order functions Problem title: F# Transforming function into using higher-order functions Tags: f%23, list Problem: F# Transforming function into using higher-order functions I have this series of functions, isMember , addElem and countries : let rec isMember x = functi...
F# Transforming function into using higher-order functions F# Transforming function into using higher-order functions f%23 list higher-order Transforming y::ys x::ys List.map F# Transforming function into using higher-order functions I have this series of functions, isMember , addElem and countries : I want to rewrite ...
[ -0.00138092041015625, 0.0028076171875, 0.01068115234375, -0.019775390625, -0.0020751953125, -0.021240234375, -0.017333984375, 0.00567626953125, 0.001251220703125, -0.0206298828125, 0.0361328125, 0.00238037109375, -0.0020751953125, -0.022705078125, -0.0002841949462890625, -0.01965332031...
[ 563, 4904, 11062, 5037, 214, 32354, 3934, 17368, 77546, 80596, 1238, 3949, 3742, 5303, 113, 4778, 1022, 32036, 62346, 9, 765, 903, 36549, 111, 83, 594, 27417, 6, 15190, 7623, 195, 76726, 3444, 47, 456, 434, 18781, 87, 167969, 9077, 3642...
[ 0.142822265625, 0.209228515625, 0.098388671875, 0.1878662109375, 0.016357421875, 0.2122802734375, 0.1302490234375, 0.11572265625, 0.157958984375, 0.2286376953125, 0.119384765625, 0.04248046875, 0.16064453125, 0.1806640625, 0.1085205078125, 0.08477783203125, 0.0535888671875, 0.17980...
embed
39436406_c0
39436406
fsharp
0
Title: F#: shortest way to convert a string option to a string Problem title: F#: shortest way to convert a string option to a string Tags: f%23, tostring Problem: F#: shortest way to convert a string option to a string The objective is to convert a string option that comes out of some nicely typed computation to a pla...
F#: shortest way to convert a string option to a string F#: shortest way to convert a string option to a string f%23 tostring None Some s.IsSome s.Value F#: shortest way to convert a string option to a string The objective is to convert a string option that comes out of some nicely typed computation to a plain string t...
[ -0.0194091796875, -0.00140380859375, 0.01239013671875, -0.0096435546875, 0.005584716796875, -0.0135498046875, 0.00994873046875, -0.0341796875, -0.00109100341796875, 0.022216796875, 0.004180908203125, 0.01416015625, -0.0184326171875, 0.0023956298828125, -0.007354736328125, 0.02319335937...
[ 563, 4904, 16610, 525, 3917, 96760, 79315, 35829, 47, 10, 1238, 3949, 3742, 91693, 438, 86, 31384, 91, 29598, 8912, 282, 856, 50770, 151814, 83, 32497, 26267, 10644, 181135, 111719, 115081, 111481, 28412, 420, 95538, 3444, 3714, 33720, 5289...
[ 0.0908203125, 0.1920166015625, 0.182373046875, 0.1397705078125, 0.09210205078125, 0.162109375, 0.228271484375, 0.258544921875, 0.1214599609375, 0.08355712890625, 0.10028076171875, 0.007415771484375, 0.1175537109375, 0.1845703125, 0.035552978515625, 0.050048828125, 0.0826416015625, ...
embed
5745172_c0
5745172
fsharp
0
Title: F# - Overload Functions Problem title: F# - Overload Functions Tags: f%23 Problem: F# - Overload Functions Is there a way to do somehow overload a function? Let's take those 3 functions: // Returns StringPropertyInfo let stringProperty (expr:Expr<'a -> string>) (cfg:EntityInfo<'a>) = cfg.Property expr // Returns...
F# - Overload Functions F# - Overload Functions f%23 Overload Functions Returns StringPropertyInfo expr:Expr cfg:EntityInfo cfg.Property DatePropertyInfo System.DateTime BytePropertyInfo System.Byte F# - Overload Functions Is there a way to do somehow overload a function? Let's take those 3 functions: is there a way to...
[ 0.0164794921875, -0.01416015625, 0.0240478515625, 0.0038604736328125, -0.020263671875, -0.00872802734375, 0.00107574462890625, -0.0146484375, 0.019287109375, -0.000720977783203125, -0.01904296875, 0.01416015625, -0.010009765625, -0.0189208984375, 0.003387451171875, 0.037841796875, -0...
[ 563, 4904, 9578, 63033, 28670, 10763, 1238, 3949, 3742, 173340, 23351, 10752, 1264, 93147, 14700, 42, 19279, 10287, 67466, 177, 18, 25512, 12353, 86291, 70059, 3311, 67, 75358, 2685, 10, 3917, 47, 54, 209303, 645, 32354, 8382, 138, 42564, ...
[ 0.0977783203125, 0.1728515625, 0.1649169921875, 0.279541015625, 0.190185546875, 0.08172607421875, 0.0833740234375, 0.05926513671875, 0.1676025390625, 0.147216796875, 0.1229248046875, 0.0168304443359375, 0.122802734375, 0.1478271484375, 0.0931396484375, 0.0980224609375, 0.051422119140...
embed
46938022_c0
46938022
fsharp
0
Title: Paket TimeoutException Problem title: Paket TimeoutException Tags: f%23, paket Problem: Paket TimeoutException I have the following paket.dependencies: source https://www.nuget.org/api/v2 nuget Fable.Compiler 1.3.0-beta-002 beta nuget FSharp.Core nuget Fable.Core prerelease nuget Fable.Import.Browser clitool dot...
Paket TimeoutException Paket TimeoutException f%23 paket TimeoutException RequestFailedException Paket www.nuget.org Fable.Compiler beta-002 FSharp.Core Fable.Core Fable.Import.Browser beta-005 Build net46 nuget.org redirects:force content:none FAKE paket.exe beta001 Resolving Performance Resolver Runtime Blocked Avera...
[ 0.003143310546875, 0.0269775390625, 0.0028228759765625, -0.028076171875, -0.0033111572265625, -0.00286865234375, 0.02685546875, 0.0036468505859375, 0.00860595703125, -0.0111083984375, -0.0025634765625, -0.003692626953125, 0.0035400390625, 0.007232666015625, 0.01251220703125, -0.0084838...
[ 50867, 19055, 6056, 19279, 63928, 1238, 3949, 3742, 13360, 75616, 17647, 14, 539, 3794, 1478, 563, 2886, 108161, 34759, 51703, 97259, 93774, 3467, 254, 50886, 6982, 15555, 130171, 121137, 2043, 9271, 315, 80581, 50930, 10941, 157, 119960, 464...
[ 0.2474365234375, 0.2254638671875, 0.184326171875, 0.051727294921875, 0.103515625, 0.053436279296875, 0.05194091796875, 0.147705078125, 0.2294921875, 0.1136474609375, 0.105712890625, 0.082763671875, 0.1566162109375, 0.224365234375, 0.1124267578125, 0.113037109375, 0.155517578125, 0....
embed
67585991_c0
67585991
fsharp
0
Title: Tail recursive addition of Peano numbers in F# using accumulators Problem title: Tail recursive addition of Peano numbers in F# using accumulators Tags: f%23, peano-numbers Problem: Tail recursive addition of Peano numbers in F# using accumulators At Uni we were given a challenge of creating a tail recursive add...
Tail recursive addition of Peano numbers in F# using accumulators Tail recursive addition of Peano numbers in F# using accumulators f%23 peano-numbers accumulators Tail Peano Tail recursive addition of Peano numbers in F# using accumulators At Uni we were given a challenge of creating a tail recursive addition of Peano...
[ -0.00347900390625, 0.0107421875, 0.010009765625, 0.0196533203125, -0.003936767578125, 0.0205078125, -0.004547119140625, -0.004486083984375, 0.004150390625, -0.040771484375, 0.0303955078125, 0.004638671875, -0.00885009765625, 0.006439208984375, 0.0308837890625, -0.0023956298828125, 0....
[ 1218, 379, 195625, 5844, 66044, 1460, 3922, 101935, 563, 4904, 17368, 183278, 22230, 1238, 3949, 3742, 280, 2606, 1297, 11789, 34475, 66801, 105233, 46741, 1290, 107003, 4527, 35773, 32354, 75935, 979, 112, 119591, 10644, 179933, 3642, 71924, ...
[ 0.1488037109375, 0.110107421875, 0.182861328125, 0.08935546875, 0.165771484375, 0.1624755859375, 0.22216796875, 0.16162109375, 0.1102294921875, 0.17431640625, 0.07220458984375, 0.2376708984375, 0.11767578125, 0.0804443359375, 0.050872802734375, 0.1644287109375, 0.10540771484375, 0....
embed
8184357_c0
8184357
fsharp
0
Title: How to use Expression Blend 4 to Edit XAML file from VS2010 F# Project? Problem title: How to use Expression Blend 4 to Edit XAML file from VS2010 F# Project? Tags: f%23, visual-studio-2010, expression-blend, wpf Problem: How to use Expression Blend 4 to Edit XAML file from VS2010 F# Project? I am not sure if th...
How to use Expression Blend 4 to Edit XAML file from VS2010 F# Project? How to use Expression Blend 4 to Edit XAML file from VS2010 F# Project? f%23 visual-studio-2010 expression-blend wpf VS2010 How Expression Blend Edit XAML Project visual-studio-2010 How to use Expression Blend 4 to Edit XAML file from VS2010 F# Pro...
[ 0.012939453125, 0.01312255859375, -0.005645751953125, -0.01544189453125, 0.0159912109375, 0.01483154296875, -0.00579833984375, 0.01708984375, -0.007354736328125, -0.00836181640625, 0.0079345703125, -0.0004177093505859375, 0.01068115234375, -0.0036468505859375, 0.0033721923828125, -0.00...
[ 11249, 4527, 25129, 1830, 193924, 201, 42079, 65415, 39456, 11435, 44160, 11436, 563, 4904, 27331, 3742, 21176, 52629, 73552, 125195, 2661, 2208, 39557, 1295, 7722, 28282, 104921, 73372, 22968, 15431, 601, 41265, 195490, 102158, 27211, 1398, 63...
[ 0.037567138671875, 0.07958984375, 0.146484375, 0.126953125, 0.2413330078125, 0.17919921875, 0.179931640625, 0.12744140625, 0.1727294921875, 0.154541015625, 0.1136474609375, 0.165771484375, 0.054290771484375, 0.1356201171875, 0.088623046875, 0.041351318359375, 0.09661865234375, 0.10...
embed
4111133_c0
4111133
fsharp
0
Title: How can I express a factorial n! with an F# function, recursive or otherwise? Problem title: How can I express a factorial n! with an F# function, recursive or otherwise? Tags: f%23, factorial, tail-recursion, recursion Problem: How can I express a factorial n! with an F# function, recursive or otherwise? A fact...
How can I express a factorial n! with an F# function, recursive or otherwise? How can I express a factorial n! with an F# function, recursive or otherwise? f%23 factorial tail-recursion recursion How Factorials How can I express a factorial n! with an F# function, recursive or otherwise? A factorial of a natural number...
[ -0.005706787109375, 0.000804901123046875, 0.0277099609375, 0.0007476806640625, 0.0172119140625, -0.012939453125, 0.0120849609375, 0.0002727508544921875, -0.004547119140625, -0.0050048828125, 0.0145263671875, -0.009765625, -0.01611328125, 0.0181884765625, 0.019287109375, 0.0100708007812...
[ 11249, 831, 87, 36510, 31461, 15403, 653, 38, 678, 563, 4904, 32354, 195625, 5844, 120262, 142, 707, 1238, 3949, 3742, 46741, 107, 48650, 1830, 117969, 7, 10, 62, 111, 6083, 14012, 4848, 117396, 105950, 3501, 757, 1388, 83, 450, 118126, ...
[ 0.1123046875, 0.119873046875, 0.0947265625, 0.2435302734375, 0.27392578125, 0.288330078125, 0.2132568359375, 0.1878662109375, 0.1297607421875, 0.162109375, 0.259521484375, 0.19970703125, 0.267333984375, 0.1417236328125, 0.0546875, 0.004241943359375, 0.01141357421875, 0.1279296875, ...
embed
65446452_c0
65446452
fsharp
0
Title: Why a function defined in let can be used outside of the function? Problem title: Why a function defined in let can be used outside of the function? Tags: ocaml, sml, ml, f%23 Problem: Why a function defined in let can be used outside of the function? Here is the code from book 《compiling with continuations》,pag...
Why a function defined in let can be used outside of the function? Why a function defined in let can be used outside of the function? ocaml sml ml f%23 Why b:int Why a function defined in let can be used outside of the function? Here is the code from book 《compiling with continuations》,page 16(I rewrite it f#): So x ca...
[ 0.01287841796875, -0.006439208984375, 0.00775146484375, 0.0162353515625, 0.0184326171875, 0.007080078125, -0.00162506103515625, 0.0025482177734375, 0.00213623046875, -0.00775146484375, -0.01287841796875, -0.0164794921875, -0.007293701171875, 0.006805419921875, 0.036376953125, -0.014953...
[ 44084, 32354, 61924, 2633, 831, 11814, 50782, 111, 23, 36, 9779, 141, 7237, 7115, 1238, 3742, 876, 12, 4288, 186, 18151, 12877, 58875, 49725, 678, 9454, 611, 456, 442, 4904, 1022, 706, 71, 5885, 122092, 147, 128897, 41361, 1974, 7440, 2...
[ 0.116455078125, 0.229736328125, 0.1990966796875, 0.260009765625, 0.110595703125, 0.1689453125, 0.209716796875, 0.12939453125, 0.1934814453125, 0.1392822265625, 0.106201171875, 0.075927734375, 0.1212158203125, 0.1607666015625, 0.0172576904296875, 0.0684814453125, 0.112060546875, 0.0...
embed
71888445_c0
71888445
fsharp
0
Title: is there a practical difference between this two getters, in F#? Problem title: is there a practical difference between this two getters, in F#? Tags: f%23 Problem: is there a practical difference between this two getters, in F#? I'm wondering about the two syntax for the getters: type Direction = | Undefined | ...
is there a practical difference between this two getters, in F#? is there a practical difference between this two getters, in F#? f%23 Direction Undefined Buy Sell this.Symbol Direction.Buy Direction.Sell Direction.Undefined this.Symbol2 is there a practical difference between this two getters, in F#? I'm wondering abo...
[ -0.00098419189453125, 0.01031494140625, 0.0225830078125, -0.02392578125, -0.03173828125, -0.005096435546875, -0.0086669921875, 0.0152587890625, 0.00946044921875, 0.0181884765625, 0.019287109375, 0.033935546875, 0.015625, -0.00457763671875, -0.01104736328125, 0.01080322265625, -0.0194...
[ 83, 2685, 10, 138155, 60212, 17721, 903, 6626, 2046, 23962, 563, 4904, 1238, 3949, 3742, 176774, 79912, 5983, 47184, 503, 1181, 65183, 36846, 7235, 53, 294, 6796, 1067, 304, 23, 149016, 6002, 86531, 2499, 5117, 1632, 17932, 30219, 33342, ...
[ 0.0229644775390625, 0.0264892578125, 0.048126220703125, 0.253662109375, 0.218017578125, 0.08935546875, 0.123046875, 0.1112060546875, 0.199462890625, 0.216552734375, 0.1253662109375, 0.2012939453125, 0.10418701171875, 0.02044677734375, 0.1943359375, 0.2086181640625, 0.06451416015625, ...
embed
55849712_c0
55849712
fsharp
0
Title: Linking to endpoints from the client-side in WebSharper Problem title: Linking to endpoints from the client-side in WebSharper Tags: f%23, websharper Problem: Linking to endpoints from the client-side in WebSharper In sitelets it's rather easy to create links to other endpoints with parameters. For example ctx.L...
Linking to endpoints from the client-side in WebSharper Linking to endpoints from the client-side in WebSharper f%23 websharper the Linking WebSharper ctx.Link EndPoint.ShowUser user.id Linking to endpoints from the client-side in WebSharper In sitelets it's rather easy to create links to other endpoints with parameter...
[ -0.0185546875, 0.015625, 0.00921630859375, -0.0101318359375, 0.00762939453125, -0.004669189453125, 0.005340576171875, 0.023681640625, -0.00023555755615234375, -0.06640625, -0.0291748046875, 0.00250244140625, -0.0037994384765625, 0.01177978515625, 0.0189208984375, -0.0152587890625, 0....
[ 12779, 214, 47, 3564, 38496, 1295, 23282, 8752, 4002, 294, 3467, 1264, 23, 3742, 1467, 89280, 108963, 425, 64287, 18878, 147534, 168660, 1062, 2189, 38937, 532, 1764, 1974, 23468, 28282, 22317, 3789, 171859, 152378, 3126, 17367, 29458, 11338,...
[ 0.2076416015625, 0.06475830078125, 0.09735107421875, 0.1558837890625, 0.1807861328125, 0.065673828125, 0.2142333984375, 0.1563720703125, 0.111083984375, 0.08245849609375, 0.19482421875, 0.2186279296875, 0.017242431640625, 0.0169525146484375, 0.0380859375, 0.1690673828125, 0.121704101...
embed
1189563_c0
1189563
fsharp
0
Title: All picks of a list in F# - more elegant and simple Problem title: All picks of a list in F# - more elegant and simple Tags: simplify, list, functional-programming, f%23 Problem: All picks of a list in F# - more elegant and simple Could someone propose better and/or more elegant implementation of this: let each ...
All picks of a list in F# - more elegant and simple All picks of a list in F# - more elegant and simple simplify list functional-programming f%23 All new_left List.hd List.tl result::acc All picks of a list in F# - more elegant and simple Could someone propose better and/or more elegant implementation of this: It do th...
[ -0.0062255859375, 0.005096435546875, 0.0164794921875, 0.0022735595703125, -0.0126953125, 0.016845703125, -0.0042724609375, -0.0108642578125, 0.0164794921875, -0.0257568359375, 0.0216064453125, 0.00156402587890625, 0.01373291015625, 0.0145263671875, -0.000652313232421875, 0.008056640625...
[ 3164, 39580, 7, 111, 5303, 563, 4904, 1286, 27650, 8781, 23, 112892, 18929, 123309, 28966, 1238, 3742, 3525, 133, 2480, 32036, 20257, 141, 16750, 10060, 191147, 22008, 26171, 11522, 208124, 903, 1650, 450, 3293, 32354, 5809, 30646, 39531, 1...
[ 0.137939453125, 0.222412109375, 0.1219482421875, 0.0823974609375, 0.1995849609375, 0.09356689453125, 0.1640625, 0.03594970703125, 0.1689453125, 0.07183837890625, 0.01019287109375, 0.10552978515625, 0.044189453125, 0.1265869140625, 0.0777587890625, 0.0401611328125, 0.06256103515625, ...
embed
7168801_c0
7168801
fsharp
0
Title: How to use reraise in async workflows in F#? Problem title: How to use reraise in async workflows in F#? Tags: f%23-async, exception, asynchronous, f%23 Problem: How to use reraise in async workflows in F#? I needed to reraise an exception that occurs while executing an async block, after logging the exception. ...
How to use reraise in async workflows in F#? How to use reraise in async workflows in F#? f%23-async exception asynchronous f%23 isCriticalException logCriticalException logException How traceContext.Properties.Add CorrelationId context.CorrelationId None Some How to use reraise in async workflows in F#? I needed to re...
[ -0.0115966796875, 0.02294921875, 0.0120849609375, -0.00909423828125, 0.0186767578125, -0.00139617919921875, 0.00830078125, -0.0036468505859375, -0.00152587890625, -0.00830078125, 0.00909423828125, 0.03759765625, 0.003692626953125, -0.01043701171875, 0.03271484375, -0.0054931640625, -...
[ 11249, 4527, 456, 12794, 13, 23, 10, 12654, 238, 4488, 118664, 563, 4904, 1238, 167218, 27495, 131527, 101966, 3742, 83, 416, 70760, 63928, 12684, 144851, 22829, 1264, 4028, 46348, 57860, 71, 43701, 50886, 107, 438, 44841, 74918, 12960, 719...
[ 0.0288543701171875, 0.1251220703125, 0.1495361328125, 0.250732421875, 0.172607421875, 0.00225830078125, 0.04364013671875, 0.1961669921875, 0.07733154296875, 0.07464599609375, 0.1942138671875, 0.1151123046875, 0.1920166015625, 0.0577392578125, 0.010284423828125, 0.1063232421875, 0.177...
embed
23100505_c0
23100505
fsharp
0
Title: Get the first value of an Enum type in F# Problem title: Get the first value of an Enum type in F# Tags: f%23 Problem: Get the first value of an Enum type in F# I have a class with an enum property. To use the compact property syntax I have to initialize it with a value from the type, eg. type Color = | Blue= 0 ...
Get the first value of an Enum type in F# Get the first value of an Enum type in F# f%23 Get Enum Color Blue Green MyClass Col Color.Blue Enum.GetValues GetValue Get the first value of an Enum type in F# I have a class with an enum property. To use the compact property syntax I have to initialize it with a value from t...
[ -0.00958251953125, -0.0228271484375, 0.006500244140625, 0.011474609375, -0.003936767578125, -0.01177978515625, 0.005615234375, -0.00823974609375, -0.01300048828125, -0.00921630859375, 0.020751953125, 0.0556640625, -0.00186920166015625, 0.00927734375, 0.01263427734375, -0.00628662109375...
[ 20779, 70, 5117, 34292, 111, 357, 316, 10644, 23, 563, 4904, 142, 1238, 3742, 51193, 22928, 15497, 2646, 140803, 11554, 114567, 724, 126, 42272, 856, 50770, 18507, 22, 57266, 4527, 94928, 6002, 86531, 61475, 678, 1295, 2301, 18, 1884, 794...
[ 0.1124267578125, 0.0283355712890625, 0.20751953125, 0.2374267578125, 0.04620361328125, 0.1717529296875, 0.2362060546875, 0.2176513671875, 0.056121826171875, 0.14306640625, 0.2069091796875, 0.00225830078125, 0.0765380859375, 0.104248046875, 0.1829833984375, 0.17724609375, 0.1208496093...
embed
1273907_c0
1273907
fsharp
0
Title: Passing an object from F# into a C# method which takes it as an out parameter doesn&#x27;t work? Problem title: Passing an object from F# into a C# method which takes it as an out parameter doesn&#x27;t work? Tags: f%23, pass-by-reference, c%23 Problem: Passing an object from F# into a C# method which takes it a...
Passing an object from F# into a C# method which takes it as an out parameter doesn&#x27;t work? Passing an object from F# into a C# method which takes it as an out parameter doesn&#x27;t work? f%23 pass-by-reference c%23 F# Passing GetParameterSet ParameterSet currentPanel.GetParameterSet Passing an object from F# int...
[ 0.015869140625, 0.0189208984375, 0.0030517578125, -0.00537109375, -0.0022735595703125, -0.00421142578125, -0.0390625, -0.0052490234375, 0.00152587890625, 0.009033203125, 0.01214599609375, -0.0213623046875, -0.007171630859375, 0.01531982421875, 0.01153564453125, -0.016845703125, 0.009...
[ 28872, 214, 36746, 1295, 563, 4904, 3934, 313, 55300, 3129, 51776, 442, 237, 142, 1810, 171859, 22027, 3768, 18, 4488, 1238, 3742, 27875, 1272, 239879, 20779, 55292, 29089, 294, 126, 1720, 43581, 55956, 583, 724, 35773, 61924, 903, 31577, ...
[ 0.17333984375, 0.01519775390625, 0.1953125, 0.135986328125, 0.1611328125, 0.2464599609375, 0.167236328125, 0.057861328125, 0.1611328125, 0.011962890625, 0.10516357421875, 0.012542724609375, 0.099365234375, 0.03857421875, 0.23095703125, 0.257080078125, 0.093017578125, 0.057708740234...
embed
52229541_c0
52229541
fsharp
0
Title: preorder traversal of binary tree on f# Problem title: preorder traversal of binary tree on f# Tags: binary-tree, f%23, function, pattern-matching, functional-programming Problem: preorder traversal of binary tree on f# I am writing a function which takes a tree t1 and returns a string with all numbers stored in...
preorder traversal of binary tree on f# preorder traversal of binary tree on f# binary-tree f%23 function pattern-matching functional-programming Node Empty preorder traversal of binary tree on f# I am writing a function which takes a tree t1 and returns a string with all numbers stored in t1 (preoder transversal) sepe...
[ 0.00421142578125, -0.01324462890625, -0.01165771484375, 0.00897216796875, 0.016845703125, 0.00579833984375, -0.01397705078125, -0.001068115234375, 0.0042724609375, -0.037841796875, 0.0054931640625, -0.0081787109375, -0.0093994140625, -0.0096435546875, 0.02294921875, -0.0047607421875, ...
[ 479, 80596, 37317, 289, 2394, 6635, 53201, 98, 1238, 4904, 62600, 3742, 32354, 103510, 98753, 123309, 28966, 438, 112, 31678, 939, 32562, 51776, 808, 418, 30646, 79315, 756, 101935, 4343, 4692, 51744, 211385, 1264, 27686, 35011, 65421, 27781,...
[ 0.15234375, 0.2354736328125, 0.1676025390625, 0.0496826171875, 0.1529541015625, 0.0985107421875, 0.228271484375, 0.026336669921875, 0.0963134765625, 0.1915283203125, 0.2052001953125, 0.0872802734375, 0.158935546875, 0.1474609375, 0.153076171875, 0.1109619140625, 0.09161376953125, 0...
embed
22913847_c0
22913847
fsharp
0
Title: Form.Load event doesn&#x27;t fire Problem title: Form.Load event doesn&#x27;t fire Tags: events, winforms, f%23 Problem: Form.Load event doesn't fire A form has been created. It can be seen, but 'Load' event doesn't fire. This is the simplest case: type Program() as this = let form_ = new Form(Visible=true, Text...
Form.Load event doesn&#x27;t fire Form.Load event doesn&#x27;t fire events winforms f%23 Form.Load Program form_ Form Visible Text Some Caption Width Height form_.Load.Add this.OnFormLoad form_.Show x.OnFormLoad Trace.WriteLine OnFormLoad x.form COMPILED STAThread Application.Run program.form Form.Load event doesn't fi...
[ 0.0142822265625, 0.0234375, -0.0244140625, -0.003753662109375, -0.0281982421875, -0.011962890625, 0.0400390625, 0.0274658203125, 0.01080322265625, -0.033447265625, 0.01409912109375, -0.002655029296875, -0.0252685546875, 0.006866455078125, -0.00189208984375, -0.0084228515625, 0.012878...
[ 15236, 15363, 712, 19732, 22027, 3768, 18, 11476, 47353, 46334, 3742, 7663, 3173, 582, 55356, 24129, 31384, 14304, 58302, 1529, 4028, 20320, 102973, 168660, 1022, 4937, 2161, 5037, 61898, 52099, 144792, 39116, 104921, 163321, 1528, 75935, 831, ...
[ 0.229248046875, 0.143798828125, 0.14501953125, 0.1846923828125, 0.104248046875, 0.053466796875, 0.1434326171875, 0.2174072265625, 0.1678466796875, 0.1275634765625, 0.03582763671875, 0.0958251953125, 0.232421875, 0.07440185546875, 0.0869140625, 0.072021484375, 0.002410888671875, 0.0...
embed
31155015_c0
31155015
fsharp
0
Title: FSharp.Data optional type throws exception Problem title: FSharp.Data optional type throws exception Tags: f%23-data, f%23 Problem: FSharp.Data optional type throws exception I have some Xml with one of the nodes as follows: <code>23</code> FSharp.Data correctly infers the type of "Code" to be an option int. My ...
FSharp.Data optional type throws exception FSharp.Data optional type throws exception f%23-data f%23 FSharp.Data Value StartupCode$FSharp-Data TextRuntime.GetNonOptionalValue Invoke Git CommonRuntime TextRuntime.fs:line FSharp.Data optional type throws exception I have some Xml with one of the nodes as follows: FSharp....
[ 0.01080322265625, 0.0224609375, -0.0004730224609375, -0.00146484375, -0.0016021728515625, 0.00860595703125, 0.026611328125, -0.0174560546875, -0.0155029296875, 0.007293701171875, -0.007171630859375, -0.01446533203125, 0.0103759765625, -0.028564453125, 0.03271484375, 0.007354736328125, ...
[ 93774, 3467, 254, 137989, 35829, 289, 10644, 104250, 131527, 1238, 27495, 10135, 3742, 190060, 153076, 114211, 36381, 24129, 59881, 39029, 43315, 856, 50770, 23253, 217, 151301, 17447, 2256, 5, 7, 1193, 7237, 110, 988, 237, 26785, 53498, 23, ...
[ 0.08282470703125, 0.2008056640625, 0.196533203125, 0.1588134765625, 0.2066650390625, 0.0919189453125, 0.2054443359375, 0.18212890625, 0.213134765625, 0.0421142578125, 0.0285186767578125, 0.1031494140625, 0.109375, 0.112548828125, 0.13232421875, 0.169921875, 0.017425537109375, 0.062...
embed
39028028_c0
39028028
fsharp
0
Title: How to create a ClusterSingleton actor in F# Problem title: How to create a ClusterSingleton actor in F# Tags: f%23, akka.net Problem: How to create a ClusterSingleton actor in F# It is simple to create Akka.NET actors in F# using the functional pattern, like actorOf2 : let aref = spawn system "my-actor" (actorO...
How to create a ClusterSingleton actor in F# How to create a ClusterSingleton actor in F# f%23 akka.net How ClusterSingleton actorOf2 MySingletonActor UntypedActor system.ActorOf ClusterSingletonManager.Props Props.Create akka.net How to create a ClusterSingleton actor in F# It is simple to create Akka.NET actors in F#...
[ -0.006011962890625, 0.0272216796875, -0.00028228759765625, -0.019287109375, -0.004302978515625, -0.0277099609375, 0.005950927734375, -0.0272216796875, 0.007659912109375, -0.021728515625, -0.00041961669921875, 0.0162353515625, 0.00970458984375, -0.006134033203125, 0.00213623046875, 0.00...
[ 11249, 28282, 10, 140077, 1515, 213039, 1507, 39329, 563, 4904, 47, 23, 1238, 3742, 81866, 1179, 132887, 304, 2646, 284, 18770, 992, 50986, 5426, 43796, 63784, 83, 8781, 62, 5515, 17777, 123309, 103510, 3789, 1884, 64209, 142, 30563, 51515,...
[ 0.03961181640625, 0.147705078125, 0.047821044921875, 0.1849365234375, 0.11865234375, 0.196533203125, 0.1588134765625, 0.2384033203125, 0.1341552734375, 0.204345703125, 0.011199951171875, 0.058685302734375, 0.0474853515625, 0.068115234375, 0.1380615234375, 0.065185546875, 0.1921386718...
embed
43912326_c0
43912326
fsharp
0
Title: How to write own List.map function in F# Problem title: How to write own List.map function in F# Tags: function, functional-programming, f%23 Problem: How to write own List.map function in F# I have to write my own List.map function using 'for elem in list' and tail/non-tail recursive. I have been looking all ar...
How to write own List.map function in F# How to write own List.map function in F# function functional-programming f%23 How List.map myMapFun2 How to write own List.map function in F# I have to write my own List.map function using 'for elem in list' and tail/non-tail recursive. I have been looking all around Google for ...
[ 0.009765625, 0.0084228515625, 0.024169921875, 0.000247955322265625, -0.0252685546875, 0.01287841796875, -0.008056640625, -0.003326416015625, 0.00677490234375, -0.0267333984375, 0.01123046875, 0.003631591796875, 0.01092529296875, 0.0279541015625, 0.008056640625, -0.0035552978515625, 0...
[ 11249, 47, 33022, 10002, 32036, 5, 62346, 32354, 23, 563, 4904, 123309, 28966, 1238, 3949, 3742, 759, 166179, 97249, 304, 765, 17368, 2472, 88, 195, 5303, 46741, 6431, 195625, 5844, 1815, 6305, 11814, 145581, 150624, 46876, 12921, 5117, 268...
[ 0.076904296875, 0.022552490234375, 0.2034912109375, 0.218017578125, 0.251953125, 0.0899658203125, 0.2474365234375, 0.213134765625, 0.1083984375, 0.160400390625, 0.22314453125, 0.1353759765625, 0.06396484375, 0.05975341796875, 0.00604248046875, 0.0888671875, 0.0728759765625, 0.16552...
embed
34708517_c0
34708517
fsharp
0
Title: F# static override Problem title: F# static override Tags: static, overriding, inheritance, f%23 Problem: F# static override I have an abstract class, with an abstract member. I want to inherit this member to different classes and make the overrides of the member static. Something like this: [<AbstractClass>] ty...
F# static override F# static override static overriding inheritance f%23 AbstractClass Parent Att Son Daughter F# static override I have an abstract class, with an abstract member. I want to inherit this member to different classes and make the overrides of the member static. Something like this: alternatively or Then ...
[ 0.012451171875, -0.005828857421875, 0.0179443359375, -0.01263427734375, -0.00035858154296875, -0.015625, -0.00689697265625, 0.01531982421875, 0.006439208984375, -0.00119781494140625, -0.0126953125, -0.002777099609375, 0.0096435546875, 0.0284423828125, 0.023193359375, -0.0284423828125, ...
[ 563, 4904, 201939, 645, 416, 112, 6238, 23, 3334, 217, 1238, 3949, 3742, 233973, 140803, 170918, 9208, 4815, 930, 46526, 56, 164789, 18507, 32786, 3444, 903, 47, 12921, 61112, 3249, 988, 30700, 707, 47009, 756, 7, 765, 1369, 963, 136, 1...
[ 0.09844970703125, 0.1595458984375, 0.2242431640625, 0.1229248046875, 0.16943359375, 0.04461669921875, 0.029144287109375, 0.069091796875, 0.179931640625, 0.1103515625, 0.062042236328125, 0.00592041015625, 0.0963134765625, 0.203125, 0.14306640625, 0.146240234375, 0.16845703125, 0.143...
embed
12932487_c0
12932487
fsharp
0
Title: Generating a file reference from a substring F# Problem title: Generating a file reference from a substring F# Tags: f%23, string, substring Problem: Generating a file reference from a substring F# I'm having trouble generating a file reference in F# from a substring. I have an input file and I want to create a ...
Generating a file reference from a substring F# Generating a file reference from a substring F# f%23 string substring a Generating BookingsAberdeen.csv sillyString.Substring Generating a file reference from a substring F# I'm having trouble generating a file reference in F# from a substring. I have an input file and I ...
[ 0.0235595703125, 0.0111083984375, 0.0118408203125, 0.020751953125, -0.01068115234375, 0.0093994140625, -0.000789642333984375, -0.0001850128173828125, 0.01416015625, 0.00299072265625, -0.021728515625, 0.0125732421875, -0.0191650390625, 0.03564453125, 0.02587890625, -0.00982666015625, ...
[ 155370, 11435, 91067, 1295, 1614, 91693, 563, 4904, 1238, 3949, 3742, 79315, 52722, 7, 24988, 45837, 33, 4439, 334, 78, 12097, 71713, 214, 96472, 63134, 12663, 10, 23, 107730, 28282, 36998, 42485, 2886, 140992, 14617, 19, 120639, 9351, 1815...
[ 0.179443359375, 0.1868896484375, 0.2587890625, 0.1253662109375, 0.1890869140625, 0.2474365234375, 0.108642578125, 0.1973876953125, 0.04791259765625, 0.0165557861328125, 0.1199951171875, 0.145263671875, 0.2158203125, 0.0143585205078125, 0.0821533203125, 0.19384765625, 0.19775390625, ...
embed
30406626_c0
30406626
fsharp
0
Title: Convert C# function call to F# - Create empty object array Problem title: Convert C# function call to F# - Create empty object array Tags: f%23, c%23-to-f%23 Problem: Convert C# function call to F# - Create empty object array How to convert the following function call to F# call? Hashtable table = (Hashtable) co...
Convert C# function call to F# - Create empty object array Convert C# function call to F# - Create empty object array f%23 c%23-to-f%23 Convert Create Hashtable cookieJar.GetType InvokeMember m_domainTable BindingFlags.NonPublic BindingFlags.GetField BindingFlags.Instance Object cc.GetType Convert C# function call to F...
[ -0.0034942626953125, 0.0034332275390625, -0.00653076171875, 0.0029296875, -0.014892578125, -0.0086669921875, 0.01470947265625, 0.003326416015625, -0.0014190673828125, 0.01220703125, -0.005340576171875, -0.0024566650390625, -0.0084228515625, 0.005645751953125, 0.01446533203125, -0.02380...
[ 1657, 11549, 313, 4904, 32354, 11782, 47, 563, 151313, 201505, 36746, 10298, 53, 1238, 3742, 27495, 188, 420, 162087, 22819, 9332, 147, 196707, 23253, 27417, 347, 56206, 618, 2886, 3668, 59881, 179947, 33770, 19388, 116071, 134549, 96760, 70,...
[ 0.048431396484375, 0.135986328125, 0.032928466796875, 0.2408447265625, 0.1590576171875, 0.167236328125, 0.091064453125, 0.1348876953125, 0.11669921875, 0.2012939453125, 0.1522216796875, 0.10650634765625, 0.051116943359375, 0.08001708984375, 0.0806884765625, 0.051177978515625, 0.05957...
embed
55746070_c0
55746070
fsharp
0
Title: How do you deserialize JSON to a map/dictionary of records in F#? Problem title: How do you deserialize JSON to a map/dictionary of records in F#? Tags: f%23, json, parsing Problem: How do you deserialize JSON to a map/dictionary of records in F#? Here's the shape of the JSON: { "Alice": { "Age": 30, "Address": ...
How do you deserialize JSON to a map/dictionary of records in F#? How do you deserialize JSON to a map/dictionary of records in F#? f%23 json parsing How JSON Alice Age Address City York State Bob Chicago Map Person FSharp.Data JsonProvider How do you deserialize JSON to a map/dictionary of records in F#? Here's the sh...
[ -0.00069427490234375, 0.007568359375, -0.01141357421875, 0.01348876953125, -0.0250244140625, 0.0086669921875, -0.01806640625, 0.00836181640625, -0.006591796875, -0.032470703125, -0.01116943359375, 0.028076171875, 0.013916015625, 0.031982421875, 0.0189208984375, -0.006805419921875, 0....
[ 11249, 224, 25435, 119066, 821, 58627, 47, 22288, 64, 428, 10763, 111, 115923, 563, 4904, 54, 10, 23, 1238, 3949, 3742, 1647, 1681, 366, 66083, 72944, 49990, 6406, 5753, 22836, 25027, 58823, 42719, 15270, 93774, 3467, 254, 137989, 177997, ...
[ 0.06201171875, 0.1964111328125, 0.2471923828125, 0.1385498046875, 0.1776123046875, 0.24072265625, 0.1402587890625, 0.185302734375, 0.03643798828125, 0.044586181640625, 0.1407470703125, 0.0203857421875, 0.20458984375, 0.14501953125, 0.200927734375, 0.021728515625, 0.039459228515625, ...
embed
79080713_c0
79080713
fsharp
0
Title: Module &#x27;CssScopes&#x27; is not defined - Exploring Bolero F# with simple Hello World app - Problem title: Module &#x27;CssScopes&#x27; is not defined - Exploring Bolero F# with simple Hello World app - Tags: f%23, bolero Problem: Module 'CssScopes' is not defined - Exploring Bolero F# with simple Hello Worl...
Module &#x27;CssScopes&#x27; is not defined - Exploring Bolero F# with simple Hello World app - Module &#x27;CssScopes&#x27; is not defined - Exploring Bolero F# with simple Hello World app - f%23 bolero Module CssScopes Exploring Bolero Hello World MyApp ProgramComponent Model Message _.CssScope CssScopes.MyApp Module...
[ -0.0069580078125, 0.0152587890625, -0.0037078857421875, 0.01708984375, 0.0021209716796875, -0.006103515625, 0.0252685546875, -0.0091552734375, -0.009033203125, -0.0299072265625, -0.00092315673828125, -0.01385498046875, 0.0067138671875, 0.00133514404296875, 0.0255126953125, 0.0180664062...
[ 63014, 13, 3768, 441, 7, 294, 587, 13569, 83, 959, 61924, 71, 98873, 72605, 516, 563, 4904, 678, 8781, 35378, 6661, 4027, 20, 1238, 3742, 3488, 4036, 313, 2646, 39179, 7663, 10770, 54137, 13293, 48205, 61278, 61122, 31852, 25632, 18499, ...
[ 0.20947265625, 0.07684326171875, 0.0931396484375, 0.094482421875, 0.120849609375, 0.048858642578125, 0.1611328125, 0.1478271484375, 0.0248565673828125, 0.0992431640625, 0.2052001953125, 0.07037353515625, 0.0770263671875, 0.124267578125, 0.190185546875, 0.085205078125, 0.151611328125,...
embed
9321268_c0
9321268
fsharp
0
Title: How use NuGet packages and namespaces with f# Problem title: How use NuGet packages and namespaces with f# Tags: assemblies, nuget, f%23, .net Problem: How use NuGet packages and namespaces with f# I've a little problem, I'm trying use twitterizer with a f# app..this is the first time than I use NuGet, I install...
How use NuGet packages and namespaces with f# How use NuGet packages and namespaces with f# assemblies nuget f%23 .net Twitterizer How NuGet How use NuGet packages and namespaces with f# I've a little problem, I'm trying use twitterizer with a f# app..this is the first time than I use NuGet, I install it and download t...
[ 0.0027618408203125, 0.00885009765625, 0.004241943359375, -0.00701904296875, 0.01007080078125, 0.00286865234375, 0.02197265625, -0.007080078125, 0.006683349609375, -0.0028076171875, -0.01031494140625, -0.015380859375, 0.002716064453125, -0.000469207763671875, 0.013671875, -0.00457763671...
[ 11249, 4527, 1429, 724, 126, 98169, 136, 210716, 678, 1238, 4904, 89845, 7121, 315, 3794, 3742, 1179, 3610, 52825, 34776, 4027, 20600, 7026, 853, 771, 108975, 46132, 91067, 9790, 88996, 83, 959, 61924, 17368, 563, 13204, 223, 10644, 83279, ...
[ 0.054595947265625, 0.10888671875, 0.158203125, 0.1517333984375, 0.1610107421875, 0.162353515625, 0.07244873046875, 0.208740234375, 0.0810546875, 0.0941162109375, 0.1553955078125, 0.10430908203125, 0.00543212890625, 0.1241455078125, 0.16845703125, 0.04473876953125, 0.0977783203125, ...
embed
62977089_c0
62977089
fsharp
0
Title: VSCode Problem: If `( * )` has no mutable arguments partially applied then the lambda can be removed Problem title: VSCode Problem: If `( * )` has no mutable arguments partially applied then the lambda can be removed Tags: f%23, visual-studio-code Problem: VSCode Problem: If `( * )` has no mutable arguments part...
VSCode Problem: If `( * )` has no mutable arguments partially applied then the lambda can be removed VSCode Problem: If `( * )` has no mutable arguments partially applied then the lambda can be removed f%23 visual-studio-code VSCode Problem Linter List.reduce System.Math VSCode Problem: If `( * )` has no mutable argume...
[ -0.00872802734375, 0.0072021484375, -0.006134033203125, 0.0007781982421875, -0.003173828125, 0.0018310546875, 0.01226806640625, 0.002471923828125, 0.01068115234375, -0.002197265625, 0.0022430419921875, -0.0013427734375, -0.0201416015625, 0.0035400390625, -0.000301361083984375, 0.005310...
[ 44160, 114211, 15649, 661, 1556, 110, 842, 22819, 10750, 2878, 190659, 21, 6492, 85, 831, 186, 184750, 1238, 3742, 21176, 52629, 40899, 339, 10433, 32036, 107, 106357, 12353, 199450, 4263, 25632, 13315, 113660, 563, 4904, 5303, 2967, 44759, ...
[ 0.182861328125, 0.229736328125, 0.150634765625, 0.1239013671875, 0.05499267578125, 0.09356689453125, 0.125, 0.1610107421875, 0.189453125, 0.1217041015625, 0.119140625, 0.06591796875, 0.209228515625, 0.1495361328125, 0.04156494140625, 0.06292724609375, 0.16748046875, 0.0328979492187...
embed
16778919_c0
16778919
fsharp
0
Title: F# Mono GTK ConfigureEvent Problem title: F# Mono GTK ConfigureEvent Tags: gtk%23, resize, mono, gtk, f%23 Problem: F# Mono GTK ConfigureEvent Have I used the ConfigureEvent in the right Way ? When I resize or change the position of my window nothing happens, the Label's Text doesn't change to "Changed" as I'm e...
F# Mono GTK ConfigureEvent F# Mono GTK ConfigureEvent gtk%23 resize mono gtk f%23 Mono GTK ConfigureEvent Main System EntryPoint Application.Init MainWindow.MyWindow Label None win.Add win.ConfigureEvent.Add l.Text Changed win.ShowAll Application.Run F# Mono GTK ConfigureEvent Have I used the ConfigureEvent in the righ...
[ 0.0022125244140625, -0.01116943359375, 0.009033203125, 0.0072021484375, 0.01190185546875, -0.044921875, 0.038330078125, 0.0014801025390625, 0.0032958984375, 0.00142669677734375, 0.004302978515625, -0.05078125, -0.0264892578125, 0.00946044921875, -0.006561279296875, -0.0118408203125, ...
[ 563, 4904, 77879, 527, 29735, 1657, 59994, 192134, 31472, 3742, 456, 62539, 22460, 1238, 12321, 12353, 15123, 147534, 104921, 217, 92049, 24293, 31852, 129214, 438, 19916, 4028, 11935, 96, 174379, 87377, 71, 168660, 43512, 163321, 31901, 87, ...
[ 0.0623779296875, 0.1431884765625, 0.2080078125, 0.0184783935546875, 0.1961669921875, 0.075927734375, 0.2178955078125, 0.250732421875, 0.1378173828125, 0.090087890625, 0.1014404296875, 0.1878662109375, 0.1661376953125, 0.043731689453125, 0.046051025390625, 0.0650634765625, 0.112548828...
embed
18840705_c0
18840705
fsharp
0
Title: What am I doing wrong in chunking a list in F# Problem title: What am I doing wrong in chunking a list in F# Tags: f%23 Problem: What am I doing wrong in chunking a list in F# F# doesn't come easy to me. The following piece of code is supposed to chunk a list. I have no idea what the problem is. Please help. let...
What am I doing wrong in chunking a list in F# What am I doing wrong in chunking a list in F# f%23 What reversedChunk.Length x::reversedChunk List.rev List.fold What am I doing wrong in chunking a list in F# F# doesn't come easy to me. The following piece of code is supposed to chunk a list. I have no idea what the pro...
[ -0.01348876953125, 0.0032196044921875, 0.021484375, 0.0017547607421875, -0.0157470703125, 0.009033203125, -0.0120849609375, -0.0206298828125, 0.002105712890625, 0.0255126953125, 0.0146484375, 0.0240478515625, -0.002197265625, 0.0216064453125, -0.01055908203125, -0.00518798828125, 0.0...
[ 4865, 444, 87, 20594, 44691, 23, 7839, 6048, 5303, 563, 4904, 1238, 3949, 3742, 39531, 5281, 15982, 3678, 449, 1022, 107, 7864, 297, 32036, 65381, 42822, 10, 1380, 23468, 163, 25632, 63847, 18151, 134598, 47, 92, 6528, 70, 2967, 30607, ...
[ 0.0438232421875, 0.09283447265625, 0.057342529296875, 0.072021484375, 0.149169921875, 0.03778076171875, 0.23388671875, 0.139892578125, 0.2144775390625, 0.11865234375, 0.185302734375, 0.0692138671875, 0.04034423828125, 0.120361328125, 0.1680908203125, 0.07318115234375, 0.08154296875, ...
embed
20285858_c0
20285858
fsharp
0
Title: how to generate a list quickly iterating a file Problem title: how to generate a list quickly iterating a file Tags: f%23, list Problem: how to generate a list quickly iterating a file Me coming from a c# and python background, feels there must be a better way to read a file and populate a classic F# list. But t...
how to generate a list quickly iterating a file how to generate a list quickly iterating a file f%23 list List Add StreamReader stop-words.txt ProcessLine lst.Add ptr.ReadLine how to generate a list quickly iterating a file Me coming from a c# and python background, feels there must be a better way to read a file and p...
[ 0.0020751953125, -0.011474609375, 0.00109100341796875, -0.0167236328125, -0.003997802734375, -0.008056640625, -0.006500244140625, 0.01068115234375, -0.01190185546875, -0.0294189453125, 0.01171875, -0.017333984375, -0.00775146484375, -0.01507568359375, 0.00872802734375, 0.01416015625, ...
[ 3642, 47, 139392, 5303, 69405, 17, 67, 98767, 11435, 10, 1238, 3742, 32036, 29117, 115061, 31345, 56, 7279, 47416, 124326, 123996, 93232, 271, 4028, 1215, 38162, 1295, 4904, 17198, 50828, 76615, 12319, 11522, 3917, 12301, 27623, 54704, 563, ...
[ 0.05615234375, 0.0411376953125, 0.2098388671875, 0.2294921875, 0.2181396484375, 0.08349609375, 0.181884765625, 0.14306640625, 0.1728515625, 0.00335693359375, 0.072265625, 0.127197265625, 0.15185546875, 0.1131591796875, 0.1358642578125, 0.175048828125, 0.068115234375, 0.15966796875,...
embed
40163563_c0
40163563
fsharp
0
Title: Forcing a generic parameter Problem title: Forcing a generic parameter Tags: f%23 Problem: Forcing a generic parameter I have the following issue: I have 2 types that are paremterized and that should work with a generic function if both types have the same type parameters type A<'a> = A of 'a type C<'a> = C of '...
Forcing a generic parameter Forcing a generic parameter f%23 Forcing otherval:C Forcing a generic parameter I have the following issue: I have 2 types that are paremterized and that should work with a generic function if both types have the same type parameters Now imagine a function that should execute the save but wi...
[ 0.002838134765625, 0.0177001953125, 0.005645751953125, 0.0098876953125, -0.00555419921875, -0.014892578125, -0.0235595703125, -0.00677490234375, 0.0245361328125, -0.0255126953125, 0.0076904296875, -0.005859375, -0.0125732421875, -0.0103759765625, -0.0120849609375, -0.0299072265625, 0...
[ 1326, 21896, 189534, 171859, 1238, 3949, 3742, 3789, 1405, 441, 25632, 31089, 116, 52895, 54948, 720, 29367, 4488, 678, 32354, 15044, 5701, 10644, 28987, 71924, 30098, 12921, 34648, 14, 27686, 172075, 18499, 98, 58745, 7, 33079, 606, 820, 2...
[ 0.1734619140625, 0.1043701171875, 0.241943359375, 0.2374267578125, 0.0244598388671875, 0.00836181640625, 0.121826171875, 0.13720703125, 0.2154541015625, 0.086669921875, 0.012298583984375, 0.04998779296875, 0.062042236328125, 0.1441650390625, 0.0201873779296875, 0.05902099609375, 0.05...
embed
29169599_c0
29169599
fsharp
0
Title: F# type error: String vs Async&lt;string&gt; Problem title: F# type error: String vs Async&lt;string&gt; Tags: f%23, types Problem: F# type error: String vs Async I am new to programming and F# is my first .NET language. Here is some code I have written so far: let downloadFromWebsite (url: string) = async { let...
F# type error: String vs Async&lt;string&gt; F# type error: String vs Async&lt;string&gt; f%23 types Async System.Uri WebClient webClient.AsyncDownloadString Read html.Length plato.stanford.edu F# type error: String vs Async I am new to programming and F# is my first .NET language. Here is some code I have written so f...
[ -0.016845703125, 0.0031890869140625, -0.003570556640625, 0.00860595703125, 0.00732421875, 0.01141357421875, -0.012451171875, -0.00738525390625, -0.0064697265625, -0.006317138671875, -0.0107421875, -0.0220947265625, 0.009033203125, -0.002349853515625, 0.013916015625, -0.00604248046875, ...
[ 563, 4904, 10644, 18499, 23351, 214, 20209, 62, 12654, 238, 91693, 5386, 1277, 1238, 3742, 52895, 12353, 416, 150, 284, 144786, 71713, 4764, 6, 7693, 74861, 15246, 12, 444, 3525, 47, 56037, 83, 5117, 17777, 46876, 18151, 2060, 11853, 2600...
[ 0.1448974609375, 0.2060546875, 0.1871337890625, 0.1624755859375, 0.19873046875, 0.132080078125, 0.1844482421875, 0.0760498046875, 0.213134765625, 0.1011962890625, 0.1517333984375, 0.0648193359375, 0.0160369873046875, 0.114990234375, 0.09124755859375, 0.1630859375, 0.0711669921875, ...
embed
38462567_c1
38462567
fsharp
1
m, coins) ||> List.fold (fun acc coin -> acc + valueOf coin) let logToFile (filePath:string) (formatf : 'data -> string) data = let message = formatf data use file = new System.IO.StreamWriter(filePath) file.WriteLine(message) data let select item deposited = if totalValue deposited >= priceOf item then Granted { Purch...
m, coins) ||> List.fold (fun acc coin -> acc + valueOf coin) let logToFile (filePath:string) (formatf : 'data -> string) data = let message = formatf data use file = new System.IO.StreamWriter(filePath) file.WriteLine(message) data let select item deposited = if totalValue deposited >= priceOf item then Granted { Purch...
[ -0.006988525390625, 0.015869140625, 0.01190185546875, -0.000438690185546875, 0.00154876708984375, 0.0181884765625, -0.00958251953125, 0.0096435546875, 0.0205078125, 0.0233154296875, 0.023681640625, 0.0157470703125, -0.0172119140625, -0.000659942626953125, 0.0038909912109375, -0.0031433...
[ 347, 4, 43780, 7, 32036, 5, 42822, 16498, 50015, 997, 34292, 132887, 2633, 12684, 7763, 174350, 29822, 683, 10519, 91693, 51727, 420, 10135, 79315, 2053, 26008, 9384, 4527, 11435, 12353, 17780, 115061, 2783, 93232, 74157, 36849, 35735, 40370,...
[ 0.1427001953125, 0.011138916015625, 0.2071533203125, 0.0655517578125, 0.2176513671875, 0.01641845703125, 0.226318359375, 0.1868896484375, 0.1541748046875, 0.059051513671875, 0.135009765625, 0.1962890625, 0.055755615234375, 0.16943359375, 0.175048828125, 0.2296142578125, 0.11840820312...
embed
1814629_c0
1814629
fsharp
0
Title: Why the tuple type can not be inferred in the list recursion? Problem title: Why the tuple type can not be inferred in the list recursion? Tags: f%23, type-inference, tuples, recursion, functional-programming Problem: Why the tuple type can not be inferred in the list recursion? I want to refine the raw text by ...
Why the tuple type can not be inferred in the list recursion? Why the tuple type can not be inferred in the list recursion? f%23 type-inference tuples recursion functional-programming Why raw:string rules:string Regex.Replace Why the tuple type can not be inferred in the list recursion? I want to refine the raw text by...
[ -0.015380859375, 0.003814697265625, 0.0162353515625, 0.0478515625, 0.004638671875, -0.0069580078125, -0.0107421875, 0.0172119140625, 0.0272216796875, 0.01312255859375, 0.02880859375, -0.015869140625, -0.014892578125, 0.01220703125, 0.017578125, -0.006256103515625, 0.032470703125, 0...
[ 44084, 370, 8705, 10644, 831, 959, 53498, 2822, 5303, 195625, 1238, 3742, 73, 69988, 99726, 123309, 28966, 49649, 91693, 91736, 11678, 3355, 23935, 1830, 18831, 1212, 7986, 20324, 125195, 4453, 510, 2340, 14858, 12830, 165523, 18499, 84751, 7...
[ 0.09033203125, 0.13134765625, 0.219970703125, 0.20556640625, 0.084228515625, 0.1121826171875, 0.209716796875, 0.1038818359375, 0.1644287109375, 0.1846923828125, 0.0280914306640625, 0.1014404296875, 0.010101318359375, 0.1300048828125, 0.1444091796875, 0.0902099609375, 0.07757568359375...
embed
51215171_c0
51215171
fsharp
0
Title: How streaming a large json in Suave? Problem title: How streaming a large json in Suave? Tags: f%23, json, suave Problem: How streaming a large json in Suave? I have a query that could return a large JSON in suave: let queryCustomers(term, sorted:string) = use db = DbClient.openConn() let sort = sorted |> Custom...
How streaming a large json in Suave? How streaming a large json in Suave? f%23 json suave How Suave sorted:string DbClient.openConn Customers.strToSorted CustomerDb.querySearch JsonUtils.toJson How streaming a large json in Suave? I have a query that could return a large JSON in suave: The query return a Seq. Now, I tu...
[ -0.00506591796875, 0.019775390625, 0.00836181640625, -0.0137939453125, 0.01043701171875, -0.008544921875, -0.00927734375, -0.005828857421875, 0.0032958984375, -0.040771484375, 0.0257568359375, 0.030517578125, 0.0091552734375, 0.006561279296875, 0.01171875, 0.0027008056640625, -0.0136...
[ 11249, 65296, 21334, 1647, 1681, 23, 45384, 272, 32, 10, 1238, 3949, 3742, 109829, 17497, 71, 91693, 275, 150, 2517, 59636, 11935, 19, 124765, 9297, 7763, 158240, 3674, 221175, 821, 106742, 7870, 188, 1375, 41, 1294, 5809, 30646, 58627, 5...
[ 0.08935546875, 0.2371826171875, 0.1490478515625, 0.1180419921875, 0.2139892578125, 0.09332275390625, 0.207275390625, 0.2445068359375, 0.00634765625, 0.0164794921875, 0.0321044921875, 0.000518798828125, 0.08990478515625, 0.26953125, 0.1624755859375, 0.0284271240234375, 0.13037109375, ...
embed
52484713_c0
52484713
fsharp
0
Title: Deduping a list of tuples, but keeping collisions as a list Problem title: Deduping a list of tuples, but keeping collisions as a list Tags: tuples, list, f%23, functional-programming Problem: Deduping a list of tuples, but keeping collisions as a list I am new to F# and functional languages in general. I'm havi...
Deduping a list of tuples, but keeping collisions as a list Deduping a list of tuples, but keeping collisions as a list tuples list f%23 functional-programming Deduping Apple Orange Pineapple Cucumber Deduping a list of tuples, but keeping collisions as a list I am new to F# and functional languages in general. I'm hav...
[ 0.0086669921875, 0.0034332275390625, 0.01409912109375, 0.005584716796875, 0.00019359588623046875, 0.0042724609375, 0.008056640625, 0.0030975341796875, 0.0194091796875, 0.0078125, -0.0172119140625, 0.0033111572265625, 0.021484375, 0.03955078125, -0.00604248046875, 0.032958984375, 0.00...
[ 262, 693, 10366, 5303, 370, 99726, 1284, 120260, 61770, 63239, 237, 1238, 3949, 3742, 123309, 28966, 4129, 74888, 159261, 9007, 133, 3003, 10591, 1297, 3525, 563, 4904, 46876, 7941, 1733, 195625, 5844, 3917, 8, 9, 1081, 111, 25632, 12506, ...
[ 0.216552734375, 0.2186279296875, 0.1075439453125, 0.2049560546875, 0.1527099609375, 0.22607421875, 0.10565185546875, 0.1744384765625, 0.2108154296875, 0.1500244140625, 0.12255859375, 0.0716552734375, 0.05108642578125, 0.1329345703125, 0.154296875, 0.10064697265625, 0.133544921875, ...
embed
56139026_c0
56139026
fsharp
0
Title: CsvProvider is not auto-generating column properties Problem title: CsvProvider is not auto-generating column properties Tags: type-providers, csv, f%23 Problem: CsvProvider is not auto-generating column properties The CSV type provider in FSharp.Data creates Row types with properties for easily accessing cells ...
CsvProvider is not auto-generating column properties CsvProvider is not auto-generating column properties type-providers csv f%23 CsvProvider MyCsvFile MyCsvFile.csv MyCsvFile.GetSample Rows Seq.iter r.Name FS0039 Name CsvProvider is not auto-generating column properties The CSV type provider in FSharp.Data creates Row...
[ 0.013427734375, 0.015869140625, 0.0205078125, 0.0257568359375, -0.01904296875, 0.0081787109375, -0.004974365234375, 0.00927734375, -0.0164794921875, 0.0302734375, -0.025146484375, 0.002655029296875, -0.00482177734375, 0.01226806640625, -0.0081787109375, -0.00811767578125, -0.01672363...
[ 313, 67756, 177997, 62160, 83, 959, 1809, 48281, 1916, 3365, 316, 183871, 10644, 93136, 20763, 334, 3742, 2646, 441, 174350, 4439, 33209, 96190, 16840, 163612, 93774, 7049, 9323, 15757, 43486, 81450, 3467, 254, 5, 137989, 28282, 52895, 678, ...
[ 0.09619140625, 0.252197265625, 0.19677734375, 0.1422119140625, 0.033660888671875, 0.12890625, 0.1898193359375, 0.1651611328125, 0.03167724609375, 0.11279296875, 0.12060546875, 0.208740234375, 0.132568359375, 0.154052734375, 0.1141357421875, 0.21630859375, 0.0267181396484375, 0.0293...
embed
6105880_c0
6105880
fsharp
0
Title: Trying to learn F#...sort list of integers Problem title: Trying to learn F#...sort list of integers Tags: sorting, f%23, python Problem: Trying to learn F#...sort list of integers I've been using Python the past couple of months and now am trying to give F# a whirl. Only...I don't really get it. I've been readi...
Trying to learn F#...sort list of integers Trying to learn F#...sort list of integers sorting f%23 python Trying sorted.append Trying to learn F#...sort list of integers I've been using Python the past couple of months and now am trying to give F# a whirl. Only...I don't really get it. I've been reading documentation f...
[ -0.01409912109375, 0.0108642578125, 0.024169921875, -0.0159912109375, -0.022216796875, 0.00127410888671875, 0.00836181640625, -0.020751953125, 0.004425048828125, 0.00762939453125, 0.01806640625, -0.01116943359375, -0.00927734375, 0.01287841796875, -0.003082275390625, -0.0198974609375, ...
[ 40858, 30698, 563, 4904, 27, 62351, 5303, 892, 26255, 214, 12096, 1238, 3949, 3742, 17198, 50828, 17497, 71, 9007, 3611, 111, 17368, 145581, 24941, 21775, 31577, 10011, 87293, 2301, 18, 6183, 2046, 442, 25, 209806, 7464, 64557, 28219, 3642,...
[ 0.10186767578125, 0.1097412109375, 0.144287109375, 0.2322998046875, 0.0848388671875, 0.2093505859375, 0.1507568359375, 0.15234375, 0.1173095703125, 0.006805419921875, 0.189697265625, 0.10400390625, 0.09326171875, 0.142822265625, 0.07965087890625, 0.1090087890625, 0.1937255859375, 0...
embed
54717981_c1
54717981
fsharp
1
); But I then received this error: Cannot convert method group 'FSharpFuncToInvoke' to non-delegate type 'FSharpFunc>>'. Did you intend to invoke the method? Attempt 2: I also tried setting the F# code to the following: let toFunc2 f = Func<IDatabaseService,EditForm, Result<SyncType,ErrorDescription>> f // f : 'a -> 'b...
); But I then received this error: Cannot convert method group 'FSharpFuncToInvoke' to non-delegate type 'FSharpFunc>>'. Did you intend to invoke the method? Attempt 2: I also tried setting the F# code to the following: let toFunc2 f = Func<IDatabaseService,EditForm, Result<SyncType,ErrorDescription>> f // f : 'a -> 'b...
[ -0.01025390625, 0.02001953125, -0.002532958984375, -0.01495361328125, 0.00836181640625, 0.013671875, -0.01153564453125, -0.01263427734375, 0.01092529296875, 0.0057373046875, 0.00238037109375, 0.0023651123046875, -0.006866455078125, 0.0267333984375, 0.00885009765625, -0.0069580078125, ...
[ 3142, 18499, 4171, 10869, 96760, 55300, 21115, 36381, 3467, 254, 97249, 238, 7763, 4153, 23253, 13, 47, 351, 8520, 42118, 10644, 30813, 150661, 23, 34224, 15573, 53550, 563, 4904, 18151, 25632, 2633, 304, 1238, 28670, 1724, 37382, 121979, 1...
[ 0.049468994140625, 0.15625, 0.064453125, 0.09814453125, 0.150390625, 0.1796875, 0.161376953125, 0.06890869140625, 0.174560546875, 0.1392822265625, 0.1815185546875, 0.10400390625, 0.1314697265625, 0.06298828125, 0.1978759765625, 0.074462890625, 0.15283203125, 0.1268310546875, 0.14...
embed
77891771_c0
77891771
fsharp
0
Title: How to correctly return a type object in F#? Problem title: How to correctly return a type object in F#? Tags: f%23 Problem: How to correctly return a type object in F#? I am learning F# and I am struggling with a simple function that should return a simple record like so: // functions that return a record type ...
How to correctly return a type object in F#? How to correctly return a type object in F#? f%23 How value:float arg1:float arg2:float arg1 arg2 How to correctly return a type object in F#? I am learning F# and I am struggling with a simple function that should return a simple record like so: The F# compiler returns an e...
[ 0.004180908203125, -0.0179443359375, -0.009765625, 0.0018310546875, 0.0150146484375, -0.001983642578125, -0.007049560546875, -0.005218505859375, 0.00787353515625, 0.00131988525390625, 0.00750732421875, 0.00634765625, -0.0059814453125, -0.00079345703125, 0.01953125, 0.0028228759765625, ...
[ 11249, 47, 26785, 538, 30646, 10644, 36746, 23, 563, 4904, 10, 1238, 3742, 34292, 52347, 257, 79459, 82825, 304, 418, 52080, 237875, 8781, 32354, 17164, 9969, 34759, 18499, 93774, 8368, 2839, 7013, 944, 181135, 125195, 503, 5608, 3173, 184,...
[ 0.070556640625, 0.0338134765625, 0.15673828125, 0.03302001953125, 0.236328125, 0.256591796875, 0.226806640625, 0.04608154296875, 0.1414794921875, 0.2130126953125, 0.000335693359375, 0.0791015625, 0.1400146484375, 0.1298828125, 0.1279296875, 0.052490234375, 0.0804443359375, 0.041137...
embed
39647326_c0
39647326
fsharp
0
Title: Input String was not in a correct format in F# Problem title: Input String was not in a correct format in F# Tags: formatexception, f%23 Problem: Input String was not in a correct format in F# Could anyone tell me and explain to me what's wrong with this code? open System let hexarea t:float = (3.0*Math.Sqrt(3.0...
Input String was not in a correct format in F# Input String was not in a correct format in F# formatexception f%23 Input System t:float Math.Sqrt Math.Pow Console.ReadLine EntryPoint Input String was not in a correct format in F# Could anyone tell me and explain to me what's wrong with this code? I can give a hint - it...
[ -0.0022735595703125, -0.004486083984375, 0.0030517578125, -0.007476806640625, 0.01470947265625, -0.017822265625, 0.0177001953125, -0.00531005859375, 0.00750732421875, 0.00080108642578125, 0.0029449462890625, -0.006561279296875, -0.00830078125, -0.01373291015625, 0.03173828125, -0.00549...
[ 360, 7077, 23351, 214, 509, 959, 23, 26785, 9384, 563, 4904, 3355, 63928, 1238, 3949, 3742, 12353, 808, 52347, 257, 78804, 864, 3198, 7192, 434, 1657, 40777, 31345, 93232, 357, 15123, 147534, 14192, 73342, 47, 44691, 903, 18151, 5122, 432...
[ 0.1220703125, 0.1632080078125, 0.2218017578125, 0.105224609375, 0.029632568359375, 0.085693359375, 0.07135009765625, 0.1474609375, 0.202392578125, 0.126708984375, 0.2054443359375, 0.036895751953125, 0.064453125, 0.0982666015625, 0.067138671875, 0.1978759765625, 0.1103515625, 0.0955...
embed
20181964_c0
20181964
fsharp
0
Title: What are the advantages of a wrapped up the state monad? Problem title: What are the advantages of a wrapped up the state monad? Tags: f%23, state-monad Problem: What are the advantages of a wrapped up the state monad? This one may be a stupid one but, having a look at ( Eliminating my explicit state passing via...
What are the advantages of a wrapped up the state monad? What are the advantages of a wrapped up the state monad? f%23 state-monad What State StateBuilder x.Return x.Bind What are the advantages of a wrapped up the state monad? This one may be a stupid one but, having a look at ( Eliminating my explicit state passing v...
[ -0.0277099609375, 0.017578125, 0.001678466796875, 0.0021209716796875, -0.007568359375, 0.00372314453125, -0.01129150390625, -0.00555419921875, 0.01202392578125, -0.0306396484375, 0.0196533203125, 0.033935546875, -0.0220947265625, 0.0216064453125, -0.01708984375, 0.00083160400390625, ...
[ 92940, 7, 137565, 20051, 1257, 11341, 2667, 712, 70, 1238, 3949, 3742, 3796, 4865, 22836, 121137, 56, 1022, 987, 7250, 111, 10, 1543, 110833, 203358, 143726, 452, 1884, 2367, 10366, 33079, 11, 661, 23, 81900, 170944 ]
[ 0.1903076171875, 0.09088134765625, 0.1676025390625, 0.0743408203125, 0.0714111328125, 0.17138671875, 0.1131591796875, 0.18798828125, 0.033905029296875, 0.0225067138671875, 0.013671875, 0.0880126953125, 0.107666015625, 0.001739501953125, 0.17822265625, 0.131591796875, 0.05584716796875...
embed
6245982_c0
6245982
fsharp
0
Title: Implementing take with F# by translating ML&#x27;s equivalent Problem title: Implementing take with F# by translating ML&#x27;s equivalent Tags: ml, f%23, sml, take Problem: Implementing take with F# by translating ML's equivalent I'd like to translate this ML code into F#. fun take ([], i) = [] | take (x::xs, i...
Implementing take with F# by translating ML&#x27;s equivalent Implementing take with F# by translating ML&#x27;s equivalent ml f%23 sml take Implementing x::xs x::take i-1 take.fs FS0010 Unexpected Implementing take with F# by translating ML's equivalent I'd like to translate this ML code into F#. I tried this one and ...
[ 0.004913330078125, 0.0179443359375, 0.01220703125, -0.0106201171875, -0.00347900390625, 0.000965118408203125, -0.006317138671875, 0.0169677734375, -0.00130462646484375, -0.0103759765625, 0.01953125, 0.00848388671875, -0.0098876953125, 0.0030517578125, 0.0036773681640625, -0.01159667968...
[ 153941, 5646, 678, 563, 4904, 3900, 143, 39456, 3768, 183234, 7115, 1238, 3742, 7237, 425, 1022, 78219, 17, 5759, 17447, 93774, 7049, 963, 992, 83613, 13, 1884, 19309, 18151, 3934, 37842, 15044, 18499, 5, 109631, 166117, 1405, 23, 128239, ...
[ 0.19189453125, 0.1954345703125, 0.1300048828125, 0.1666259765625, 0.2279052734375, 0.1279296875, 0.1650390625, 0.1700439453125, 0.07049560546875, 0.14453125, 0.12451171875, 0.03790283203125, 0.07196044921875, 0.1171875, 0.0029296875, 0.0023193359375, 0.17041015625, 0.05001831054687...
embed
65535832_c0
65535832
fsharp
0
Title: Print variable with multiple datatypes in F# Problem title: Print variable with multiple datatypes in F# Tags: f%23 Problem: Print variable with multiple datatypes in F# I am new to F# and am trying to print a variable that is a List.map with 3 datatypes (string * int * float) as shown below: let get_metrics (d ...
Print variable with multiple datatypes in F# Print variable with multiple datatypes in F# f%23 Print get_metrics Data List.map d.Item Convert.ToInt32 List.sortBy List.head Print variable with multiple datatypes in F# I am new to F# and am trying to print a variable that is a List.map with 3 datatypes (string * int * fl...
[ 0.006866455078125, -0.017822265625, 0.007171630859375, 0.009033203125, -0.0028228759765625, -0.00701904296875, 0.0057373046875, 0.00579833984375, 0.0098876953125, 0.025634765625, 0.0120849609375, -0.0118408203125, 0.00506591796875, -0.0184326171875, -0.006256103515625, -0.0043029785156...
[ 39754, 77336, 678, 48716, 2053, 50986, 563, 4904, 23, 1238, 3742, 2046, 186518, 11809, 32036, 62346, 2982, 11549, 18, 6460, 62351, 31251, 3525, 31577, 28412, 138, 91693, 661, 21917, 257, 81887, 14783, 1745, 284, 18499, 73243, 125195, 84751, ...
[ 0.222412109375, 0.297119140625, 0.0657958984375, 0.1978759765625, 0.13134765625, 0.26318359375, 0.158935546875, 0.2191162109375, 0.07391357421875, 0.05389404296875, 0.120849609375, 0.040252685546875, 0.18359375, 0.0963134765625, 0.156494140625, 0.154296875, 0.088623046875, 0.088500...
embed
54847553_c0
54847553
fsharp
0
Title: piping Promise.Parallel Problem title: piping Promise.Parallel Tags: f%23, fable-f%23 Problem: piping Promise.Parallel The result of Promise.Parallel is a single promise which can be access via a let binding. But is there a way to directly pipe that result and get access to it without the let!. I.E. rather than ...
piping Promise.Parallel piping Promise.Parallel f%23 fable-f%23 Promise.Parallel somesite.com somesite2.com Array.map Promise.Resolve piping Promise.Parallel The result of Promise.Parallel is a single promise which can be access via a let binding. But is there a way to directly pipe that result and get access to it wit...
[ -0.0250244140625, 0.0242919921875, -0.01904296875, -0.004974365234375, -0.0201416015625, -0.0128173828125, -0.002288818359375, -0.0150146484375, -0.008544921875, -0.025634765625, -0.004364013671875, 0.03076171875, 0.0206298828125, 0.0169677734375, 0.001861572265625, -0.0106201171875, ...
[ 2147, 10366, 1250, 5453, 5, 55292, 1229, 141, 1238, 3742, 1071, 2661, 420, 3060, 11090, 277, 5442, 69253, 53, 62346, 4332, 86918, 16750, 11001, 103036, 831, 186, 17203, 1829, 2633, 128239, 4966, 83, 2685, 3917, 47, 105237, 137158, 450, 20...
[ 0.167236328125, 0.1861572265625, 0.21923828125, 0.263916015625, 0.025421142578125, 0.156494140625, 0.219482421875, 0.160888671875, 0.0228729248046875, 0.058502197265625, 0.1319580078125, 0.1336669921875, 0.002105712890625, 0.0565185546875, 0.10565185546875, 0.039947509765625, 0.03878...
embed
35971577_c0
35971577
fsharp
0
Title: Printing a list of records in F# Problem title: Printing a list of records in F# Tags: f%23 Problem: Printing a list of records in F# I'm new in F# and I don't understand next error: let g = 9.8 let v = 320.0 let a = 45.0 let iterations = List.unfold(fun x-> if x < 100.0 then Some(x,x+0.1) else None) 0.0 type po...
Printing a list of records in F# Printing a list of records in F# f%23 Printing List.unfold Some None x:float y:float List.map List.iter Printing a list of records in F# I'm new in F# and I don't understand next error: at line: The type '(float list -> point list)' is not a type whose values can be enumerated with this...
[ 0.00885009765625, -0.01348876953125, 0.0123291015625, 0.0037994384765625, -0.00799560546875, -0.01165771484375, -0.01177978515625, 0.00762939453125, 0.011962890625, 0.0185546875, -0.0029144287109375, -0.0201416015625, 0.020751953125, -0.0106201171875, -0.00116729736328125, 0.0122070312...
[ 39754, 5303, 115923, 563, 4904, 111, 1238, 3742, 32036, 309, 42822, 31384, 438, 1022, 52347, 257, 113, 62346, 16840, 28219, 11737, 18499, 99, 13315, 10644, 33079, 6275, 83, 959, 10, 124901, 142424, 831, 189085, 678, 903, 6002, 86531, 146731...
[ 0.181396484375, 0.1812744140625, 0.1915283203125, 0.1387939453125, 0.2056884765625, 0.033447265625, 0.072509765625, 0.113525390625, 0.1837158203125, 0.0207977294921875, 0.15185546875, 0.0153656005859375, 0.06048583984375, 0.0333251953125, 0.154541015625, 0.076171875, 0.03414916992187...
embed
46994189_c0
46994189
fsharp
0
Title: Why can&#x27;t I zip two lists of different lengths? Problem title: Why can&#x27;t I zip two lists of different lengths? Tags: f%23, zip, list Problem: Why can't I zip two lists of different lengths? In F# if one tries to zip two lists of different lengths one gets an error: List.zip [1..4] [1..3] // System.Argu...
Why can&#x27;t I zip two lists of different lengths? Why can&#x27;t I zip two lists of different lengths? f%23 zip list System.ArgumentException Why List.zip z::zs w::ws Why can't I zip two lists of different lengths? In F# if one tries to zip two lists of different lengths one gets an error: However, it is very easy t...
[ -0.000514984130859375, 0.0228271484375, -0.00099945068359375, 0.0081787109375, 0.000385284423828125, 0.00823974609375, -0.0274658203125, -0.00347900390625, 0.0174560546875, 0.0220947265625, 0.014892578125, 0.0067138671875, -0.0048828125, 0.027099609375, 0.00836181640625, 0.010192871093...
[ 44084, 831, 3768, 18, 68330, 6626, 5303, 7, 12921, 140909, 87, 1238, 3742, 12353, 1234, 63928, 32036, 50836, 97, 169, 148, 19725, 111, 563, 4904, 1927, 18499, 4552, 23468, 61924, 30700, 80934, 26946, 10750, 30666 ]
[ 0.10418701171875, 0.119140625, 0.023040771484375, 0.0909423828125, 0.2415771484375, 0.1763916015625, 0.2293701171875, 0.03521728515625, 0.1661376953125, 0.1712646484375, 0.0268707275390625, 0.03564453125, 0.020782470703125, 0.052215576171875, 0.109375, 0.0927734375, 0.181396484375, ...
embed
72483988_c0
72483988
fsharp
0
Title: F# removing the first occurrence of an element in a list Problem title: F# removing the first occurrence of an element in a list Tags: f%23 Problem: F# removing the first occurrence of an element in a list I want to remove the first occurrence of a given element in a list that has possible duplicates. For exampl...
F# removing the first occurrence of an element in a list F# removing the first occurrence of an element in a list f%23 h::t F# removing the first occurrence of an element in a list I want to remove the first occurrence of a given element in a list that has possible duplicates. For example, a list with [1; 6; 1]. I only...
[ -0.0106201171875, 0.035400390625, 0.003021240234375, -0.0015106201171875, -0.0128173828125, -0.0086669921875, 0.00041961669921875, -0.004302978515625, -0.00011110305786132812, -0.0296630859375, 0.007110595703125, 0.009765625, 0.0003833770751953125, 0.004791259765625, 0.00106048583984375,...
[ 563, 4904, 49146, 6496, 5117, 74918, 42, 6620, 12830, 23, 5303, 1238, 3949, 3742, 18, 3444, 47, 87388, 34475, 1556, 7722, 171763, 1636, 10, 68252, 74, 305, 106, 4734, 24145, 30646, 910, 76172, 43581, 208124, 43240, 14012, 31577, 361, 3666...
[ 0.141357421875, 0.235595703125, 0.1534423828125, 0.0518798828125, 0.179931640625, 0.158447265625, 0.136962890625, 0.060028076171875, 0.1751708984375, 0.0439453125, 0.21923828125, 0.0875244140625, 0.0245208740234375, 0.0902099609375, 0.0089111328125, 0.07281494140625, 0.01113891601562...
embed
48828301_c0
48828301
fsharp
0
Title: How to use Database by opening File to send and receive data from Server to Client? Problem title: How to use Database by opening File to send and receive data from Server to Client? Tags: f%23, websharper, f%23-data, f%23-3.0 Problem: How to use Database by opening File to send and receive data from Server to C...
How to use Database by opening File to send and receive data from Server to Client? How to use Database by opening File to send and receive data from Server to Client? f%23 websharper f%23-data f%23-3.0 Server How Database File Client System.IO.File.WriteAllText my-file.txt FS9001 Method JavaScript System.Object How to...
[ 0.01348876953125, 0.01055908203125, -0.0155029296875, 0.014892578125, -0.0033721923828125, 0.000659942626953125, 0.0023651123046875, 0.011474609375, -0.005279541015625, -0.01300048828125, 0.00909423828125, 0.0029449462890625, 0.0169677734375, 0.016845703125, 0.015625, -0.0068359375, ...
[ 11249, 47, 4527, 187781, 390, 73432, 42724, 25379, 136, 53299, 2053, 1295, 22687, 91732, 3742, 1467, 89280, 1264, 27495, 10135, 132265, 12353, 17780, 174350, 1456, 18781, 43512, 174379, 759, 29822, 124326, 93774, 166539, 74644, 17925, 46471, 75...
[ 0.095947265625, 0.1429443359375, 0.1619873046875, 0.26904296875, 0.09735107421875, 0.21142578125, 0.2257080078125, 0.125732421875, 0.0841064453125, 0.123291015625, 0.1060791015625, 0.06988525390625, 0.14208984375, 0.203369140625, 0.0531005859375, 0.088134765625, 0.1370849609375, 0....
embed
51326439_c0
51326439
fsharp
0
Title: F# Conditional Expressions if...then..else returning unit or () Problem title: F# Conditional Expressions if...then..else returning unit or () Tags: null, f%23, expression, conditional-operator Problem: F# Conditional Expressions if...then..else returning unit or () F#'s Condtional Expressions require a conditio...
F# Conditional Expressions if...then..else returning unit or () F# Conditional Expressions if...then..else returning unit or () null f%23 expression conditional-operator ArgumentNullException Conditional Expressions if...then..else F# Conditional Expressions if...then..else returning unit or () F#'s Condtional Expressi...
[ 0.0174560546875, 0.004119873046875, 0.0167236328125, 0.00579833984375, 0.02392578125, -0.005523681640625, 0.02880859375, 0.007537841796875, -0.017578125, 0.027587890625, 0.0007476806640625, 0.0025787353515625, 0.0002269744873046875, 0.016845703125, 0.02587890625, 0.0118408203125, 0.0...
[ 563, 4904, 46347, 43315, 25129, 17514, 2174, 27, 92733, 5557, 30646, 25072, 707, 16, 56574, 1238, 3949, 3742, 125195, 35431, 289, 206469, 112140, 18444, 1181, 63928, 214, 15, 1657, 71, 64209, 47, 12765, 32845, 206, 100, 29568, 136, 98320, ...
[ 0.1339111328125, 0.20947265625, 0.2071533203125, 0.1512451171875, 0.1802978515625, 0.0692138671875, 0.0992431640625, 0.0224456787109375, 0.10546875, 0.1246337890625, 0.180908203125, 0.2059326171875, 0.06744384765625, 0.00494384765625, 0.1746826171875, 0.0811767578125, 0.0012817382812...
embed
53137391_c0
53137391
fsharp
0
Title: f# why I am getting error while trying to print the output? Problem title: f# why I am getting error while trying to print the output? Tags: f%23 Problem: f# why I am getting error while trying to print the output? I am trying to print the output for the following _reverse_efficient function and when run the pro...
f# why I am getting error while trying to print the output? f# why I am getting error while trying to print the output? f%23 Console.Write Enter Console.ReadLine _reverse_efficient e::rest e::R Reverse f# why I am getting error while trying to print the output? I am trying to print the output for the following _reverse...
[ -0.0269775390625, 0.01953125, 0.016845703125, 0.011474609375, -0.01556396484375, 0.021728515625, 0.0186767578125, 0.0147705078125, -0.003997802734375, 0.022216796875, 0.0206298828125, -0.005859375, 0.01092529296875, -0.0019683837890625, 0.003997802734375, 0.012939453125, 0.0089721679...
[ 1238, 4904, 15400, 87, 444, 20949, 18499, 12960, 31577, 28412, 140992, 3742, 40777, 18781, 60816, 1657, 31345, 93232, 107, 37676, 13, 24500, 45964, 28, 56644, 1052, 853, 47, 25632, 32354, 11675, 1528, 15490, 29479, 4568, 6626, 15555, 9969, ...
[ 0.0869140625, 0.1243896484375, 0.1177978515625, 0.01275634765625, 0.04925537109375, 0.07196044921875, 0.22021484375, 0.0938720703125, 0.1351318359375, 0.213134765625, 0.2069091796875, 0.1007080078125, 0.12109375, 0.0428466796875, 0.103271484375, 0.001251220703125, 0.1300048828125, ...
embed
23872229_c0
23872229
fsharp
0
Title: F# Append custom table with custom list Problem title: F# Append custom table with custom list Tags: functional-programming, f%23 Problem: F# Append custom table with custom list I'm trying to make a function that extends a symbolTable with a list of Decl Definitions: type Typ = |Integer |Boolean |Ft of Typ list...
F# Append custom table with custom list F# Append custom table with custom list functional-programming f%23 Append Typ Integer Boolean Decl Map returnValue.Add F# Append custom table with custom list I'm trying to make a function that extends a symbolTable with a list of Decl Definitions: I'm trying to do it the follow...
[ -0.003082275390625, 0.003448486328125, 0.0250244140625, 0.00136566162109375, -0.00689697265625, -0.0245361328125, -0.006317138671875, -0.00909423828125, 0.00054168701171875, 0.001922607421875, 0.0234375, -0.00244140625, -0.005828857421875, 0.0223388671875, 0.0111083984375, 0.0179443359...
[ 563, 4904, 5659, 3611, 114122, 23180, 678, 5303, 123309, 28966, 1238, 3742, 33417, 44401, 73783, 34677, 25755, 141, 42719, 30646, 856, 50770, 4028, 31577, 32354, 65042, 26582, 618, 2886, 155455, 25632, 198371, 33720, 49814, 5701, 237, 107730, ...
[ 0.1126708984375, 0.181396484375, 0.087646484375, 0.0673828125, 0.178466796875, 0.2098388671875, 0.09600830078125, 0.1572265625, 0.1278076171875, 0.07513427734375, 0.08087158203125, 0.102294921875, 0.135009765625, 0.1109619140625, 0.062042236328125, 0.1383056640625, 0.185546875, 0.1...
embed
45377237_c2
45377237
fsharp
2
/mono_msbuild_d25dd923839404bd64cc63f420e75acf96fc75c4.zip, Unable, Mono, JIT, Fri, Jul, EDT, Copyright, Novell, Inc, Xamarin, Contributors, www.mono-project.com, TLS, __thread, SIGSEGV, Notifications, Architecture, s390x, Disabled, Misc, PKG_CONFIG_PATH, LD_LIBRARY_PATH, PKG_CONFIG_LIBDIR, autogen.sh, MAKE, Could, cib...
/mono_msbuild_d25dd923839404bd64cc63f420e75acf96fc75c4.zip, Unable, Mono, JIT, Fri, Jul, EDT, Copyright, Novell, Inc, Xamarin, Contributors, www.mono-project.com, TLS, __thread, SIGSEGV, Notifications, Architecture, s390x, Disabled, Misc, PKG_CONFIG_PATH, LD_LIBRARY_PATH, PKG_CONFIG_LIBDIR, autogen.sh, MAKE, Could, cib...
[ -0.013916015625, 0.0272216796875, 0.0027618408203125, 0.0140380859375, 0.0004024505615234375, 0.007110595703125, -0.0019683837890625, -0.00732421875, 0.00225830078125, 0.057861328125, -0.016845703125, -0.0084228515625, 0.002227783203125, 0.01708984375, 0.02490234375, 0.01068115234375, ...
[ 248, 64176, 4432, 177149, 2588, 4028, 12231, 10991, 161787, 13307, 15748, 120377, 6873, 67466, 11648, 617, 50836, 992, 2886, 77879, 821, 6371, 9173, 19579, 241, 41072, 4189, 185309, 8942, 8606, 44503, 111809, 25708, 22230, 1426, 95322, 277, 2...
[ 0.043701171875, 0.3056640625, 0.08642578125, 0.260986328125, 0.1297607421875, 0.030303955078125, 0.072265625, 0.09228515625, 0.1083984375, 0.130126953125, 0.117431640625, 0.13232421875, 0.1329345703125, 0.046844482421875, 0.119384765625, 0.055511474609375, 0.1527099609375, 0.122802...
embed
545937_c0
545937
fsharp
0
Title: What technology to use in creating DSL for rules engine? Problem title: What technology to use in creating DSL for rules engine? Tags: dsl, .net, boo, rules, f%23 Problem: What technology to use in creating DSL for rules engine? What technology would you recommend to create a DSL for a Business Rules and Validat...
What technology to use in creating DSL for rules engine? What technology to use in creating DSL for rules engine? dsl .net boo rules f%23 What DSL What technology to use in creating DSL for rules engine? What technology would you recommend to create a DSL for a Business Rules and Validation Application Block for .NET ?...
[ 0.01177978515625, 0.0162353515625, 0.0002498626708984375, 0.01129150390625, -0.00640869140625, 0.01556396484375, -0.007110595703125, 0.0206298828125, 0.0107421875, -0.015869140625, 0.0017242431640625, 0.000530242919921875, -0.00421142578125, 0.00787353515625, -0.0032806396484375, 0.018...
[ 4865, 55556, 47, 4527, 105233, 114479, 100, 91736, 87907, 23, 104, 24861, 1179, 337, 31, 1238, 3949, 3742, 2806, 67330, 28282, 14249, 139118, 136, 25447, 104921, 80231, 5, 17777, 15400, 159958, 170846, 170920, 98869, 67, 36049, 3444, 14543, ...
[ 0.07958984375, 0.2119140625, 0.05316162109375, 0.1290283203125, 0.1697998046875, 0.2406005859375, 0.1007080078125, 0.220947265625, 0.1990966796875, 0.02337646484375, 0.0413818359375, 0.1500244140625, 0.149658203125, 0.140625, 0.152587890625, 0.0892333984375, 0.051971435546875, 0.12...
embed
65765791_c0
65765791
fsharp
0
Title: Is it possible to configure the number of list items shown when using %A formatting in F#? Problem title: Is it possible to configure the number of list items shown when using %A formatting in F#? Tags: formatting, f%23 Problem: Is it possible to configure the number of list items shown when using %A formatting ...
Is it possible to configure the number of list items shown when using %A formatting in F#? Is it possible to configure the number of list items shown when using %A formatting in F#? formatting f%23 fsi.PrintSize fsi.PrintLength fsi.PrintDepth fsi.PrintWidth fsi.ShowIEnumerable bindingFlags:BindingFlags ObjectGraphForma...
[ -0.019287109375, 0.0036468505859375, 0.0174560546875, 0.000644683837890625, 0.002105712890625, -0.006591796875, 0.0157470703125, 0.0089111328125, 0.0267333984375, 0.037109375, 0.0167236328125, -0.002655029296875, 0.0042724609375, -0.002655029296875, 0.0225830078125, -0.0123291015625, ...
[ 2071, 442, 7722, 222495, 14012, 5303, 55769, 127887, 17368, 1745, 284, 9384, 1916, 563, 4904, 1238, 3949, 3742, 172, 112079, 127167, 254, 168660, 2606, 128239, 3668, 134549, 37878, 102973, 3055, 1483, 17367, 43512, 108802, 188, 91693, 46132, ...
[ 0.03082275390625, 0.0001220703125, 0.14697265625, 0.2158203125, 0.1456298828125, 0.1845703125, 0.1707763671875, 0.134521484375, 0.021484375, 0.1466064453125, 0.145751953125, 0.1834716796875, 0.059661865234375, 0.126953125, 0.2138671875, 0.11865234375, 0.07470703125, 0.10400390625, ...
embed
36166554_c0
36166554
fsharp
0
Title: Does F# have address-of &amp; and pointer dereference * functions? Problem title: Does F# have address-of &amp; and pointer dereference * functions? Tags: unsafe, byref, f%23, pointers, inline Problem: Does F# have address-of & and pointer dereference * functions? In C#, I write unsafe void Main() { float f = 3....
Does F# have address-of &amp; and pointer dereference * functions? Does F# have address-of &amp; and pointer dereference * functions? unsafe byref f%23 pointers inline Does Main NativePtr.get BitConverter Marshal Does F# have address-of & and pointer dereference * functions? In C#, I write Is it possible to translate t...
[ 0.01177978515625, 0.0234375, 0.0142822265625, 0.0133056640625, -0.00927734375, -0.0024566650390625, -0.010986328125, -0.0079345703125, -0.002197265625, -0.01409912109375, 0.0191650390625, -0.00110626220703125, -0.0089111328125, 0.000335693359375, 0.005950927734375, -0.0250244140625, ...
[ 101790, 563, 4904, 765, 29823, 4390, 619, 25133, 136, 6275, 56, 8, 239879, 661, 32354, 7, 9, 115840, 390, 29087, 1238, 3742, 1314, 23, 2256, 12321, 353, 4935, 683, 4448, 3794, 27774, 11935, 814, 720, 23342, 4200, 313, 7722, 3900, 19309,...
[ 0.0565185546875, 0.151123046875, 0.2354736328125, 0.06475830078125, 0.1900634765625, 0.235595703125, 0.1439208984375, 0.0609130859375, 0.084716796875, 0.21044921875, 0.150146484375, 0.1785888671875, 0.24365234375, 0.0977783203125, 0.21630859375, 0.014068603515625, 0.0120849609375, ...
embed
17522797_c0
17522797
fsharp
0
Title: Await a System.Threading.Task and ignore the result? Problem title: Await a System.Threading.Task and ignore the result? Tags: dotnet-httpclient, f%23, async-await Problem: Await a System.Threading.Task and ignore the result? I'm trying to learn F# by diving straight in and attempting to convert some C# code to ...
Await a System.Threading.Task and ignore the result? Await a System.Threading.Task and ignore the result? dotnet-httpclient f%23 async-await Await System.Threading.Task httpClient.GetAsync www.example.com Async.AwaitTask Await a System.Threading.Task and ignore the result? I'm trying to learn F# by diving straight in a...
[ -0.00482177734375, -0.005401611328125, 0.00147247314453125, -0.0198974609375, 0.000652313232421875, -0.00823974609375, -0.005157470703125, 0.0010986328125, -0.00146484375, 0.00640869140625, 0.0166015625, 0.0172119140625, -0.033203125, 0.01458740234375, 0.00885009765625, 0.0025024414062...
[ 634, 217, 12353, 39116, 214, 9874, 1042, 124962, 16750, 136, 20633, 1179, 5475, 222978, 3742, 12654, 238, 7978, 1621, 150, 2517, 11, 33209, 62, 10, 20800, 30698, 563, 4904, 80560, 96760, 18151, 8966, 456, 199332, 55300, 11782, 20779, 15490,...
[ 0.16455078125, 0.1192626953125, 0.150146484375, 0.1478271484375, 0.0982666015625, 0.1746826171875, 0.1190185546875, 0.2279052734375, 0.1865234375, 0.0165252685546875, 0.038299560546875, 0.119873046875, 0.0728759765625, 0.13671875, 0.0390625, 0.174560546875, 0.058746337890625, 0.157...
embed
64792588_c0
64792588
fsharp
0
Title: In F#, how to pattern match Nullable&lt;DateTime&gt; against Null? Problem title: In F#, how to pattern match Nullable&lt;DateTime&gt; against Null? Tags: f%23, nullable Problem: In F#, how to pattern match Nullable against Null? (Really confused). Please assume I have a Visit downloaded from a WCF service as: t...
In F#, how to pattern match Nullable&lt;DateTime&gt; against Null? In F#, how to pattern match Nullable&lt;DateTime&gt; against Null? f%23 nullable Nullable Visit DateTime v:Visits Array.iter f.tservice System.Nullable NOT In F#, how to pattern match Nullable against Null? (Really confused). Please assume I have a Visi...
[ -0.0198974609375, -0.004974365234375, 0.03955078125, -0.01141357421875, -0.00592041015625, -0.0177001953125, 0.001800537109375, -0.01312255859375, -0.0037994384765625, 0.0234375, -0.004150390625, 0.0096435546875, -0.003265380859375, 0.006011962890625, -0.00030517578125, -0.014526367187...
[ 563, 4904, 3642, 47, 103510, 14858, 27786, 2661, 1277, 86291, 70059, 5386, 26548, 1429, 1181, 360, 1238, 3742, 9229, 98684, 25512, 81, 65331, 14481, 69253, 53, 16840, 18, 22584, 12353, 839, 20446, 86725, 55681, 7026, 37808, 919, 4516, 10298...
[ 0.134033203125, 0.199462890625, 0.07373046875, 0.009735107421875, 0.2376708984375, 0.2135009765625, 0.2115478515625, 0.2220458984375, 0.05792236328125, 0.0858154296875, 0.16845703125, 0.0882568359375, 0.152587890625, 0.1524658203125, 0.1558837890625, 0.0072021484375, 0.0657958984375,...
embed
63182185_c0
63182185
fsharp
0
Title: Can F# discriminated union types use generics not defined in the type signature? Problem title: Can F# discriminated union types use generics not defined in the type signature? Tags: types, generics, f%23 Problem: Can F# discriminated union types use generics not defined in the type signature? I'm new to F# and ...
Can F# discriminated union types use generics not defined in the type signature? Can F# discriminated union types use generics not defined in the type signature? types generics f%23 Can SingleStep MultiStep Can F# discriminated union types use generics not defined in the type signature? I'm new to F# and I'm trying to ...
[ 0.00848388671875, 0.023681640625, -0.00244140625, -0.00250244140625, -0.010498046875, -0.0238037109375, -0.01165771484375, -0.00634765625, 0.01611328125, -0.0022125244140625, 0.004058837890625, -0.018798828125, 0.006256103515625, 0.018310546875, -0.01416015625, -0.0101318359375, 0.02...
[ 4171, 563, 4904, 55970, 69941, 52895, 4527, 189534, 7, 959, 61924, 10644, 138256, 1238, 3742, 43609, 191644, 19335, 71, 3525, 4488, 82424, 22027, 18, 9969, 1340, 171859, 238, 83, 121293, 25842, 137158, 59801, 142027, 81814, 115081, 27198, 710...
[ 0.0633544921875, 0.1063232421875, 0.2314453125, 0.2042236328125, 0.1610107421875, 0.1693115234375, 0.10113525390625, 0.2095947265625, 0.005340576171875, 0.09906005859375, 0.1890869140625, 0.21533203125, 0.186279296875, 0.017822265625, 0.08111572265625, 0.089111328125, 0.187744140625,...
embed
63581044_c0
63581044
fsharp
0
Title: F sharp parameterized types - cartesian product Problem title: F sharp parameterized types - cartesian product Tags: f%23, types Problem: F sharp parameterized types - cartesian product Scott Wlaschin has a great tutorial on parser combinators . In it is this code: type Result<'a> = | Success of 'a | Failure of ...
F sharp parameterized types - cartesian product F sharp parameterized types - cartesian product f%23 types Result Success Failure Parser F sharp parameterized types - cartesian product Scott Wlaschin has a great tutorial on parser combinators . In it is this code: I understand that the Result type is paramaterized by '...
[ 0.0123291015625, 0.01544189453125, -0.007415771484375, 0.0284423828125, 0.00069427490234375, 0.004425048828125, -0.0054931640625, -0.01153564453125, -0.0034942626953125, 0.000682830810546875, -0.00096893310546875, -0.013916015625, -0.0211181640625, -0.00885009765625, -0.0281982421875, ...
[ 563, 189173, 171859, 29367, 52895, 129912, 3378, 12996, 1238, 3949, 3742, 126684, 144053, 190355, 2392, 2189, 50695, 2512, 66624, 57143, 366, 22321, 22230, 18151, 28219, 10644, 121, 90306, 64807, 390, 242, 11, 36746, 64549, 678, 70541, 32354, ...
[ 0.1702880859375, 0.1905517578125, 0.17236328125, 0.0311126708984375, 0.2218017578125, 0.139892578125, 0.083740234375, 0.20703125, 0.08270263671875, 0.008575439453125, 0.1016845703125, 0.24169921875, 0.2003173828125, 0.1651611328125, 0.144775390625, 0.193115234375, 0.05859375, 0.030...
embed
5013160_c1
5013160
fsharp
1
&& snd r = false then (!metarememberer).[!i] <- fst r, true for c in db.AlarmDictionaries do if c.ID = a.ID && c.Value = a.Value then let j = ref 0 for rm in !rememberer do if a.ID = fst rm then (!rememberer).[!j] <- fst rm, a.Value j := !j + 1 yield a.Date, c.Message else let j = ref 0 for rm in !rememberer do if a.I...
&& snd r = false then (!metarememberer).[!i] <- fst r, true for c in db.AlarmDictionaries do if c.ID = a.ID && c.Value = a.Value then let j = ref 0 for rm in !rememberer do if a.ID = fst rm then (!rememberer).[!j] <- fst rm, a.Value j := !j + 1 yield a.Date, c.Message else let j = ref 0 for rm in !rememberer do if a.I...
[ -0.004730224609375, 0.0164794921875, -0.01220703125, 0.01287841796875, 0.0087890625, -0.0036773681640625, -0.02392578125, 0.0478515625, 0.0023193359375, -0.01953125, -0.005828857421875, 0.047607421875, 0.00531005859375, -0.00244140625, 0.01806640625, -0.00640869140625, -0.03588867187...
[ 1230, 91, 2208, 1690, 98320, 38, 35273, 7328, 27417, 56, 271, 29568, 501, 40041, 284, 320, 39, 14055, 10763, 11, 10484, 7146, 10, 856, 50770, 2633, 1647, 18831, 757, 711, 1238, 997, 106, 11180, 19388, 86291, 6011, 100, 170, 17, 69253, ...
[ 0.07220458984375, 0.00006103515625, 0.1065673828125, 0.10546875, 0.193115234375, 0.009796142578125, 0.1463623046875, 0.1014404296875, 0.1566162109375, 0.0660400390625, 0.05914306640625, 0.07586669921875, 0.0928955078125, 0.125, 0.03692626953125, 0.167724609375, 0.10662841796875, 0....
embed
17713416_c0
17713416
fsharp
0
Title: Need to test string for instance of words from list in F# Problem title: Need to test string for instance of words from list in F# Tags: f%23, comparison, match Problem: Need to test string for instance of words from list in F# I have a list of words in F# and a string input. I want to see if any of the words in...
Need to test string for instance of words from list in F# Need to test string for instance of words from list in F# f%23 comparison match list Need x:string x.Split Console.WriteLine Need to test string for instance of words from list in F# I have a list of words in F# and a string input. I want to see if any of the wo...
[ -0.0252685546875, -0.01519775390625, -0.01708984375, 0.0155029296875, -0.0030975341796875, 0.01507568359375, 0.0211181640625, 0.00592041015625, 0.0137939453125, 0.00933837890625, 0.017578125, 0.01470947265625, 0.00170135498046875, -0.007110595703125, 0.0021514892578125, -0.000591278076...
[ 52889, 3034, 79315, 100, 110527, 34153, 1295, 5303, 563, 4904, 1238, 3742, 225490, 14858, 1022, 91693, 31923, 4353, 40777, 18781, 93232, 111, 107730, 3444, 1957, 2174, 70541, 24799, 11675, 41581, 40956, 12638, 2565, 7008, 32036, 98102, 5425, ...
[ 0.0992431640625, 0.21337890625, 0.2110595703125, 0.0256195068359375, 0.1583251953125, 0.1610107421875, 0.08203125, 0.1534423828125, 0.1158447265625, 0.1810302734375, 0.056488037109375, 0.09454345703125, 0.191162109375, 0.133056640625, 0.04400634765625, 0.1776123046875, 0.014099121093...
embed
18826188_c0
18826188
fsharp
0
Title: Using Rx from F# on portable class library has some problems still now? Problem title: Using Rx from F# on portable class library has some problems still now? Tags: system.reactive, f%23, portability, store Problem: Using Rx from F# on portable class library has some problems still now? Now I'm creating store ap...
Using Rx from F# on portable class library has some problems still now? Using Rx from F# on portable class library has some problems still now? system.reactive f%23 portability store F# Using system.reactive Using Rx from F# on portable class library has some problems still now? Now I'm creating store app with pcl F# l...
[ -0.0093994140625, 0.026123046875, 0.0096435546875, 0.0159912109375, -0.00087738037109375, -0.0052490234375, -0.001190185546875, 0.01904296875, -0.0037384033203125, -0.031982421875, 0.00799560546875, -0.0098876953125, 0.0140380859375, 0.016357421875, 0.0086669921875, 0.00933837890625, ...
[ 345, 6953, 627, 425, 1295, 563, 4904, 168627, 18507, 35773, 1294, 3060, 44402, 7464, 5036, 98, 1556, 5426, 107, 71232, 1238, 3742, 4898, 83259, 4343, 105233, 4027, 678, 36719, 141, 136, 13452, 70885, 11787, 1914, 22751, 44160, 7735, 37842, ...
[ 0.085205078125, 0.045989990234375, 0.149169921875, 0.23193359375, 0.1007080078125, 0.1363525390625, 0.2379150390625, 0.188232421875, 0.161376953125, 0.1676025390625, 0.0711669921875, 0.001007080078125, 0.1151123046875, 0.053558349609375, 0.0615234375, 0.009613037109375, 0.00286865234...
embed
7085131_c0
7085131
fsharp
0
Title: Recursive sync faster than Recursive async Problem title: Recursive sync faster than Recursive async Tags: f%23 Problem: Recursive sync faster than Recursive async How come that Solution 2 is more efficient than Solution 1 ? (The time is the average of 100 runs, and the total folders they go through is 13217) //...
Recursive sync faster than Recursive async Recursive sync faster than Recursive async f%23 Recursive Solution Directory.AsyncGetDirectories Async.Parallel Async.Ignore Directory.GetDirectories Recursive sync faster than Recursive async How come that Solution 2 is more efficient than Solution 1 ? (The time is the averag...
[ -0.0255126953125, 0.01092529296875, -0.000919342041015625, -0.0016326904296875, -0.009765625, 0.00640869140625, -0.01458740234375, -0.0031890869140625, -0.003936767578125, -0.03759765625, -0.004730224609375, 0.01611328125, -0.00177764892578125, 0.0223388671875, 0.0198974609375, -0.0078...
[ 853, 48650, 5844, 6002, 238, 4271, 56, 3501, 12654, 10, 1238, 3742, 187895, 31068, 126, 184911, 1229, 11137, 107, 1380, 116, 83, 1286, 93766, 106, 1733, 83080, 805, 127877, 3622, 78303, 738, 8305, 59531, 59741, 17569, 11675, 23, 211485, 1...
[ 0.0843505859375, 0.2064208984375, 0.1878662109375, 0.244140625, 0.114013671875, 0.158447265625, 0.11181640625, 0.073974609375, 0.1868896484375, 0.03778076171875, 0.000885009765625, 0.06024169921875, 0.17041015625, 0.0946044921875, 0.0157928466796875, 0.0301513671875, 0.04562377929687...
embed
71085153_c0
71085153
fsharp
0
Title: F# record: ref vs mutable field Problem title: F# record: ref vs mutable field Tags: data-structures, f%23, mutable Problem: F# record: ref vs mutable field While refactoring my F# code, I found a record with a field of type bool ref : type MyType = { Enabled : bool ref // other, irrelevant fields here } I decid...
F# record: ref vs mutable field F# record: ref vs mutable field data-structures f%23 mutable MyType Enabled Refactored F# record: ref vs mutable field While refactoring my F# code, I found a record with a field of type bool ref : I decided to try changing it to a mutable field instead Also, I applied all the changes re...
[ -0.01080322265625, 0.00982666015625, 0.0250244140625, 0.01806640625, 0.006683349609375, 0.00830078125, -0.004486083984375, 0.007293701171875, 0.00927734375, 0.0255126953125, 0.01190185546875, 0.03759765625, 0.018798828125, 0.01385498046875, 0.007049560546875, -0.00689697265625, 0.010...
[ 563, 4904, 17164, 18831, 20209, 842, 22819, 44457, 2053, 137656, 1238, 3742, 2646, 196707, 357, 2886, 853, 144810, 456, 18151, 10644, 142484, 9790, 151134, 47, 64457, 190659, 65572, 56065, 9969, 1340, 4426, 9, 23, 23150, 8, 32354, 3060, 250...
[ 0.09979248046875, 0.1708984375, 0.1893310546875, 0.2398681640625, 0.1434326171875, 0.1527099609375, 0.177001953125, 0.196533203125, 0.05859375, 0.1395263671875, 0.042724609375, 0.052490234375, 0.0621337890625, 0.1700439453125, 0.0069580078125, 0.09381103515625, 0.060760498046875, 0...
embed
19139257_c0
19139257
fsharp
0
Title: Change a list of items after its constructed Problem title: Change a list of items after its constructed Tags: c%23, f%23, list Problem: Change a list of items after its constructed Please understand I just started programming F# Yesterday. I have this algorithm in c# where I have a list of Nodes and those nodes...
Change a list of items after its constructed Change a list of items after its constructed c%23 f%23 list Change Node List AddChildren childrenNode.Add node.Parent board:Board _childrenNode Set.empty node:Node Change a list of items after its constructed Please understand I just started programming F# Yesterday. I have ...
[ -0.00421142578125, -0.00885009765625, 0, 0.01019287109375, 0.0186767578125, 0.0016326904296875, -0.007293701171875, 0.01019287109375, 0.01446533203125, 0.00118255615234375, 0.021484375, 0.00628662109375, 0.006439208984375, 0.025390625, -0.00164031982421875, -0.01324462890625, -0.0030...
[ 87377, 5303, 111, 55769, 7103, 6863, 64549, 297, 10, 501, 3742, 1238, 438, 112, 32036, 29117, 102656, 982, 20020, 5021, 4028, 110, 28636, 2517, 45443, 12647, 5861, 237052, 19943, 33548, 939, 28219, 26859, 56037, 563, 4904, 903, 234873, 23, ...
[ 0.2357177734375, 0.1844482421875, 0.0545654296875, 0.20068359375, 0.1820068359375, 0.10888671875, 0.2010498046875, 0.080078125, 0.02069091796875, 0.05291748046875, 0.059478759765625, 0.0511474609375, 0.1605224609375, 0.1043701171875, 0.177978515625, 0.1123046875, 0.1324462890625, 0...
embed
32014166_c0
32014166
fsharp
0
Title: Generate random string with FsCheck using C# Problem title: Generate random string with FsCheck using C# Tags: f%23, c%23, fscheck, testing Problem: Generate random string with FsCheck using C# I'd like to gradually integrate FsCheck in my C# test code (as first step). I'd like to randomly generate part of my in...
Generate random string with FsCheck using C# Generate random string with FsCheck using C# f%23 c%23 fscheck testing C# Generate FsCheck RandomString Gen.Constant Gen.Sized Gen.OneOf Arb.Generate Gen.Sample First Gen.Eval Random.StdGen.NewStdGen Generate random string with FsCheck using C# I'd like to gradually integrat...
[ -0.007568359375, 0.0052490234375, -0.01165771484375, -0.00537109375, -0.003875732421875, 0.002349853515625, 0.011962890625, -0.033203125, -0.01165771484375, -0.0172119140625, 0.00872802734375, 0.0201416015625, -0.00408935546875, 0.0164794921875, 0.00775146484375, 0.005126953125, -0.0...
[ 155370, 67, 96759, 79315, 678, 563, 7, 202567, 17368, 313, 4904, 1238, 3949, 3742, 78292, 134234, 39643, 306, 71713, 15937, 42539, 29367, 62068, 132887, 1172, 275, 135932, 17957, 33209, 23972, 1405, 105376, 1884, 128839, 78779, 3034, 18151, 5...
[ 0.160888671875, 0.029937744140625, 0.21630859375, 0.248046875, 0.08074951171875, 0.1446533203125, 0.132080078125, 0.306884765625, 0.052154541015625, 0.054443359375, 0.2178955078125, 0.13037109375, 0.0200958251953125, 0.10791015625, 0.288330078125, 0.1580810546875, 0.16064453125, 0....
embed
32543234_c0
32543234
fsharp
0
Title: Using query expression vs Seq modules? Problem title: Using query expression vs Seq modules? Tags: f%23, linq, fsharp.data.sqlclient Problem: Using query expression vs Seq modules? Are there any advantages in using the query expression over Sequence modules when manipulating data retrieved via FSharp.Data.SqlCli...
Using query expression vs Seq modules? Using query expression vs Seq modules? f%23 linq fsharp.data.sqlclient Using Seq SelectAllCategories.Execute row.Id Category row.CategoryName Seq.filter x.Id Seq.map x.CategoryName fsharp.data.sqlclient Using query expression vs Seq modules? Are there any advantages in using the q...
[ 0.0172119140625, 0.0286865234375, 0.009765625, 0.00750732421875, 0.0029754638671875, -0.01171875, -0.0079345703125, 0.0091552734375, -0.01220703125, -0.04638671875, 0.00015354156494140625, 0.0157470703125, 0.004608154296875, 0.000873565673828125, -0.0194091796875, 0.01068115234375, -...
[ 345, 41, 1294, 125195, 20209, 503, 864, 88996, 1238, 3742, 96, 44982, 89280, 254, 10135, 99247, 222978, 51620, 43512, 161637, 211603, 15555, 49057, 3081, 120337, 62346, 92940, 17368, 645, 944, 3956, 45258, 2053, 97351, 93774, 3467, 150, 11947...
[ 0.0865478515625, 0.138671875, 0.166015625, 0.249755859375, 0.1334228515625, 0.130126953125, 0.2330322265625, 0.189453125, 0.024993896484375, 0.058563232421875, 0.033599853515625, 0.180419921875, 0.137451171875, 0.1258544921875, 0.0224761962890625, 0.0870361328125, 0.166015625, 0.07...
embed
77943721_c1
77943721
fsharp
1
\1\s\src\FSharp.Core\async.fs:line 112 server: --- End of stack trace from previous location --- server: at Saturn.Channels.Invoke@109.MoveNext() server: at Giraffe.Middleware.Invoke@63-1.MoveNext() I had a look at FSharp.Core\async.fs, but am none-the-wiser for it. Code signals: System.MissingMethodException, previous...
\1\s\src\FSharp.Core\async.fs:line 112 server: --- End of stack trace from previous location --- server: at Saturn.Channels.Invoke@109.MoveNext() server: at Giraffe.Middleware.Invoke@63-1.MoveNext() I had a look at FSharp.Core\async.fs, but am none-the-wiser for it. Code signals: System.MissingMethodException, previous...
[ -0.003936767578125, 0.0225830078125, 0.00567626953125, 0.01007080078125, 0.002288818359375, -0.01043701171875, 0.0123291015625, -0.0042724609375, -0.0028228759765625, -0.03076171875, -0.01556396484375, 0.0093994140625, 0.003936767578125, 0.00677490234375, 0.0302734375, -0.0025177001953...
[ 19437, 36381, 3467, 254, 50886, 13, 12654, 238, 17447, 2256, 25837, 10723, 18878, 111, 177261, 144851, 1295, 96362, 31913, 99, 118651, 127008, 8876, 4153, 23253, 106000, 9083, 272, 81280, 39919, 11, 16670, 532, 19298, 15876, 15748, 5759, 6713...
[ 0.08984375, 0.080078125, 0.200439453125, 0.21826171875, 0.1171875, 0.0843505859375, 0.18798828125, 0.0987548828125, 0.1453857421875, 0.1409912109375, 0.2032470703125, 0.1785888671875, 0.1824951171875, 0.14453125, 0.210205078125, 0.2298583984375, 0.06121826171875, 0.2139892578125, ...
embed
39523332_c0
39523332
fsharp
0
Title: Asp.net Core project can&#x27;t reference F# library project Problem title: Asp.net Core project can&#x27;t reference F# library project Tags: f%23, c%23, asp.net-core, visual-studio-2015 Problem: Asp.net Core project can't reference F# library project I'm using Visual Studio 2015 Update 3, and I have an Asp.Net...
Asp.net Core project can&#x27;t reference F# library project Asp.net Core project can&#x27;t reference F# library project f%23 c%23 asp.net-core visual-studio-2015 Asp.net Core asp.net-core visual-studio-2015 Asp.net Core project can't reference F# library project I'm using Visual Studio 2015 Update 3, and I have an As...
[ -0.02783203125, 0.036865234375, -0.000484466552734375, 0.01239013671875, -0.0020294189453125, -0.0262451171875, -0.0299072265625, -0.0035400390625, -0.019287109375, 0.006500244140625, 0.0125732421875, -0.01165771484375, 0.006195068359375, 0.02294921875, 0.01953125, -0.008544921875, -...
[ 1301, 254, 1179, 31365, 13452, 831, 3768, 18, 91067, 563, 4904, 35773, 1294, 3742, 237, 30854, 21176, 52629, 44906, 73372, 22968, 918, 28641, 138, 24447, 30388, 4393, 202220, 9451, 173245, 15190, 47, 29806, 44160, 186992, 77635, 10644, 43240,...
[ 0.04412841796875, 0.1014404296875, 0.1304931640625, 0.2305908203125, 0.166015625, 0.089111328125, 0.03533935546875, 0.07257080078125, 0.252685546875, 0.1339111328125, 0.207763671875, 0.182373046875, 0.060546875, 0.01568603515625, 0.005859375, 0.1458740234375, 0.1131591796875, 0.110...
embed
23796457_c0
23796457
fsharp
0
Title: F# comparing discriminated unions&#x27; by case identifier Problem title: F# comparing discriminated unions&#x27; by case identifier Tags: discriminated-union, .net, f%23, reflection Problem: F# comparing discriminated unions' by case identifier Is there a way to compare discriminated unions by their case-identi...
F# comparing discriminated unions&#x27; by case identifier F# comparing discriminated unions&#x27; by case identifier discriminated-union .net f%23 reflection MyUnion MyString MyInt F# comparing discriminated unions' by case identifier Is there a way to compare discriminated unions by their case-identifiers in F#? How ...
[ -0.0125732421875, 0.00579833984375, 0.0059814453125, 0.0031280517578125, -0.003936767578125, -0.0087890625, 0.01300048828125, 0.008056640625, 0.00830078125, -0.016845703125, 0.0225830078125, 0.04052734375, 0.0050048828125, -0.00836181640625, 0.00775146484375, -0.017822265625, 0.01354...
[ 563, 4904, 37397, 55970, 3674, 69941, 3768, 390, 7225, 42485, 56, 214, 87046, 1179, 1238, 3742, 44961, 2646, 147547, 71713, 18, 7, 3917, 47, 69101, 1314, 23, 29479, 20370, 5908, 32354, 10, 189534, 25632, 34334, 3664 ]
[ 0.1429443359375, 0.212890625, 0.159912109375, 0.2232666015625, 0.08251953125, 0.1898193359375, 0.01470947265625, 0.0283660888671875, 0.1712646484375, 0.1749267578125, 0.01837158203125, 0.005645751953125, 0.1343994140625, 0.0643310546875, 0.06878662109375, 0.00531005859375, 0.15649414...
embed
36689257_c0
36689257
fsharp
0
Title: F# covariance and contravariance in records Problem title: F# covariance and contravariance in records Tags: f%23 Problem: F# covariance and contravariance in records I need to describe following relation: type FieldDef<'Object, 'Val> { Name: string; Resolve: 'Object -> 'Val } type ObjectDef<'Object> { Name: str...
F# covariance and contravariance in records F# covariance and contravariance in records f%23 FieldDef Object Val Name Resolve ObjectDef Fields MyRecord r.X r.Y F# covariance and contravariance in records I need to describe following relation: Unfortunately, _ is not valid in this use case. The second type param of Fiel...
[ -0.00872802734375, -0.0020904541015625, -0.010009765625, 0.0189208984375, -0.001007080078125, -0.003326416015625, -0.0245361328125, 0.01806640625, 0.00860595703125, 0.005096435546875, -0.006744384765625, 0.00083160400390625, 0.01458740234375, 0.013671875, 0.00119781494140625, -0.029174...
[ 563, 4904, 552, 21690, 136, 2304, 7154, 115923, 1238, 3742, 117657, 187423, 134549, 4769, 86918, 2646, 32271, 23, 98363, 41911, 101, 959, 35604, 4527, 581, 17932, 10644, 121, 39, 1543, 285, 313, 5809, 8668, 19888, 162591, 68557, 47, 69307, ...
[ 0.14208984375, 0.1932373046875, 0.10723876953125, 0.2222900390625, 0.0312347412109375, 0.1697998046875, 0.03009033203125, 0.181884765625, 0.061309814453125, 0.083984375, 0.1451416015625, 0.255859375, 0.1724853515625, 0.08013916015625, 0.125244140625, 0.035369873046875, 0.15966796875,...
embed
15322888_c0
15322888
fsharp
0
Title: What is the most up to date way to compile code quotations in F# Problem title: What is the most up to date way to compile code quotations in F# Tags: quotations, compilation, f%23 Problem: What is the most up to date way to compile code quotations in F# I'm building a symbolic derivative engine. For example let...
What is the most up to date way to compile code quotations in F# What is the most up to date way to compile code quotations in F# quotations compilation f%23 What x:double What is the most up to date way to compile code quotations in F# I'm building a symbolic derivative engine. For example and the resulting expression...
[ 0.023193359375, 0.010986328125, -0.0032501220703125, -0.00640869140625, 0.01263427734375, 0.0137939453125, 0.011474609375, 0.0087890625, 0.00311279296875, -0.034912109375, -0.023681640625, 0.005706787109375, 0.0007476806640625, -0.009033203125, 0.019287109375, 0.015625, -0.0062255859...
[ 4865, 70, 2684, 1257, 47, 5622, 3917, 9969, 1340, 18151, 81732, 5256, 23, 563, 4904, 98352, 1238, 3949, 3742, 1022, 12, 21555, 2661, 83, 33976, 128201, 30057, 4935, 87907, 16750, 125195, 1221, 8561, 13722, 5809, 61799, 27140, 58093, 111, ...
[ 0.07403564453125, 0.026031494140625, 0.120361328125, 0.106689453125, 0.1129150390625, 0.12890625, 0.08453369140625, 0.1507568359375, 0.15283203125, 0.2064208984375, 0.2344970703125, 0.1324462890625, 0.032440185546875, 0.1617431640625, 0.2135009765625, 0.1632080078125, 0.1279296875, ...
embed
19184946_c0
19184946
fsharp
0
Title: C# or F# for Parsing Slim-like indentation-conscious languages? Problem title: C# or F# for Parsing Slim-like indentation-conscious languages? Tags: c%23, f%23, slim-lang, recursive-descent, parsing Problem: C# or F# for Parsing Slim-like indentation-conscious languages? In order to build a parser for Slim -like...
C# or F# for Parsing Slim-like indentation-conscious languages? C# or F# for Parsing Slim-like indentation-conscious languages? c%23 f%23 slim-lang recursive-descent parsing Parsing Slim-like C# or F# for Parsing Slim-like indentation-conscious languages? In order to build a parser for Slim -like template languages (fo...
[ -0.006683349609375, 0.01611328125, 0.0072021484375, 0.0186767578125, -0.010986328125, 0.01904296875, -0.0091552734375, 0.00023746490478515625, 0.01519775390625, -0.015869140625, 0.017822265625, 0.00738525390625, -0.035888671875, -0.0093994140625, 0.017578125, 0.0026092529296875, -0.0...
[ 313, 4904, 707, 563, 100, 2392, 6953, 82344, 5062, 18597, 22062, 144729, 46876, 3742, 1238, 3949, 34264, 3066, 195625, 5844, 71, 150506, 366, 45367, 2189, 110934, 147153, 17777, 1286, 202319, 57456, 95307, 66211, 132216, 6626, 53088, 4720, 65...
[ 0.096435546875, 0.255615234375, 0.1304931640625, 0.156982421875, 0.0740966796875, 0.1661376953125, 0.0966796875, 0.22216796875, 0.1414794921875, 0.1744384765625, 0.1280517578125, 0.1595458984375, 0.192626953125, 0.10174560546875, 0.06927490234375, 0.004669189453125, 0.2352294921875, ...
embed