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
8437439_c0
8437439
fsharp
0
Title: Access x.GetType() in let binding Problem title: Access x.GetType() in let binding Tags: f%23 Problem: Access x.GetType() in let binding I have a let binding in a base class where I would want to know the runtime type being instantiated. Is it possible from the let binding or will I have to go for a member? Code...
Access x.GetType() in let binding Access x.GetType() in let binding f%23 Access x.GetType Access x.GetType() in let binding I have a let binding in a base class where I would want to know the runtime type being instantiated. Is it possible from the let binding or will I have to go for a member?
[ -0.0030364990234375, 0.008544921875, 0.006591796875, -0.0002231597900390625, -0.006683349609375, 0.005889892578125, 0.0009002685546875, 0.00970458984375, 0.013671875, -0.03515625, 0.000705718994140625, -0.0103759765625, 0.00433349609375, 0.001739501953125, 0.01214599609375, 0.016967773...
[ 40266, 1022, 724, 126, 196707, 23, 2633, 128239, 3742, 3647, 18507, 2806, 3444, 47, 3714, 11675, 6032, 10644, 8035, 34648, 14, 27686, 442, 7722, 1295, 1221, 765, 738, 100, 32786 ]
[ 0.177734375, 0.1318359375, 0.0653076171875, 0.1270751953125, 0.295166015625, 0.055084228515625, 0.2232666015625, 0.250732421875, 0.094482421875, 0.1561279296875, 0.14599609375, 0.0220489501953125, 0.05084228515625, 0.0440673828125, 0.12890625, 0.1160888671875, 0.162353515625, 0.222...
embed
13828703_c0
13828703
fsharp
0
Title: Extending Query Expressions Problem title: Extending Query Expressions Tags: f%23 Problem: Extending Query Expressions Are there any documents or examples out there on how one can extend/add new keywords to query expressions? Is this even possible? For example, I'd like to add a lead/lag operator. Code signals: ...
Extending Query Expressions Extending Query Expressions f%23 Extending Query Expressions Extending Query Expressions Are there any documents or examples out there on how one can extend/add new keywords to query expressions? Is this even possible? For example, I'd like to add a lead/lag operator.
[ 0.0299072265625, 0.0242919921875, 0.01416015625, 0.01336669921875, -0.00933837890625, -0.01611328125, 0.0033416748046875, 0.0128173828125, 0.0001068115234375, -0.0194091796875, 0.01336669921875, 0.00616455078125, 0.01220703125, 0.0013427734375, -0.0008697509765625, 0.0296630859375, 0...
[ 5443, 67, 33770, 58836, 53, 25129, 17514, 1238, 3949, 3742, 60525, 27781, 3642, 831, 65042, 11, 4028, 3525, 166117, 47, 41, 1294, 125195, 7722, 1884, 15190, 37105, 64, 3668, 39933 ]
[ 0.0860595703125, 0.1595458984375, 0.1312255859375, 0.1790771484375, 0.0966796875, 0.189697265625, 0.04718017578125, 0.0631103515625, 0.063720703125, 0.11962890625, 0.12548828125, 0.1322021484375, 0.01605224609375, 0.03521728515625, 0.192138671875, 0.013275146484375, 0.0816650390625, ...
embed
24212546_c0
24212546
fsharp
0
Title: In F#, why is there both a List.empty and a List.Empty Problem title: In F#, why is there both a List.empty and a List.Empty Tags: f%23 Problem: In F#, why is there both a List.empty and a List.Empty In Visual Studio, Intellisense shows both List.empty and List.Empty . What's the difference? Why are they both th...
In F#, why is there both a List.empty and a List.Empty In F#, why is there both a List.empty and a List.Empty f%23 List.empty In F#, why is there both a List.empty and a List.Empty In Visual Studio, Intellisense shows both List.empty and List.Empty . What's the difference? Why are they both there?
[ 0.0174560546875, -0.0135498046875, 0.0233154296875, 0.00075531005859375, -0.006927490234375, 0.0020904541015625, 0.006683349609375, -0.005615234375, 0.01513671875, 0.04345703125, 0.01068115234375, -0.00130462646484375, -0.0003528594970703125, -0.00014209747314453125, 0.0140380859375, 0...
[ 360, 563, 4904, 15400, 15044, 32036, 33548, 939, 136, 134332, 83, 2685, 5, 1238, 3742, 73372, 22968, 30131, 27077, 184, 45831, 60212, 44084, 621 ]
[ 0.0240325927734375, 0.1485595703125, 0.2076416015625, 0.117431640625, 0.107421875, 0.22802734375, 0.1937255859375, 0.1707763671875, 0.0694580078125, 0.18798828125, 0.0234832763671875, 0.04852294921875, 0.0193939208984375, 0.06988525390625, 0.056640625, 0.16357421875, 0.156982421875, ...
embed
60375777_c0
60375777
fsharp
0
Title: Elmish App: Change <body> style dynamically Problem title: Elmish App: Change <body> style dynamically Tags: elmish, fable-f%23, f%23 Problem: Elmish App: Change style dynamically Version nuget Fable.Core ~> 3 nuget Fable.Elmish ~> 3 How to change body style in elmish app? Code signals: Elmish, App, ...
Elmish App: Change <body> style dynamically Elmish App: Change <body> style dynamically elmish fable-f%23 f%23 Elmish App Change Fable.Core Fable.Elmish Elmish App: Change style dynamically Version How to change body style in elmish app?
[ 0.003936767578125, 0.0037078857421875, 0.0029296875, 0.02197265625, -0.0067138671875, 0.00146484375, 0.0033416748046875, 0.0177001953125, 0.01263427734375, -0.01397705078125, 0.0038909912109375, 0.025634765625, 0.01409912109375, 0.025634765625, 0.044921875, -0.0089111328125, -0.00300...
[ 540, 78192, 5659, 87377, 1277, 37873, 5386, 20623, 84079, 25958, 88, 1071, 2661, 3742, 563, 2886, 50886, 7623, 40647, 11249, 47, 15549, 14361, 23, 4027 ]
[ 0.1490478515625, 0.245361328125, 0.1856689453125, 0.2188720703125, 0.0222320556640625, 0.1671142578125, 0.06494140625, 0.219970703125, 0.1641845703125, 0.04461669921875, 0.148681640625, 0.08203125, 0.080810546875, 0.023712158203125, 0.06866455078125, 0.13232421875, 0.05560302734375, ...
embed
16677345_c0
16677345
fsharp
0
Title: F# equivalent of `is` keyword in C#? Problem title: F# equivalent of `is` keyword in C#? Tags: keyword, f%23, language-comparisons, types Problem: F# equivalent of `is` keyword in C#? My first F# day. If I have this: let cat = Animal() Now how do I check at later stage if cat is Animal ? In C# bool b = cat is An...
F# equivalent of `is` keyword in C#? F# equivalent of `is` keyword in C#? keyword f%23 language-comparisons types Animal F# equivalent of `is` keyword in C#? My first F# day. If I have this: Now how do I check at later stage if cat is Animal ? In C# In F#?
[ -0.00150299072265625, -0.00439453125, 0.007293701171875, 0.0211181640625, -0.002349853515625, -0.007354736328125, -0.00970458984375, 0.0191650390625, -0.00543212890625, -0.00189971923828125, 0.004180908203125, 0.00421142578125, 0.00653076171875, -0.00811767578125, 0.018310546875, 0.007...
[ 563, 4904, 183234, 164, 166117, 23, 313, 111, 1238, 3742, 46876, 277, 24980, 52895, 82821, 5117, 5155, 3642, 12765, 14432, 36541, 2174, 7515, 83, 360 ]
[ 0.12646484375, 0.2061767578125, 0.162841796875, 0.2117919921875, 0.2255859375, 0.0694580078125, 0.074951171875, 0.016693115234375, 0.0938720703125, 0.097900390625, 0.081298828125, 0.02703857421875, 0.0904541015625, 0.1356201171875, 0.2303466796875, 0.038818359375, 0.068359375, 0.00...
embed
5995485_c0
5995485
fsharp
0
Title: Backpropagation through time Problem title: Backpropagation through time Tags: neural-network, python, java, f%23, .net Problem: Backpropagation through time Does anyone know of a library with a working implementation of backpropagation through time? Any of Java/Python/C#/VB.NET/F# (preferably the last one) will...
Backpropagation through time Backpropagation through time neural-network python java f%23 .net Backpropagation Backpropagation through time Does anyone know of a library with a working implementation of backpropagation through time? Any of Java/Python/C#/VB.NET/F# (preferably the last one) will do!
[ 0.0274658203125, 0.023193359375, 0.00537109375, 0.0166015625, -0.008544921875, -0.0035858154296875, 0.01251220703125, 0.00970458984375, -0.004669189453125, -0.053466796875, -0.0096435546875, -0.006591796875, -0.0005035400390625, 0.00872802734375, -0.0025634765625, -0.0010528564453125, ...
[ 26828, 36290, 11, 125682, 8305, 1733, 108, 82451, 1179, 18244, 17198, 50828, 79, 330, 1238, 3949, 3742, 101790, 35672, 3714, 111, 10, 35773, 1294, 678, 20697, 208124, 4420, 32, 28541, 41925, 64, 683, 53, 4904, 75034, 5, 17777, 919, 4692, ...
[ 0.25830078125, 0.2294921875, 0.1536865234375, 0.1776123046875, 0.198974609375, 0.2373046875, 0.0171356201171875, 0.14013671875, 0.113525390625, 0.06427001953125, 0.09356689453125, 0.16552734375, 0.0711669921875, 0.130615234375, 0.037628173828125, 0.03912353515625, 0.08221435546875, ...
embed
30756702_c0
30756702
fsharp
0
Title: Conditional Operator in F# (A?B:C) Problem title: Conditional Operator in F# (A?B:C) Tags: c%23, conditional-operator, f%23 Problem: Conditional Operator in F# (A?B:C) In C#, we have the conditional operator: [condition] ? [value if true] : [value if false] But I can't seem to find this in F#. Does it exist? Cod...
Conditional Operator in F# (A?B:C) Conditional Operator in F# (A?B:C) c%23 conditional-operator f%23 Conditional Operator B:C Conditional Operator in F# (A?B:C) In C#, we have the conditional operator: But I can't seem to find this in F#. Does it exist?
[ 0.028564453125, -0.002166748046875, 0.012939453125, 0.010009765625, 0.01043701171875, -0.01092529296875, 0.01422119140625, 0.01556396484375, -0.00927734375, 0.0196533203125, 0.0162353515625, -0.00250244140625, 0.018798828125, -0.00119781494140625, -0.0040283203125, -0.00009250640869140...
[ 46347, 43315, 150922, 23, 563, 4904, 284, 32, 571, 441, 501, 3949, 3742, 35431, 289, 206469, 1238, 335, 12, 360, 313, 642, 765, 70, 39933, 4966, 831, 18, 48903, 7413, 903, 101790, 442, 32316 ]
[ 0.2122802734375, 0.157470703125, 0.2459716796875, 0.068359375, 0.135986328125, 0.2099609375, 0.06195068359375, 0.0435791015625, 0.064208984375, 0.10455322265625, 0.005767822265625, 0.010223388671875, 0.106201171875, 0.243896484375, 0.158935546875, 0.1884765625, 0.09967041015625, 0....
embed
3137512_c0
3137512
fsharp
0
Title: F#, Nominative or Structural Typed Problem title: F#, Nominative or Structural Typed Tags: typing, f%23 Problem: F#, Nominative or Structural Typed Does F# have a Nominative Type System or a Structural Type System? I know that OCaml is structurally typed, though F# doesn't seems to be so, is this correct? Code s...
F#, Nominative or Structural Typed F#, Nominative or Structural Typed typing f%23 Nominative Structural Typed F#, Nominative or Structural Typed Does F# have a Nominative Type System or a Structural Type System? I know that OCaml is structurally typed, though F# doesn't seems to be so, is this correct?
[ 0.0133056640625, 0.032470703125, 0.004364013671875, 0.01287841796875, 0.00830078125, 0.01239013671875, -0.0218505859375, 0.00787353515625, -0.0164794921875, 0.0125732421875, -0.001739501953125, -0.01513671875, -0.01953125, -0.01177978515625, -0.003021240234375, 0.0146484375, 0.015380...
[ 563, 4904, 438, 1249, 45023, 707, 63667, 73317, 141, 60457, 71, 11417, 214, 1238, 3949, 3742, 101790, 765, 10, 12353, 3714, 180, 105272, 118990, 12097, 10644, 18, 37202, 221, 26785 ]
[ 0.175537109375, 0.2276611328125, 0.105712890625, 0.163818359375, 0.163818359375, 0.0679931640625, 0.142578125, 0.15185546875, 0.1453857421875, 0.2144775390625, 0.081298828125, 0.1868896484375, 0.0108642578125, 0.093994140625, 0.06707763671875, 0.124267578125, 0.034454345703125, 0.0...
embed
70147129_c0
70147129
fsharp
0
Title: Function is not being recognised f# Problem title: Function is not being recognised f# Tags: function, f%23 Problem: Function is not being recognised f# let xuvatTuple = (7, 0, null, null, 4) let finalTuple = xuvat xuvatTuple printfn $"{finalTuple}" Please can you help me to to find the answer. Code signals: t-2...
Function is not being recognised f# Function is not being recognised f# function f%23 t-2 NOT ENOUGH INFORMATION EntryPoint Function is not being recognised f# I am new to f# and was writing a program to solve xuvat equations, however my function was not being recognised by the compiler and I got an error The value or ...
[ -0.0029754638671875, 0.01092529296875, 0.0084228515625, 0.007720947265625, -0.005615234375, 0.003570556640625, 0.0167236328125, -0.003875732421875, 0.00128936767578125, 0.01513671875, 0.00186920166015625, 0.0081787109375, 0.000732421875, 0.0306396484375, 0.01043701171875, -0.0196533203...
[ 28670, 10763, 83, 959, 8035, 75530, 93, 5281, 1238, 4904, 32354, 3949, 3742, 808, 5428, 86725, 7338, 32616, 41877, 61038, 357, 15123, 147534, 3525, 32562, 1528, 86869, 10438, 2107, 13722, 509, 9969, 34759, 18499, 34292, 707, 64549, 748, 425...
[ 0.2047119140625, 0.1663818359375, 0.0787353515625, 0.1827392578125, 0.1578369140625, 0.163330078125, 0.1531982421875, 0.108642578125, 0.1204833984375, 0.17919921875, 0.207275390625, 0.0792236328125, 0.187744140625, 0.0877685546875, 0.1414794921875, 0.0260162353515625, 0.0581665039062...
embed
352032_c0
352032
fsharp
0
Title: Help! Where has Math.PI gone in F# CTP? Problem title: Help! Where has Math.PI gone in F# CTP? Tags: math, f%23 Problem: Help! Where has Math.PI gone in F# CTP? I'm just trying to do simple scripting with F#, and Math.PI seems to have 'disappeared'. I've referenced FSharp.PowerPack.dll, but still can't find it. ...
Help! Where has Math.PI gone in F# CTP? Help! Where has Math.PI gone in F# CTP? math f%23 Help Where Math.PI CTP Help! Where has Math.PI gone in F# CTP? I'm just trying to do simple scripting with F#, and Math.PI seems to have 'disappeared'. I've referenced FSharp.PowerPack.dll, but still can't find it.
[ -0.0135498046875, -0.017578125, -0.016357421875, -0.003509521484375, -0.01043701171875, 0.0081787109375, 0.004425048828125, -0.0034942626953125, -0.0035247802734375, -0.0133056640625, -0.01226806640625, 0.02587890625, -0.0079345703125, 0.006439208984375, 0.032470703125, 0.0109252929687...
[ 39527, 38, 78662, 1556, 78804, 5, 15185, 74955, 23, 563, 4904, 313, 23658, 48909, 1238, 3949, 3742, 31577, 8781, 26499, 214, 678, 37202, 765, 3827, 9007, 28575, 91067, 93774, 3467, 254, 105022, 205956, 71, 1181, 7464, 831, 18, 7413, 442 ]
[ 0.1395263671875, 0.05316162109375, 0.142333984375, 0.1103515625, 0.232666015625, 0.1285400390625, 0.31103515625, 0.12890625, 0.0941162109375, 0.1217041015625, 0.222900390625, 0.0653076171875, 0.2095947265625, 0.1798095703125, 0.0980224609375, 0.098876953125, 0.161865234375, 0.02384...
embed
66645947_c0
66645947
fsharp
0
Title: final output of Result, in F# Problem title: final output of Result, in F# Tags: f%23 Problem: final output of Result, in F# This seems like a question that has an ultra simple answer, but I can't think of it: Is there a built in method, within Result, for: let (a: Result<'a, 'a>) = ... match a with | Ok x -> x ...
final output of Result, in F# final output of Result, in F# f%23 Result Error final output of Result, in F# This seems like a question that has an ultra simple answer, but I can't think of it: Is there a built in method, within Result, for:
[ -0.0032196044921875, 0.00469970703125, 0.01129150390625, -0.01275634765625, 0.005279541015625, -0.007720947265625, -0.0194091796875, -0.0184326171875, 0.0029296875, 0.003082275390625, 0.02197265625, -0.0169677734375, -0.01025390625, 0.00113677978515625, 0.007537841796875, -0.0144653320...
[ 2704, 140992, 126684, 23, 563, 4904, 1238, 3949, 3742, 212059, 37202, 9655, 19914, 8781, 35166, 831, 5351, 2071, 2685, 10, 88303, 55300, 28032, 100, 12 ]
[ 0.1881103515625, 0.1888427734375, 0.268798828125, 0.1114501953125, 0.1334228515625, 0.1953125, 0.0933837890625, 0.06707763671875, 0.1668701171875, 0.2183837890625, 0.06524658203125, 0.0240020751953125, 0.0340576171875, 0.0626220703125, 0.0595703125, 0.008697509765625, 0.0225677490234...
embed
63144637_c0
63144637
fsharp
0
Title: FSharp.Data.JsonProvider optional property Problem title: FSharp.Data.JsonProvider optional property Tags: f%23-data, f%23, type-providers Problem: FSharp.Data.JsonProvider optional property Code signals: OAuthException, FSharp.Data.JsonProvider, Error, Session, Friday, Jul-20, PDT, error_subcode, fbtrace_id, A0...
FSharp.Data.JsonProvider optional property FSharp.Data.JsonProvider optional property f%23-data f%23 type-providers OAuthException FSharp.Data.JsonProvider Error Session Friday Jul-20 PDT error_subcode fbtrace_id A0yQG8l8ggauD5PMbYSnEyA Optional Datum Data FSharp.Data.JsonProvider optional property I'm using the FSharp...
[ 0.02587890625, 0.035888671875, 0.00133514404296875, 0.000789642333984375, -0.0189208984375, 0.01092529296875, 0.0223388671875, -0.006011962890625, -0.015380859375, 0.032470703125, -0.00469970703125, 0.00167083740234375, -0.004364013671875, -0.022705078125, -0.006439208984375, 0.0197753...
[ 93774, 3467, 254, 137989, 1375, 1681, 177997, 62160, 35829, 289, 57266, 1238, 27495, 10135, 3742, 10644, 93136, 180, 67362, 927, 19279, 63928, 212059, 148735, 41626, 19579, 11033, 178294, 18499, 22144, 40899, 108642, 39989, 86769, 76887, 11809, ...
[ 0.10028076171875, 0.1927490234375, 0.175537109375, 0.125, 0.0985107421875, 0.1220703125, 0.1864013671875, 0.1549072265625, 0.209716796875, 0.153076171875, 0.20458984375, 0.043853759765625, 0.1014404296875, 0.1220703125, 0.07550048828125, 0.1602783203125, 0.159423828125, 0.101684570...
embed
41196374_c0
41196374
fsharp
0
Title: How to do multi core programming in F# Problem title: How to do multi core programming in F# Tags: multicore, f%23 Problem: How to do multi core programming in F# How do I program I F# that utilize multi cores CPU? Say instead of multithread or async? In python language, they have multiprocessing module but what...
How to do multi core programming in F# How to do multi core programming in F# multicore f%23 How How to do multi core programming in F# How do I program I F# that utilize multi cores CPU? Say instead of multithread or async? In python language, they have multiprocessing module but what is the equivalent for F#?
[ -0.0162353515625, -0.0024261474609375, 0.006134033203125, 0.01092529296875, -0.01434326171875, -0.00927734375, 0.0059814453125, 0.00457763671875, -0.005828857421875, -0.04541015625, 0.00182342529296875, 0.015869140625, -0.00445556640625, 0.0211181640625, -0.00726318359375, -0.003005981...
[ 11249, 47, 54, 6024, 56458, 56037, 449, 23, 563, 4904, 30854, 1238, 3949, 3742, 87, 1528, 450, 121876, 48052, 86039, 64457, 3869, 65847, 712, 12654, 360, 17198, 50828, 46876, 1836, 765, 63923, 214, 88996, 1284, 70, 183234 ]
[ 0.0877685546875, 0.0999755859375, 0.1151123046875, 0.2181396484375, 0.234619140625, 0.1719970703125, 0.11767578125, 0.06689453125, 0.17724609375, 0.238525390625, 0.2342529296875, 0.08856201171875, 0.0306396484375, 0.109130859375, 0.0185089111328125, 0.1680908203125, 0.000152587890625...
embed
49523594_c0
49523594
fsharp
0
Title: F# list filter opposite of equal Problem title: F# list filter opposite of equal Tags: f%23, list Problem: F# list filter opposite of equal Whats the opposite of this in F# let x = [1 .. 5] |> List.filter(fun x -> x = 4) I have tried let x = [1 .. 5] |> List.filter(fun x -> x != 4) let x = [1 .. 5] |> List.filte...
F# list filter opposite of equal F# list filter opposite of equal f%23 list List.filter F# list filter opposite of equal Whats the opposite of this in F# I have tried
[ -0.01080322265625, 0.01458740234375, 0.006622314453125, -0.0228271484375, -0.01409912109375, -0.024169921875, 0.018310546875, 0.0179443359375, 0.02099609375, 0.0361328125, -0.0125732421875, -0.00080108642578125, 0.00958251953125, 0.000324249267578125, -0.006591796875, 0.0159912109375, ...
[ 563, 4904, 5303, 46312, 198274, 111, 105950, 1238, 3949, 3742, 32036, 120337, 70, 903, 23, 765, 37842 ]
[ 0.125244140625, 0.195556640625, 0.173828125, 0.2427978515625, 0.220947265625, 0.097900390625, 0.225341796875, 0.10577392578125, 0.06280517578125, 0.1568603515625, 0.148193359375, 0.1861572265625, 0.0377197265625, 0.08148193359375, 0.043182373046875, 0.000885009765625, 0.062744140625 ...
embed
35958421_c0
35958421
fsharp
0
Title: F# forwarding of optional parameter Problem title: F# forwarding of optional parameter Tags: f%23 Problem: F# forwarding of optional parameter Is it possible to forward optional parameters e.g: type Type() = member this.A(?param) = printfn "%d" <| defaultArg param 0 member this.B(?param) = this.A(param) // how t...
F# forwarding of optional parameter F# forwarding of optional parameter f%23 Type this.A this.B F# forwarding of optional parameter Is it possible to forward optional parameters e.g:
[ 0.0220947265625, 0.029296875, -0.0028839111328125, -0.00030517578125, -0.034912109375, -0.00775146484375, 0.0098876953125, -0.01214599609375, -0.0011138916015625, 0.0189208984375, 0.01202392578125, 0.00885009765625, 0.022216796875, 0.037841796875, -0.0028533935546875, -0.01531982421875...
[ 563, 4904, 40225, 214, 111, 35829, 289, 171859, 1238, 3949, 3742, 60457, 903, 5, 284, 571, 2071, 442, 7722, 47, 7, 177 ]
[ 0.156005859375, 0.2166748046875, 0.265380859375, 0.05462646484375, 0.04608154296875, 0.22509765625, 0.1292724609375, 0.24658203125, 0.1197509765625, 0.058746337890625, 0.1373291015625, 0.142578125, 0.1456298828125, 0.00323486328125, 0.1092529296875, 0.1197509765625, 0.06414794921875,...
embed
19129456_c0
19129456
fsharp
0
Title: Should I use Nullable&lt;&#x27;a&gt; or Option&lt;&#x27;a&gt; in F#? Problem title: Should I use Nullable&lt;&#x27;a&gt; or Option&lt;&#x27;a&gt; in F#? Tags: f%23 Problem: Should I use Nullable<'a> or Option<'a> in F#? Which way is more idiomatic to use Nullable<'a> or to use Option<'a> for representing a nulla...
Should I use Nullable&lt;&#x27;a&gt; or Option&lt;&#x27;a&gt; in F#? Should I use Nullable&lt;&#x27;a&gt; or Option&lt;&#x27;a&gt; in F#? f%23 Should Nullable Option Should I use Nullable<'a> or Option<'a> in F#? Which way is more idiomatic to use Nullable<'a> or to use Option<'a> for representing a nullable int?
[ 0.0130615234375, -0.00506591796875, 0.033935546875, 0.0137939453125, -0.005859375, -0.007232666015625, 0.01348876953125, -0.00872802734375, 0.017822265625, 0.0223388671875, -0.004302978515625, -0.01519775390625, -0.01458740234375, 0.01531982421875, 0.00555419921875, -0.0034637451171875...
[ 151117, 87, 4527, 27786, 2661, 1230, 1277, 3768, 11, 5386, 707, 86769, 23, 563, 4904, 54764, 74, 1238, 3742, 25, 16093, 3917, 1286, 49666, 9523, 33636, 9229, 18 ]
[ 0.0941162109375, 0.02825927734375, 0.1099853515625, 0.228271484375, 0.248291015625, 0.0479736328125, 0.0870361328125, 0.14208984375, 0.1361083984375, 0.1240234375, 0.06884765625, 0.256103515625, 0.07666015625, 0.134521484375, 0.1932373046875, 0.0115966796875, 0.005584716796875, 0.0...
embed
426698_c0
426698
fsharp
0
Title: F# + MPI + MONO : Clustered Computing Problem title: F# + MPI + MONO : Clustered Computing Tags: mpi, .net, cluster-computing, f%23 Problem: F# + MPI + MONO : Clustered Computing Is it possible for F# and MPI to run off of Mono on a linux computational cluster? Anyone able to attest to it's performance/reliabili...
F# + MPI + MONO : Clustered Computing F# + MPI + MONO : Clustered Computing mpi .net cluster-computing f%23 MPI MONO Clustered Computing F# + MPI + MONO : Clustered Computing Is it possible for F# and MPI to run off of Mono on a linux computational cluster? Anyone able to attest to it's performance/reliability?
[ 0.003753662109375, 0.01361083984375, -0.00494384765625, 0.006317138671875, 0.005096435546875, -0.0264892578125, -0.004669189453125, -0.00787353515625, 0.0029144287109375, -0.018310546875, -0.00439453125, 0.01007080078125, 0.002899169921875, 0.0074462890625, -0.005157470703125, -0.00191...
[ 563, 4904, 997, 189210, 276, 110522, 152, 140077, 1515, 159415, 214, 6, 297, 39806, 1179, 234737, 277, 7077, 1238, 3949, 3742, 2071, 442, 7722, 100, 136, 47, 11675, 5773, 111, 77879, 98, 11508, 6077, 181135, 43315, 32, 28541, 3630, 19048,...
[ 0.1507568359375, 0.2315673828125, 0.147216796875, 0.26416015625, 0.0926513671875, 0.2454833984375, 0.0338134765625, 0.17822265625, 0.1231689453125, 0.111572265625, 0.0227203369140625, 0.0173797607421875, 0.0418701171875, 0.1749267578125, 0.1329345703125, 0.2408447265625, 0.0701904296...
embed
16344895_c0
16344895
fsharp
0
Title: What&#x27;s the best way to program F# on OSX 10.8? Problem title: What&#x27;s the best way to program F# on OSX 10.8? Tags: macos, f%23, osx-mountain-lion Problem: What's the best way to program F# on OSX 10.8? I'm studying in university F#, and looked a bit on the internet but couldn't find a nice program to c...
What&#x27;s the best way to program F# on OSX 10.8? What&#x27;s the best way to program F# on OSX 10.8? macos f%23 osx-mountain-lion What OSX What's the best way to program F# on OSX 10.8? I'm studying in university F#, and looked a bit on the internet but couldn't find a nice program to code in F#. Any suggestions?
[ 0.0162353515625, 0.0189208984375, 0.000637054443359375, 0.0103759765625, -0.0042724609375, 0.02099609375, 0.00628662109375, -0.0002803802490234375, -0.017822265625, 0.00799560546875, 0.00031280517578125, -0.0235595703125, -0.01055908203125, 0.00005650520324707031, -0.006011962890625, -...
[ 3768, 2965, 3917, 47, 1528, 563, 4904, 98, 11787, 1542, 4068, 1019, 74, 291, 7840, 1238, 3742, 362, 425, 227772, 45486, 4865, 70, 35187, 214, 152363, 4785, 26267, 18151, 23, 157666 ]
[ 0.061614990234375, 0.140625, 0.09490966796875, 0.06463623046875, 0.2469482421875, 0.201904296875, 0.255859375, 0.08447265625, 0.1641845703125, 0.1768798828125, 0.179931640625, 0.24267578125, 0.0064697265625, 0.01806640625, 0.1156005859375, 0.06561279296875, 0.0203399658203125, 0.08...
embed
23338618_c0
23338618
fsharp
0
Title: Daylight savings in Deedle Problem title: Daylight savings in Deedle Tags: f%23, deedle Problem: Daylight savings in Deedle I've been browsing the docs and took a short look at the code, but could not figure this one out. Does anyone know wheter Deedle supports DLST (in practice I guess this means multiple value...
Daylight savings in Deedle Daylight savings in Deedle f%23 deedle Daylight Deedle Daylight savings in Deedle I've been browsing the docs and took a short look at the code, but could not figure this one out. Does anyone know wheter Deedle supports DLST (in practice I guess this means multiple values for the same key)?
[ 0.01953125, 0.0159912109375, 0.0014801025390625, 0.00921630859375, 0.0023956298828125, -0.00188446044921875, 0.00665283203125, 0.0040283203125, 0.008544921875, 0.025146484375, -0.0238037109375, 0.03173828125, -0.00787353515625, 0.0101318359375, 0.01104736328125, 0.0181884765625, 0.00...
[ 10013, 20016, 14880, 5180, 23, 262, 297, 133, 1238, 3949, 3742, 8, 231602, 54, 4439, 16610, 6713, 18151, 5809, 959, 26366, 1810, 35672, 3714, 38325, 8060, 7, 27502, 8545, 41361, 57767, 26950, 48716, 142424, 100, 5701, 22799 ]
[ 0.1051025390625, 0.2021484375, 0.138916015625, 0.1055908203125, 0.0810546875, 0.171630859375, 0.1932373046875, 0.2164306640625, 0.06219482421875, 0.08099365234375, 0.1558837890625, 0.114013671875, 0.0255126953125, 0.0283050537109375, 0.00555419921875, 0.01080322265625, 0.001556396484...
embed
52873477_c0
52873477
fsharp
0
Title: How to add a float with int f# Problem title: How to add a float with int f# Tags: addition, f%23 Problem: How to add a float with int f# Simple question, i have an integer and a float. How do i find the sum of these. I get an error saying "the type float did not match the type int" let add x y = x + (float y) l...
How to add a float with int f# How to add a float with int f# addition f%23 How How to add a float with int f# Simple question, i have an integer and a float. How do i find the sum of these. I get an error saying
[ -0.0089111328125, 0.0185546875, 0.01129150390625, -0.00396728515625, -0.011962890625, 0.004974365234375, -0.01904296875, -0.003265380859375, -0.0020294189453125, -0.02294921875, 0.010986328125, -0.0181884765625, -0.007293701171875, 0.015380859375, 0.0177001953125, -0.020263671875, -0...
[ 11249, 47, 15190, 10, 21917, 257, 678, 23, 18, 1238, 4904, 66044, 3949, 3742, 60552, 892, 1505, 136, 7413, 10554, 111, 6097, 18499, 54433 ]
[ 0.04718017578125, 0.04022216796875, 0.168212890625, 0.0273284912109375, 0.232666015625, 0.180908203125, 0.138671875, 0.1097412109375, 0.1351318359375, 0.1539306640625, 0.1949462890625, 0.18115234375, 0.053924560546875, 0.1854248046875, 0.034271240234375, 0.1082763671875, 0.1202392578...
embed
15897832_c0
15897832
fsharp
0
Title: Is there any way to use JavaScript attribute by default? Problem title: Is there any way to use JavaScript attribute by default? Tags: f%23, websharper Problem: Is there any way to use JavaScript attribute by default? I just want somehow to say "I want all methods in this project use [JavaScript]" Manually annot...
Is there any way to use JavaScript attribute by default? Is there any way to use JavaScript attribute by default? f%23 websharper JavaScript Is there any way to use JavaScript attribute by default? I just want somehow to say "I want all methods in this project use [JavaScript]" Manually annotation every method is annoy...
[ -0.0272216796875, 0.02392578125, -0.024658203125, -0.03076171875, 0.005401611328125, -0.01324462890625, -0.0020599365234375, 0.0150146484375, -0.00104522705078125, -0.03955078125, -0.00103759765625, 0.01348876953125, -0.002227783203125, 0.031494140625, -0.0064697265625, -0.000017285346...
[ 2071, 2685, 2499, 3917, 47, 4527, 17925, 150380, 13, 390, 114977, 1238, 3949, 3742, 1467, 89280, 1264, 3444, 209303, 5154, 568, 756, 150624, 23, 903, 13452, 156202, 147845, 111021, 8668, 22062, 11907, 55300, 38543 ]
[ 0.035614013671875, 0.075927734375, 0.10760498046875, 0.132080078125, 0.08819580078125, 0.2044677734375, 0.312744140625, 0.267822265625, 0.1334228515625, 0.177001953125, 0.292724609375, 0.0634765625, 0.0185699462890625, 0.1240234375, 0.091064453125, 0.1710205078125, 0.199951171875, ...
embed
52648922_c0
52648922
fsharp
0
Title: Open file with F# project Problem title: Open file with F# project Tags: f%23, c%23-to-f%23, .net Problem: Open file with F# project I would like to read a file in an F# console app when I select the file to be opened with the app, like in this code for C#. The main module does not seem to take arguments, is the...
Open file with F# project Open file with F# project f%23 c%23-to-f%23 .net Open Open file with F# project I would like to read a file in an F# console app when I select the file to be opened with the app, like in this code for C#. The main module does not seem to take arguments, is there any method I can do this? Thank...
[ 0.00052642822265625, 0.00396728515625, -0.00225830078125, 0.018310546875, 0.00665283203125, -0.0067138671875, 0.0037994384765625, -0.00921630859375, 0.00021457672119140625, -0.035400390625, 0.0118408203125, -0.004058837890625, -0.01324462890625, -0.0012359619140625, 0.0167236328125, -0...
[ 13527, 11435, 678, 563, 4904, 13452, 1238, 3742, 27495, 188, 420, 1179, 87, 2806, 1884, 47, 12301, 23, 130250, 4027, 3229, 36849, 142096, 903, 18151, 313, 5201, 88996, 959, 48903, 5646, 10750, 55300, 831, 54, 22362 ]
[ 0.1900634765625, 0.2076416015625, 0.116455078125, 0.1490478515625, 0.2254638671875, 0.179443359375, 0.0723876953125, 0.07379150390625, 0.0963134765625, 0.10400390625, 0.0955810546875, 0.16796875, 0.0052490234375, 0.048583984375, 0.087890625, 0.03460693359375, 0.17578125, 0.05950927...
embed
25231576_c0
25231576
fsharp
0
Title: Classes that reference each other in F# Problem title: Classes that reference each other in F# Tags: f%23 Problem: Classes that reference each other in F# I have two classes defined like so: type foo () = let getBar() = new bar() type bar () = let getFoo() = new foo() The compiler is saying The type 'bar' is not...
Classes that reference each other in F# Classes that reference each other in F# f%23 Classes Classes that reference each other in F# I have two classes defined like so: The compiler is saying Is there a way to do this?
[ 0.0244140625, 0.0164794921875, -0.020263671875, 0.0172119140625, 0.00109100341796875, -0.0047607421875, 0.00014209747314453125, 0.0140380859375, 0.01177978515625, -0.0012054443359375, -0.0054931640625, 0.0196533203125, -0.00848388671875, 0.021484375, 0.0186767578125, -0.002731323242187...
[ 35014, 90, 450, 91067, 12638, 3789, 563, 4904, 23, 1238, 3949, 3742, 87, 765, 6626, 61112, 61924, 71, 1884, 221, 9969, 34759, 83, 54433, 2071, 2685, 10, 3917, 47, 54, 903 ]
[ 0.268798828125, 0.017913818359375, 0.050628662109375, 0.2763671875, 0.117431640625, 0.168212890625, 0.1563720703125, 0.2349853515625, 0.006195068359375, 0.07086181640625, 0.06182861328125, 0.1392822265625, 0.003326416015625, 0.017822265625, 0.1363525390625, 0.2420654296875, 0.1600341...
embed
5062377_c0
5062377
fsharp
0
Title: Problems with pattern matching in F# Problem title: Problems with pattern matching in F# Tags: f%23 Problem: Problems with pattern matching in F# I need help with paternmatching in F#. I want to do this: let y x = match x with | x.Contains("hi") -> "HELLO" | x.Contains("hello") -> "HI" | x -> x But it doesn't wo...
Problems with pattern matching in F# Problems with pattern matching in F# f%23 Problems x.Contains HELLO Problems with pattern matching in F# I need help with paternmatching in F#. I want to do this: But it doesn't work. What's wrong?
[ -0.01318359375, -0.00153350830078125, -0.0028076171875, 0.00482177734375, -0.00008153915405273438, 0.00567626953125, -0.00095367431640625, -0.00010395050048828125, -0.0022735595703125, -0.00115203857421875, 0.0125732421875, -0.007476806640625, -0.013916015625, -0.021240234375, 0.02612304...
[ 15649, 678, 103510, 14858, 214, 563, 4904, 1238, 3949, 3742, 1022, 25500, 572, 174444, 23, 87, 3871, 4358, 78840, 19, 98753, 3444, 903, 4966, 22027, 18, 4488, 7, 44691 ]
[ 0.12158203125, 0.037261962890625, 0.2098388671875, 0.19482421875, 0.10638427734375, 0.165771484375, 0.222412109375, 0.0889892578125, 0.051055908203125, 0.1112060546875, 0.0823974609375, 0.093994140625, 0.03924560546875, 0.123291015625, 0.02117919921875, 0.006378173828125, 0.018463134...
embed
2385952_c0
2385952
fsharp
0
Title: How do I create an F# mutable option type? Problem title: How do I create an F# mutable option type? Tags: option-type, mutable, f%23, types Problem: How do I create an F# mutable option type? I need to create a mutable option<T> type in F#. I've tried writing let x = ref None and subsequently writing x := Some(...
How do I create an F# mutable option type? How do I create an F# mutable option type? option-type mutable f%23 types How None Some How do I create an F# mutable option type? I need to create a mutable option<T> type in F#. I've tried writing and subsequently writing but it doesn't work. Help!
[ 0.0087890625, 0.0128173828125, 0.02099609375, 0.0037994384765625, 0.007171630859375, -0.01123046875, -0.00119781494140625, -0.01129150390625, 0.0107421875, 0.01287841796875, 0.01171875, 0.013427734375, 0.0167236328125, -0.00823974609375, 0.01611328125, 0.0191650390625, -0.00087356567...
[ 11249, 54, 87, 28282, 142, 563, 4904, 842, 22819, 35829, 10644, 50986, 1238, 3949, 3742, 52895, 438, 86, 31384, 3871, 618, 23, 37842, 32562, 221419, 1284, 18, 4488, 39527 ]
[ 0.0689697265625, 0.05322265625, 0.07403564453125, 0.1400146484375, 0.049652099609375, 0.1405029296875, 0.2122802734375, 0.15771484375, 0.197998046875, 0.2232666015625, 0.1990966796875, 0.1727294921875, 0.102783203125, 0.03839111328125, 0.102294921875, 0.165771484375, 0.01004028320312...
embed
59836666_c0
59836666
fsharp
0
Title: How do you get exact path to My Documents using F# Problem title: How do you get exact path to My Documents using F# Tags: f%23 Problem: How do you get exact path to My Documents using F# Is there any way to get My Documents path in F#? I found Environment.SpecialFolder , but it looks like it is only used in C#....
How do you get exact path to My Documents using F# How do you get exact path to My Documents using F# f%23 F# How Documents Environment.SpecialFolder How do you get exact path to My Documents using F# Is there any way to get My Documents path in F#? I found Environment.SpecialFolder , but it looks like it is only used ...
[ -0.007568359375, -0.006072998046875, -0.0123291015625, 0.0078125, -0.0189208984375, 0.0206298828125, -0.00335693359375, -0.01556396484375, -0.01104736328125, -0.043212890625, 0.01422119140625, 0.0308837890625, -0.01318359375, 0.00946044921875, 0.006500244140625, -0.005462646484375, -...
[ 11249, 54, 398, 2046, 24763, 60875, 47, 2646, 43101, 7, 17368, 563, 4904, 1238, 3949, 3742, 357, 686, 1900, 674, 216119, 27591, 31178, 2685, 2499, 3917, 23, 14037, 5, 6, 4, 33342, 1884, 442, 83, 4734, 11814, 313 ]
[ 0.074951171875, 0.058349609375, 0.0207366943359375, 0.142822265625, 0.223388671875, 0.26708984375, 0.1929931640625, 0.18798828125, 0.267333984375, 0.1412353515625, 0.0892333984375, 0.166748046875, 0.230712890625, 0.0797119140625, 0.000152587890625, 0.0982666015625, 0.0288543701171875...
embed
7290729_c0
7290729
fsharp
0
Title: How can I get the cube root in F# Problem title: How can I get the cube root in F# Tags: type-conversion, f%23 Problem: How can I get the cube root in F# I tried to get the cube root in F#. But here is my problem. let x5 = ((float 64) ** (1.0/3.0));; val x5 : float = 4.0 int x5;; //expected 4 val it : int = 3 Th...
How can I get the cube root in F# How can I get the cube root in F# type-conversion f%23 How How can I get the cube root in F# I tried to get the cube root in F#. But here is my problem. The result should be 4, not 3. What's wrong?
[ 0.008544921875, 0.007293701171875, 0.011474609375, -0.005218505859375, 0.0179443359375, -0.0037689208984375, 0.0028533935546875, -0.003631591796875, 0.006561279296875, -0.01434326171875, 0.0096435546875, -0.000286102294921875, -0.022705078125, 0.0123291015625, -0.01446533203125, -0.026...
[ 11249, 831, 87, 2046, 70, 314, 372, 74855, 23, 563, 4904, 10644, 2271, 46354, 1238, 3742, 37842, 3688, 2967, 16750, 5608, 201, 959, 1031, 7, 44691 ]
[ 0.0484619140625, 0.09942626953125, 0.065185546875, 0.115234375, 0.08880615234375, 0.18603515625, 0.19140625, 0.263671875, 0.07171630859375, 0.152587890625, 0.2120361328125, 0.1015625, 0.000885009765625, 0.1126708984375, 0.085205078125, 0.09588623046875, 0.0221099853515625, 0.000305...
embed
16242660_c0
16242660
fsharp
0
Title: Stackoverflow with recursive function Problem title: Stackoverflow with recursive function Tags: recursion, f%23, stack-overflow Problem: Stackoverflow with recursive function let rec f a p n = if p n then a else a + f a p ( n - 1 ) let a, p, n = 3, ( fun x -> x = 1 ), 4 f a p n Getting stackoverflow when n <= 0...
Stackoverflow with recursive function Stackoverflow with recursive function recursion f%23 stack-overflow Stackoverflow Stackoverflow with recursive function Getting stackoverflow when n <= 0. Not sure how to get around this.
[ -0.0026397705078125, 0.007110595703125, 0.002471923828125, 0.01043701171875, 0.0135498046875, -0.019287109375, 0.00799560546875, 0.01287841796875, 0.0003910064697265625, -0.026611328125, 0.018798828125, 0.004608154296875, -0.0038909912109375, 0.006195068359375, 0.039794921875, -0.00442...
[ 6512, 2594, 5465, 118664, 678, 195625, 5844, 32354, 1830, 1238, 3949, 3742, 177261, 210732, 3229, 653, 4426, 1369, 757, 9077, 2046, 10932, 903 ]
[ 0.124755859375, 0.113525390625, 0.165283203125, 0.25537109375, 0.0916748046875, 0.263671875, 0.158203125, 0.1875, 0.1199951171875, 0.13916015625, 0.13037109375, 0.2220458984375, 0.1807861328125, 0.127685546875, 0.119140625, 0.183349609375, 0.1617431640625, 0.081298828125, 0.21875...
embed
11407467_c0
11407467
fsharp
0
Title: open system and other useful namespaces by default Problem title: open system and other useful namespaces by default Tags: f%23 Problem: open system and other useful namespaces by default Can fsi.exe (F# interactive) have a profile. so that in the profile I can open namespaces like System by default? today after...
open system and other useful namespaces by default open system and other useful namespaces by default f%23 open system and other useful namespaces by default Can fsi.exe (F# interactive) have a profile. so that in the profile I can open namespaces like System by default? today after launching fsi.exe I always have to d...
[ 0.01446533203125, 0.0014190673828125, 0.003448486328125, -0.000492095947265625, -0.0016021728515625, -0.006439208984375, -0.007110595703125, -0.0252685546875, 0.00171661376953125, -0.01611328125, 0.00860595703125, 0.0257568359375, 0.01422119140625, -0.008544921875, 0.0235595703125, -0....
[ 9803, 5426, 136, 3789, 80234, 210716, 7, 390, 114977, 1238, 3949, 3742, 4171, 172, 5, 46480, 919, 4904, 212398, 765, 10, 60641, 70, 831, 1884, 12353, 18925, 7103, 83184, 11343, 54, 74, 23009, 38 ]
[ 0.16552734375, 0.1744384765625, 0.059112548828125, 0.037933349609375, 0.1551513671875, 0.23828125, 0.04315185546875, 0.0980224609375, 0.223388671875, 0.157958984375, 0.04302978515625, 0.10052490234375, 0.089111328125, 0.2254638671875, 0.06756591796875, 0.1773681640625, 0.10888671875,...
embed
15308268_c0
15308268
fsharp
0
Title: how to pause the console in F# language Problem title: how to pause the console in F# language Tags: f%23 Problem: how to pause the console in F# language Please tell me how I can pause the console window when running the program in F#. open System let myList = [0..9] let myFunction = for n in myList do Console....
how to pause the console in F# language how to pause the console in F# language f%23 System Console.WriteLine how to pause the console in F# language Please tell me how I can pause the console window when running the program in F#.
[ -0.004669189453125, -0.01708984375, 0.0184326171875, 0.01385498046875, -0.00439453125, -0.00017547607421875, 0.0233154296875, -0.00848388671875, -0.008544921875, -0.003326416015625, 0.0184326171875, -0.016845703125, 0.00177001953125, 0.0052490234375, 0.0098876953125, -0.005462646484375...
[ 3642, 47, 76968, 70, 130250, 23, 563, 4904, 46876, 1238, 3949, 3742, 12353, 1657, 40777, 93232, 14192, 163, 87, 831, 76896, 51042, 1528 ]
[ 0.053497314453125, 0.0802001953125, 0.20751953125, 0.10174560546875, 0.2509765625, 0.07958984375, 0.14697265625, 0.20263671875, 0.14013671875, 0.0770263671875, 0.0103759765625, 0.103759765625, 0.035491943359375, 0.0273284912109375, 0.1427001953125, 0.055633544921875, 0.02899169921875...
embed
10341464_c0
10341464
fsharp
0
Title: Einstein&#x27;s Riddle solution using F# Problem title: Einstein&#x27;s Riddle solution using F# Tags: f%23, zebra-puzzle, algorithm Problem: Einstein's Riddle solution using F# I'm looking for Einstein's Riddle solution using F# and I've found only Einstein meets F# . Is F# suitable for this problem and are the...
Einstein&#x27;s Riddle solution using F# Einstein&#x27;s Riddle solution using F# f%23 zebra-puzzle algorithm F# Einstein Riddle Einstein's Riddle solution using F# I'm looking for Einstein's Riddle solution using F# and I've found only Einstein meets F# . Is F# suitable for this problem and are there any other impleme...
[ 0.005859375, 0.0074462890625, -0.0037841796875, 0.017822265625, -0.01324462890625, -0.0072021484375, -0.0125732421875, -0.002655029296875, 0.0022430419921875, -0.0174560546875, 0.01019287109375, 0.022705078125, -0.00164031982421875, 0.0098876953125, 0.00726318359375, 0.01507568359375, ...
[ 119225, 54764, 3768, 74, 7, 41231, 19298, 29806, 17368, 563, 4904, 1238, 3742, 116232, 1766, 13894, 133, 234873, 25, 87, 16487, 100, 272, 14037, 4734, 23356, 6, 2071, 202319, 903, 2967, 2685, 3789, 208124 ]
[ 0.261962890625, 0.0640869140625, 0.135009765625, 0.0518798828125, 0.1124267578125, 0.207275390625, 0.2169189453125, 0.18701171875, 0.1256103515625, 0.1746826171875, 0.22216796875, 0.08612060546875, 0.081787109375, 0.222900390625, 0.1121826171875, 0.136474609375, 0.0902099609375, 0....
embed
5334561_c0
5334561
fsharp
0
Title: How do I have multiple generators for list comprehensions in F#? Problem title: How do I have multiple generators for list comprehensions in F#? Tags: f%23 Problem: How do I have multiple generators for list comprehensions in F#? I am trying to write something like this [(x,y)|x<- [1,2,3], y <- [’a’,’b’]] => [(1...
How do I have multiple generators for list comprehensions in F#? How do I have multiple generators for list comprehensions in F#? f%23 How How do I have multiple generators for list comprehensions in F#? I am trying to write something like this
[ 0.0003108978271484375, -0.00213623046875, 0.0015869140625, -0.0067138671875, 0.00213623046875, 0.0167236328125, 0.01422119140625, -0.01177978515625, 0.00811767578125, -0.036376953125, -0.0064697265625, 0.00921630859375, 0.007537841796875, 0.017333984375, -0.0322265625, -0.0095825195312...
[ 11249, 765, 48716, 145823, 7, 100, 5303, 46683, 3220, 63239, 563, 4904, 54, 87, 23, 1238, 3949, 3742, 31577, 33022 ]
[ 0.06207275390625, 0.118408203125, 0.2359619140625, 0.27490234375, 0.14453125, 0.06182861328125, 0.20263671875, 0.143798828125, 0.151123046875, 0.035400390625, 0.1441650390625, 0.2015380859375, 0.0260009765625, 0.03155517578125, 0.0159912109375, 0.056396484375, 0.0428466796875, 0.09...
embed
13291415_c0
13291415
fsharp
0
Title: Jetty for NET world Problem title: Jetty for NET world Tags: managed, .net, c%23, f%23 Problem: Jetty for NET world I am looking for the Jetty equivalent in the Net Framework world - managed code. Does it exist? I would like to use the library from an F#/C#/VB.net application. "Don't deploy your application in J...
Jetty for NET world Jetty for NET world managed .net c%23 f%23 Jetty NET Jetty for NET world I am looking for the Jetty equivalent in the Net Framework world - managed code. Does it exist? I would like to use the library from an F#/C#/VB.net application. "Don't deploy your application in Jetty, deploy Jetty in your app...
[ -0.01080322265625, 0.018798828125, 0.0022735595703125, 0.0038909912109375, -0.005889892578125, 0.003753662109375, 0.001373291015625, 0.00921630859375, -0.0034332275390625, 0.0169677734375, -0.00958251953125, 0.0198974609375, -0.010009765625, -0.0059814453125, 0.0034332275390625, 0.0037...
[ 845, 15145, 100, 17777, 8999, 145755, 5, 1179, 3949, 3742, 1238, 6, 16487, 70, 183234, 23, 10086, 202220, 18151, 101790, 442, 32316, 1884, 4527, 35773, 1294, 1295, 563, 4904, 75034, 38415, 60728, 18, 8, 13158, 53 ]
[ 0.2227783203125, 0.288818359375, 0.18115234375, 0.189453125, 0.1773681640625, 0.2379150390625, 0.0206756591796875, 0.1722412109375, 0.012939453125, 0.088134765625, 0.0172576904296875, 0.004364013671875, 0.066650390625, 0.040679931640625, 0.176513671875, 0.06414794921875, 0.1202392578...
embed
5581701_c0
5581701
fsharp
0
Title: MailboxProcessor&lt;T&gt; from C# Problem title: MailboxProcessor&lt;T&gt; from C# Tags: c%23-4.0, c%23-to-f%23, concurrency, f%23, mailboxprocessor Problem: MailboxProcessor from C# Have you tried to use a MailboxProcessor of T from C#? Could you post sample code? How do you start a new one, post messages to it...
MailboxProcessor&lt;T&gt; from C# MailboxProcessor&lt;T&gt; from C# c%23-4.0 c%23-to-f%23 concurrency f%23 mailboxprocessor C# MailboxProcessor MailboxProcessor from C# Have you tried to use a MailboxProcessor of T from C#? Could you post sample code? How do you start a new one, post messages to it, and how do you proc...
[ 0.01043701171875, 0.039306640625, -0.0087890625, 0.0341796875, -0.01556396484375, -0.012451171875, 0.01806640625, 0.0196533203125, -0.00482177734375, -0.0419921875, 0.004241943359375, 0.00799560546875, 0.00982666015625, 0.01239013671875, 0.0028533935546875, 0.008544921875, 0.00491333...
[ 25919, 11728, 10752, 26531, 748, 618, 1230, 5386, 1295, 313, 4904, 27495, 151152, 188, 3742, 108636, 982, 6648, 63923, 37842, 4527, 111, 384, 1305, 121413, 18151, 11249, 4034, 3525, 1632, 89914, 47, 442, 9433 ]
[ 0.136962890625, 0.2071533203125, 0.107421875, 0.1612548828125, 0.1376953125, 0.057891845703125, 0.00787353515625, 0.0638427734375, 0.09100341796875, 0.039794921875, 0.1990966796875, 0.0279998779296875, 0.122802734375, 0.05511474609375, 0.02996826171875, 0.12060546875, 0.0657348632812...
embed
46446287_c0
46446287
fsharp
0
Title: Why this f# code does not compile? Problem title: Why this f# code does not compile? Tags: f%23 Problem: Why this f# code does not compile? I would expect it to be a function that accepts two strings and returns an option of an integer. let helper (f : string -> string -> bool * int) = f >> function | (true, ite...
Why this f# code does not compile? Why this f# code does not compile? f%23 Why Some None Why this f# code does not compile? I would expect it to be a function that accepts two strings and returns an option of an integer.
[ 0.00946044921875, -0.01190185546875, 0.00482177734375, 0.0028076171875, -0.01239013671875, 0.0247802734375, -0.007415771484375, -0.0208740234375, -0.0024566650390625, 0.0157470703125, 0.00103759765625, 0.008544921875, -0.00897216796875, 0.00848388671875, 0.029052734375, -0.00830078125,...
[ 44084, 903, 1238, 4904, 18151, 14602, 959, 9969, 1340, 3949, 3742, 31384, 438, 86, 2806, 41206, 186, 32354, 26946, 6626, 79315, 30646, 142, 35829, 111, 892, 1505 ]
[ 0.15087890625, 0.1240234375, 0.1317138671875, 0.206787109375, 0.195556640625, 0.13916015625, 0.1900634765625, 0.2052001953125, 0.2105712890625, 0.044921875, 0.173583984375, 0.09619140625, 0.0899658203125, 0.095703125, 0.036590576171875, 0.1109619140625, 0.01025390625, 0.18334960937...
embed
43819582_c0
43819582
fsharp
0
Title: F# comprehension loop vars mutable? Problem title: F# comprehension loop vars mutable? Tags: f%23, list-comprehension, mutable, variables Problem: F# comprehension loop vars mutable? In a list comp. e.g. is the variable used a real variable with same status as in a let stmt? If so it's actually mutable, right? I...
F# comprehension loop vars mutable? F# comprehension loop vars mutable? f%23 list-comprehension mutable variables F# comprehension loop vars mutable? In a list comp. e.g. is the variable used a real variable with same status as in a let stmt? If so it's actually mutable, right? It gets bound to a new something​ each ti...
[ 0.00482177734375, -0.001953125, 0.016845703125, -0.00567626953125, 0.02001953125, 0.031494140625, 0.01611328125, 0.0284423828125, 0.018310546875, 0.005523681640625, -0.004241943359375, 0.01177978515625, 0.0308837890625, 0.006011962890625, 0.012939453125, 0.000492095947265625, -0.0108...
[ 563, 4904, 46683, 3220, 6889, 40956, 285, 7, 842, 22819, 32, 1238, 3742, 5303, 277, 4692, 77336, 9969, 11814, 2773, 5701, 10778, 2633, 6138, 39, 18, 20653, 99091, 3525, 9844, 12638, 1733, 10932, 7108 ]
[ 0.1507568359375, 0.1995849609375, 0.16845703125, 0.156005859375, 0.031982421875, 0.19287109375, 0.198486328125, 0.07574462890625, 0.180419921875, 0.194580078125, 0.0247802734375, 0.0843505859375, 0.07330322265625, 0.1669921875, 0.0413818359375, 0.134765625, 0.2239990234375, 0.13171...
embed
56934273_c0
56934273
fsharp
0
Title: How to get Output parameter from SQL query in F# Problem title: How to get Output parameter from SQL query in F# Tags: f%23, parameters, sql Problem: How to get Output parameter from SQL query in F# I have SQL query, where I have two parameters and one output parameter (varchar). How I should call the procedure ...
How to get Output parameter from SQL query in F# How to get Output parameter from SQL query in F# f%23 parameters sql SQL How Output How to get Output parameter from SQL query in F# I have SQL query, where I have two parameters and one output parameter (varchar). How I should call the procedure and get the output param...
[ 0.0194091796875, 0.000270843505859375, -0.012939453125, 0.01251220703125, -0.020751953125, 0.00872802734375, -0.002471923828125, -0.01055908203125, -0.01043701171875, -0.0068359375, 0.02587890625, -0.0155029296875, -0.0011138916015625, 0.0020294189453125, -0.0030364990234375, -0.005371...
[ 11249, 47, 2046, 13538, 7077, 171859, 1295, 80866, 41, 1294, 23, 563, 4904, 1238, 3742, 99247, 6626, 1632, 140992, 1961, 9254, 5608, 11782, 50491, 136, 70 ]
[ 0.07568359375, 0.031463623046875, 0.1419677734375, 0.2059326171875, 0.2281494140625, 0.271728515625, 0.1302490234375, 0.2230224609375, 0.150146484375, 0.1220703125, 0.050384521484375, 0.1246337890625, 0.201416015625, 0.05206298828125, 0.1094970703125, 0.146240234375, 0.066162109375, ...
embed
27185831_c0
27185831
fsharp
0
Title: Implementation of arrays in F# Problem title: Implementation of arrays in F# Tags: arrays, f%23 Problem: Implementation of arrays in F# I have a question: type Diversion = Pile[] // allPilesEmpty: Diversion -> bool I'm new in F#, and I have such an implementation to do. Could you help me how to implement allPile...
Implementation of arrays in F# Implementation of arrays in F# arrays f%23 Implementation Diversion Pile Implementation of arrays in F# I have a question: I'm new in F#, and I have such an implementation to do. Could you help me how to implement allPilesEmpty function? Thanks.
[ -0.0020599365234375, -0.0023193359375, 0.0162353515625, 0.03564453125, -0.01263427734375, 0.0115966796875, -0.018310546875, -0.0299072265625, 0.00640869140625, 0.0185546875, 0.00665283203125, 0.04150390625, 0.003875732421875, 0.021240234375, -0.00439453125, -0.0091552734375, 0.006988...
[ 153941, 10298, 4778, 23, 563, 4904, 2320, 1238, 3949, 3742, 803, 46354, 13289, 13, 3525, 208124, 4358, 3642, 29479, 756, 159742, 90, 134332, 939, 32354 ]
[ 0.1964111328125, 0.1759033203125, 0.18310546875, 0.0271453857421875, 0.1392822265625, 0.219482421875, 0.011077880859375, 0.0770263671875, 0.029571533203125, 0.10345458984375, 0.1104736328125, 0.200927734375, 0.1915283203125, 0.1199951171875, 0.030670166015625, 0.168701171875, 0.02516...
embed
28691162_c0
28691162
fsharp
0
Title: The F# equivalent of C#&#x27;s &#x27;out&#x27; Problem title: The F# equivalent of C#&#x27;s &#x27;out&#x27; Tags: c%23-to-f%23, f%23 Problem: The F# equivalent of C#'s 'out' I am rewriting a C# library to F# and I need to translate the following code bool success; instance.GetValue(0x10, out success); what is t...
The F# equivalent of C#&#x27;s &#x27;out&#x27; The F# equivalent of C#&#x27;s &#x27;out&#x27; c%23-to-f%23 f%23 instance.GetValue The F# equivalent of C#'s 'out' I am rewriting a C# library to F# and I need to translate the following code what is the equivalent of the out keyword in F#?
[ 0.0184326171875, 0.0101318359375, 0.01361083984375, -0.004852294921875, -0.00482177734375, 0.01470947265625, -0.0172119140625, 0.002838134765625, 0.003570556640625, 0.01202392578125, 0.016357421875, 0.004852294921875, -0.015625, 0.0003032684326171875, -0.0003070831298828125, 0.00098419...
[ 581, 563, 4904, 183234, 111, 313, 3768, 7, 6056, 501, 167218, 27495, 188, 420, 3742, 1238, 110527, 724, 126, 856, 50770, 456, 199332, 35773, 1294, 47, 3900, 19309, 18151, 2367, 83, 70, 1810, 166117, 23 ]
[ 0.040496826171875, 0.1695556640625, 0.2479248046875, 0.21728515625, 0.0540771484375, 0.0924072265625, 0.102294921875, 0.04803466796875, 0.27099609375, 0.04541015625, 0.004913330078125, 0.15283203125, 0.1226806640625, 0.07012939453125, 0.0780029296875, 0.07958984375, 0.1929931640625, ...
embed
93022_c0
93022
fsharp
0
Title: Non Visual Studio F# IDE Problem title: Non Visual Studio F# IDE Tags: f%23, ide Problem: Non Visual Studio F# IDE Does anyone know of an IDE for F# development that does not involve me shelling out $300? I will gladly move to F# VS Express if they ever release one, but spending money to just get started with a ...
Non Visual Studio F# IDE Non Visual Studio F# IDE f%23 ide Non Visual Studio IDE Non Visual Studio F# IDE Does anyone know of an IDE for F# development that does not involve me shelling out $300? I will gladly move to F# VS Express if they ever release one, but spending money to just get started with a new language is ...
[ -0.0003871917724609375, 0.0133056640625, 0.003875732421875, -0.006744384765625, 0.004150390625, 0.015869140625, 0.0050048828125, 0.01348876953125, 0.001220703125, 0.0029296875, 0.024169921875, -0.01409912109375, -0.0040283203125, 0.004608154296875, 0.00689697265625, -0.0000388622283935...
[ 3775, 73372, 22968, 563, 4904, 36497, 1238, 3949, 3742, 5415, 35672, 3714, 111, 142, 6, 100, 34754, 450, 14602, 959, 83687, 163, 2412, 30319, 1810, 3650, 7739, 9525, 25813, 44160, 25129, 54452, 1632, 1284, 140533, 17265, 26859, 3525, 46876,...
[ 0.177490234375, 0.1712646484375, 0.1351318359375, 0.17578125, 0.242431640625, 0.271484375, 0.109375, 0.04083251953125, 0.08447265625, 0.156494140625, 0.05377197265625, 0.0743408203125, 0.0146942138671875, 0.05950927734375, 0.041961669921875, 0.062042236328125, 0.157958984375, 0.031...
embed
946159_c0
946159
fsharp
0
Title: F#: Why can&#x27;t I use optional parameters in loose functions? Problem title: F#: Why can&#x27;t I use optional parameters in loose functions? Tags: optional-parameters, f%23 Problem: F#: Why can't I use optional parameters in loose functions? Why can't I use optional parameters in loose functions defined with...
F#: Why can&#x27;t I use optional parameters in loose functions? F#: Why can&#x27;t I use optional parameters in loose functions? optional-parameters f%23 Why F#: Why can't I use optional parameters in loose functions? Why can't I use optional parameters in loose functions defined with "let"? Why are they only allowed ...
[ -0.006134033203125, 0.00384521484375, 0.0009613037109375, -0.0172119140625, -0.00347900390625, -0.0014495849609375, 0.00518798828125, -0.01422119140625, 0.00921630859375, 0.025634765625, 0.001983642578125, -0.013671875, -0.0009918212890625, -0.00238037109375, 0.0150146484375, -0.006988...
[ 563, 4904, 44084, 831, 3768, 18, 4527, 35829, 289, 171859, 7, 5078, 184, 32354, 23, 6276, 29089, 1238, 3742, 61924, 1974, 4734, 107003, 32786 ]
[ 0.10302734375, 0.1640625, 0.109619140625, 0.0814208984375, 0.0279083251953125, 0.07745361328125, 0.085693359375, 0.20947265625, 0.1373291015625, 0.2298583984375, 0.059295654296875, 0.11962890625, 0.103515625, 0.1630859375, 0.011138916015625, 0.074462890625, 0.1466064453125, 0.00955...
embed
16790638_c0
16790638
fsharp
0
Title: Loading .png to Bitmap Problem title: Loading .png to Bitmap Tags: bitmap, f%23, png Problem: Loading .png to Bitmap I need to access pixels of a .png file through F#. I can load it into an Image by its FromFile method, but I can't access its pixels. I don't know how to turn an Image into a Bitmap. Where I could...
Loading .png to Bitmap Loading .png to Bitmap bitmap f%23 png Loading Bitmap FromFile GetPixel Loading .png to Bitmap I need to access pixels of a .png file through F#. I can load it into an Image by its FromFile method, but I can't access its pixels. I don't know how to turn an Image into a Bitmap. Where I could use a...
[ 0.0125732421875, 0.0169677734375, -0.01324462890625, 0.02978515625, -0.0000782012939453125, 0.003997802734375, 0.0126953125, 0.0034027099609375, -0.002471923828125, -0.0341796875, 0.00555419921875, 0.00970458984375, -0.01104736328125, -0.007080078125, -0.00396728515625, 0.0138549804687...
[ 228006, 5, 128468, 47, 27774, 62346, 4785, 1238, 3949, 3742, 28090, 174350, 20779, 29348, 52851, 87, 3871, 17203, 98009, 7, 6, 11435, 8305, 563, 4904, 831, 72367, 3934, 22710, 6863, 55300, 1284, 18, 3714, 3642, 15504, 10, 78662, 5809, 452...
[ 0.2220458984375, 0.067626953125, 0.245849609375, 0.146728515625, 0.1746826171875, 0.263916015625, 0.1387939453125, 0.089111328125, 0.0819091796875, 0.1617431640625, 0.1629638671875, 0.198486328125, 0.15234375, 0.13427734375, 0.2239990234375, 0.0179901123046875, 0.09130859375, 0.150...
embed
2127163_c0
2127163
fsharp
0
Title: Difference between Seq.map and Seq.collect in F# Problem title: Difference between Seq.map and Seq.collect in F# Tags: .net, functional-programming, f%23 Problem: Difference between Seq.map and Seq.collect in F# In F#, what is the difference between functions "Seq.collect" and "Seq.map"? They seem equivalent fro...
Difference between Seq.map and Seq.collect in F# Difference between Seq.map and Seq.collect in F# .net functional-programming f%23 Difference Seq.map Seq.collect Difference between Seq.map and Seq.collect in F# In F#, what is the difference between functions "Seq.collect" and "Seq.map"? They seem equivalent from the de...
[ 0.03271484375, 0.0201416015625, 0.016845703125, 0.031005859375, -0.014892578125, 0.00439453125, 0.003204345703125, 0.005767822265625, 0.00015926361083984375, 0.0022735595703125, 0.0074462890625, 0.0216064453125, 0.0003662109375, 0.04150390625, 0.0118408203125, -0.00909423828125, -0.0...
[ 803, 18234, 6620, 17721, 503, 864, 5, 62346, 136, 196352, 23, 563, 4904, 1179, 123309, 28966, 3742, 2367, 60212, 32354, 4233, 10660, 48903, 183234, 76811, 51671 ]
[ 0.10113525390625, 0.1976318359375, 0.098388671875, 0.1090087890625, 0.13623046875, 0.2357177734375, 0.088623046875, 0.254638671875, 0.08685302734375, 0.267822265625, 0.02471923828125, 0.1070556640625, 0.159912109375, 0.0986328125, 0.115478515625, 0.03424072265625, 0.0171966552734375,...
embed
6306723_c0
6306723
fsharp
0
Title: Simple type test in F# Problem title: Simple type test in F# Tags: f%23, c%23-to-f%23 Problem: Simple type test in F# I've been googling for a while now... Ok, I'm sorry, this one is pathetically easy but is there an operator in F# to compare class types, like the 'is' keyword in C#? I don't want to use a full b...
Simple type test in F# Simple type test in F# f%23 c%23-to-f%23 Simple Simple type test in F# I've been googling for a while now... Ok, I'm sorry, this one is pathetically easy but is there an operator in F# to compare class types, like the 'is' keyword in C#? I don't want to use a full blown match statement or start c...
[ -0.005950927734375, -0.005126953125, -0.001495361328125, 0.004669189453125, -0.00909423828125, -0.0177001953125, -0.00555419921875, 0.0118408203125, 0.005828857421875, 0.010986328125, 0.00927734375, -0.0081787109375, 0.006134033203125, 0.00347900390625, 0.0062255859375, 0.0068969726562...
[ 60552, 10644, 3034, 23, 563, 4904, 1238, 3742, 501, 27495, 188, 420, 1663, 12960, 59090, 1448, 23468, 83, 2685, 142, 39933, 47, 69101, 18507, 52895, 1884, 70, 164, 166117, 313, 102310, 14858, 63805, 176050, 5024 ]
[ 0.1705322265625, 0.2176513671875, 0.185302734375, 0.035858154296875, 0.1220703125, 0.181884765625, 0.031402587890625, 0.078857421875, 0.0050048828125, 0.1182861328125, 0.10491943359375, 0.04693603515625, 0.003753662109375, 0.034027099609375, 0.04986572265625, 0.013336181640625, 0.076...
embed
64681294_c0
64681294
fsharp
0
Title: Understanding the type of &quot;failwith&quot; in F#? Problem title: Understanding the type of &quot;failwith&quot; in F#? Tags: types, f%23, exception Problem: Understanding the type of "failwith" in F#? How to make sense of the type of failwith in F#? > failwith;; val it : (string -> 'a) Why is it associated w...
Understanding the type of &quot;failwith&quot; in F#? Understanding the type of &quot;failwith&quot; in F#? types f%23 exception Understanding Understanding the type of "failwith" in F#? How to make sense of the type of failwith in F#? Why is it associated with a generic type 'a instead of an exception?
[ 0.014892578125, 0.022216796875, -0.00052642822265625, 0.005706787109375, 0.01409912109375, 0.00384521484375, 0.00020503997802734375, -0.0010528564453125, 0.0181884765625, -0.00168609619140625, -0.0040283203125, -0.020751953125, -0.0037078857421875, -0.005340576171875, -0.0024261474609375...
[ 9626, 144057, 10644, 111, 120540, 76228, 23, 563, 4904, 70, 52895, 1238, 3949, 3742, 131527, 10422, 35782, 44084, 137272, 189534, 242, 11, 64457 ]
[ 0.07366943359375, 0.045196533203125, 0.1512451171875, 0.062164306640625, 0.150390625, 0.24951171875, 0.063232421875, 0.130859375, 0.217041015625, 0.0059814453125, 0.14794921875, 0.0887451171875, 0.024505615234375, 0.08746337890625, 0.1630859375, 0.06304931640625, 0.1478271484375, 0...
embed
24998248_c0
24998248
fsharp
0
Title: F# Canopy Close Popup Window Problem title: F# Canopy Close Popup Window Tags: f%23, canopy-web-testing Problem: F# Canopy Close Popup Window I'm testing a web page with Canopy that has a popup window. Does anyone know if there is a way with Canopy to close the popup window? Otherwise I guess it's a case of dipp...
F# Canopy Close Popup Window F# Canopy Close Popup Window f%23 canopy-web-testing Canopy Close Popup Window F# Canopy Close Popup Window I'm testing a web page with Canopy that has a popup window. Does anyone know if there is a way with Canopy to close the popup window? Otherwise I guess it's a case of dipping into Sel...
[ 0.01513671875, 0.018798828125, -0.00921630859375, 0.0137939453125, -0.01348876953125, -0.01373291015625, -0.0002346038818359375, -0.00897216796875, -0.0185546875, -0.00830078125, -0.0076904296875, -0.006683349609375, -0.01068115234375, -0.005035400390625, 0.024169921875, -0.01202392578...
[ 563, 4904, 4171, 2146, 53, 153335, 11584, 2037, 176501, 1238, 3949, 3742, 831, 14051, 6954, 134234, 1467, 9191, 7426, 76896, 35672, 3714, 3917, 678, 47, 20903, 45, 26783, 3934, 33695, 53208, 34831 ]
[ 0.0889892578125, 0.1663818359375, 0.1531982421875, 0.1934814453125, 0.2154541015625, 0.2210693359375, 0.17626953125, 0.17724609375, 0.198486328125, 0.059783935546875, 0.00054931640625, 0.06298828125, 0.097900390625, 0.0830078125, 0.1412353515625, 0.1593017578125, 0.09130859375, 0.0...
embed
20754905_c0
20754905
fsharp
0
Title: Map array into array of tuples of previous, current, and next values Problem title: Map array into array of tuples of previous, current, and next values Tags: f%23 Problem: Map array into array of tuples of previous, current, and next values What is the best way to map the following: [|"A"; "B"; "C"; "D"|] to [|...
Map array into array of tuples of previous, current, and next values Map array into array of tuples of previous, current, and next values f%23 Map Map array into array of tuples of previous, current, and next values What is the best way to map the following: to ?
[ -0.011962890625, 0.00933837890625, -0.00518798828125, 0.0225830078125, -0.0269775390625, -0.00872802734375, -0.004241943359375, -0.00897216796875, 0.025390625, -0.0211181640625, -0.0194091796875, 0.026611328125, 0.006561279296875, 0.0262451171875, -0.0078125, 0.0093994140625, -0.0053...
[ 42719, 10298, 53, 3934, 111, 370, 99726, 96362, 43581, 11737, 142424, 4, 136, 1238, 3949, 3742, 70, 2965, 3917, 47, 22288, 25632, 12, 705 ]
[ 0.239501953125, 0.221923828125, 0.136962890625, 0.166748046875, 0.057464599609375, 0.125, 0.212890625, 0.1822509765625, 0.2020263671875, 0.1807861328125, 0.1756591796875, 0.015594482421875, 0.048614501953125, 0.109130859375, 0.0848388671875, 0.183837890625, 0.01837158203125, 0.1489...
embed
2571642_c0
2571642
fsharp
0
Title: How do you work with IList&lt;&gt; in F#? Problem title: How do you work with IList&lt;&gt; in F#? Tags: ilist, f%23, sum Problem: How do you work with IList<> in F#? I have a list of type IList<Effort> . The model Effort contains a float called Amount . I would like to return the sum of Amount for the whole lis...
How do you work with IList&lt;&gt; in F#? How do you work with IList&lt;&gt; in F#? ilist f%23 sum How IList Effort Amount How do you work with IList<> in F#? I have a list of type IList<Effort> . The model Effort contains a float called Amount . I would like to return the sum of Amount for the whole list, in F#. How w...
[ -0.00014591217041015625, 0.0025634765625, 0.017333984375, 0.0003643035888671875, -0.0224609375, -0.001556396484375, -0.007171630859375, 0.0213623046875, 0.01116943359375, -0.0169677734375, 0.0289306640625, -0.006866455078125, -0.0257568359375, -0.006195068359375, 0.007080078125, 0.0090...
[ 11249, 54, 4488, 678, 87, 154663, 1230, 1277, 5386, 23, 563, 4904, 17, 6562, 1238, 3949, 3742, 10554, 14467, 17883, 62, 121147, 398, 5303, 10644, 120482, 6, 3299, 70541, 21917, 257, 35839, 1884, 47, 30646, 111, 100, 28271, 69307 ]
[ 0.0863037109375, 0.05499267578125, 0.147216796875, 0.1097412109375, 0.175048828125, 0.296142578125, 0.039459228515625, 0.0863037109375, 0.097900390625, 0.07562255859375, 0.1650390625, 0.215576171875, 0.1453857421875, 0.26416015625, 0.122802734375, 0.028228759765625, 0.1578369140625, ...
embed
44354164_c0
44354164
fsharp
0
Title: F# - Convert Int option to Int64 option Problem title: F# - Convert Int option to Int64 option Tags: f%23 Problem: F# - Convert Int option to Int64 option Is there better way how to do this? : let intOption = Some(123) let longOption = match intOption with | Some x -> Some(int64 x ) | None -> None I need to conv...
F# - Convert Int option to Int64 option F# - Convert Int option to Int64 option f%23 Convert Int64 Some None F# - Convert Int option to Int64 option Is there better way how to do this? : I need to convert option of int to option of int64 .
[ -0.0086669921875, -0.00457763671875, 0.015869140625, -0.0146484375, -0.0107421875, -0.0205078125, -0.003875732421875, -0.0255126953125, -0.00701904296875, 0.01177978515625, 0.00933837890625, 0.0167236328125, 0.00616455078125, 0.006927490234375, 0.021728515625, 0.018798828125, 0.00762...
[ 563, 4904, 20, 1657, 11549, 360, 18, 35829, 47, 13307, 1238, 3742, 31384, 438, 2685, 11522, 3917, 3642, 54, 903, 87, 3871, 96760, 111, 23, 6 ]
[ 0.1380615234375, 0.2252197265625, 0.038330078125, 0.0831298828125, 0.1644287109375, 0.159423828125, 0.20166015625, 0.241943359375, 0.1082763671875, 0.29736328125, 0.074951171875, 0.09442138671875, 0.046295166015625, 0.062744140625, 0.0030517578125, 0.05670166015625, 0.0455322265625, ...
embed
7465702_c0
7465702
fsharp
0
Title: Which of these is the better style for function definition in f#? Problem title: Which of these is the better style for function definition in f#? Tags: f%23, ml Problem: Which of these is the better style for function definition in f#? let rec ints = function n -> Link (n+1, ints) let rec ints2 n = Link (n+1 ,i...
Which of these is the better style for function definition in f#? Which of these is the better style for function definition in f#? f%23 ml Which Link ints2 Which of these is the better style for function definition in f#? Which of these is a better style and why?
[ -0.0022430419921875, -0.010986328125, 0.00836181640625, 0.0155029296875, -0.0020294189453125, -0.011474609375, 0.009521484375, 0.0067138671875, 0.0086669921875, -0.003997802734375, 0.00063323974609375, 0.00701904296875, -0.0004425048828125, 0.00494384765625, 0.0174560546875, -0.0006713...
[ 6097, 11522, 20623, 32354, 80934, 1238, 4904, 23, 3949, 3742, 7115, 130078, 12779, 933, 304 ]
[ 0.01239013671875, 0.135986328125, 0.2474365234375, 0.2203369140625, 0.2237548828125, 0.1036376953125, 0.1917724609375, 0.1219482421875, 0.007232666015625, 0.1134033203125, 0.1591796875, 0.0560302734375, 0.2476806640625, 0.1668701171875, 0.16064453125 ]
embed
12387368_c0
12387368
fsharp
0
Title: Multiple lines in a node of a treeview? Problem title: Multiple lines in a node of a treeview? Tags: .net, winforms, treeview, f%23, c%23 Problem: Multiple lines in a node of a treeview? Can a node in a treeview contain multiple lines of text? Is it possible to coerce it to do so if no direct way is possible (wh...
Multiple lines in a node of a treeview? Multiple lines in a node of a treeview? .net winforms treeview f%23 c%23 Multiple Multiple lines in a node of a treeview? Can a node in a treeview contain multiple lines of text? Is it possible to coerce it to do so if no direct way is possible (which seems likely)? Programming i...
[ -0.024658203125, -0.006103515625, -0.01055908203125, 0.005828857421875, 0.0103759765625, -0.01226806640625, 0.0260009765625, -0.006256103515625, 0.0026397705078125, -0.01251220703125, -0.0167236328125, -0.033447265625, 0.016845703125, -0.0010833740234375, -0.01153564453125, 0.002288818...
[ 19335, 8705, 124519, 23, 110, 112, 53201, 22751, 1179, 148, 46334, 7, 1238, 3742, 4171, 70541, 48716, 111, 7986, 7722, 552, 56, 329, 8951, 47041, 27958, 563, 4904, 24447, 40401 ]
[ 0.147705078125, 0.116455078125, 0.205322265625, 0.04296875, 0.1458740234375, 0.1396484375, 0.161865234375, 0.27587890625, 0.0732421875, 0.080810546875, 0.2105712890625, 0.056365966796875, 0.01007080078125, 0.031036376953125, 0.05657958984375, 0.11376953125, 0.20654296875, 0.0091552...
embed
2968983_c0
2968983
fsharp
0
Title: Confused with F# List.nth&#x27;s argument order Problem title: Confused with F# List.nth&#x27;s argument order Tags: f%23 Problem: Confused with F# List.nth's argument order List.nth is 'T list -> int -> 'T , rather than the standard int -> 'T list -> 'T like Seq.nth . This makes pipeline somewhat awkward. Is th...
Confused with F# List.nth&#x27;s argument order Confused with F# List.nth&#x27;s argument order f%23 Confused List.nth Confused with F# List.nth's argument order List.nth is 'T list -> int -> 'T , rather than the standard int -> 'T list -> 'T like Seq.nth . This makes pipeline somewhat awkward. Is there something behin...
[ 0.0034637451171875, -0.0162353515625, 0.0235595703125, -0.0103759765625, -0.0025787353515625, -0.00191497802734375, 0.01239013671875, -0.005279541015625, 0.0068359375, -0.00051116943359375, 0.016357421875, -0.01031494140625, -0.000766754150390625, -0.004730224609375, -0.00885009765625, ...
[ 106161, 33740, 563, 4904, 32036, 19, 927, 3768, 10750, 12989, 1238, 3742, 678, 83, 618, 5303, 33079, 23, 18, 242, 43257, 3501, 5570, 1884, 503, 864, 30482, 137158, 2256, 208806, 434, 92, 19364, 9844, 50155, 28302, 3714, 15400 ]
[ 0.1529541015625, 0.1434326171875, 0.1162109375, 0.2197265625, 0.21875, 0.058502197265625, 0.2100830078125, 0.10430908203125, 0.2313232421875, 0.2205810546875, 0.063720703125, 0.0601806640625, 0.014373779296875, 0.053253173828125, 0.1849365234375, 0.2386474609375, 0.06304931640625, ...
embed
67813990_c0
67813990
fsharp
0
Title: Learning F# and trying to figure out syntax Problem title: Learning F# and trying to figure out syntax Tags: compiler-errors, f%23 Problem: Learning F# and trying to figure out syntax I'm new to F# if someone can explain to me this error please [4; 5; 2; 7] :: 3;; stdin(4,17): error FS0001: This expression was e...
Learning F# and trying to figure out syntax Learning F# and trying to figure out syntax compiler-errors f%23 Learning Learning F# and trying to figure out syntax I'm new to F# if someone can explain to me this error please [4; 5; 2; 7] :: 3;; stdin(4,17): error FS0001: This expression was expected to have type 'int lis...
[ 0.0076904296875, -0.0021209716796875, 0.00010395050048828125, -0.000682830810546875, -0.01007080078125, 0.00958251953125, -0.0142822265625, 0.0040283203125, 0.006927490234375, -0.02978515625, 0.0225830078125, -0.025390625, 0.0145263671875, 0.0162353515625, -0.004669189453125, -0.031005...
[ 114344, 563, 4904, 31577, 26366, 6002, 86531, 9969, 34759, 188800, 1238, 3949, 3742, 3525, 73342, 163, 18499, 22936, 617, 74, 190, 116, 361, 1984, 138, 6138, 3035, 105801, 59741, 93774, 188735, 3293, 125195, 509, 84751, 10644, 4288, 5303, 1...
[ 0.06048583984375, 0.0921630859375, 0.1904296875, 0.01080322265625, 0.068603515625, 0.089111328125, 0.1422119140625, 0.1131591796875, 0.107666015625, 0.15625, 0.09173583984375, 0.081787109375, 0.1796875, 0.031036376953125, 0.05157470703125, 0.001922607421875, 0.1759033203125, 0.0289...
embed
50849007_c0
50849007
fsharp
0
Title: Split Dataset into smallers sets randomly f# Problem title: Split Dataset into smallers sets randomly f# Tags: f%23 Problem: Split Dataset into smallers sets randomly f# I am learning F # and I would like to learn how to split a data set into 10 smaller sets randomly. Anyone have any ideas to start ??? What topi...
Split Dataset into smallers sets randomly f# Split Dataset into smallers sets randomly f# f%23 Split Dataset Split Dataset into smallers sets randomly f# I am learning F # and I would like to learn how to split a data set into 10 smaller sets randomly. Anyone have any ideas to start ??? What topic should I read ??? I n...
[ 0.00701904296875, 0.005767822265625, -0.0013427734375, 0.0048828125, -0.0067138671875, 0.0026092529296875, 0.0103759765625, -0.00885009765625, -0.008056640625, -0.0181884765625, -0.00141143798828125, 0.00927734375, -0.006317138671875, 0.011474609375, 0.01275634765625, 0.001091003417968...
[ 46474, 11809, 3509, 3934, 164917, 7, 5423, 96759, 1238, 4904, 3949, 3742, 538, 52080, 563, 468, 2806, 1884, 30698, 3642, 47, 65450, 2053, 209, 3630, 25647, 4034, 37336, 28451, 5608, 12301, 3871, 4358, 21342 ]
[ 0.2325439453125, 0.1285400390625, 0.177978515625, 0.1446533203125, 0.1978759765625, 0.0699462890625, 0.17626953125, 0.166015625, 0.1075439453125, 0.1009521484375, 0.00390625, 0.10003662109375, 0.001007080078125, 0.09326171875, 0.0999755859375, 0.1103515625, 0.006011962890625, 0.049...
embed
59224379_c1
59224379
fsharp
1
2),(snd drone1 - snd drone2)) dist member x.flyDrones = for drone in x.drones do member x.addDrone(x1, y1, x2, y2, spd) = new Drone(x1, y1, x2, y2, spd) //member x.willCollide(time) = Code signals: How, Drones, Drone, x1:int, y1:int, x2:int, y2:int, spd:int, Count, Collection, x.fly, x.isFinished, Airspace, x.drones, D...
2),(snd drone1 - snd drone2)) dist member x.flyDrones = for drone in x.drones do member x.addDrone(x1, y1, x2, y2, spd) = new Drone(x1, y1, x2, y2, spd) //member x.willCollide(time) = Code signals: How, Drones, Drone, x1:int, y1:int, x2:int, y2:int, spd:int, Count, Collection, x.fly, x.isFinished, Airspace, x.drones, D...
[ 0.005828857421875, 0.0179443359375, -0.0030975341796875, 0.02197265625, -0.01068115234375, 0.0004730224609375, -0.01165771484375, -0.0027008056640625, -0.00469970703125, -0.00994873046875, -0.008056640625, -0.0035247802734375, 0.018310546875, 0.0040283203125, -0.0198974609375, -0.01544...
[ 4958, 4, 7, 2208, 143027, 418, 20, 91, 10461, 16, 45, 271, 32786, 1022, 5, 35121, 28928, 25749, 2203, 100, 23, 65025, 90, 54, 4028, 86345, 425, 113, 304, 5213, 71, 3525, 46193, 86, 39, 27417, 110641, 78457, 150, 112, 6032, 28864, 26...
[ 0.1434326171875, 0.03216552734375, 0.0174713134765625, 0.147705078125, 0.231689453125, 0.0849609375, 0.0594482421875, 0.03863525390625, 0.1693115234375, 0.0302734375, 0.1038818359375, 0.1461181640625, 0.2125244140625, 0.136962890625, 0.0290374755859375, 0.1475830078125, 0.16198730468...
embed
13584993_c0
13584993
fsharp
0
Title: Insert node binary tree Problem title: Insert node binary tree Tags: f%23, tree Problem: Insert node binary tree I have this tree node : type Tree<'T when 'T: comparison> = | Empty | Node of 'T * Tree<'T> * Tree<'T> but I cant find out a good insert function. I don't want to do a interactive program, the input s...
Insert node binary tree Insert node binary tree f%23 tree Insert Tree Empty Node Insert node binary tree I have this tree node : but I cant find out a good insert function. I don't want to do a interactive program, the input should be a list that is inserted to the tree.
[ -0.009765625, -0.0194091796875, 0.01312255859375, 0.004119873046875, 0.007171630859375, 0.0240478515625, -0.033203125, -0.033447265625, 0.0081787109375, -0.0211181640625, 0.006256103515625, -0.0218505859375, -0.00225830078125, 0.005401611328125, 0.004791259765625, 0.009765625, 0.0252...
[ 360, 33657, 110, 112, 2394, 6635, 53201, 1238, 3949, 3742, 101344, 31678, 939, 438, 765, 903, 45767, 7413, 1810, 4127, 183540, 32354, 3444, 212398, 1528, 107730, 5608, 186, 5303, 83, 297, 47 ]
[ 0.10888671875, 0.235595703125, 0.1671142578125, 0.146728515625, 0.1663818359375, 0.0992431640625, 0.2205810546875, 0.05181884765625, 0.0596923828125, 0.1402587890625, 0.215576171875, 0.1468505859375, 0.07073974609375, 0.153076171875, 0.05694580078125, 0.081787109375, 0.0689697265625,...
embed
11249103_c0
11249103
fsharp
0
Title: What are the postfix numbers on F# core methods? Problem title: What are the postfix numbers on F# core methods? Tags: seq, f%23 Problem: What are the postfix numbers on F# core methods? I was looking at the source code for the Append function in the SeqModule and noticed that there are a ton of duplicate method...
What are the postfix numbers on F# core methods? What are the postfix numbers on F# core methods? seq f%23 What What are the postfix numbers on F# core methods? I was looking at the source code for the Append function in the SeqModule and noticed that there are a ton of duplicate methods with @xxx postfixed to them. Do...
[ 0.01116943359375, 0.011962890625, -0.0003452301025390625, 0.00732421875, 0.0166015625, -0.00836181640625, 0.01470947265625, 0.026123046875, 0.0111083984375, 0.0203857421875, -0.0206298828125, -0.0146484375, -0.007080078125, 0.0186767578125, -0.00469970703125, 0.0010833740234375, -0.0...
[ 4865, 1305, 55923, 101935, 98, 563, 4904, 56458, 150624, 70, 40, 864, 1238, 3949, 3742, 621, 31344, 18151, 5659, 3611, 32354, 503, 91616, 8782, 156672, 8721, 171763, 67, 1374, 43883, 47, 2856, 15400, 6097, 3688 ]
[ 0.009002685546875, 0.145751953125, 0.260986328125, 0.1832275390625, 0.039398193359375, 0.1051025390625, 0.1865234375, 0.17578125, 0.1759033203125, 0.0166778564453125, 0.09918212890625, 0.164794921875, 0.0997314453125, 0.04638671875, 0.15625, 0.006256103515625, 0.05035400390625, 0.0...
embed
6418000_c2
6418000
fsharp
2
peval2 p env fenv = match p with | Program ([], e) -> eval2 e env fenv | Program (Declaration (s1, s2, e1) :: tl, e) -> <@ let rec f x = %(eval2 e1 (ext env s2 <@ x @>) (ext fenv s1 <@ f @>)) in %(peval2 (Program(tl, e)) env (ext fenv s1 <@ f @>)) @> Code signals: Another, peval2, Program, eval2, Declaration, Expr, Mi...
peval2 p env fenv = match p with | Program ([], e) -> eval2 e env fenv | Program (Declaration (s1, s2, e1) :: tl, e) -> <@ let rec f x = %(eval2 e1 (ext env s2 <@ x @>) (ext fenv s1 <@ f @>)) in %(peval2 (Program(tl, e)) env (ext fenv s1 <@ f @>)) @> Code signals: Another, peval2, Program, eval2, Declaration, Expr, Mi...
[ -0.00008392333984375, 0.009521484375, -0.0031890869140625, 0.015380859375, 0.01495361328125, 0.02490234375, 0.00016880035400390625, -0.01165771484375, 0.015625, -0.01806640625, 0.00823974609375, 0.0189208984375, 0.004119873046875, -0.0225830078125, 0.004913330078125, -0.00274658203125,...
[ 280, 1405, 304, 915, 22, 334, 32668, 2203, 14858, 678, 7663, 28, 120152, 320, 2320, 7, 418, 91, 17727, 75137, 981, 2633, 21954, 1238, 1022, 1745, 13, 3355, 18, 23, 1081, 148968, 141, 28864, 26073, 116267, 98501, 60075, 42, 7244, 36381, ...
[ 0.1591796875, 0.265380859375, 0.2020263671875, 0.154296875, 0.12744140625, 0.271484375, 0.18359375, 0.0880126953125, 0.220947265625, 0.160400390625, 0.2056884765625, 0.1138916015625, 0.1248779296875, 0.1824951171875, 0.08306884765625, 0.008758544921875, 0.0269317626953125, 0.036254...
embed
12322421_c0
12322421
fsharp
0
Title: is there any tool to auto tidy up F# code Problem title: is there any tool to auto tidy up F# code Tags: f%23 Problem: is there any tool to auto tidy up F# code Visual Studio doesn't offer automatic formatting for F#, is there any other editor I can use to automate that? I would like it would put reasonable whit...
is there any tool to auto tidy up F# code is there any tool to auto tidy up F# code f%23 is there any tool to auto tidy up F# code Visual Studio doesn't offer automatic formatting for F#, is there any other editor I can use to automate that? I would like it would put reasonable white spaces in between arithmetic operat...
[ 0.0142822265625, 0.00982666015625, 0.01190185546875, -0.0118408203125, 0.01361083984375, 0.0108642578125, 0.0250244140625, 0.01318359375, -0.007080078125, 0.006134033203125, 0.00921630859375, 0.02685546875, -0.01611328125, 0.00714111328125, 0.0179443359375, -0.0211181640625, 0.009643...
[ 2499, 55516, 47, 1809, 2936, 53, 1257, 563, 4904, 18151, 2685, 1238, 3949, 3742, 83, 73372, 22968, 18, 18645, 101038, 9384, 1916, 100, 3789, 30391, 831, 4527, 11408, 13, 2806, 1884, 3884, 169022, 35011, 32628, 17721, 8962, 282, 9523, 3993...
[ 0.07275390625, 0.2298583984375, 0.0718994140625, 0.1932373046875, 0.18505859375, 0.150390625, 0.14501953125, 0.166748046875, 0.2139892578125, 0.18798828125, 0.03265380859375, 0.09881591796875, 0.012969970703125, 0.150634765625, 0.004638671875, 0.1959228515625, 0.1717529296875, 0.04...
embed
3587499_c0
3587499
fsharp
0
Title: What are the benefits of using Scala in .Net? Problem title: What are the benefits of using Scala in .Net? Tags: f%23, scala, clr, .net Problem: What are the benefits of using Scala in .Net? Scala is a peculiar programming language in that it targets both JVM and the CLR. But what are the benefits? Is it worth c...
What are the benefits of using Scala in .Net? What are the benefits of using Scala in .Net? f%23 scala clr .net Scala What Net What are the benefits of using Scala in .Net? Scala is a peculiar programming language in that it targets both JVM and the CLR. But what are the benefits? Is it worth considering it as a viable...
[ 0.01507568359375, 0.0225830078125, 0.0107421875, -0.0031890869140625, 0.0048828125, -0.03125, 0.00091552734375, 0.01092529296875, -0.0012054443359375, 0.005950927734375, -0.01300048828125, 0.000804901123046875, -0.005584716796875, 0.00180816650390625, 0.005950927734375, 0.0073852539062...
[ 4865, 621, 70, 72382, 111, 17368, 152653, 11, 23, 5, 24447, 1238, 3742, 146232, 33139, 42, 1179, 10086, 83, 10, 105482, 56037, 449, 46876, 30388, 821, 47599, 136, 313, 138535, 2367, 41965, 179635, 279, 2886, 30700, 47, 563, 4904 ]
[ 0.053955078125, 0.0625, 0.0963134765625, 0.1998291015625, 0.0687255859375, 0.14111328125, 0.263671875, 0.2169189453125, 0.0853271484375, 0.06201171875, 0.1864013671875, 0.06060791015625, 0.0718994140625, 0.2425537109375, 0.0199432373046875, 0.0953369140625, 0.18017578125, 0.1483154...
embed
15418050_c0
15418050
fsharp
0
Title: F# for the VM in a MVVM WPF environment? Problem title: F# for the VM in a MVVM WPF environment? Tags: f%23, mvvm Problem: F# for the VM in a MVVM WPF environment? Obviously F# would rule the model part, but would the choice be as clear for the VM part ? Would the tooling support lost (any?) be compensated by th...
F# for the VM in a MVVM WPF environment? F# for the VM in a MVVM WPF environment? f%23 mvvm MVVM WPF F# for the VM in a MVVM WPF environment? Obviously F# would rule the model part, but would the choice be as clear for the VM part ? Would the tooling support lost (any?) be compensated by the gain in the flexibility in ...
[ -0.01287841796875, 0.0218505859375, 0.00958251953125, 0.00994873046875, -0.00025177001953125, 0.0137939453125, 0.001220703125, 0, 0.0010833740234375, 0.000324249267578125, -0.00445556640625, -0.01361083984375, 0.0159912109375, 0.0040283203125, -0.01239013671875, -0.015380859375, 0.00...
[ 563, 4904, 100, 43084, 23, 66160, 47599, 601, 41265, 65998, 1238, 3949, 3742, 347, 53962, 39, 2806, 79986, 3299, 2831, 44126, 237, 34735, 154559, 55516, 214, 8060, 72856, 56381, 21647, 71985, 1937, 21334, 38415 ]
[ 0.1590576171875, 0.253173828125, 0.07061767578125, 0.2568359375, 0.02789306640625, 0.159912109375, 0.2373046875, 0.0867919921875, 0.2166748046875, 0.136474609375, 0.10089111328125, 0.0228118896484375, 0.124755859375, 0.0171051025390625, 0.1434326171875, 0.1092529296875, 0.04934692382...
embed
64902770_c0
64902770
fsharp
0
Title: What is the F# equivalent of string.IsNullOrEmpty()? Problem title: What is the F# equivalent of string.IsNullOrEmpty()? Tags: f%23 Problem: What is the F# equivalent of string.IsNullOrEmpty()? Given the following record in F#: type Model = { Text: string option } What is the F# equivalent of C#'s, string.IsNull...
What is the F# equivalent of string.IsNullOrEmpty()? What is the F# equivalent of string.IsNullOrEmpty()? f%23 What string.IsNullOrEmpty Model Text Model.Text What is the F# equivalent of string.IsNullOrEmpty()? Given the following record in F#: What is the F# equivalent of C#'s, TIA
[ -0.003997802734375, -0.0177001953125, 0.006195068359375, 0.0308837890625, -0.032958984375, 0.0062255859375, 0.0133056640625, -0.0164794921875, 0.00238037109375, 0.016357421875, 0.022705078125, 0.0016326904296875, -0.007781982421875, -0.0093994140625, 0.02099609375, 0.000881195068359375...
[ 4865, 563, 4904, 183234, 79315, 29598, 18444, 1181, 19060, 134332, 939, 5, 132, 1238, 3742, 13293, 24129, 174379, 83, 70, 17164, 313, 114551 ]
[ 0.0170745849609375, 0.158447265625, 0.2197265625, 0.1995849609375, 0.2025146484375, 0.10650634765625, 0.1512451171875, 0.132080078125, 0.14892578125, 0.1409912109375, 0.1279296875, 0.0169830322265625, 0.024871826171875, 0.0997314453125, 0.1083984375, 0.174560546875, 0.1263427734375, ...
embed
45396557_c0
45396557
fsharp
0
Title: Why can&#x27;t F# open static classes? Problem title: Why can&#x27;t F# open static classes? Tags: .net, f%23 Problem: Why can't F# open static classes? I thought modules were compiled to static class .NET IL code. I can open namespaces and modules, but why not static classes? printfn "Hello, World!" open System...
Why can&#x27;t F# open static classes? Why can&#x27;t F# open static classes? .net f%23 Why Hello World System.Console WriteLn Why can't F# open static classes? I thought modules were compiled to static class .NET IL code. I can open namespaces and modules, but why not static classes?
[ -0.0034332275390625, -0.0087890625, 0.0211181640625, -0.014404296875, -0.001800537109375, -0.001190185546875, -0.0091552734375, -0.01507568359375, -0.01312255859375, -0.017822265625, -0.01251220703125, -0.0186767578125, 0.01336669921875, 0.00148773193359375, 0.0224609375, -0.0161132812...
[ 44084, 831, 3768, 18, 563, 4904, 9803, 201939, 61112, 1179, 1238, 3742, 35378, 6661, 12353, 40777, 18781, 19, 17569, 88996, 5974, 297, 18507, 17777, 30219, 18151, 210716, 15400, 959 ]
[ 0.09619140625, 0.0928955078125, 0.0139617919921875, 0.0819091796875, 0.1519775390625, 0.20654296875, 0.1522216796875, 0.233154296875, 0.2225341796875, 0.10174560546875, 0.041900634765625, 0.0230560302734375, 0.11083984375, 0.091064453125, 0.09234619140625, 0.09130859375, 0.0377502441...
embed
47730120_c1
47730120
fsharp
1
>, cobr=None, pag=Unchecked.defaultof<nfe.Pag>, infAdic=None, exporta=None, compra=None, cana=None ) Code signals: InfNFe, XmlProvider, Schema, nfe_v4.00.xsd, ResolutionFolder, Unchecked.defaultof, nfe.InfNFe, nfe.Signature, nfe.NFe, None, ChangeDest, nfe.Dest, Some, TONY, hotmail.com, NFe123, n.InfNFe.Ide, n.InfNFe.Em...
>, cobr=None, pag=Unchecked.defaultof<nfe.Pag>, infAdic=None, exporta=None, compra=None, cana=None ) Code signals: InfNFe, XmlProvider, Schema, nfe_v4.00.xsd, ResolutionFolder, Unchecked.defaultof, nfe.InfNFe, nfe.Signature, nfe.NFe, None, ChangeDest, nfe.Dest, Some, TONY, hotmail.com, NFe123, n.InfNFe.Ide, n.InfNFe.Em...
[ -0.005126953125, 0.007232666015625, -0.00244140625, 0.01324462890625, 0.0194091796875, 0.0047607421875, 0.014404296875, -0.01806640625, -0.00099945068359375, -0.00494384765625, -0.0177001953125, -0.0213623046875, -0.00958251953125, 0.01544189453125, -0.01513671875, -0.004302978515625, ...
[ 977, 552, 3267, 2070, 14256, 78292, 297, 214810, 4390, 2242, 177, 34128, 18403, 31255, 11, 86, 19004, 831, 1388, 28864, 26073, 7, 12, 46757, 73493, 13, 1193, 7237, 177997, 62160, 34702, 192, 653, 334, 128367, 5, 425, 71, 853, 166589, 31...
[ 0.03619384765625, 0.056884765625, 0.173095703125, 0.16455078125, 0.04534912109375, 0.218017578125, 0.024749755859375, 0.2008056640625, 0.224365234375, 0.2132568359375, 0.03607177734375, 0.052520751953125, 0.09564208984375, 0.1585693359375, 0.06549072265625, 0.00115966796875, 0.170288...
embed
2459183_c0
2459183
fsharp
0
Title: Why only Seven elements in a Tuple in C# 4.0, with the eighth being another tuple? Problem title: Why only Seven elements in a Tuple in C# 4.0, with the eighth being another tuple? Tags: .net, c%23-4.0, f%23 Problem: Why only Seven elements in a Tuple in C# 4.0, with the eighth being another tuple? In F# the syn...
Why only Seven elements in a Tuple in C# 4.0, with the eighth being another tuple? Why only Seven elements in a Tuple in C# 4.0, with the eighth being another tuple? .net c%23-4.0 f%23 Why Seven Tuple Why only Seven elements in a Tuple in C# 4.0, with the eighth being another tuple? In F# the syntax sugar hides the CLR...
[ 0.016845703125, 0.018310546875, -0.0003490447998046875, 0.009033203125, 0.001373291015625, 0.0034942626953125, -0.0166015625, 0.00677490234375, 0.0299072265625, -0.004425048828125, -0.00921630859375, -0.01104736328125, -0.0205078125, 0.037353515625, 0.0166015625, 0.003997802734375, 0...
[ 44084, 4734, 132556, 80854, 23, 1371, 8705, 313, 4904, 40401, 70, 136659, 127, 15700, 370, 10, 8035, 6, 1179, 501, 27495, 151152, 1238, 3742, 563, 6002, 86531, 101087, 1274, 988, 138535, 208124, 15400, 959 ]
[ 0.114990234375, 0.1461181640625, 0.2403564453125, 0.2469482421875, 0.04815673828125, 0.17333984375, 0.2266845703125, 0.0784912109375, 0.2315673828125, 0.260009765625, 0.044097900390625, 0.1812744140625, 0.09893798828125, 0.0606689453125, 0.1175537109375, 0.04998779296875, 0.009246826...
embed
3123097_c0
3123097
fsharp
0
Title: What tasks are F# most suitable for? Problem title: What tasks are F# most suitable for? Tags: f%23 Problem: What tasks are F# most suitable for? I've read a lot about F# and seen sample code of some of the nice features, like piping. For a random business application, what modules would be best suitable for bei...
What tasks are F# most suitable for? What tasks are F# most suitable for? f%23 What What tasks are F# most suitable for? I've read a lot about F# and seen sample code of some of the nice features, like piping. For a random business application, what modules would be best suitable for being programmed in F#, or would be...
[ -0.00127410888671875, -0.007476806640625, 0.01025390625, -0.0018768310546875, 0.00006866455078125, 0.0009307861328125, -0.004730224609375, -0.01318359375, 0.00128173828125, 0.0230712890625, -0.005889892578125, -0.002685546875, 0.0140380859375, 0.0101318359375, -0.01385498046875, -0.005...
[ 4865, 66211, 7, 621, 563, 4904, 2684, 202319, 100, 32, 1238, 3949, 3742, 12301, 5915, 1672, 51592, 121413, 18151, 26267, 66139, 2147, 10366, 1326, 96759, 8063, 38415, 2367, 88996, 2806, 2965, 26693, 23, 68073, 41159, 119488 ]
[ 0.06243896484375, 0.2296142578125, 0.1192626953125, 0.0858154296875, 0.1925048828125, 0.276611328125, 0.17041015625, 0.21826171875, 0.1470947265625, 0.013336181640625, 0.087158203125, 0.044708251953125, 0.0755615234375, 0.1143798828125, 0.0479736328125, 0.010711669921875, 0.030242919...
embed
15057600_c0
15057600
fsharp
0
Title: int*string list fsharp Problem title: int*string list fsharp Tags: string, f%23, int, list Problem: int*string list fsharp How would i manipulate the following int*string list to get just the "string" part in a list as my output? let item =[ (12,"sausages"); (3,"chips"); (5,"burger"); (19,"cheese"); (24,"milk");...
int*string list fsharp int*string list fsharp string f%23 int list int*string list fsharp How would i manipulate the following int*string list to get just the "string" part in a list as my output? Ive started with listfilter. Can someone advise how to filter this properly?
[ 0.003021240234375, 0.000263214111328125, -0.003326416015625, 0.007537841796875, -0.0029449462890625, 0.000850677490234375, -0.006622314453125, -0.015869140625, 0.013671875, 0.024169921875, 0.0213623046875, 0.002532958984375, -0.01153564453125, 0.00909423828125, -0.0284423828125, -0.002...
[ 23, 18, 1639, 91693, 5303, 1238, 89280, 254, 79315, 3949, 3742, 2806, 45258, 67, 25632, 2046, 1660, 70, 2831, 237, 140992, 120337, 115992, 46312, 155965 ]
[ 0.122802734375, 0.1146240234375, 0.0994873046875, 0.2335205078125, 0.2222900390625, 0.1201171875, 0.209716796875, 0.11962890625, 0.18701171875, 0.07037353515625, 0.168212890625, 0.00494384765625, 0.1728515625, 0.042388916015625, 0.08843994140625, 0.0767822265625, 0.087158203125, 0....
embed
61573768_c0
61573768
fsharp
0
Title: Broken references in F# project Problem title: Broken references in F# project Tags: f%23, visual-studio-2019, visual-studio Problem: Broken references in F# project When I load a .NET Core F# project in Visual Studio Community 2019 I get the following: The project is perfectly valid and builds fine with the dot...
Broken references in F# project Broken references in F# project f%23 visual-studio-2019 visual-studio Broken visual-studio-2019 Broken references in F# project When I load a .NET Core F# project in Visual Studio Community 2019 I get the following: The project is perfectly valid and builds fine with the dotnet command. ...
[ -0.0047607421875, 0.018798828125, 0.0015716552734375, 0.0159912109375, 0.002410888671875, 0.0020294189453125, -0.021484375, 0.0028076171875, -0.01190185546875, 0.0157470703125, -0.00946044921875, 0.0079345703125, -0.01104736328125, 0.039794921875, 0.0220947265625, -0.00970458984375, ...
[ 13177, 1098, 91067, 7, 23, 563, 4904, 13452, 1238, 3742, 21176, 52629, 148548, 72367, 17777, 31365, 73372, 22968, 66069, 3640, 2046, 70, 25632, 83, 169123, 35604, 45367, 5885, 678, 20633, 1179, 75101, 2499, 37873, 3714, 2367, 216806, 903 ]
[ 0.171875, 0.11376953125, 0.252685546875, 0.046905517578125, 0.03338623046875, 0.1282958984375, 0.2178955078125, 0.155029296875, 0.0452880859375, 0.111328125, 0.1630859375, 0.1961669921875, 0.2232666015625, 0.1236572265625, 0.086181640625, 0.1142578125, 0.1602783203125, 0.1715087890...
embed
4626045_c0
4626045
fsharp
0
Title: F# constructor syntax Problem title: F# constructor syntax Tags: f%23 Problem: F# constructor syntax when using .net classes, there are cases when we don't need parenthesis to pass a single parameter like let foo = DirectoryInfo "boo" but something a little more complicated using a single parameter, we do need p...
F# constructor syntax F# constructor syntax f%23 DirectoryInfo F# constructor syntax when using .net classes, there are cases when we don't need parenthesis to pass a single parameter like but something a little more complicated using a single parameter, we do need parenthesis... does anyone know the parsing rules when...
[ -0.010986328125, -0.0019989013671875, -0.028076171875, 0.01531982421875, -0.00628662109375, 0.0014190673828125, 0.004974365234375, 0.001220703125, 0.00408935546875, -0.0126953125, 0.0098876953125, 0.018310546875, 0.00133514404296875, 0.005523681640625, -0.01068115234375, -0.01544189453...
[ 563, 4904, 64549, 748, 6002, 86531, 1238, 3742, 31068, 93147, 17368, 1179, 61112, 50218, 18, 3871, 49129, 160291, 7, 27875, 10, 11001, 171859, 10176, 96704, 297, 54, 3714, 366, 6953, 91736, 29568 ]
[ 0.1290283203125, 0.20068359375, 0.1964111328125, 0.11865234375, 0.14013671875, 0.1463623046875, 0.0548095703125, 0.1026611328125, 0.10986328125, 0.12255859375, 0.023651123046875, 0.174560546875, 0.152587890625, 0.055877685546875, 0.053466796875, 0.1119384765625, 0.1761474609375, 0....
embed
66562274_c0
66562274
fsharp
0
Title: Dynamic scope, F# Problem title: Dynamic scope, F# Tags: dynamic, f%23, scope Problem: Dynamic scope, F# I'm trying to figure out what this function will evaluate to in F# in a dynamic scope let y = 3 in let f g = g 2 + g y in let y = f (fun x -> x + 4) in f (fun x -> x + y) I know that in static scope the answe...
Dynamic scope, F# Dynamic scope, F# dynamic f%23 scope Dynamic Dynamic scope, F# I'm trying to figure out what this function will evaluate to in F# in a dynamic scope I know that in static scope the answer is 31, but I´m having a problem figuring out what it is in dynamic scope
[ 0.0267333984375, 0.00152587890625, 0.0093994140625, 0.00787353515625, 0.007598876953125, 0.00860595703125, 0.0017852783203125, 0.03759765625, -0.000789642333984375, -0.01312255859375, -0.00054931640625, -0.00506591796875, -0.0181884765625, -0.00811767578125, 0.0322265625, 0.01867675781...
[ 73327, 21068, 70820, 563, 4904, 4, 84079, 1238, 3949, 3742, 31577, 26366, 1810, 2367, 903, 32354, 1221, 151575, 13, 47, 23, 201939, 6, 70, 35166, 83, 48877, 2967, 26747, 442 ]
[ 0.1734619140625, 0.1373291015625, 0.238037109375, 0.139404296875, 0.2032470703125, 0.00152587890625, 0.200927734375, 0.115478515625, 0.087158203125, 0.205322265625, 0.0191802978515625, 0.060394287109375, 0.006988525390625, 0.06591796875, 0.1492919921875, 0.217041015625, 0.04864501953...
embed
2829338_c0
2829338
fsharp
0
Title: Overloaded functions in modules Problem title: Overloaded functions in modules Tags: overloading, f%23 Problem: Overloaded functions in modules Since curried functions cannot be overloaded and modules cannot have members, does this mean there is no way to have an overloaded function in a module? The answer seems...
Overloaded functions in modules Overloaded functions in modules overloading f%23 Overloaded Overloaded functions in modules Since curried functions cannot be overloaded and modules cannot have members, does this mean there is no way to have an overloaded function in a module? The answer seems obvious, but I want to mak...
[ 0.017822265625, 0.0031585693359375, -0.015869140625, 0.011474609375, 0.000782012939453125, 0.002197265625, 0.0198974609375, -0.0201416015625, 0.0220947265625, -0.000530242919921875, -0.00151824951171875, -0.0245361328125, 0.01507568359375, -0.00390625, 0.007293701171875, -0.00582885742...
[ 9578, 63033, 297, 32354, 23, 88996, 7, 645, 214, 1238, 3949, 3742, 9709, 46572, 53418, 186, 765, 43032, 14602, 29459, 2685, 83, 110, 3917, 47, 35166, 37202, 162520, 3444, 9077, 64747 ]
[ 0.1456298828125, 0.2381591796875, 0.1187744140625, 0.256591796875, 0.08990478515625, 0.271240234375, 0.037109375, 0.1663818359375, 0.0040283203125, 0.09783935546875, 0.111572265625, 0.165771484375, 0.1298828125, 0.242919921875, 0.1248779296875, 0.0269317626953125, 0.0880126953125, ...
embed
4676864_c0
4676864
fsharp
0
Title: Nasty mono bug with F# Problem title: Nasty mono bug with F# Tags: f%23, mono Problem: Nasty mono bug with F# Code signals: Nasty, Microsoft.FSharp.Core.PrintfImpl.capture, Microsoft.FSharp.Core.FSharpFunc, System.Type, Microsoft.FSharp.Core.PrintfImpl.gprintf, Microsoft.FSharp.Core.PrintfModule.kprintf_imperati...
Nasty mono bug with F# Nasty mono bug with F# f%23 mono Nasty Microsoft.FSharp.Core.PrintfImpl.capture Microsoft.FSharp.Core.FSharpFunc System.Type Microsoft.FSharp.Core.PrintfImpl.gprintf Microsoft.FSharp.Core.PrintfModule.kprintf_imperative Microsoft.FSharp.Core.Unit Microsoft.FSharp.Core.PrintfFormat TResult System....
[ 0.00885009765625, 0.00836181640625, 0.0022125244140625, 0.00885009765625, -0.01116943359375, -0.0108642578125, 0.0166015625, -0.007080078125, -0.0291748046875, 0.0240478515625, 0.009765625, -0.00762939453125, -0.01165771484375, -0.001708984375, 0.02490234375, 0.0111083984375, 0.00358...
[ 353, 8946, 22460, 54608, 678, 563, 4904, 1238, 3949, 3742, 7244, 36381, 3467, 254, 50886, 13, 112079, 18, 420, 128878, 141, 15644, 6644, 97249, 12353, 196707, 177, 35662, 91616, 92, 142864, 45023, 85600, 102973, 14107, 7136, 17780, 174379, ...
[ 0.185791015625, 0.2086181640625, 0.2344970703125, 0.204345703125, 0.109375, 0.159423828125, 0.2099609375, 0.1173095703125, 0.047149658203125, 0.132568359375, 0.1317138671875, 0.072265625, 0.1490478515625, 0.142578125, 0.127685546875, 0.002227783203125, 0.12646484375, 0.043182373046...
embed
9072500_c0
9072500
fsharp
0
Title: Convert Enum into underlying type Problem title: Convert Enum into underlying type Tags: f%23 Problem: Convert Enum into underlying type I have an enum as follows type Suit = |Clubs = 'C' |Spades = 'S' |Hearts = 'H' |Diamonds = 'D' How do I get the underlying char value if given enum value? eg I have Suit.Clubs ...
Convert Enum into underlying type Convert Enum into underlying type f%23 Convert Enum Suit Clubs Spades Hearts Diamonds Suit.Clubs Convert Enum into underlying type I have an enum as follows How do I get the underlying char value if given enum value? eg I have Suit.Clubs and want to get 'C'
[ -0.01519775390625, 0.00018215179443359375, 0.00311279296875, 0.0279541015625, 0.0022125244140625, 0.0174560546875, -0.0107421875, -0.017333984375, -0.00860595703125, 0.01324462890625, 0.007080078125, 0.0059814453125, -0.00732421875, 0.0196533203125, -0.00933837890625, 0.00225830078125,...
[ 1657, 11549, 357, 316, 3934, 1379, 538, 10644, 1238, 3949, 3742, 1832, 217, 7687, 10959, 988, 60861, 69124, 109153, 214, 765, 22, 28960, 11249, 87, 2046, 70, 21441, 34292, 2174, 34475, 3444, 441 ]
[ 0.0269775390625, 0.1318359375, 0.1431884765625, 0.248779296875, 0.0821533203125, 0.20263671875, 0.18505859375, 0.20458984375, 0.04876708984375, 0.0460205078125, 0.1136474609375, 0.1070556640625, 0.084716796875, 0.18408203125, 0.1063232421875, 0.113037109375, 0.1287841796875, 0.1442...
embed
20166644_c0
20166644
fsharp
0
Title: How to add a C# class to an F# project Problem title: How to add a C# class to an F# project Tags: c%23, f%23 Problem: How to add a C# class to an F# project How do you add a C# (not static) class to an F# projec? i have tried: open namespace, i ve also tried locating the classes DLL but with no luck. I have add...
How to add a C# class to an F# project How to add a C# class to an F# project c%23 f%23 How How to add a C# class to an F# project How do you add a C# (not static) class to an F# projec? i have tried: open namespace, i ve also tried locating the classes DLL but with no luck. I have added the C# class to the F#'s projec...
[ -0.00335693359375, 0.02294921875, 0.006072998046875, -0.01300048828125, -0.004638671875, 0.0101318359375, -0.027099609375, -0.00970458984375, -0.0057373046875, -0.040283203125, -0.009033203125, -0.02392578125, -0.0191650390625, 0.0201416015625, 0.001617431640625, -0.01116943359375, -...
[ 11249, 47, 15190, 10, 313, 4904, 18507, 142, 563, 13452, 3742, 1238, 54, 398, 10869, 6, 201939, 25654, 238, 37842, 9803, 210716, 173, 64040, 70, 61112, 23708, 110, 84434, 49814, 78303, 99201, 11435, 157666 ]
[ 0.0928955078125, 0.1009521484375, 0.1514892578125, 0.08447265625, 0.125244140625, 0.2469482421875, 0.2320556640625, 0.03302001953125, 0.1409912109375, 0.1539306640625, 0.027587890625, 0.001922607421875, 0.0287628173828125, 0.008941650390625, 0.06884765625, 0.01422119140625, 0.1132812...
embed
6810245_c0
6810245
fsharp
0
Title: Error while creating a F# Library Problem title: Error while creating a F# Library Tags: f%23 Problem: Error while creating a F# Library I created a new F# library with say the following expressions: module Module1 let x = 2 + 2 When trying to run this, I get an error Unexpected start of structured construct in ...
Error while creating a F# Library Error while creating a F# Library f%23 Error Library Module1 Unexpected Expected Error while creating a F# Library I created a new F# library with say the following expressions: When trying to run this, I get an error
[ 0.0016326904296875, 0.00075531005859375, -0.016357421875, 0.0174560546875, 0.021728515625, 0.006072998046875, 0.0191650390625, 0.00115203857421875, 0.003204345703125, 0.003326416015625, 0.004913330078125, -0.009521484375, 0.0233154296875, -0.00098419189453125, 0.0205078125, -0.02453613...
[ 212059, 12960, 105233, 563, 4904, 103835, 10, 1238, 3949, 3742, 63014, 418, 992, 83613, 13, 89829, 60075, 75935, 3525, 35773, 1294, 678, 5154, 70, 25632, 125195, 14847, 31577, 11675, 903, 87, 2046, 18499 ]
[ 0.140869140625, 0.0836181640625, 0.1900634765625, 0.1590576171875, 0.23974609375, 0.220703125, 0.045379638671875, 0.125, 0.08251953125, 0.1805419921875, 0.13818359375, 0.035430908203125, 0.050750732421875, 0.06951904296875, 0.06298828125, 0.011993408203125, 0.087890625, 0.112548828...
embed
68616725_c0
68616725
fsharp
0
Title: Why Seq.map only evaluates 5 element? Problem title: Why Seq.map only evaluates 5 element? Tags: f%23 Problem: Why Seq.map only evaluates 5 element? This code: [0..100] |> Seq.map (fun i -> printfn "%A" i) iterates only 5 elements: > [0..100] - |> Seq.map (fun i -> printfn "%A" i);; 0 1 2 3 4 val it : seq<unit> ...
Why Seq.map only evaluates 5 element? Why Seq.map only evaluates 5 element? f%23 Why Seq.map Why Seq.map only evaluates 5 element? This code: iterates only 5 elements: Why? How can I force it to eval all elements?
[ -0.0003490447998046875, 0.0169677734375, 0.0179443359375, -0.009033203125, -0.006011962890625, 0.0007781982421875, 0.007171630859375, 0.0272216796875, 0.004608154296875, -0.0162353515625, -0.0023956298828125, -0.0084228515625, 0.0225830078125, 0.0240478515625, 0.0084228515625, 0.001953...
[ 44084, 503, 864, 5, 62346, 4734, 151575, 190, 12830, 90, 1238, 3949, 3742, 3293, 18151, 17, 8560, 1636, 80854, 37772, 28, 1405, 756 ]
[ 0.11572265625, 0.1273193359375, 0.2244873046875, 0.05743408203125, 0.2271728515625, 0.135498046875, 0.207275390625, 0.1973876953125, 0.211669921875, 0.032806396484375, 0.053619384765625, 0.038818359375, 0.112060546875, 0.0045166015625, 0.135009765625, 0.05401611328125, 0.229248046875...
embed
7708104_c0
7708104
fsharp
0
Title: Where are type aliases in assembly metadata? Problem title: Where are type aliases in assembly metadata? Tags: metadata, assemblies, f%23, type-alias Problem: Where are type aliases in assembly metadata? The docs are clear that type aliases are not present in MSIL. However, they must be present in the assembly m...
Where are type aliases in assembly metadata? Where are type aliases in assembly metadata? metadata assemblies f%23 type-alias Where Where are type aliases in assembly metadata? The docs are clear that type aliases are not present in MSIL. However, they must be present in the assembly metadata since they're usable from ...
[ -0.007080078125, 0.01165771484375, 0.00555419921875, 0.01611328125, -0.01336669921875, 0.0025787353515625, -0.00075531005859375, 0.0289306640625, -0.01513671875, 0.0274658203125, 0.010009765625, -0.006011962890625, -0.00099945068359375, -0.0033721923828125, 0.0021209716796875, 0.028564...
[ 78662, 621, 10644, 55109, 90, 23, 89845, 38526, 23550, 10135, 7121, 1238, 3949, 3742, 41763, 7, 10, 4439, 34735, 959, 13379, 276, 68785, 8110, 1821, 2886, 563, 4904, 4677 ]
[ 0.10498046875, 0.0667724609375, 0.2481689453125, 0.250732421875, 0.158935546875, 0.0711669921875, 0.156982421875, 0.075927734375, 0.1644287109375, 0.16015625, 0.05035400390625, 0.0531005859375, 0.003082275390625, 0.0892333984375, 0.2388916015625, 0.033447265625, 0.006622314453125, ...
embed
33675499_c0
33675499
fsharp
0
Title: Array of arrays in F# Problem title: Array of arrays in F# Tags: f%23-interactive, f%23, f%23-3.0 Problem: Array of arrays in F# I have the following array CF which contains arrays. How can I set up another array of same length as CF which finds the nth element of arrays within CF . let CF= [|for i in 0..(Connec...
Array of arrays in F# Array of arrays in F# f%23-interactive f%23 f%23-3.0 Array Connection.Length-1 RProject Array of arrays in F# I have the following array CF which contains arrays. How can I set up another array of same length as CF which finds the nth element of arrays within CF .
[ -0.0224609375, 0.0169677734375, 0.0169677734375, 0.0133056640625, 0.006744384765625, -0.01458740234375, -0.0123291015625, -0.000457763671875, 0.0255126953125, -0.005950927734375, -0.0186767578125, -0.01165771484375, 0.006439208984375, 0.0022735595703125, -0.0206298828125, -0.0388183593...
[ 69253, 53, 111, 10298, 4778, 563, 4904, 23, 1238, 27495, 10433, 71232, 3742, 132265, 62448, 449, 5759, 627, 223353, 25632, 73754, 70541, 11249, 831, 5423, 1257, 15700, 5701, 140909, 7413, 653, 927, 12830, 28032 ]
[ 0.209228515625, 0.1741943359375, 0.08575439453125, 0.192626953125, 0.15869140625, 0.1435546875, 0.2333984375, 0.0150299072265625, 0.06658935546875, 0.0794677734375, 0.06695556640625, 0.04931640625, 0.05487060546875, 0.1136474609375, 0.095947265625, 0.01593017578125, 0.035797119140625...
embed
61217355_c0
61217355
fsharp
0
Title: How to pass string concatenation to function in f# Problem title: How to pass string concatenation to function in f# Tags: f%23 Problem: How to pass string concatenation to function in f# How to pass string concatenation operator (I do not want to use ^ ) to function? If I try to create variable: let x = (+) com...
How to pass string concatenation to function in f# How to pass string concatenation to function in f# f%23 How How to pass string concatenation to function in f# How to pass string concatenation operator (I do not want to use ^ ) to function? If I try to create variable: let x = (+) compiler says x is of type int -> in...
[ -0.00109100341796875, -0.01806640625, -0.0002880096435546875, 0.0235595703125, 0.000568389892578125, -0.0002899169921875, 0.0021820068359375, 0.003204345703125, 0.00052642822265625, -0.0439453125, 0.00732421875, -0.025390625, 0.01116943359375, 0.0033111572265625, -0.0037994384765625, -...
[ 11249, 47, 27875, 79315, 158, 4460, 33, 2320, 32354, 23, 1238, 4904, 3742, 39933, 959, 3444, 13331, 28282, 77336, 2633, 1022, 2203, 22183, 9969, 34759, 111, 10644, 18, 8668, 19888, 43240 ]
[ 0.057373046875, 0.08154296875, 0.1318359375, 0.243408203125, 0.0888671875, 0.146240234375, 0.1153564453125, 0.0338134765625, 0.2310791015625, 0.040496826171875, 0.1322021484375, 0.1748046875, 0.09515380859375, 0.1624755859375, 0.0232696533203125, 0.0413818359375, 0.0701904296875, 0...
embed
3901762_c0
3901762
fsharp
0
Title: F# interactive shell (fsi) tutorial? Problem title: F# interactive shell (fsi) tutorial? Tags: f%23, f%23-interactive Problem: F# interactive shell (fsi) tutorial? I'm learning F# with fsi on Mac OS X/mono, but it's hard to know what command to quit and out to shell. quit, or ^D doesn't work, ^C also doesn't wor...
F# interactive shell (fsi) tutorial? F# interactive shell (fsi) tutorial? f%23 f%23-interactive F# interactive shell (fsi) tutorial? I'm learning F# with fsi on Mac OS X/mono, but it's hard to know what command to quit and out to shell. quit, or ^D doesn't work, ^C also doesn't work. What's the command to to stop the f...
[ -0.0079345703125, 0.01318359375, 0.0145263671875, 0.010009765625, -0.00433349609375, -0.01043701171875, 0.004119873046875, 0.00000476837158203125, -0.0054931640625, -0.007080078125, -0.00714111328125, -0.01287841796875, -0.00982666015625, 0.01361083984375, 0.0198974609375, -0.000150680...
[ 563, 4904, 212398, 128019, 420, 172, 16, 57143, 32, 1238, 3742, 27495, 10433, 71232, 52080, 678, 4727, 11787, 1193, 64176, 7941, 3714, 75101, 47, 569, 18, 136, 1810, 5, 13331, 397, 22027, 4488, 441, 7279, 70, 17997 ]
[ 0.16259765625, 0.2259521484375, 0.2003173828125, 0.250244140625, 0.1295166015625, 0.210693359375, 0.0212554931640625, 0.235107421875, 0.034332275390625, 0.140380859375, 0.0177154541015625, 0.093505859375, 0.10296630859375, 0.083984375, 0.064697265625, 0.0072021484375, 0.0897827148437...
embed
3843442_c0
3843442
fsharp
0
Title: F# with OpenTK example? Problem title: F# with OpenTK example? Tags: f%23, opentk, opencl, gpu Problem: F# with OpenTK example? Is anybody aware of a possibility to use C# libraries like OpenTK (http://www.opentk.com/) from F#, too? I'm especially interested in a Math toolkit library to give some scripts extra s...
F# with OpenTK example? F# with OpenTK example? f%23 opentk opencl gpu OpenTK F# with OpenTK example? Is anybody aware of a possibility to use C# libraries like OpenTK (http://www.opentk.com/) from F#, too? I'm especially interested in a Math toolkit library to give some scripts extra speed by taking advantage of the G...
[ 0.0030059814453125, 0.0030975341796875, -0.01080322265625, -0.01080322265625, 0.006256103515625, -0.0150146484375, 0.0164794921875, -0.015625, 0.0028076171875, -0.01483154296875, -0.0020751953125, -0.0255126953125, 0.01092529296875, -0.01361083984375, 0.003082275390625, -0.011901855468...
[ 563, 4904, 678, 13527, 29735, 27781, 1238, 3742, 9803, 31472, 34937, 1766, 37873, 107419, 207116, 4527, 313, 35773, 10484, 1884, 59636, 277, 1295, 5792, 60892, 78804, 55516, 9488, 1294, 8337, 26499, 4173, 38352, 35971, 92940, 162808, 28032, 2...
[ 0.1259765625, 0.1962890625, 0.082275390625, 0.1558837890625, 0.2261962890625, 0.177490234375, 0.06781005859375, 0.072265625, 0.124267578125, 0.1920166015625, 0.0762939453125, 0.1697998046875, 0.00396728515625, 0.053375244140625, 0.0894775390625, 0.09716796875, 0.015380859375, 0.161...
embed
2181956_c0
2181956
fsharp
0
Title: How to enumerate an enum/type in F# Problem title: How to enumerate an enum/type in F# Tags: .net, enums, f%23 Problem: How to enumerate an enum/type in F# I've got an enumeration type defined like so: type tags = | ART = 0 | N = 1 | V = 2 | P = 3 | NULL = 4 is there a way to do a for ... in tags do ? This is th...
How to enumerate an enum/type in F# How to enumerate an enum/type in F# .net enums f%23 How ART How to enumerate an enum/type in F# I've got an enumeration type defined like so: is there a way to do a for ... in tags do ? This is the error that I'm getting:
[ 0.0023345947265625, -0.02001953125, 0.00897216796875, 0.0142822265625, 0.00750732421875, 0.00714111328125, -0.00506591796875, 0.0084228515625, -0.0147705078125, -0.031494140625, 0.0140380859375, 0.00043487548828125, 0.0126953125, -0.0084228515625, 0.002288818359375, -0.0194091796875, ...
[ 11249, 47, 189085, 67, 142, 22, 316, 64, 50986, 23, 563, 4904, 1179, 10321, 1238, 3949, 3742, 57161, 4163, 1363, 10644, 61924, 1884, 221, 3917, 54, 10, 100, 153, 69141, 3293, 18499 ]
[ 0.049407958984375, 0.0650634765625, 0.2467041015625, 0.08392333984375, 0.02471923828125, 0.144775390625, 0.212646484375, 0.0953369140625, 0.223388671875, 0.0628662109375, 0.1611328125, 0.1900634765625, 0.1153564453125, 0.1888427734375, 0.1051025390625, 0.01416015625, 0.113037109375, ...
embed
30013280_c0
30013280
fsharp
0
Title: F# Function Matching Problem title: F# Function Matching Tags: f%23, .net, functional-programming, pattern-matching Problem: F# Function Matching Is there a way in F# to define a function that gives the sum of all the natural numbers up to the integer parameter provided, without using a match construct. In other...
F# Function Matching F# Function Matching f%23 .net functional-programming pattern-matching Matching Sum F# Function Matching Is there a way in F# to define a function that gives the sum of all the natural numbers up to the integer parameter provided, without using a match construct. In other words, why is the followin...
[ -0.02490234375, 0.008544921875, 0.01251220703125, 0.00732421875, -0.01080322265625, -0.0022125244140625, -0.014892578125, 0.0191650390625, 0.00946044921875, -0.00848388671875, 0.01312255859375, -0.016357421875, -0.005950927734375, -0.00665283203125, 0.04833984375, 0.00173187255859375, ...
[ 563, 4904, 28670, 10763, 67407, 214, 1238, 3742, 1179, 123309, 28966, 103510, 98753, 36335, 3917, 23, 61924, 32354, 76199, 10554, 111, 756, 6083, 101935, 1257, 47, 892, 1505, 171859, 62952, 15490, 17368, 14858, 64549, 15400, 70, 25632, 18151,...
[ 0.1312255859375, 0.2152099609375, 0.1298828125, 0.0206756591796875, 0.219482421875, 0.058197021484375, 0.06787109375, 0.08428955078125, 0.119140625, 0.1077880859375, 0.0513916015625, 0.09979248046875, 0.1844482421875, 0.191162109375, 0.062469482421875, 0.004638671875, 0.1619873046875...
embed
42267352_c0
42267352
fsharp
0
Title: Importing CIFAR-10 Data set in F# Problem title: Importing CIFAR-10 Data set in F# Tags: computer-vision, dataset, f%23 Problem: Importing CIFAR-10 Data set in F# I try to import the CIFAR-10 dataset " https://www.cs.toronto.edu/~kriz/cifar.html " in F#, there are three formats; python, matlab(MAT) and binary(bi...
Importing CIFAR-10 Data set in F# Importing CIFAR-10 Data set in F# computer-vision dataset f%23 Importing CIFAR-10 Data Importing CIFAR-10 Data set in F# I try to import the CIFAR-10 dataset " https://www.cs.toronto.edu/~kriz/cifar.html " in F#, there are three formats; python, matlab(MAT) and binary(bin),respectively...
[ 0.0242919921875, 0.00021839141845703125, 0.00092315673828125, 0.0203857421875, 0.0137939453125, -0.0098876953125, 0.0069580078125, 0.000621795654296875, -0.0277099609375, -0.010498046875, -0.0181884765625, -0.027587890625, -0.0301513671875, 0.015625, -0.0033416748046875, -0.00634765625...
[ 92966, 26550, 153798, 9193, 11809, 5423, 563, 4904, 13909, 25826, 2053, 3509, 1238, 3742, 214, 23, 9790, 24927, 4439, 40863, 15246, 14096, 318, 3814, 7693, 17262, 9384, 17198, 50828, 2589, 6114, 47512, 2394, 6635, 7568, 3642 ]
[ 0.1944580078125, 0.137451171875, 0.234375, 0.2333984375, 0.1259765625, 0.1572265625, 0.130615234375, 0.218505859375, 0.0546875, 0.157470703125, 0.1173095703125, 0.166748046875, 0.0335693359375, 0.09326171875, 0.000762939453125, 0.031219482421875, 0.027557373046875, 0.20556640625, ...
embed
11157358_c0
11157358
fsharp
0
Title: immutable in F# Problem title: immutable in F# Tags: immutability, f%23, shadowing Problem: immutable in F# I know that variables in F# are immutable by default. But, for example in F# interactive: > let x = 4;; val x : int = 4 > let x = 5;; val x : int = 5 > x;; val it : int = 5 > So, I assign 4 to x, then 5 to...
immutable in F# immutable in F# immutability f%23 shadowing immutable in F# I know that variables in F# are immutable by default. But, for example in F# interactive: So, I assign 4 to x, then 5 to x and it's changing. Is it correct? Should it give some error or warning? Or I just don't understand how it works?
[ 0.00141143798828125, 0.00433349609375, 0.0189208984375, 0.01519775390625, 0.01214599609375, 0.007354736328125, 0.00023651123046875, 0.017578125, -0.00286865234375, 0.00958251953125, 0.004852294921875, 0.02001953125, 0.0089111328125, 0.0123291015625, 0.02880859375, 0.0054931640625, 0....
[ 566, 561, 22819, 23, 563, 4904, 14311, 41159, 1238, 3949, 3742, 208429, 214, 3714, 77336, 7, 621, 390, 114977, 100, 212398, 87, 95486, 201, 47, 1022, 7068, 190, 442, 151134, 2071, 26785, 18499, 1631, 592, 28219, 43240 ]
[ 0.1124267578125, 0.1644287109375, 0.189453125, 0.05438232421875, 0.1640625, 0.23388671875, 0.1441650390625, 0.047210693359375, 0.0921630859375, 0.0472412109375, 0.1484375, 0.20361328125, 0.027862548828125, 0.02349853515625, 0.25048828125, 0.049346923828125, 0.041015625, 0.065734863...
embed
30503483_c0
30503483
fsharp
0
Title: F# memory management Problem title: F# memory management Tags: arrays, reference, memory-management, f%23 Problem: F# memory management In F# when you pass an Array in a loop (recursive function calling itself) is the Array put on the stack (adding memory consumption) each loop? How does it work with lists or re...
F# memory management F# memory management arrays reference memory-management f%23 F# memory management In F# when you pass an Array in a loop (recursive function calling itself) is the Array put on the stack (adding memory consumption) each loop? How does it work with lists or referenced objects when looping them? Coul...
[ 0.0067138671875, 0.0218505859375, 0.0048828125, 0.0238037109375, 0.01214599609375, -0.0140380859375, -0.02294921875, 0.0252685546875, 0.00738525390625, -0.0220947265625, 0.0262451171875, 0.0133056640625, 0.007598876953125, 0.01239013671875, 0.03271484375, -0.00982666015625, 0.0240478...
[ 563, 4904, 98323, 24365, 10298, 4778, 91067, 87140, 1238, 3742, 3229, 27875, 69253, 53, 23, 10, 40956, 107, 48650, 5844, 32354, 159029, 68034, 83, 3884, 98, 177261, 11, 59725, 18588, 254, 12638, 11249, 4488, 678, 5303, 36746, 214, 191147, ...
[ 0.152587890625, 0.20751953125, 0.19580078125, 0.1727294921875, 0.1280517578125, 0.033447265625, 0.2113037109375, 0.16845703125, 0.06024169921875, 0.064697265625, 0.00732421875, 0.172119140625, 0.1671142578125, 0.1441650390625, 0.07177734375, 0.003204345703125, 0.20263671875, 0.1018...
embed
3274864_c0
3274864
fsharp
0
Title: Are there any F# alternative (non-.Net) implementation projects? Problem title: Are there any F# alternative (non-.Net) implementation projects? Tags: f%23 Problem: Are there any F# alternative (non-.Net) implementation projects? Some popular languages like Python and Ruby have native, JVM and .Net CLR implement...
Are there any F# alternative (non-.Net) implementation projects? Are there any F# alternative (non-.Net) implementation projects? f%23 non-.Net Are there any F# alternative (non-.Net) implementation projects? Some popular languages like Python and Ruby have native, JVM and .Net CLR implementations. C# is implemented wi...
[ -0.003631591796875, 0.0233154296875, 0.0240478515625, -0.0010223388671875, -0.006072998046875, -0.01470947265625, 0.004364013671875, -0.00103759765625, 0.005157470703125, 0.021728515625, 0.00701904296875, -0.00118255615234375, 0.0024871826171875, 0.0098876953125, 0.01531982421875, -0.0...
[ 15901, 2685, 2499, 563, 4904, 30700, 6431, 24447, 208124, 77635, 1238, 3742, 351, 5700, 46876, 1884, 145581, 136, 158189, 765, 24, 4935, 821, 47599, 5, 313, 138535, 29479, 678, 4092, 77879, 13452, 81887, 214 ]
[ 0.015594482421875, 0.04327392578125, 0.05218505859375, 0.17626953125, 0.265869140625, 0.2066650390625, 0.1187744140625, 0.15234375, 0.19580078125, 0.174072265625, 0.0966796875, 0.0845947265625, 0.137939453125, 0.1124267578125, 0.1826171875, 0.00439453125, 0.2177734375, 0.0432739257...
embed
3361485_c0
3361485
fsharp
0
Title: Seq seq type as a member parameter in F# Problem title: Seq seq type as a member parameter in F# Tags: f%23, sequences, static-members Problem: Seq seq type as a member parameter in F# why does not this code work? type Test() = static member func (a: seq<'a seq>) = 5. let a = [[4.]] Test.func(a) It gives followi...
Seq seq type as a member parameter in F# Seq seq type as a member parameter in F# f%23 sequences static-members Seq Test Test.func Seq seq type as a member parameter in F# why does not this code work? It gives following error:
[ 0.011962890625, 0.00787353515625, 0.0224609375, 0.001312255859375, 0.0006561279296875, -0.0191650390625, 0.0037841796875, 0.0206298828125, 0.0013275146484375, -0.0279541015625, -0.0145263671875, -0.0035400390625, 0.00592041015625, 0.017333984375, 0.0045166015625, -0.02099609375, -0.0...
[ 503, 864, 40, 10644, 237, 32786, 171859, 563, 4904, 1238, 3742, 26513, 201939, 39, 27417, 8647, 16498, 15400, 14602, 959, 903, 18151, 4488, 76199, 25632, 18499 ]
[ 0.136962890625, 0.2410888671875, 0.1182861328125, 0.191650390625, 0.0360107421875, 0.23486328125, 0.2001953125, 0.0986328125, 0.15380859375, 0.043701171875, 0.0989990234375, 0.115966796875, 0.146240234375, 0.071533203125, 0.1900634765625, 0.139892578125, 0.08251953125, 0.0422973632...
embed
73045642_c0
73045642
fsharp
0
Title: fable websharper borelo SAFE which should I use? Problem title: fable websharper borelo SAFE which should I use? Tags: f%23 Problem: fable websharper borelo SAFE which should I use? I'm trying to use F# to develop a chrome extension and found that there are some framework : fable, websharper, borelo and SAFE in ...
fable websharper borelo SAFE which should I use? fable websharper borelo SAFE which should I use? f%23 SAFE fable websharper borelo SAFE which should I use? I'm trying to use F# to develop a chrome extension and found that there are some framework : fable, websharper, borelo and SAFE in https://fsharp.org/use/web-apps/...
[ -0.004119873046875, 0.0228271484375, 0.0155029296875, -0.00107574462890625, -0.013671875, -0.0250244140625, -0.00872802734375, 0.001373291015625, 0.004058837890625, 0.0106201171875, -0.002227783203125, -0.00836181640625, -0.005157470703125, 0.0126953125, -0.0072021484375, -0.0036163330...
[ 1071, 2661, 1467, 89280, 1264, 3017, 8242, 5377, 30018, 3129, 5608, 87, 4527, 32, 1238, 3949, 3742, 31577, 563, 4904, 85493, 17656, 13450, 111938, 170846, 420, 254, 1478, 4032, 14051, 9007, 55076, 4358, 44126 ]
[ 0.1490478515625, 0.1990966796875, 0.1595458984375, 0.206298828125, 0.2095947265625, 0.1109619140625, 0.275390625, 0.1827392578125, 0.2978515625, 0.06396484375, 0.0762939453125, 0.0246734619140625, 0.1280517578125, 0.000823974609375, 0.0863037109375, 0.0302276611328125, 0.1376953125, ...
embed
53028716_c0
53028716
fsharp
0
Title: Lifting a function Problem title: Lifting a function Tags: functional-programming, function, f%23, lifting Problem: Lifting a function As a F# newbie, I am having problems with understanding the term "Lifting" and I can not properly lift a function. For example how can I lift the below function and how it will e...
Lifting a function Lifting a function functional-programming function f%23 lifting Lifting Lifting a function As a F# newbie, I am having problems with understanding the term "Lifting" and I can not properly lift a function. For example how can I lift the below function and how it will effect the functions behavior. An...
[ 0.01068115234375, 0.019287109375, 0.00009489059448242188, 0.00107574462890625, 0.00078582763671875, 0.00714111328125, -0.00762939453125, -0.0169677734375, 0.00555419921875, -0.04296875, 0.048583984375, -0.002899169921875, 0.003997802734375, 0.0291748046875, 0.000579833984375, -0.017944...
[ 166562, 214, 10, 32354, 123309, 28966, 1238, 3949, 3742, 177691, 563, 4904, 3525, 9014, 19441, 44402, 100094, 13579, 9506, 2480, 831, 959, 155965, 60520, 1326, 27781, 3642, 87, 35064, 1221, 21543, 123166, 28541, 4358, 2806, 186, 77947 ]
[ 0.271484375, 0.1934814453125, 0.08154296875, 0.242919921875, 0.190185546875, 0.1468505859375, 0.1129150390625, 0.090087890625, 0.1453857421875, 0.25341796875, 0.1295166015625, 0.18994140625, 0.03924560546875, 0.11083984375, 0.01556396484375, 0.070068359375, 0.10186767578125, 0.1105...
embed
43350228_c0
43350228
fsharp
0
Title: Group by Numerical Ranges in F# Problem title: Group by Numerical Ranges in F# Tags: f%23, deedle Problem: Group by Numerical Ranges in F# How would one group by a numerical range in F# and/or Deedle. I.e. I'm looking at data in feet, and I want to group into buckets of 500ft E.g. I have data like 5000 5200 5700...
Group by Numerical Ranges in F# Group by Numerical Ranges in F# f%23 deedle Group Numerical Ranges Group by Numerical Ranges in F# How would one group by a numerical range in F# and/or Deedle. I.e. I'm looking at data in feet, and I want to group into buckets of 500ft E.g. I have data like 5000 5200 5700 5800 6100 6200...
[ -0.006195068359375, 0.0057373046875, 0.00115966796875, 0.003997802734375, 0.004486083984375, 0.00762939453125, -0.0079345703125, -0.00872802734375, -0.00012683868408203125, 0.034423828125, -0.0263671875, 0.0189208984375, -0.004913330078125, -0.003692626953125, 0.0216064453125, 0.004638...
[ 10760, 390, 93511, 21533, 142462, 563, 4904, 23, 1238, 3949, 3742, 8, 297, 133, 7, 11249, 2806, 1632, 21115, 54744, 6827, 37457, 262, 16487, 99, 2053, 74261, 3444, 3934, 373, 27853, 2101, 2480, 19692, 190, 5955, 15128, 10253, 3559, 305, ...
[ 0.245849609375, 0.13232421875, 0.16796875, 0.1212158203125, 0.218017578125, 0.1585693359375, 0.212890625, 0.03863525390625, 0.07366943359375, 0.00537109375, 0.10626220703125, 0.09918212890625, 0.178466796875, 0.1771240234375, 0.011199951171875, 0.05694580078125, 0.06268310546875, 0...
embed
26088846_c0
26088846
fsharp
0
Title: Cast array to object Problem title: Cast array to object Tags: f%23 Problem: Cast array to object I have an array and I want to cast it to an object. This is my code. let a = [| 1 |] let b = a :?> obj but it tells me that int [] has no proper subtypes and cannot be used as a source of runtime type coercion . I'm...
Cast array to object Cast array to object f%23 Cast Cast array to object I have an array and I want to cast it to an object. This is my code. but it tells me that int [] has no proper subtypes and cannot be used as a source of runtime type coercion . I'm pretty sure I can always do (object) in C# without the compiler c...
[ -0.00022983551025390625, 0.01251220703125, 0.003936767578125, 0.0191650390625, -0.01202392578125, -0.012939453125, -0.0238037109375, 0.0174560546875, -0.001373291015625, -0.0059814453125, 0.00026702880859375, 0.0145263671875, 0.006439208984375, 0.01043701171875, 0.003265380859375, -0.0...
[ 32301, 10298, 53, 47, 36746, 1238, 3949, 3742, 765, 3444, 37702, 442, 18151, 14192, 7, 23, 18, 378, 1556, 110, 27798, 1614, 50986, 53418, 11814, 237, 10, 31344, 11675, 6032, 10644, 552, 56, 6447, 831, 11343, 54, 187694, 313, 4904, 15490...
[ 0.226806640625, 0.228271484375, 0.1800537109375, 0.191650390625, 0.267333984375, 0.06298828125, 0.048736572265625, 0.1500244140625, 0.025482177734375, 0.096435546875, 0.2305908203125, 0.06378173828125, 0.1229248046875, 0.0300750732421875, 0.033203125, 0.1026611328125, 0.1470947265625...
embed
33641948_c0
33641948
fsharp
0
Title: Why is Seq.chunkBySize is not recognized Problem title: Why is Seq.chunkBySize is not recognized Tags: f%23 Problem: Why is Seq.chunkBySize is not recognized I am not sure why the following statement has an error: let grid = [ for i in 0..8 -> (i, true) ] |> Map.ofSeq let chunked = grid |> Seq.chunkBySize 3 Erro...
Why is Seq.chunkBySize is not recognized Why is Seq.chunkBySize is not recognized f%23 Why Seq.chunkBySize Map.ofSeq Why is Seq.chunkBySize is not recognized I am not sure why the following statement has an error: Error: My F# runtime is pointing to .
[ 0.01434326171875, 0.004547119140625, 0.018798828125, 0.004730224609375, -0.0115966796875, -0.00714111328125, -0.007354736328125, -0.0030364990234375, -0.00640869140625, 0.01361083984375, -0.005035400390625, 0.018310546875, -0.00775146484375, 0.003448486328125, 0.0115966796875, -0.00634...
[ 44084, 83, 503, 864, 5, 206, 3678, 75358, 127167, 13, 959, 125296, 71, 1238, 3949, 3742, 42719, 4390, 4233, 9077, 15400, 25632, 63805, 18499, 212059, 2646, 563, 4904, 11675, 6032, 6275, 214, 47 ]
[ 0.1287841796875, 0.0380859375, 0.1033935546875, 0.2198486328125, 0.03826904296875, 0.06903076171875, 0.1749267578125, 0.1619873046875, 0.190185546875, 0.107666015625, 0.1160888671875, 0.17041015625, 0.045654296875, 0.0848388671875, 0.000946044921875, 0.1351318359375, 0.1322021484375,...
embed
37544976_c0
37544976
fsharp
0
Title: Order of type constraints in F# Problem title: Order of type constraints in F# Tags: f%23, type-constraints Problem: Order of type constraints in F# This works in F#4.0: type Something<'a, 'b when 'b :> seq<'b>>() = This doesn't: type Something<'b when 'b :> seq<'b>, 'a>() = Unexpected symbol ',' in type name. E...
Order of type constraints in F# Order of type constraints in F# f%23 type-constraints Order Something Order of type constraints in F# This works in F#4.0: This doesn't: What's the reason that the order of the type constraint matter?
[ 0.023193359375, -0.01348876953125, -0.0133056640625, 0.0034332275390625, 0.0159912109375, 0.0006256103515625, -0.00860595703125, 0.006439208984375, 0.0123291015625, -0.005157470703125, -0.00872802734375, -0.01611328125, 0.0009765625, -0.0130615234375, -0.0032806396484375, -0.0157470703...
[ 81206, 111, 10644, 158, 2816, 4288, 563, 4904, 23, 1238, 3742, 2271, 200905, 43240, 151152, 3293, 22027, 18, 31635, 12989, 26866 ]
[ 0.2205810546875, 0.1102294921875, 0.181396484375, 0.0723876953125, 0.1571044921875, 0.08740234375, 0.133056640625, 0.2032470703125, 0.02789306640625, 0.036102294921875, 0.0950927734375, 0.047576904296875, 0.085693359375, 0.04345703125, 0.1688232421875, 0.0213623046875, 0.010040283203...
embed
63540891_c0
63540891
fsharp
0
Title: F# Idiomatic Index plus one when printing an index Problem title: F# Idiomatic Index plus one when printing an index Tags: f%23, idioms Problem: F# Idiomatic Index plus one when printing an index Is there a more idiomatic way to print an index +1 value with F#? let plusOne i = i + 1 let collection = [1..10] coll...
F# Idiomatic Index plus one when printing an index F# Idiomatic Index plus one when printing an index f%23 idioms Idiomatic Index List.iteri F# Idiomatic Index plus one when printing an index Is there a more idiomatic way to print an index +1 value with F#?
[ -0.00927734375, 0.0101318359375, 0.0025787353515625, 0.01019287109375, -0.00897216796875, -0.0017852783203125, 0.005950927734375, 0.0048828125, 0.010498046875, -0.0322265625, 0.0023345947265625, -0.01129150390625, -0.005767822265625, 0.0247802734375, 0.0179443359375, -0.018798828125, ...
[ 563, 4904, 87, 5670, 47148, 31471, 1001, 1632, 3229, 2448, 1916, 63262, 142, 1238, 3742, 13373, 28016, 32036, 14465, 1286, 49666, 9523, 3917, 47, 28412, 57157, 34292, 678 ]
[ 0.1097412109375, 0.20703125, 0.000244140625, 0.140380859375, 0.12939453125, 0.2357177734375, 0.15380859375, 0.1126708984375, 0.031890869140625, 0.1412353515625, 0.045928955078125, 0.2275390625, 0.00970458984375, 0.0762939453125, 0.09930419921875, 0.127685546875, 0.033050537109375, ...
embed
6639688_c0
6639688
fsharp
0
Title: Using keywords as identifiers in F# Problem title: Using keywords as identifiers in F# Tags: f%23, keyword, identifier Problem: Using keywords as identifiers in F# In C#, I can do the following: int @private = 15; And in VB.NET, I can do the following: Dim [Private] As Integer = 15 I am wondering if there is a w...
Using keywords as identifiers in F# Using keywords as identifiers in F# f%23 keyword identifier Using Dim Private Integer Using keywords as identifiers in F# In C#, I can do the following: And in VB.NET, I can do the following: I am wondering if there is a way in F# to use reserved keywords as identifiers, like there i...
[ 0.01214599609375, 0.00494384765625, -0.0037841796875, -0.00933837890625, 0.01385498046875, -0.007232666015625, 0.0155029296875, 0.015625, -0.019775390625, -0.017578125, 0.007293701171875, -0.006011962890625, -0.0054931640625, 0.002288818359375, 0.0191650390625, -0.001190185546875, -0...
[ 345, 6953, 166117, 7, 237, 42485, 1314, 23, 563, 4904, 1238, 3949, 3742, 56, 45247, 86111, 44401, 313, 831, 54, 70, 25632, 75034, 17777, 149016, 3917, 4527, 70488, 1884, 83 ]
[ 0.099365234375, 0.0118408203125, 0.253662109375, 0.1025390625, 0.1229248046875, 0.2161865234375, 0.1319580078125, 0.0640869140625, 0.1715087890625, 0.2332763671875, 0.10498046875, 0.02093505859375, 0.1488037109375, 0.038421630859375, 0.1636962890625, 0.176513671875, 0.1641845703125, ...
embed
3991120_c0
3991120
fsharp
0
Title: Is there somewhere to learn about the possible future of F#? Problem title: Is there somewhere to learn about the possible future of F#? Tags: f%23 Problem: Is there somewhere to learn about the possible future of F#? Are there any websites/blogs (perhaps by F# team members?) where thoughts about the future of F...
Is there somewhere to learn about the possible future of F#? Is there somewhere to learn about the possible future of F#? f%23 Is there somewhere to learn about the possible future of F#? Are there any websites/blogs (perhaps by F# team members?) where thoughts about the future of F# are regularly discussed/revealed? I...
[ 0.01300048828125, 0.004241943359375, -0.003997802734375, -0.0130615234375, -0.0137939453125, 0.00732421875, -0.00799560546875, -0.0194091796875, 0.002655029296875, -0.01177978515625, -0.00885009765625, 0.004180908203125, 0.010498046875, 0.00130462646484375, 0.019775390625, -0.002212524...
[ 2071, 2685, 174653, 47, 30698, 1672, 70, 7722, 22690, 111, 563, 4904, 1238, 3742, 2499, 64324, 9883, 7175, 43032, 7440, 38514, 186085, 45252, 76874, 11, 6259, 3714, 50684, 351, 14037, 70541, 903, 10644, 10941 ]
[ 0.0237274169921875, 0.03369140625, 0.1170654296875, 0.04534912109375, 0.1556396484375, 0.08990478515625, 0.050048828125, 0.118896484375, 0.18994140625, 0.05340576171875, 0.1573486328125, 0.2490234375, 0.03466796875, 0.030853271484375, 0.006072998046875, 0.1380615234375, 0.14147949218...
embed
20637255_c0
20637255
fsharp
0
Title: fsi (FSharp interactive) quiet mode Problem title: fsi (FSharp interactive) quiet mode Tags: f%23, f%23-interactive Problem: fsi (FSharp interactive) quiet mode How can I limit the output to the F# Interactive console to my own output? In my current setup the fsi writes lots of information (on types and content ...
fsi (FSharp interactive) quiet mode fsi (FSharp interactive) quiet mode f%23 f%23-interactive FSharp fsi (FSharp interactive) quiet mode How can I limit the output to the F# Interactive console to my own output? In my current setup the fsi writes lots of information (on types and content of the data structures) as it r...
[ -0.0113525390625, 0.00159454345703125, 0.0201416015625, -0.00567626953125, -0.00836181640625, -0.0091552734375, 0.00946044921875, 0.00750732421875, 0.01531982421875, 0.005615234375, -0.0107421875, 0.002044677734375, -0.004730224609375, 0.01397705078125, 0.0244140625, 0.00164794921875, ...
[ 1238, 172, 36381, 3467, 254, 212398, 92136, 13736, 3742, 27495, 10433, 71232, 93774, 11249, 831, 87, 17475, 140992, 47, 563, 4904, 5337, 130250, 759, 10002, 43581, 169581, 33022, 71358, 4677, 52895, 10941, 2053, 45646, 127877, 8305, 26499, 37...
[ 0.102294921875, 0.176025390625, 0.051025390625, 0.16357421875, 0.1671142578125, 0.1778564453125, 0.2498779296875, 0.165283203125, 0.0218963623046875, 0.06640625, 0.08563232421875, 0.1197509765625, 0.06976318359375, 0.00506591796875, 0.04681396484375, 0.031494140625, 0.22119140625, ...
embed
58809048_c0
58809048
fsharp
0
Title: factory pattern in F# Problem title: factory pattern in F# Tags: f%23 Problem: factory pattern in F# With this type: let Empty = { Buy = new Dictionary<int64, int64 * float>() Sell = new Dictionary<int64, int64 * float>() } if I assign it to several entities through the code: let a = Empty let b = Empty they'll ...
factory pattern in F# factory pattern in F# f%23 Empty Buy Dictionary int64 Sell factory pattern in F# With this type: if I assign it to several entities through the code: they'll represent the same dictionaries. How can I generate a new instance every time?
[ 0.00830078125, -0.0078125, -0.000888824462890625, -0.004150390625, -0.0211181640625, -0.0028839111328125, -0.0152587890625, 0.00506591796875, 0.0140380859375, 0.0228271484375, 0.00384521484375, 0.0167236328125, 0.006683349609375, -0.00133514404296875, 0.0240478515625, -0.0115966796875,...
[ 31461, 53, 103510, 563, 4904, 23, 1238, 3949, 3742, 31678, 939, 47184, 147638, 18, 13307, 503, 1181, 903, 10644, 2174, 95486, 47, 40368, 77630, 2449, 8305, 18151, 33636, 5701, 45, 10763, 11, 10484, 831, 139392, 3525, 110527, 11907, 1733 ]
[ 0.2142333984375, 0.127197265625, 0.270751953125, 0.1583251953125, 0.234375, 0.04461669921875, 0.092041015625, 0.00543212890625, 0.1480712890625, 0.13916015625, 0.06964111328125, 0.19384765625, 0.1876220703125, 0.005126953125, 0.1522216796875, 0.115478515625, 0.09002685546875, 0.019...
embed
76816497_c0
76816497
fsharp
0
Title: Apparent non-coherent behaviour between F# and C# when using generics constraints Problem title: Apparent non-coherent behaviour between F# and C# when using generics constraints Tags: c%23, f%23, generic-constraints Problem: Apparent non-coherent behaviour between F# and C# when using generics constraints Code ...
Apparent non-coherent behaviour between F# and C# when using generics constraints Apparent non-coherent behaviour between F# and C# when using generics constraints c%23 f%23 generic-constraints generics Apparent WithService IService Service IServiceCollection serviceCollection.AddTransient this.WithService Apparent non...
[ 0.00421142578125, 0.00469970703125, -0.01312255859375, -0.00872802734375, 0.0140380859375, 0.00909423828125, -0.005767822265625, -0.005126953125, 0.036376953125, -0.0003204345703125, -0.01397705078125, 0.005828857421875, 0.00830078125, 0.0250244140625, 0.01300048828125, -0.01220703125,...
[ 5787, 99547, 351, 587, 3334, 2517, 224833, 17721, 563, 4904, 136, 313, 17368, 189534, 7, 158, 2816, 4288, 3949, 3742, 1238, 2271, 17106, 121979, 87, 12349, 78457, 133, 4516, 4028, 62624, 18750, 903, 194583, 25632, 147153, 17777, 18151, 83, ...
[ 0.0168609619140625, 0.1851806640625, 0.0975341796875, 0.06475830078125, 0.17529296875, 0.06793212890625, 0.158935546875, 0.083251953125, 0.1322021484375, 0.2188720703125, 0.0848388671875, 0.061553955078125, 0.054901123046875, 0.240478515625, 0.0228424072265625, 0.056976318359375, 0.1...
embed