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
68025247_c1
68025247
fsharp
1
Results) While immutable, the boss entity will not be able to keep tabs on it as a new Worker is created at every change. How are these scenarios typically handled? A practical case here is that I have workers that run in their own threads, they react to outside events and keep their own states (they're all classes rig...
Results) While immutable, the boss entity will not be able to keep tabs on it as a new Worker is created at every change. How are these scenarios typically handled? A practical case here is that I have workers that run in their own threads, they react to outside events and keep their own states (they're all classes rig...
[ 0.006744384765625, 0.01123046875, -0.01318359375, -0.007049560546875, -0.02099609375, 0.018310546875, 0.0036773681640625, -0.00628662109375, 0.02587890625, 0.0157470703125, -0.0167236328125, 0.0341796875, -0.0032501220703125, 0.0179443359375, -0.0126953125, 0.00445556640625, 0.004699...
[ 146104, 51404, 566, 561, 22819, 55983, 77630, 939, 1221, 959, 19048, 47, 13695, 20928, 98, 3525, 27985, 56, 75935, 99, 11907, 15549, 11249, 6097, 106117, 7, 205794, 34831, 71, 138155, 7225, 133325, 11675, 10002, 86997, 131300, 50782, 47353, ...
[ 0.198974609375, 0.044403076171875, 0.0806884765625, 0.193603515625, 0.157470703125, 0.146240234375, 0.1097412109375, 0.028961181640625, 0.013214111328125, 0.08428955078125, 0.05615234375, 0.0270538330078125, 0.0933837890625, 0.19384765625, 0.10699462890625, 0.0947265625, 0.1331787109...
embed
71553369_c0
71553369
fsharp
0
Title: How to configure Rider F# for ubuntu with autocomplete? Problem title: How to configure Rider F# for ubuntu with autocomplete? Tags: ubuntu, rider, f%23 Problem: How to configure Rider F# for ubuntu with autocomplete? I'm trying to get Intellisense for F# on Ubuntu (20.04) using Rider IDE. Intellisense works for...
How to configure Rider F# for ubuntu with autocomplete? How to configure Rider F# for ubuntu with autocomplete? ubuntu rider f%23 How Rider How to configure Rider F# for ubuntu with autocomplete? I'm trying to get Intellisense for F# on Ubuntu (20.04) using Rider IDE. Intellisense works for C# but not F#, I have tried ...
[ -0.008544921875, 0.0072021484375, -0.0198974609375, -0.00872802734375, -0.0235595703125, -0.00836181640625, 0.01519775390625, 0.00433349609375, -0.0213623046875, 0.0224609375, 0.0179443359375, -0.001434326171875, -0.0054931640625, 0.033203125, 0.0010986328125, -0.01611328125, 0.01074...
[ 11249, 47, 222495, 41231, 56, 563, 4904, 100, 198996, 678, 1809, 277, 131801, 171503, 1238, 3742, 31577, 30131, 27077, 184, 98, 116890, 28583, 112072, 17368, 36497, 43240, 959, 37842, 20633, 1179, 190, 136, 305, 1829, 76685, 22460, 201, 521...
[ 0.07598876953125, 0.042999267578125, 0.218017578125, 0.2078857421875, 0.183837890625, 0.1483154296875, 0.22607421875, 0.07281494140625, 0.1822509765625, 0.053955078125, 0.1778564453125, 0.108154296875, 0.2060546875, 0.23388671875, 0.1087646484375, 0.060089111328125, 0.00164794921875,...
embed
12977466_c0
12977466
fsharp
0
Title: AutoOpen attribute in F# Problem title: AutoOpen attribute in F# Tags: code-organization, f%23 Problem: AutoOpen attribute in F# What is the recommended doctrine for using the AutoOpen attribute ? (This question is probably is in continuation to when to use module function VS static function on similarly named t...
AutoOpen attribute in F# AutoOpen attribute in F# code-organization f%23 AutoOpen AutoOpen attribute in F# What is the recommended doctrine for using the AutoOpen attribute ? (This question is probably is in continuation to when to use module function VS static function on similarly named type ) Expert F# states that "...
[ 0.01806640625, -0.00848388671875, 0.006622314453125, -0.00138092041015625, -0.01422119140625, -0.0152587890625, 0.0240478515625, 0.00921630859375, 0.0084228515625, -0.00909423828125, 0.0037384033203125, -0.01446533203125, 0.0211181640625, 0.00958251953125, 0.0101318359375, -0.045898437...
[ 4396, 103264, 150380, 13, 23, 563, 4904, 18151, 53404, 1238, 3742, 170198, 51584, 3996, 86, 17368, 3229, 4527, 88996, 32354, 44160, 201939, 21373, 24, 4806, 10644, 70523, 117249, 73243, 831, 80234, 13204, 606, 8589, 2663, 67919, 39933, 136, ...
[ 0.2344970703125, 0.30615234375, 0.21533203125, 0.08233642578125, 0.00054931640625, 0.165771484375, 0.22998046875, 0.1361083984375, 0.1578369140625, 0.048797607421875, 0.0909423828125, 0.135986328125, 0.07373046875, 0.0714111328125, 0.0297393798828125, 0.115966796875, 0.02052307128906...
embed
3178829_c0
3178829
fsharp
0
Title: F# dynamic operator giving access both to function and function name Problem title: F# dynamic operator giving access both to function and function name Tags: f%23, dynamic Problem: F# dynamic operator giving access both to function and function name Given a number of functions test1 , test2 , ... belonging to a...
F# dynamic operator giving access both to function and function name F# dynamic operator giving access both to function and function name f%23 dynamic test1 test2 Checks Checks.test1 F# dynamic operator giving access both to function and function name Given a number of functions test1 , test2 , ... belonging to a modul...
[ 0.0308837890625, -0.00738525390625, 0.017578125, 0.01220703125, 0.010986328125, 0.0194091796875, -0.00787353515625, 0.00927734375, 0.007293701171875, -0.003997802734375, 0.01361083984375, 0.0130615234375, 0.0013885498046875, -0.003662109375, 0.010986328125, -0.00482177734375, -0.0086...
[ 563, 4904, 84079, 39933, 68772, 17203, 15044, 32354, 136, 9351, 1238, 3742, 3034, 418, 304, 38679, 6954, 14012, 7, 66165, 81551, 88996, 3642, 831, 70361, 11814, 8337, 47, 68034, 16750, 5608, 6713, 1884 ]
[ 0.0982666015625, 0.177490234375, 0.1766357421875, 0.2479248046875, 0.041961669921875, 0.15625, 0.0611572265625, 0.177490234375, 0.044281005859375, 0.12158203125, 0.0885009765625, 0.1329345703125, 0.1956787109375, 0.06396484375, 0.10516357421875, 0.186767578125, 0.128662109375, 0.03...
embed
17154692_c0
17154692
fsharp
0
Title: Pluggability in a functional paradigm Problem title: Pluggability in a functional paradigm Tags: functional-programming, f%23 Problem: Pluggability in a functional paradigm What is the proper functional way to handle pluggability in projects? I am working on a new opensource project in F# and can not seem to get...
Pluggability in a functional paradigm Pluggability in a functional paradigm functional-programming f%23 Pluggability Pluggability in a functional paradigm What is the proper functional way to handle pluggability in projects? I am working on a new opensource project in F# and can not seem to get the object oriented idea...
[ -0.00064849853515625, 0.00921630859375, -0.001556396484375, 0.0033416748046875, -0.0211181640625, 0.0034027099609375, -0.0286865234375, -0.00092315673828125, 0.00823974609375, -0.02294921875, -0.0027923583984375, -0.012451171875, -0.00921630859375, 0.017333984375, -0.0047607421875, -0....
[ 194351, 177, 41159, 23, 10, 123309, 214709, 28966, 214, 3949, 3742, 27798, 3917, 47, 34831, 76329, 77635, 20697, 9803, 60427, 13452, 563, 4904, 36746, 23509, 6528, 69993, 136, 101758, 7086, 119175, 2806, 1884, 19048, 202317, 1810, 12684, 2625...
[ 0.22412109375, 0.177490234375, 0.22900390625, 0.070068359375, 0.0144195556640625, 0.249267578125, 0.2479248046875, 0.1396484375, 0.043670654296875, 0.002349853515625, 0.037078857421875, 0.1180419921875, 0.08270263671875, 0.004913330078125, 0.154052734375, 0.212890625, 0.162841796875,...
embed
45425831_c0
45425831
fsharp
0
Title: declare variable scala as set of instructions Problem title: declare variable scala as set of instructions Tags: f%23, scala, functional-programming Problem: declare variable scala as set of instructions Is it possible to declare a variable in scala as the result of a series of instructions?. I'm trying to do so...
declare variable scala as set of instructions declare variable scala as set of instructions f%23 scala functional-programming g1remainingNodesToMap.Count g2remainingNodesToMap.Count g1remainingNodesToMap g2remainingNodesToMap declare variable scala as set of instructions Is it possible to declare a variable in scala as...
[ 0.0186767578125, -0.007476806640625, -0.004241943359375, -0.0013580322265625, 0.002716064453125, -0.00194549560546875, -0.01019287109375, -0.01416015625, 0.0179443359375, 0.026611328125, -0.00262451171875, 0.00042724609375, 0.01239013671875, -0.0027313232421875, 0.0145263671875, 0.0052...
[ 159978, 77336, 146232, 237, 5423, 167934, 1238, 3949, 3742, 123309, 28966, 706, 418, 192, 14653, 5021, 988, 7763, 166179, 108210, 304, 111, 2071, 442, 7722, 47, 10, 23, 16750, 36549, 31577, 183234, 25632, 563, 4904, 93, 58134 ]
[ 0.2259521484375, 0.2587890625, 0.265380859375, 0.0989990234375, 0.1221923828125, 0.278076171875, 0.0236053466796875, 0.005523681640625, 0.09442138671875, 0.1201171875, 0.0880126953125, 0.03387451171875, 0.00421142578125, 0.07861328125, 0.03125, 0.0859375, 0.05181884765625, 0.092041...
embed
38172877_c0
38172877
fsharp
0
Title: Create a list of elements passing two params to create it Problem title: Create a list of elements passing two params to create it Tags: list, f%23, functional-programming, caml Problem: Create a list of elements passing two params to create it I'm studying Caml light. I'm doing some practice with many exercises...
Create a list of elements passing two params to create it Create a list of elements passing two params to create it list f%23 functional-programming caml Create n-1 Create a list of elements passing two params to create it I'm studying Caml light. I'm doing some practice with many exercises. One of this is create a fun...
[ -0.004913330078125, -0.005615234375, -0.0007781982421875, 0.031982421875, -0.0031280517578125, 0.025634765625, 0.001861572265625, 0.01312255859375, 0.0089111328125, -0.0283203125, 0.004974365234375, -0.037109375, 0.005859375, 0.01202392578125, 0.007476806640625, -0.01361083984375, 0....
[ 151313, 5303, 111, 80854, 452, 6953, 6626, 121, 4432, 47, 28282, 442, 1238, 3949, 3742, 123309, 28966, 7384, 141, 653, 5759, 35187, 10071, 22729, 41361, 81979, 32354, 45367, 10750, 14012, 70, 12830, 143126, 18151, 4163, 903, 18499, 98, 2301...
[ 0.125732421875, 0.1944580078125, 0.022674560546875, 0.18408203125, 0.111572265625, 0.061309814453125, 0.1824951171875, 0.1607666015625, 0.1422119140625, 0.03173828125, 0.154052734375, 0.0148773193359375, 0.058624267578125, 0.05548095703125, 0.140869140625, 0.1094970703125, 0.06842041...
embed
38417261_c0
38417261
fsharp
0
Title: Why aren&#x27;t IDictionary&lt;_, &gt; keys compatible with derived types? Problem title: Why aren&#x27;t IDictionary&lt;_, &gt; keys compatible with derived types? Tags: idictionary, f%23, dictionary, covariance Problem: Why aren't IDictionary<_, > keys compatible with derived types? type TypeA () = class end t...
Why aren&#x27;t IDictionary&lt;_, &gt; keys compatible with derived types? Why aren&#x27;t IDictionary&lt;_, &gt; keys compatible with derived types? idictionary f%23 dictionary covariance Why IDictionary TypeA TypeB Dictionary d.Add Why aren't IDictionary<_, > keys compatible with derived types? Why are IDictionary ke...
[ 0.0015106201171875, 0.017822265625, -0.004302978515625, -0.004608154296875, -0.01361083984375, -0.022216796875, -0.01104736328125, 0.00537109375, -0.01153564453125, 0.0037078857421875, 0.0107421875, 0.004852294921875, 0.002899169921875, 0.00970458984375, -0.002655029296875, -0.00665283...
[ 44084, 125381, 3768, 18, 11338, 14, 10763, 6635, 454, 5386, 22799, 146731, 678, 16406, 4126, 52895, 13373, 3742, 45, 552, 21690, 60457, 284, 571, 147638, 104, 4028, 82940, 1888, 2661 ]
[ 0.065673828125, 0.04046630859375, 0.0209503173828125, 0.073974609375, 0.0692138671875, 0.042572021484375, 0.1412353515625, 0.066650390625, 0.07574462890625, 0.07257080078125, 0.170654296875, 0.138427734375, 0.06158447265625, 0.0985107421875, 0.0933837890625, 0.1585693359375, 0.012817...
embed
33875482_c0
33875482
fsharp
0
Title: How to filter based on a group criteria? Problem title: How to filter based on a group criteria? Tags: f%23 Problem: How to filter based on a group criteria? I'm an R developer that is interested in getting good at F# so this question is part of a broader theme of how to shape and reshape data. Question : There ...
How to filter based on a group criteria? How to filter based on a group criteria? f%23 How How to filter based on a group criteria? I'm an R developer that is interested in getting good at F# so this question is part of a broader theme of how to shape and reshape data. Question : There are three months in the NYC Fligh...
[ 0.01226806640625, 0.005096435546875, -0.0003185272216796875, -0.00136566162109375, 0.01507568359375, -0.0108642578125, 0.003631591796875, 0.004913330078125, 0.006072998046875, 0.01019287109375, -0.007232666015625, 0.0013427734375, -0.0125732421875, -0.0146484375, -0.01239013671875, 0.0...
[ 11249, 47, 46312, 35509, 98, 21115, 55738, 11, 1238, 3949, 3742, 10, 627, 106001, 60892, 4127, 563, 4904, 73986, 115700, 456, 2420, 2053, 68185, 17262, 21775, 22056, 441, 189932, 64997, 4778, 3509, 87197, 92949, 8, 5259, 1884, 1810, 3789, ...
[ 0.10107421875, 0.06024169921875, 0.29931640625, 0.1910400390625, 0.10479736328125, 0.251708984375, 0.233642578125, 0.14013671875, 0.0193939208984375, 0.0262298583984375, 0.06927490234375, 0.025360107421875, 0.135986328125, 0.0892333984375, 0.0343017578125, 0.025665283203125, 0.072937...
embed
38205125_c0
38205125
fsharp
0
Title: Autocomplete F# script code in VSCode Problem title: Autocomplete F# script code in VSCode Tags: visual-studio-code, ionide, f%23, f%23-scripting Problem: Autocomplete F# script code in VSCode I installed the Ionide-fsharp (1.9.1) package in VSCode (1.2.1) and started writing some example scripts from fsharpforf...
Autocomplete F# script code in VSCode Autocomplete F# script code in VSCode visual-studio-code ionide f%23 f%23-scripting Autocomplete VSCode Autocomplete F# script code in VSCode I installed the Ionide-fsharp (1.9.1) package in VSCode (1.2.1) and started writing some example scripts from fsharpforfunandprofit.com. I e...
[ -0.003570556640625, -0.004791259765625, -0.01190185546875, 0.01507568359375, -0.0166015625, 0.0089111328125, 0.0172119140625, 0.03271484375, -0.02099609375, 0.01348876953125, 0.00384521484375, 0.00147247314453125, -0.0036773681640625, 0.021484375, 0.01171875, -0.01470947265625, 0.006...
[ 4396, 277, 131801, 563, 4904, 26499, 18151, 44160, 114211, 23, 21176, 52629, 40899, 45339, 2506, 1238, 3742, 167218, 27495, 32032, 20600, 37859, 420, 89280, 254, 38331, 17727, 98169, 68107, 32562, 27781, 2472, 16498, 2940, 39348, 84751, 1809, ...
[ 0.1890869140625, 0.16943359375, 0.2275390625, 0.119384765625, 0.1744384765625, 0.1925048828125, 0.1505126953125, 0.19482421875, 0.2216796875, 0.0197601318359375, 0.142333984375, 0.0968017578125, 0.077392578125, 0.157958984375, 0.189453125, 0.10028076171875, 0.0215606689453125, 0.02...
embed
22545735_c0
22545735
fsharp
0
Title: Chunk (or partition) seq of items into sequences of N items Problem title: Chunk (or partition) seq of items into sequences of N items Tags: f%23 Problem: Chunk (or partition) seq of items into sequences of N items How should one implement a chunking (or partitioning) function for F# sequences? I'm looking for a...
Chunk (or partition) seq of items into sequences of N items Chunk (or partition) seq of items into sequences of N items f%23 Chunk n:int sequence:seq Seq.iter Chunk (or partition) seq of items into sequences of N items How should one implement a chunking (or partitioning) function for F# sequences? I'm looking for a fu...
[ -0.006500244140625, -0.00872802734375, 0.0267333984375, 0.00872802734375, -0.004791259765625, 0.004913330078125, 0.0033111572265625, -0.01409912109375, -0.011962890625, 0.0034027099609375, -0.0107421875, 0.02099609375, 0.0016021728515625, 0.00653076171875, 0.007171630859375, 0.00540161...
[ 112204, 92, 748, 2878, 1363, 16, 40, 864, 55769, 3934, 26513, 5170, 541, 111, 1238, 3949, 3742, 653, 12, 4288, 944, 3956, 184, 503, 16840, 11249, 5608, 1632, 29479, 7839, 6048, 214, 32354, 100, 563, 4904, 16487, 903, 138256, 30646, 7, ...
[ 0.275634765625, 0.2454833984375, 0.06475830078125, 0.240234375, 0.1566162109375, 0.01318359375, 0.08941650390625, 0.22265625, 0.196533203125, 0.142822265625, 0.1993408203125, 0.09393310546875, 0.14404296875, 0.04534912109375, 0.09124755859375, 0.08056640625, 0.1717529296875, 0.1264...
embed
9513547_c1
9513547
fsharp
1
.groupBy f1 ||> (Seq.groupBy f2) ||> (Seq.groupBy f3) Are there any special name for those 2 operators |/> and ||> ? This would help me find other such operators and not reinvent the wheel EDIT it is also useful for ungrouping let ungroup (seqinit:seq<'a*seq<'b>>) = seqinit |> Seq.fold(fun state (key, keyseq) -> Seq.ap...
.groupBy f1 ||> (Seq.groupBy f2) ||> (Seq.groupBy f3) Are there any special name for those 2 operators |/> and ||> ? This would help me find other such operators and not reinvent the wheel EDIT it is also useful for ungrouping let ungroup (seqinit:seq<'a*seq<'b>>) = seqinit |> Seq.fold(fun state (key, keyseq) -> Seq.ap...
[ 0.022705078125, 0.01458740234375, 0.0020751953125, -0.003326416015625, -0.01104736328125, -0.0260009765625, -0.0078125, 0.0125732421875, 0.00958251953125, 0.006011962890625, -0.0230712890625, 0.034912109375, 0.0169677734375, 0.0245361328125, -0.0123291015625, -0.00098419189453125, -0...
[ 5, 51588, 75358, 1238, 418, 2740, 4233, 864, 10461, 21320, 5361, 9351, 100, 8382, 116, 39933, 7, 4358, 7413, 6044, 132894, 160298, 172864, 442, 80234, 51, 214, 2633, 117144, 40, 18, 503, 42822, 16498, 11341, 19770, 22799, 9007, 3611, 184,...
[ 0.07330322265625, 0.2685546875, 0.2509765625, 0.1217041015625, 0.10491943359375, 0.031280517578125, 0.0653076171875, 0.187255859375, 0.1417236328125, 0.2125244140625, 0.12646484375, 0.147216796875, 0.0165252685546875, 0.0296630859375, 0.087646484375, 0.27685546875, 0.0877685546875, ...
embed
6392347_c0
6392347
fsharp
0
Title: F# compiler documentation and F# data flow analysis library Problem title: F# compiler documentation and F# data flow analysis library Tags: compiler-construction, data-analysis, f%23 Problem: F# compiler documentation and F# data flow analysis library I have two questions: I was wondering if someone is aware of...
F# compiler documentation and F# data flow analysis library F# compiler documentation and F# data flow analysis library compiler-construction data-analysis f%23 F# compiler documentation and F# data flow analysis library I have two questions: I was wondering if someone is aware of F# Compiler documentation or related r...
[ 0.018310546875, 0.000644683837890625, -0.0003070831298828125, 0.000037670135498046875, 0.0010528564453125, 0.0169677734375, -0.01141357421875, -0.02197265625, -0.0186767578125, -0.0240478515625, 0.00848388671875, -0.01202392578125, 0.00994873046875, -0.0004425048828125, 0.02978515625, ...
[ 563, 4904, 9969, 34759, 209806, 136, 2053, 86608, 114137, 35773, 1294, 238478, 174976, 1238, 3742, 765, 6626, 17582, 149016, 22008, 107419, 111, 15612, 62548, 65514, 31344, 18151, 82424, 16487, 32007, 45646, 48963, 78301, 32354, 366, 6953, 3731...
[ 0.176025390625, 0.24609375, 0.17822265625, 0.1904296875, 0.2169189453125, 0.06439208984375, 0.0859375, 0.1962890625, 0.1693115234375, 0.1656494140625, 0.09429931640625, 0.115478515625, 0.151123046875, 0.09771728515625, 0.0689697265625, 0.002166748046875, 0.055450439453125, 0.074157...
embed
18801054_c0
18801054
fsharp
0
Title: Difference between list.map and list.collect Problem title: Difference between list.map and list.collect Tags: f%23, collections Problem: Difference between list.map and list.collect What is the difference between map and collect? documentation below - i cant tell the difference.. List.map<'T,'U> Function Create...
Difference between list.map and list.collect Difference between list.map and list.collect f%23 collections Difference list.map list.collect Difference between list.map and list.collect What is the difference between map and collect? documentation below - i cant tell the difference.. List.map<'T,'U> Function Creates a n...
[ 0.01129150390625, 0.0201416015625, 0.0213623046875, 0.01806640625, -0.0238037109375, -0.000457763671875, -0.004791259765625, -0.00136566162109375, 0.0079345703125, 0.0086669921875, 0.01318359375, -0.004486083984375, 0.0087890625, 0.026611328125, -0.0079345703125, -0.006134033203125, ...
[ 803, 18234, 6620, 17721, 5303, 5, 62346, 136, 196352, 1238, 3949, 3742, 42486, 83, 70, 60212, 22288, 43799, 209806, 35064, 17, 45767, 14192, 32036, 16093, 618, 4, 25, 1062, 2740, 28670, 10763, 151313, 7, 3525, 80854, 50339, 59911, 34475, ...
[ 0.148681640625, 0.2408447265625, 0.135986328125, 0.1546630859375, 0.2646484375, 0.116455078125, 0.293701171875, 0.1494140625, 0.314697265625, 0.040618896484375, 0.033905029296875, 0.104248046875, 0.2451171875, 0.05499267578125, 0.1180419921875, 0.260009765625, 0.276611328125, 0.327...
embed
11043112_c1
11043112
fsharp
1
59680917054518906...(other nice number) End!!... if I execute it in parallel then works good... let task1 = async{ printfn "begin" do! BigFactorial(30000,"30") printfn "end..." } let task2 = async{ printfn "begin" do! BigFactorial(10000,"10") printfn "end!!..." } Async.RunSynchronously(Async.Parallel[task1;task2]) begi...
59680917054518906...(other nice number) End!!... if I execute it in parallel then works good... let task1 = async{ printfn "begin" do! BigFactorial(30000,"30") printfn "end..." } let task2 = async{ printfn "begin" do! BigFactorial(10000,"10") printfn "end!!..." } Async.RunSynchronously(Async.Parallel[task1;task2]) begi...
[ -0.0025634765625, 0.0087890625, -0.004486083984375, 0.007080078125, 0.00830078125, -0.0152587890625, 0.033935546875, -0.007720947265625, 0.000701904296875, -0.031005859375, -0.0026092529296875, 0.031494140625, -0.000919342041015625, 0.0013427734375, 0.02490234375, 0.0020751953125, 0....
[ 11156, 91092, 1126, 208553, 4633, 142180, 9016, 47469, 126340, 26267, 14012, 18878, 1146, 71924, 442, 23, 95103, 43240, 4127, 66211, 418, 10, 12654, 238, 28412, 14783, 372, 6820, 54, 14195, 135518, 77275, 86827, 28568, 1197, 3611, 304, 191281...
[ 0.10595703125, 0.0867919921875, 0.0272369384765625, 0.08074951171875, 0.06146240234375, 0.0740966796875, 0.1319580078125, 0.000091552734375, 0.05035400390625, 0.123779296875, 0.1424560546875, 0.130615234375, 0.0933837890625, 0.172119140625, 0.06622314453125, 0.060302734375, 0.2492675...
embed
45847652_c0
45847652
fsharp
0
Title: Publishing &quot;existing event value&quot; upon subscription Problem title: Publishing &quot;existing event value&quot; upon subscription Tags: f%23 Problem: Publishing "existing event value" upon subscription F# has a rather nice syntax for events, which can be subscribed to as observables without any custom c...
Publishing &quot;existing event value&quot; upon subscription Publishing &quot;existing event value&quot; upon subscription f%23 Publishing Publishing "existing event value" upon subscription F# has a rather nice syntax for events, which can be subscribed to as observables without any custom code for that purpose. I am...
[ -0.00103759765625, 0.040771484375, 0.00323486328125, 0.003143310546875, -0.0211181640625, -0.007568359375, -0.0035400390625, 0.004058837890625, 0.01043701171875, -0.039794921875, 0.0078125, 0.037841796875, 0.009033203125, 0.039794921875, 0.0218505859375, -0.0068359375, -0.0224609375,...
[ 207025, 54376, 214, 19732, 34292, 54799, 1614, 59478, 1238, 3949, 3742, 563, 4904, 43257, 26267, 6002, 86531, 47353, 34601, 237, 22046, 13566, 15490, 114122, 18151, 60042, 105233, 80299, 114419, 47, 32786, 77336, 150661, 2661, 3444, 70, 144573,...
[ 0.261962890625, 0.2364501953125, 0.15087890625, 0.2099609375, 0.2315673828125, 0.1448974609375, 0.218505859375, 0.2381591796875, 0.071044921875, 0.000640869140625, 0.1259765625, 0.1263427734375, 0.18310546875, 0.0195770263671875, 0.0872802734375, 0.1190185546875, 0.20068359375, 0.1...
embed
19809606_c0
19809606
fsharp
0
Title: Failed to create the wrapper assembly for type library Problem title: Failed to create the wrapper assembly for type library Tags: f%23, dll Problem: Failed to create the wrapper assembly for type library I reference: open FSharp.Charting open System.Drawing In my project, I added to the references System.Drawin...
Failed to create the wrapper assembly for type library Failed to create the wrapper assembly for type library f%23 dll Failed FSharp.Charting System.Drawing System.Drawing.dll Failed to create the wrapper assembly for type library I reference: In my project, I added to the references System.Drawing.dll which is the onl...
[ -0.0203857421875, 0.008544921875, 0.0030059814453125, -0.01019287109375, -0.01129150390625, -0.00274658203125, -0.031982421875, -0.01544189453125, -0.0247802734375, 0.011474609375, -0.011962890625, 0.00164031982421875, 0.011962890625, 0.0087890625, 0.0084228515625, 0.0032806396484375, ...
[ 190355, 297, 28282, 137565, 1264, 89845, 38526, 100, 10644, 35773, 1294, 47, 10, 1238, 3949, 3742, 81717, 93774, 3467, 254, 84068, 1916, 12353, 219, 14775, 1181, 91067, 13452, 4, 49814, 71, 83, 4734, 32497, 5, 179459, 25632, 18499, 26008, ...
[ 0.154541015625, 0.033416748046875, 0.120361328125, 0.1981201171875, 0.1815185546875, 0.174560546875, 0.103759765625, 0.03155517578125, 0.16552734375, 0.175048828125, 0.0635986328125, 0.0162200927734375, 0.010009765625, 0.0814208984375, 0.04974365234375, 0.1732177734375, 0.15356445312...
embed
66373139_c0
66373139
fsharp
0
Title: Where to find source code of List.Map in F# module List? Problem title: Where to find source code of List.Map in F# module List? Tags: f%23 Problem: Where to find source code of List.Map in F# module List? I am searching for the source code of the function List.map provided by the F# core library. What I did fin...
Where to find source code of List.Map in F# module List? Where to find source code of List.Map in F# module List? f%23 Where List.Map List CompiledName Map Microsoft.FSharp.Primitives.Basics.List.map Where to find source code of List.Map in F# module List? I am searching for the source code of the function List.map pro...
[ -0.00015926361083984375, 0.0234375, 0.0223388671875, -0.000690460205078125, -0.0147705078125, 0.011962890625, 0.004241943359375, 0.0177001953125, 0.002410888671875, -0.013916015625, -0.00139617919921875, -0.0174560546875, -0.0022735595703125, 0.014892578125, 0.01025390625, 0.0240478515...
[ 78662, 47, 7413, 31344, 18151, 111, 32036, 5, 166179, 23, 563, 4904, 88996, 1238, 3949, 3742, 15612, 14, 6259, 163612, 42719, 7244, 36381, 3467, 254, 145111, 42991, 63473, 28021, 154663, 62346, 157318, 100, 32354, 62952, 56458, 35773, 16487, ...
[ 0.1044921875, 0.052398681640625, 0.1297607421875, 0.2413330078125, 0.22119140625, 0.0428466796875, 0.27099609375, 0.08349609375, 0.259033203125, 0.06060791015625, 0.1309814453125, 0.209228515625, 0.1712646484375, 0.0684814453125, 0.010955810546875, 0.10076904296875, 0.11767578125, ...
embed
3595762_c0
3595762
fsharp
0
Title: Why is in F# a dummy symbol literal needed between pipe and when? Problem title: Why is in F# a dummy symbol literal needed between pipe and when? Tags: f%23, design-patterns, matching, symbols Problem: Why is in F# a dummy symbol literal needed between pipe and when? I am new to F# and fiddling just around with...
Why is in F# a dummy symbol literal needed between pipe and when? Why is in F# a dummy symbol literal needed between pipe and when? f%23 design-patterns matching symbols Why Why is in F# a dummy symbol literal needed between pipe and when? I am new to F# and fiddling just around with it. What get's me is: Why does F# n...
[ -0.007110595703125, -0.004974365234375, -0.00244140625, -0.0048828125, -0.007476806640625, -0.0120849609375, -0.0096435546875, 0.01556396484375, 0.0067138671875, 0.0164794921875, 0.0086669921875, 0.00653076171875, -0.001068115234375, -0.0072021484375, -0.0002803802490234375, -0.0037841...
[ 44084, 83, 563, 4904, 8473, 1176, 26582, 15659, 289, 44841, 17721, 137158, 136, 3229, 23, 1238, 3742, 4331, 4453, 22766, 14858, 10, 3525, 163, 14602, 27117, 903, 3687, 31958, 27919, 28271, 1733, 9232, 5983, 9969, 34759, 37202, 3871, 124962,...
[ 0.135498046875, 0.0288848876953125, 0.1512451171875, 0.224853515625, 0.1986083984375, 0.2120361328125, 0.2127685546875, 0.148193359375, 0.1064453125, 0.166748046875, 0.1436767578125, 0.177978515625, 0.0716552734375, 0.1405029296875, 0.02813720703125, 0.09393310546875, 0.072998046875,...
embed
39461659_c0
39461659
fsharp
0
Title: f# remove from own user defined list Problem title: f# remove from own user defined list Tags: f%23 Problem: f# remove from own user defined list I want to create a function that removes any occurrence of a integer n and returns the list. I know how I want to do it but do not know the command to delete it. Here ...
f# remove from own user defined list f# remove from own user defined list f%23 own Alist f# remove from own user defined list I want to create a function that removes any occurrence of a integer n and returns the list. I know how I want to do it but do not know the command to delete it. Here is the data type Here's how...
[ -0.01806640625, 0.01519775390625, -0.000308990478515625, 0.025146484375, -0.0152587890625, 0.001434326171875, 0.003753662109375, 0.0033111572265625, 0.01422119140625, -0.00909423828125, 0.0106201171875, 0.00194549560546875, 0.00045013427734375, 0.009033203125, 0.01007080078125, -0.0073...
[ 1238, 4904, 87388, 1295, 10002, 38937, 61924, 5303, 3949, 3742, 62, 6562, 71, 3444, 28282, 32354, 2499, 74918, 42, 111, 892, 1505, 653, 30646, 70, 3714, 3642, 54, 959, 75101, 47, 154109, 442, 2053, 10644, 33342, 5608, 765, 2060, 2046, 3...
[ 0.0966796875, 0.1522216796875, 0.2032470703125, 0.171142578125, 0.177490234375, 0.1407470703125, 0.1727294921875, 0.2144775390625, 0.017303466796875, 0.1285400390625, 0.081298828125, 0.2266845703125, 0.0262451171875, 0.09423828125, 0.0948486328125, 0.1778564453125, 0.07415771484375, ...
embed
26297198_c0
26297198
fsharp
0
Title: F# csv provider with different column order Problem title: F# csv provider with different column order Tags: csv, f%23-data, f%23, type-providers Problem: F# csv provider with different column order If I define a type type MyType = CsvProvider<"schema.csv", Schema="A->MyA=int, B->MyB=int"> And if i load csv's li...
F# csv provider with different column order F# csv provider with different column order csv f%23-data f%23 type-providers MyType CsvProvider schema.csv Schema MyA MyB csv1 MyType.Load file1.csv F# csv provider with different column order If I define a type And if i load csv's like If "file1.csv" contains all the column...
[ 0.022216796875, -0.005035400390625, 0.0037689208984375, 0.033203125, -0.0091552734375, 0.002777099609375, -0.00128936767578125, 0.009765625, 0.007476806640625, 0.0196533203125, -0.0223388671875, 0.00579833984375, 0.007171630859375, 0.006134033203125, -0.016845703125, -0.0125732421875, ...
[ 563, 4904, 20763, 334, 81450, 678, 12921, 3365, 316, 12989, 1238, 10135, 10644, 93136, 2646, 196707, 313, 67756, 177997, 61903, 4439, 34702, 284, 571, 418, 15363, 11435, 61924, 72367, 1884, 29822, 70541, 7560, 192, 4173, 959, 108975, 23, 5,...
[ 0.0723876953125, 0.1483154296875, 0.0904541015625, 0.197998046875, 0.205322265625, 0.001495361328125, 0.1546630859375, 0.082275390625, 0.08935546875, 0.1422119140625, 0.021636962890625, 0.0145111083984375, 0.17431640625, 0.127197265625, 0.07421875, 0.2325439453125, 0.018585205078125,...
embed
40483028_c1
40483028
fsharp
1
"type": "string" }, "state": { "type": "string" } }, "required": [ "street_address", "city", "state" ] }, "shipping_address": { "$ref": "#/properties/billing_address" } } } As you can see, only one of the two addresses is defined using a reference to another schema, and the address schema is in "properties" rather tha...
"type": "string" }, "state": { "type": "string" } }, "required": [ "street_address", "city", "state" ] }, "shipping_address": { "$ref": "#/properties/billing_address" } } } As you can see, only one of the two addresses is defined using a reference to another schema, and the address schema is in "properties" rather tha...
[ 0.009765625, 0.0306396484375, -0.0126953125, 0.02099609375, -0.00726318359375, -0.00183868408203125, -0.00579833984375, 0.01055908203125, 0.01422119140625, 0.01318359375, 0.0078125, 0.0458984375, -0.0196533203125, 0.0184326171875, -0.0037689208984375, 0.0322265625, 0.0155029296875, ...
[ 50986, 91693, 61340, 107, 3181, 2822, 5967, 712, 107421, 3767, 26783, 4369, 29087, 36290, 56, 2721, 2069, 4734, 6626, 29823, 61924, 17368, 91067, 15700, 61903, 70, 23, 2449, 43257, 49919, 88308, 13204, 449, 136, 142447, 214, 234311, 28864, ...
[ 0.1776123046875, 0.147705078125, 0.1278076171875, 0.08251953125, 0.18701171875, 0.1707763671875, 0.06988525390625, 0.0748291015625, 0.15478515625, 0.06878662109375, 0.045989990234375, 0.040557861328125, 0.19189453125, 0.0557861328125, 0.07318115234375, 0.0885009765625, 0.106018066406...
embed
21065756_c1
21065756
fsharp
1
// Reset - cache will be re-initialized next time it is accessed // (this doesn't actually initialize a cache - just creates a lazy value) let Reset() = currentCache <- createCacheInitialization() let GetCache() = if (lastAccess.IsSome && DateTime.Now > (lastAccess.Value + TimeSpan.FromSeconds (10.0))) then Reset() cu...
// Reset - cache will be re-initialized next time it is accessed // (this doesn't actually initialize a cache - just creates a lazy value) let Reset() = currentCache <- createCacheInitialization() let GetCache() = if (lastAccess.IsSome && DateTime.Now > (lastAccess.Value + TimeSpan.FromSeconds (10.0))) then Reset() cu...
[ 0.006011962890625, 0.032470703125, 0.0189208984375, 0.01312255859375, -0.01068115234375, -0.0004405975341796875, -0.000286102294921875, -0.00872802734375, 0.01287841796875, -0.00958251953125, -0.00396728515625, 0.044677734375, -0.0167236328125, -0.00909423828125, 0.00994873046875, 0.01...
[ 4666, 9624, 126, 20, 82365, 1221, 186, 456, 9, 943, 118, 289, 29367, 11737, 1733, 83, 17203, 297, 100231, 22027, 18, 20653, 61475, 20650, 28282, 21, 3285, 34292, 16, 2633, 132, 43581, 441, 46994, 1890, 47691, 20779, 2174, 19777, 39450, ...
[ 0.058258056640625, 0.222900390625, 0.278076171875, 0.06890869140625, 0.2939453125, 0.069091796875, 0.03094482421875, 0.0870361328125, 0.015533447265625, 0.056243896484375, 0.0672607421875, 0.06622314453125, 0.0694580078125, 0.09405517578125, 0.0933837890625, 0.0029296875, 0.173950195...
embed
50839139_c0
50839139
fsharp
0
Title: When to use F#&#x27;s typedefof&lt;&#x27;T&gt; vs. typeof&lt;&#x27;T&gt;? Problem title: When to use F#&#x27;s typedefof&lt;&#x27;T&gt; vs. typeof&lt;&#x27;T&gt;? Tags: f%23 Problem: When to use F#'s typedefof<'T> vs. typeof<'T>? Can someone clarify when to use typedefof<'T> vs. typeof<'T> ? Both typedefof<Syste...
When to use F#&#x27;s typedefof&lt;&#x27;T&gt; vs. typeof&lt;&#x27;T&gt;? When to use F#&#x27;s typedefof&lt;&#x27;T&gt; vs. typeof&lt;&#x27;T&gt;? f%23 When System.String Type System.Collections.Generic.List When to use F#'s typedefof<'T> vs. typeof<'T>? Can someone clarify when to use typedefof<'T> vs. typeof<'T> ? B...
[ 0.0113525390625, 0.0079345703125, 0.00616455078125, 0.007476806640625, 0.000476837158203125, -0.019775390625, -0.010498046875, 0.00653076171875, 0.009521484375, 0.00567626953125, 0.010986328125, -0.0157470703125, 0.01177978515625, -0.00823974609375, 0.0034332275390625, 0.0078125, -0....
[ 14847, 4527, 563, 4904, 3768, 10644, 112, 3584, 420, 618, 5386, 20209, 4390, 1238, 12353, 71713, 60457, 78457, 8996, 135932, 12259, 154663, 17306, 3229, 149766, 84293, 136, 30646, 5701, 110527, 12921, 4677, 5351, 52295, 101089, 11343, 17368, ...
[ 0.07659912109375, 0.0916748046875, 0.1015625, 0.1475830078125, 0.0234222412109375, 0.19482421875, 0.1676025390625, 0.097412109375, 0.1397705078125, 0.1087646484375, 0.009124755859375, 0.10302734375, 0.2427978515625, 0.000701904296875, 0.0751953125, 0.092529296875, 0.1929931640625, ...
embed
15138913_c0
15138913
fsharp
0
Title: Imposing leads and lags into a sequence without a for loop Problem title: Imposing leads and lags into a sequence without a for loop Tags: f%23 Problem: Imposing leads and lags into a sequence without a for loop Aside from writing a loop that yields values, is there a simple/clean functional way of creating a la...
Imposing leads and lags into a sequence without a for loop Imposing leads and lags into a sequence without a for loop f%23 Imposing Some None Imposing leads and lags into a sequence without a for loop Aside from writing a loop that yields values, is there a simple/clean functional way of creating a lag (previous value)...
[ 0.0201416015625, 0.00113677978515625, -0.021240234375, 0.01080322265625, -0.015869140625, -0.0111083984375, 0.0005035400390625, -0.018310546875, 0.0167236328125, -0.0264892578125, 0.009765625, 0.0016632080078125, -0.0093994140625, -0.00006008148193359375, 0.01007080078125, 0.0112915039...
[ 29128, 232, 214, 37105, 136, 8475, 7, 3934, 40, 944, 3956, 15490, 100, 40956, 1238, 3949, 3742, 31384, 438, 32562, 11180, 19388, 142424, 8781, 11030, 123309, 3917, 105233, 10, 4692, 10023, 34292, 28032, 5, 116, 138, 201, 190, 305, 361, ...
[ 0.096435546875, 0.148193359375, 0.0173492431640625, 0.2025146484375, 0.04345703125, 0.259521484375, 0.073486328125, 0.1307373046875, 0.057220458984375, 0.1400146484375, 0.1279296875, 0.1180419921875, 0.0885009765625, 0.1727294921875, 0.021820068359375, 0.04107666015625, 0.12341308593...
embed
21027010_c0
21027010
fsharp
0
Title: F# arrays and match pattern Problem title: F# arrays and match pattern Tags: f%23 Problem: F# arrays and match pattern I'm trying yo learn F# and arrays with recursion. I have solved summarizing an array with recursion now I'm trying to do the same thing except this time with match pattern but I can't get it to ...
F# arrays and match pattern F# arrays and match pattern f%23 Array.create Can sum1 F# arrays and match pattern I'm trying yo learn F# and arrays with recursion. I have solved summarizing an array with recursion now I'm trying to do the same thing except this time with match pattern but I can't get it to work help.
[ -0.01434326171875, 0.00994873046875, 0.0069580078125, 0.0162353515625, -0.00775146484375, -0.00677490234375, -0.003875732421875, 0.0194091796875, 0.0244140625, -0.0054931640625, 0.0074462890625, 0.0096435546875, 0.006256103515625, 0.006439208984375, 0.0301513671875, -0.0093994140625, ...
[ 563, 4904, 10298, 4778, 136, 14858, 103510, 1238, 3949, 3742, 69253, 53, 7612, 2182, 4171, 10554, 418, 31577, 30698, 678, 195625, 1830, 86869, 29334, 14096, 5701, 40494, 903, 1733, 831, 18, 4488, 4358 ]
[ 0.1468505859375, 0.1993408203125, 0.183349609375, 0.1688232421875, 0.09716796875, 0.1942138671875, 0.234375, 0.10577392578125, 0.02447509765625, 0.112548828125, 0.139892578125, 0.085693359375, 0.1083984375, 0.0257568359375, 0.09649658203125, 0.1942138671875, 0.0755615234375, 0.0293...
embed
23989847_c0
23989847
fsharp
0
Title: FsUnit `should equal` fails on `Some []` Problem title: FsUnit `should equal` fails on `Some []` Tags: f%23, fsunit, nunit Problem: FsUnit `should equal` fails on `Some []` When I run this FsUnit test with NUnit 2.6.3, let f xs = Some (List.map ((+) 2) xs) [<Test>] let test() = f [] |> should equal (Some []) I g...
FsUnit `should equal` fails on `Some []` FsUnit `should equal` fails on `Some []` f%23 fsunit nunit FsUnit Some List.map Test Result Message Expected But StackTrace FsUnit.TopLevelOperators.should FSharpFunc Object FsUnit `should equal` fails on `Some []` When I run this FsUnit test with NUnit 2.6.3, I get: The test fa...
[ 0.01611328125, -0.00201416015625, 0.0025634765625, -0.0162353515625, -0.01409912109375, -0.032470703125, 0.007476806640625, -0.0189208984375, 0.00144195556640625, 0.0478515625, 0.011962890625, 0.022705078125, 0.00090789794921875, 0.0019378662109375, 0.00119781494140625, -0.009033203125...
[ 563, 7, 85600, 18, 11412, 52366, 105950, 35782, 98, 282, 1135, 1238, 3742, 6548, 217, 4124, 32036, 62346, 8647, 126684, 48205, 60075, 13, 4966, 6512, 28542, 77888, 2601, 156823, 93774, 3467, 254, 97249, 134549, 11675, 3034, 18057, 6773, 787...
[ 0.155517578125, 0.1094970703125, 0.236572265625, 0.0692138671875, 0.1011962890625, 0.1260986328125, 0.205810546875, 0.18603515625, 0.040679931640625, 0.03460693359375, 0.03106689453125, 0.07635498046875, 0.093017578125, 0.03662109375, 0.076904296875, 0.06060791015625, 0.1041870117187...
embed
24017536_c0
24017536
fsharp
0
Title: Why is my mailBoxProcessor stuck at the receive method? Problem title: Why is my mailBoxProcessor stuck at the receive method? Tags: f%23, mailboxprocessor Problem: Why is my mailBoxProcessor stuck at the receive method? Code signals: _log.Error, agent.Error, Why, agent:Agent, Message, TIBCO.Rendezvous.Environme...
Why is my mailBoxProcessor stuck at the receive method? Why is my mailBoxProcessor stuck at the receive method? f%23 mailboxprocessor _log.Error agent.Error Why agent:Agent Message TIBCO.Rendezvous.Environment.Open _transport NetTransport rvSetting.rvService rvSetting.rvNetwork rvSetting.rvDaemon _listener Listener TIB...
[ 0.00384521484375, 0.025634765625, -0.008056640625, 0.0184326171875, -0.0016326904296875, -0.0091552734375, -0.006378173828125, 0.018310546875, 0.0125732421875, -0.01708984375, 0.0223388671875, 0.018310546875, 0.0169677734375, 0.010009765625, 0.03759765625, -0.00787353515625, 0.004547...
[ 44084, 83, 6648, 72295, 10752, 26531, 748, 179933, 99, 53299, 55300, 1238, 3742, 11728, 63923, 4867, 18468, 31611, 23882, 46825, 48205, 384, 29877, 9688, 2285, 169, 13048, 686, 1900, 103264, 72903, 62624, 33760, 4233, 121979, 74768, 63844, 15...
[ 0.104736328125, 0.0228424072265625, 0.1051025390625, 0.2086181640625, 0.0731201171875, 0.1429443359375, 0.1322021484375, 0.2484130859375, 0.085205078125, 0.218505859375, 0.172119140625, 0.00360107421875, 0.0709228515625, 0.1783447265625, 0.142822265625, 0.079345703125, 0.057373046875...
embed
30779144_c0
30779144
fsharp
0
Title: F#: currying differences between functions and static members Problem title: F#: currying differences between functions and static members Tags: f%23, currying Problem: F#: currying differences between functions and static members Can please someone explain this to me: type IItem = interface end type Item = {i:i...
F#: currying differences between functions and static members F#: currying differences between functions and static members f%23 currying IItem Item i:int Fail s:string x:IItem Fail.foo F#: currying differences between functions and static members Can please someone explain this to me: Why does the currying with the st...
[ 0.00811767578125, -0.005340576171875, 0.0308837890625, -0.02001953125, -0.00225830078125, -0.004638671875, -0.0150146484375, 0.00067138671875, 0.012451171875, -0.009765625, 0.01068115234375, 0.00159454345703125, -0.00994873046875, 0.006103515625, 0.01519775390625, -0.019287109375, 0....
[ 563, 4904, 198555, 214, 60212, 7, 17721, 32354, 201939, 43032, 1238, 3742, 2982, 78426, 17, 4288, 190355, 91, 91693, 1022, 3584, 136, 22936, 73342, 163, 44084, 14602, 70, 678, 32786, 959, 4488, 17368, 73372, 22968, 1324, 1179, 1398, 158296,...
[ 0.102294921875, 0.18408203125, 0.25830078125, 0.1712646484375, 0.189208984375, 0.017730712890625, 0.0703125, 0.1788330078125, 0.2056884765625, 0.2054443359375, 0.06756591796875, 0.0943603515625, 0.1219482421875, 0.1441650390625, 0.039947509765625, 0.1026611328125, 0.1629638671875, ...
embed
56536157_c0
56536157
fsharp
0
Title: What is the main point of Active Patterns? Problem title: What is the main point of Active Patterns? Tags: f%23 Problem: What is the main point of Active Patterns? When we pattern match on a value using Active Patterns , there is a "convert" function implicitly called. So instead of writing: match value with | T...
What is the main point of Active Patterns? What is the main point of Active Patterns? f%23 What Active Patterns Tag1 Tag2 What is the main point of Active Patterns? When we pattern match on a value using Active Patterns , there is a "convert" function implicitly called. So instead of writing: I can explicitly write: Th...
[ -0.00390625, 0.0048828125, -0.000820159912109375, 0.0184326171875, -0.0223388671875, 0.00299072265625, -0.0203857421875, 0.0205078125, 0.0250244140625, -0.00897216796875, 0.02392578125, -0.007110595703125, -0.0087890625, 0.006683349609375, 0.003082275390625, -0.009033203125, 0.022705...
[ 4865, 83, 70, 5201, 6275, 111, 88441, 9876, 22766, 7, 32, 3742, 4837, 418, 304, 103510, 14858, 98, 34292, 17368, 2271, 11549, 32354, 165164, 35839, 64457, 32562, 831, 143726, 33022, 3293, 4527, 3688, 11782, 96760, 159978, 69941, 10644, 2367...
[ 0.0435791015625, 0.051300048828125, 0.05224609375, 0.12939453125, 0.1826171875, 0.0694580078125, 0.260986328125, 0.2196044921875, 0.2197265625, 0.1197509765625, 0.0086669921875, 0.0386962890625, 0.083984375, 0.01800537109375, 0.06170654296875, 0.2142333984375, 0.1678466796875, 0.05...
embed
40703838_c1
40703838
fsharp
1
;p8;p9;p10;p11;p12;p13;p14] |(0,3) -> [p1;p2;p3;(p4+1);p5;p6;p7;p8;p9;p10;p11;p12;p13;p14] |(0,4) -> [p1;p2;p3;p4;(p5+1);p6;p7;p8;p9;p10;p11;p12;p13;p14] |(1,0) -> [p1;p2;p3;p4;p5;(p6+1);p7;p8;p9;p10;p11;p12;p13;p14] |(1,1) -> [p1;p2;p3;p4;p5;p6;(p7+1);p8;p9;p10;p11;p12;p13;p14] |(1,2) -> [p1;p2;p3;p4;p5;p6;p7;(p8+1);p...
;p8;p9;p10;p11;p12;p13;p14] |(0,3) -> [p1;p2;p3;(p4+1);p5;p6;p7;p8;p9;p10;p11;p12;p13;p14] |(0,4) -> [p1;p2;p3;p4;(p5+1);p6;p7;p8;p9;p10;p11;p12;p13;p14] |(1,0) -> [p1;p2;p3;p4;p5;(p6+1);p7;p8;p9;p10;p11;p12;p13;p14] |(1,1) -> [p1;p2;p3;p4;p5;p6;(p7+1);p8;p9;p10;p11;p12;p13;p14] |(1,2) -> [p1;p2;p3;p4;p5;p6;p7;(p8+1);p...
[ -0.01104736328125, 0.015869140625, -0.010009765625, 0.0115966796875, -0.005462646484375, 0.0126953125, -0.0284423828125, 0.00168609619140625, 0.0091552734375, 0.032470703125, 0.000614166259765625, 0.025146484375, -0.003692626953125, -0.01123046875, -0.0120849609375, -0.0016326904296875...
[ 2819, 254, 1019, 74, 1126, 963, 1662, 1530, 2681, 2592, 268, 6, 58745, 132, 2389, 4, 21320, 33079, 378, 418, 304, 363, 617, 21748, 3142, 758, 910, 966, 29557, 206808, 16, 41600, 17727, 133063, 54753, 10461, 128188, 86827 ]
[ 0.1685791015625, 0.1826171875, 0.257568359375, 0.1336669921875, 0.26416015625, 0.230224609375, 0.1978759765625, 0.201416015625, 0.23876953125, 0.2496337890625, 0.1217041015625, 0.0780029296875, 0.1856689453125, 0.07330322265625, 0.189697265625, 0.08795166015625, 0.27197265625, 0.18...
embed
67340122_c1
67340122
fsharp
1
er.fsl $(fsl) src/Lexer.fsl -o $(LexerGen) $(ParserGen): src/Parser.fsy $(fsp) -v --module Parser src/Parser.fsy -o $(ParserGen) $(Lexer): $(LexerGen) $(Parser) $(fsc) -a $(LexerGen) -r $(Parser) -o $(Lexer) $(Parser): $(ParserGen) $(Regex) $(fsyacclib) $(fsc) -a $(ParserGen) -r $(Regex) -r $(fsyacclib) -o $(Parser) $(...
er.fsl $(fsl) src/Lexer.fsl -o $(LexerGen) $(ParserGen): src/Parser.fsy $(fsp) -v --module Parser src/Parser.fsy -o $(ParserGen) $(Lexer): $(LexerGen) $(Parser) $(fsc) -a $(LexerGen) -r $(Parser) -o $(Lexer) $(Parser): $(ParserGen) $(Regex) $(fsyacclib) $(fsc) -a $(ParserGen) -r $(Regex) -r $(fsyacclib) -o $(Parser) $(...
[ -0.015625, 0.008544921875, -0.00634765625, 0.01397705078125, -0.00830078125, 0.01446533203125, 0.00171661376953125, 0.006500244140625, 0.01068115234375, 0.005126953125, 0.0164794921875, 0.0167236328125, -0.02001953125, -0.0022430419921875, 0.0223388671875, -0.0111083984375, 0.0053100...
[ 72, 5, 17447, 141, 3650, 91, 19437, 64, 5267, 34058, 31, 105376, 28636, 2189, 2077, 53, 420, 7008, 20, 334, 83279, 2392, 238, 54601, 3355, 395, 10060, 5612, 168793, 425, 46622, 12, 39, 7568, 1639, 71, 1181, 28864, 26073, 563, 7, 21566...
[ 0.245361328125, 0.1383056640625, 0.2017822265625, 0.223876953125, 0.0823974609375, 0.006378173828125, 0.188232421875, 0.0758056640625, 0.1927490234375, 0.32080078125, 0.06268310546875, 0.2213134765625, 0.13232421875, 0.1697998046875, 0.0767822265625, 0.1405029296875, 0.0914306640625,...
embed
36244928_c0
36244928
fsharp
0
Title: Can I Write C# in a Functional Way Problem title: Can I Write C# in a Functional Way Tags: design-patterns, f%23, c%23, asp.net-mvc Problem: Can I Write C# in a Functional Way I am working on a project with a few other developers. We are ready to start building the component that handles the business logic. We a...
Can I Write C# in a Functional Way Can I Write C# in a Functional Way design-patterns f%23 c%23 asp.net-mvc Can Write Functional Way asp.net-mvc Can I Write C# in a Functional Way I am working on a project with a few other developers. We are ready to start building the component that handles the business logic. We are ...
[ -0.00142669677734375, 0.0230712890625, 0.00823974609375, -0.01165771484375, -0.0081787109375, -0.00726318359375, -0.0140380859375, 0.001220703125, -0.00927734375, -0.0260009765625, -0.01611328125, -0.007171630859375, -0.0035858154296875, 0.03271484375, 0.00738525390625, 0.0081787109375...
[ 4171, 87, 601, 18781, 313, 4904, 23, 10, 28670, 10763, 42261, 4331, 4453, 22766, 1238, 3742, 237, 254, 1179, 66357, 289, 20697, 106001, 43542, 82761, 34831, 8063, 62775, 131720, 56037, 449, 563, 91048, 23282, 48716, 35782, 37067, 28219, 173...
[ 0.1278076171875, 0.07080078125, 0.1209716796875, 0.1832275390625, 0.1104736328125, 0.2423095703125, 0.086669921875, 0.0311279296875, 0.18359375, 0.1553955078125, 0.1463623046875, 0.1123046875, 0.056365966796875, 0.080078125, 0.002044677734375, 0.032745361328125, 0.03155517578125, 0...
embed
1608240_c0
1608240
fsharp
0
Title: How do I reference types or modules defined in other F# files? Problem title: How do I reference types or modules defined in other F# files? Tags: f%23 Problem: How do I reference types or modules defined in other F# files? I have the following in a .fs file: namespace fsHoldem module holdemPlayer type Player()=...
How do I reference types or modules defined in other F# files? How do I reference types or modules defined in other F# files? f%23 How Player BetStrategies fsHoldem.holdemPlayer How do I reference types or modules defined in other F# files? I have the following in a .fs file: and I'm trying to reference the type Player...
[ 0.00848388671875, 0.01507568359375, -0.0023345947265625, 0.02294921875, 0.00872802734375, -0.005859375, 0.00170135498046875, -0.004364013671875, 0.0047607421875, -0.016357421875, 0.00946044921875, 0.0013885498046875, 0.01336669921875, 0.0118408203125, 0.004913330078125, -0.007690429687...
[ 11249, 87, 91067, 52895, 707, 88996, 61924, 3789, 563, 4904, 102158, 54, 1238, 3742, 60560, 6300, 97315, 31828, 7, 113251, 4545, 37210, 39, 142581, 25632, 5, 17447, 11435, 31577, 10644, 15700, 9803, 18499, 163612, 65421, 959, 5701, 210716, ...
[ 0.03314208984375, 0.03228759765625, 0.23095703125, 0.2144775390625, 0.0345458984375, 0.163818359375, 0.176513671875, 0.06707763671875, 0.09423828125, 0.17431640625, 0.127197265625, 0.012939453125, 0.063720703125, 0.0693359375, 0.2310791015625, 0.05474853515625, 0.027862548828125, 0...
embed
42578234_c0
42578234
fsharp
0
Title: XPlot scatter chart group by string xaxis Problem title: XPlot scatter chart group by string xaxis Tags: f%23 Problem: XPlot scatter chart group by string xaxis In the example below is it possible to group the x axis by the strings String1 and String2 instead of each string being its own point? let sales = [ "St...
XPlot scatter chart group by string xaxis XPlot scatter chart group by string xaxis f%23 XPlot String1 String2 Chart.Scatter Chart.Show XPlot scatter chart group by string xaxis In the example below is it possible to group the x axis by the strings String1 and String2 instead of each string being its own point? To clar...
[ 0.021240234375, -0.008056640625, -0.0201416015625, 0.0308837890625, -0.00762939453125, 0.01239013671875, 0.0169677734375, 0.006103515625, 0.010498046875, 0.041015625, 0.00732421875, 0.01397705078125, -0.008056640625, 0.001708984375, -0.009521484375, 0.0093994140625, -0.00592041015625...
[ 45005, 12631, 16275, 3055, 116287, 21115, 390, 79315, 2459, 33102, 1238, 3949, 3742, 23351, 418, 304, 110373, 408, 168660, 27781, 35064, 7722, 1022, 10, 7, 214, 136, 64457, 12638, 8035, 10002, 6275, 17306, 140992, 678, 25632, 18151, 26847, ...
[ 0.106201171875, 0.22998046875, 0.1383056640625, 0.1055908203125, 0.1937255859375, 0.24609375, 0.0914306640625, 0.228271484375, 0.123291015625, 0.184814453125, 0.048309326171875, 0.0149078369140625, 0.1170654296875, 0.1787109375, 0.0689697265625, 0.1357421875, 0.1727294921875, 0.119...
embed
73180299_c0
73180299
fsharp
0
Title: F# - How to access function parameters that have no name? Problem title: F# - How to access function parameters that have no name? Tags: f%23, f%23-interactive Problem: F# - How to access function parameters that have no name? The function below compiles and runs fine. I do not intend to create them like this (w...
F# - How to access function parameters that have no name? F# - How to access function parameters that have no name? f%23 f%23-interactive How Inside Method F# - How to access function parameters that have no name? The function below compiles and runs fine. I do not intend to create them like this (without parameter nam...
[ 0.004241943359375, 0.004638671875, 0.01385498046875, 0.001220703125, 0.007476806640625, 0.00946044921875, 0.005767822265625, -0.00213623046875, -0.005828857421875, 0.0191650390625, 0.01202392578125, -0.004302978515625, -0.013671875, 0.00811767578125, 0.01116943359375, -0.0220947265625,...
[ 563, 4904, 11249, 47, 17203, 32354, 171859, 7, 450, 765, 110, 9351, 1238, 3742, 27495, 10433, 71232, 187040, 74644, 35064, 9969, 1340, 127877, 5885, 150661, 28282, 1884, 903, 76228, 6056, 123055, 2633, 6044, 10, 193844, 3642, 831, 2856, 280...
[ 0.1207275390625, 0.2047119140625, 0.08831787109375, 0.0229034423828125, 0.19189453125, 0.2244873046875, 0.27001953125, 0.0887451171875, 0.049346923828125, 0.10595703125, 0.1353759765625, 0.153564453125, 0.0797119140625, 0.07958984375, 0.04290771484375, 0.0753173828125, 0.071594238281...
embed
13604751_c0
13604751
fsharp
0
Title: Building DEB package for fsharp compiler Problem title: Building DEB package for fsharp compiler Tags: deb, f%23 Problem: Building DEB package for fsharp compiler I would like to install the fsharp compiler from Github on my Debian system, and the usual way would be to create a deb package first and then install...
Building DEB package for fsharp compiler Building DEB package for fsharp compiler deb f%23 Building DEB dh_make autogen.sh Building DEB package for fsharp compiler I would like to install the fsharp compiler from Github on my Debian system, and the usual way would be to create a deb package first and then install it (s...
[ 0.002532958984375, 0.01324462890625, -0.00823974609375, -0.022216796875, 0.0019073486328125, 0.0233154296875, -0.0019989013671875, -0.0133056640625, -0.0028076171875, -0.00160980224609375, 0.01129150390625, -0.0277099609375, 0.01953125, 0.0257568359375, -0.0009307861328125, 0.009277343...
[ 104919, 1514, 571, 98169, 100, 1238, 89280, 254, 9969, 34759, 19372, 3742, 11450, 454, 55898, 1809, 1409, 1495, 1884, 20600, 1295, 527, 217, 32102, 262, 62806, 5426, 115723, 3917, 28282, 5117, 7722, 51, 80383, 1544, 525, 69307, 27781, 4527,...
[ 0.2015380859375, 0.19189453125, 0.1995849609375, 0.2115478515625, 0.0170135498046875, 0.1363525390625, 0.212890625, 0.1676025390625, 0.1512451171875, 0.1612548828125, 0.21826171875, 0.09674072265625, 0.1573486328125, 0.047454833984375, 0.1776123046875, 0.191162109375, 0.2001953125, ...
embed
67723546_c1
67723546
fsharp
1
child computation is never started. Why have this return type / behavior? I'm used to C# where calling an async method will always "kick off" the task right away even if you don't await it. In fact, in C#, if the async method doesn't call any async code it will run synchronously. Edit for clarification: What is the ad...
child computation is never started. Why have this return type / behavior? I'm used to C# where calling an async method will always "kick off" the task right away even if you don't await it. In fact, in C#, if the async method doesn't call any async code it will run synchronously. Edit for clarification: What is the ad...
[ -0.01458740234375, 0.00262451171875, 0.011962890625, -0.004302978515625, -0.00060272216796875, 0.00543212890625, 0.0267333984375, -0.008056640625, 0.0167236328125, -0.03515625, -0.0037384033203125, 0.02978515625, -0.006378173828125, 0.02685546875, 0.0118408203125, -0.0048828125, 0.00...
[ 29041, 181135, 1363, 83, 8306, 26859, 44084, 903, 30646, 10644, 123166, 11814, 313, 4904, 159029, 10, 12654, 238, 55300, 11343, 132306, 5773, 66211, 7108, 16065, 18, 634, 22027, 11782, 2499, 18151, 1221, 11675, 200470, 92940, 2633, 38, 40485,...
[ 0.2325439453125, 0.2041015625, 0.0728759765625, 0.0295867919921875, 0.1978759765625, 0.1846923828125, 0.057861328125, 0.004302978515625, 0.1973876953125, 0.1513671875, 0.1165771484375, 0.0750732421875, 0.01287841796875, 0.16015625, 0.09832763671875, 0.06622314453125, 0.2125244140625,...
embed
15691271_c0
15691271
fsharp
0
Title: Is there a way to load llvm bitcode into Mono (F#) Problem title: Is there a way to load llvm bitcode into Mono (F#) Tags: llvm, mono, f%23 Problem: Is there a way to load llvm bitcode into Mono (F#) LLVM has libraries that allow easy reading and writing of bitcode. This enables e.g. writing code generators that...
Is there a way to load llvm bitcode into Mono (F#) Is there a way to load llvm bitcode into Mono (F#) llvm mono f%23 Mono Is there a way to load llvm bitcode into Mono (F#) LLVM has libraries that allow easy reading and writing of bitcode. This enables e.g. writing code generators that output llvm bitcode (which one ca...
[ -0.0032806396484375, 0.0146484375, 0.0018463134765625, 0.0196533203125, 0.0184326171875, 0.008056640625, 0.0186767578125, -0.01544189453125, -0.016845703125, -0.030517578125, 0.00860595703125, -0.0172119140625, 0.003997802734375, -0.0037994384765625, 0.008056640625, 0.0012359619140625,...
[ 2071, 2685, 10, 3917, 47, 72367, 96, 3723, 39, 4785, 40899, 3934, 77879, 919, 4904, 22460, 1238, 3949, 3742, 99954, 47599, 1556, 35773, 10484, 63769, 23468, 16454, 32562, 111, 22, 19736, 18151, 145823, 140992, 9969, 24, 4935, 102158, 51339,...
[ 0.03173828125, 0.052032470703125, 0.0487060546875, 0.1220703125, 0.0382080078125, 0.1986083984375, 0.07281494140625, 0.1832275390625, 0.1788330078125, 0.14892578125, 0.2060546875, 0.157470703125, 0.243408203125, 0.1116943359375, 0.1668701171875, 0.1790771484375, 0.07666015625, 0.00...
embed
3443875_c0
3443875
fsharp
0
Title: MailboxProcessor usage guidelines? Problem title: MailboxProcessor usage guidelines? Tags: concurrency, f%23 Problem: MailboxProcessor usage guidelines? I've just discovered the MailboxProcessor in F# and it's usage as a "state machine" ... but I can't find much on the recommended usage of them. For example... s...
MailboxProcessor usage guidelines? MailboxProcessor usage guidelines? concurrency f%23 MailboxProcessor MailboxProcessor usage guidelines? I've just discovered the MailboxProcessor in F# and it's usage as a "state machine" ... but I can't find much on the recommended usage of them. For example... say I'm making a simpl...
[ -0.003082275390625, 0.0203857421875, -0.004364013671875, 0.020751953125, -0.01116943359375, 0.00045013427734375, 0.0198974609375, 0.0128173828125, -0.00872802734375, -0.0277099609375, 0.003936767578125, 0.012451171875, 0.017822265625, 0.008544921875, 0.01202392578125, 0.010986328125, ...
[ 25919, 11728, 10752, 26531, 748, 127689, 226829, 108636, 982, 1238, 3742, 134053, 563, 4904, 237, 61340, 36279, 5045, 170198, 8781, 6712, 678, 805, 86667, 22, 13, 32747, 5608, 4527, 15549, 195, 19069, 16227, 1781, 36457, 27571, 86997, 24365, ...
[ 0.1368408203125, 0.2244873046875, 0.1197509765625, 0.17138671875, 0.1690673828125, 0.156494140625, 0.194091796875, 0.10748291015625, 0.04559326171875, 0.040069580078125, 0.07305908203125, 0.06475830078125, 0.0772705078125, 0.1368408203125, 0.003662109375, 0.1240234375, 0.121459960937...
embed
39301927_c0
39301927
fsharp
0
Title: If you write a C# or F# program that runs on .NET Core, will the same bytecode also run on .NET (with no .NET Core installed)? Problem title: If you write a C# or F# program that runs on .NET Core, will the same bytecode also run on .NET (with no .NET Core installed)? Tags: .net-core, .net, c%23, f%23 Problem: I...
If you write a C# or F# program that runs on .NET Core, will the same bytecode also run on .NET (with no .NET Core installed)? If you write a C# or F# program that runs on .NET Core, will the same bytecode also run on .NET (with no .NET Core installed)? .net-core .net c%23 f%23 NET Core If you write a C# or F# program ...
[ 0.0033721923828125, 0.0260009765625, 0.004669189453125, 0.0167236328125, -0.01397705078125, -0.01611328125, 0.004669189453125, 0.0184326171875, -0.011474609375, 0.0002498626708984375, -0.003326416015625, 0.015869140625, -0.01385498046875, 0.0181884765625, -0.0008087158203125, 0.0181884...
[ 33022, 4904, 563, 1528, 127877, 98, 5, 17777, 31365, 1221, 5701, 390, 67, 40899, 2843, 11675, 110, 20600, 1179, 30854, 3742, 313, 707, 4, 76228, 49782, 44961, 1830, 43240, 12921, 34735, 60212, 61687 ]
[ 0.1474609375, 0.20947265625, 0.06732177734375, 0.1402587890625, 0.05804443359375, 0.0745849609375, 0.03765869140625, 0.2142333984375, 0.226806640625, 0.06011962890625, 0.1109619140625, 0.06793212890625, 0.0582275390625, 0.185546875, 0.031585693359375, 0.1153564453125, 0.0849609375, ...
embed
44175162_c0
44175162
fsharp
0
Title: How to Unit Test in F# using dictionary Problem title: How to Unit Test in F# using dictionary Tags: unit-testing, functional-programming, f%23 Problem: How to Unit Test in F# using dictionary having problems unable to figure out why I can execute this code in f# unit testing // testing the dictionary method let...
How to Unit Test in F# using dictionary How to Unit Test in F# using dictionary unit-testing functional-programming f%23 dictionary How Unit Test Monday Tuesday Friday Wednesday Assert.AreEqual How to Unit Test in F# using dictionary having problems unable to figure out why I can execute this code in f# unit testing th...
[ 0.00118255615234375, -0.004852294921875, 0.00860595703125, 0.013671875, -0.00537109375, -0.0301513671875, 0.010009765625, -0.004058837890625, -0.01123046875, 0.013427734375, 0.01318359375, 0.02734375, -0.0208740234375, 0.004730224609375, 0.030517578125, 0.004150390625, 0.007080078125...
[ 11249, 47, 46640, 8647, 23, 563, 4904, 17368, 45, 10763, 6635, 25072, 6954, 123309, 28966, 1238, 3949, 3742, 68318, 97001, 41626, 64227, 33657, 107, 71723, 44402, 15400, 71924, 18151, 134234, 212059, 992, 98753, 1065, 10422, 5701, 1657, 40777...
[ 0.039947509765625, 0.030975341796875, 0.224609375, 0.2471923828125, 0.041961669921875, 0.1427001953125, 0.22412109375, 0.044525146484375, 0.0894775390625, 0.1585693359375, 0.1077880859375, 0.197998046875, 0.20458984375, 0.103271484375, 0.073486328125, 0.0859375, 0.0211334228515625, ...
embed
33582843_c0
33582843
fsharp
0
Title: The best way to extend fsproj template Problem title: The best way to extend fsproj template Tags: f%23, project, vs-extensibility Problem: The best way to extend fsproj template I want to create custom project template based on F# project (fsproj). Requirements: Custom project properties. So, property page exte...
The best way to extend fsproj template The best way to extend fsproj template f%23 project vs-extensibility The best way to extend fsproj template I want to create custom project template based on F# project (fsproj). Requirements: Custom project properties. So, property page extension required. Custom file type suppor...
[ 0.0013580322265625, 0.01275634765625, 0.0142822265625, 0.006439208984375, -0.011474609375, -0.026123046875, -0.01177978515625, -0.01416015625, 0.002593994140625, -0.01300048828125, 0.01904296875, -0.019287109375, 0.005523681640625, 0.0225830078125, 0.00147247314453125, 0.0196533203125,...
[ 581, 2965, 3917, 47, 65042, 1238, 47606, 897, 110934, 3742, 13452, 20209, 3355, 41745, 83259, 3444, 28282, 114122, 35509, 563, 4904, 17447, 3454, 170, 3181, 130664, 183871, 57266, 9191, 111938, 56065, 11435, 10644, 8060, 35735, 5608, 75935, 4...
[ 0.008026123046875, 0.137451171875, 0.08056640625, 0.035186767578125, 0.2342529296875, 0.1138916015625, 0.146240234375, 0.267822265625, 0.263916015625, 0.123779296875, 0.1318359375, 0.111328125, 0.0849609375, 0.1695556640625, 0.123779296875, 0.0310211181640625, 0.03985595703125, 0.1...
embed
41285896_c0
41285896
fsharp
0
Title: System.Windows is not defined in *.fs files, but is defined in *.fsx files Problem title: System.Windows is not defined in *.fs files, but is defined in *.fsx files Tags: f%23, forms Problem: System.Windows is not defined in *.fs files, but is defined in *.fsx files Why it happens so, that if I write code in fsx...
System.Windows is not defined in *.fs files, but is defined in *.fsx files System.Windows is not defined in *.fs files, but is defined in *.fsx files f%23 forms System.Windows System.Windows is not defined in *.fs files, but is defined in *.fsx files Why it happens so, that if I write code in fsx script, then open Syst...
[ 0.02001953125, 0.0223388671875, -0.00153350830078125, -0.00567626953125, 0.00482177734375, -0.006256103515625, 0.0162353515625, -0.007568359375, 0.003326416015625, -0.0255126953125, -0.0033721923828125, 0.001312255859375, 0.005645751953125, 0.0001316070556640625, 0.00860595703125, -0.0...
[ 12353, 5, 43342, 83, 959, 61924, 71, 661, 17447, 102158, 425, 1238, 3949, 3742, 3173, 44084, 96276, 221, 33022, 18151, 7, 26499, 9803, 43240, 5885, 23, 11435, 17378, 5045, 5701, 212398, 5974, 5941, 8966, 4488, 1632, 15700, 22925, 105274, ...
[ 0.1864013671875, 0.0235443115234375, 0.24755859375, 0.0828857421875, 0.138671875, 0.2232666015625, 0.07012939453125, 0.030914306640625, 0.1832275390625, 0.1807861328125, 0.1982421875, 0.1441650390625, 0.06640625, 0.166748046875, 0.0863037109375, 0.0200958251953125, 0.0504150390625, ...
embed
11283133_c0
11283133
fsharp
0
Title: get greatest prime factor in F# Problem title: get greatest prime factor in F# Tags: f%23 Problem: get greatest prime factor in F# I had VS 11 beta and the following code was working without problem: let rec fac x y = if x = y then y elif x % y = 0I then fac (x / y) y else fac x / (y + 1I) Now I installed VS 201...
get greatest prime factor in F# get greatest prime factor in F# f%23 System.Numerics.BigInteger get greatest prime factor in F# I had VS 11 beta and the following code was working without problem: Now I installed VS 2012 RC and I get the following error: Is code not correct or F# interactive? It's F# 3.0. EDIT : Actual...
[ -0.0208740234375, 0.0262451171875, 0.00970458984375, 0.017578125, 0.010986328125, -0.004791259765625, 0.02685546875, -0.0107421875, 0.00396728515625, -0.0146484375, 0.010986328125, 0.01385498046875, -0.0113525390625, -0.0146484375, 0.014892578125, -0.00665283203125, -0.01708984375, ...
[ 2046, 158036, 20809, 31461, 23, 563, 4904, 1238, 3949, 3742, 12353, 129933, 67, 1505, 44160, 534, 51703, 70, 25632, 18151, 20697, 15490, 2967, 20600, 1324, 81135, 18499, 959, 26785, 212398, 17596, 192728, 4, 57, 44691, 11389, 79786, 4541 ]
[ 0.1097412109375, 0.215576171875, 0.2073974609375, 0.2359619140625, 0.06072998046875, 0.149658203125, 0.2371826171875, 0.091552734375, 0.019927978515625, 0.1602783203125, 0.06597900390625, 0.053466796875, 0.1199951171875, 0.0916748046875, 0.18017578125, 0.1187744140625, 0.123291015625...
embed
28063720_c0
28063720
fsharp
0
Title: How to set load path in F#? Problem title: How to set load path in F#? Tags: f%23 Problem: How to set load path in F#? In F#, I have all the packages in the folder C:\Users\Nick\Documents\Visual Studio 2013\packages , and when I want to load a package file, I have to do: #load "C:\Users\Nick\Documents\Visual Stu...
How to set load path in F#? How to set load path in F#? f%23 How Users Nick Documents Visual Studio FSharp.Charting.0.90.9 FSharp.Charting.fsx How to set load path in F#? In F#, I have all the packages in the folder C:\Users\Nick\Documents\Visual Studio 2013\packages , and when I want to load a package file, I have to ...
[ 0.0087890625, -0.006683349609375, 0.000675201416015625, 0.01275634765625, -0.01226806640625, 0.012939453125, 0.004486083984375, 0.00927734375, 0.00335693359375, -0.0228271484375, -0.00482177734375, -0.0084228515625, -0.0096435546875, -0.00250244140625, -0.00064849853515625, 0.009399414...
[ 11249, 47, 5423, 72367, 60875, 23, 563, 4904, 1238, 3742, 53400, 47801, 43101, 73372, 22968, 93774, 3467, 254, 84068, 1916, 143161, 17447, 425, 360, 756, 98169, 78303, 7, 839, 41113, 239469, 6609, 64010, 1210, 29102, 3444, 11435, 7722, 678,...
[ 0.077880859375, 0.040283203125, 0.1810302734375, 0.2481689453125, 0.2529296875, 0.06378173828125, 0.1312255859375, 0.207275390625, 0.050445556640625, 0.07568359375, 0.085205078125, 0.115966796875, 0.1156005859375, 0.160400390625, 0.15966796875, 0.00762939453125, 0.1038818359375, 0....
embed
30462637_c0
30462637
fsharp
0
Title: Is there a way to enclose multiple event declarations on a single [&lt;CLIEvent&gt;] block? Problem title: Is there a way to enclose multiple event declarations on a single [&lt;CLIEvent&gt;] block? Tags: f%23, events, annotations Problem: Is there a way to enclose multiple event declarations on a single [ ] blo...
Is there a way to enclose multiple event declarations on a single [&lt;CLIEvent&gt;] block? Is there a way to enclose multiple event declarations on a single [&lt;CLIEvent&gt;] block? f%23 events annotations Event CLIEvent this.E1 e1.Publish this.E e....Publish this.En en.Publish Is there a way to enclose multiple even...
[ 0.004669189453125, 0.00592041015625, -0.00153350830078125, -0.00347900390625, -0.0169677734375, -0.015869140625, 0.0128173828125, -0.01385498046875, 0.021240234375, -0.00958251953125, -0.006561279296875, 0.020263671875, 0.003631591796875, 0.0225830078125, -0.004058837890625, 0.00741577...
[ 2071, 2685, 10, 3917, 22, 155648, 48716, 19732, 21635, 5256, 98, 11001, 1277, 441, 10927, 192134, 5386, 46389, 1238, 3949, 3742, 47353, 8668, 22062, 36943, 313, 903, 647, 418, 28, 143145, 15227, 7768, 47, 378, 10176, 5670, 33022, 18151, 7...
[ 0.027679443359375, 0.043975830078125, 0.035400390625, 0.1075439453125, 0.12646484375, 0.22509765625, 0.23876953125, 0.22119140625, 0.2197265625, 0.082763671875, 0.10687255859375, 0.1983642578125, 0.03692626953125, 0.0277557373046875, 0.18359375, 0.2418212890625, 0.049468994140625, ...
embed
23304183_c0
23304183
fsharp
0
Title: FSharp define type in terms of predicate Problem title: FSharp define type in terms of predicate Tags: types, f%23 Problem: FSharp define type in terms of predicate I have code that looks something like type U0 = E1|E2|E3... type T2 = {field1: string; field2: string; field3: string} type T1 = T2*T2*T2 type T0 = ...
FSharp define type in terms of predicate FSharp define type in terms of predicate types f%23 FSharp field1 field2 field3 GetUnionCases x.Name FSharp define type in terms of predicate I have code that looks something like And I want to enforce some predicate P1 on the type of field1 that field1 such that (GetUnionCases ...
[ -0.004608154296875, 0.0235595703125, -0.00144195556640625, 0.008056640625, -0.0172119140625, -0.0019683837890625, 0.010009765625, 0.0030517578125, -0.002838134765625, -0.0211181640625, 0.013916015625, 0.0322265625, -0.00634765625, -0.0205078125, 0.005584716796875, 0.0284423828125, 0....
[ 93774, 3467, 254, 61924, 10644, 69407, 111, 1653, 2063, 67, 52895, 1238, 3742, 44457, 304, 363, 20779, 147547, 20370, 5908, 1022, 163612, 18151, 33342, 1884, 3444, 22, 50930, 436, 418, 4390, 1062, 2389, 98102, 28394, 17727, 15673, 164789, 6...
[ 0.10125732421875, 0.1724853515625, 0.165283203125, 0.1656494140625, 0.259521484375, 0.1141357421875, 0.0202484130859375, 0.1519775390625, 0.189453125, 0.035369873046875, 0.2003173828125, 0.01641845703125, 0.048553466796875, 0.1151123046875, 0.00726318359375, 0.040740966796875, 0.0581...
embed
60852617_c0
60852617
fsharp
0
Title: F# : iterate through int array Problem title: F# : iterate through int array Tags: arrays, f%23, algorithm Problem: F# : iterate through int array I wanted to iterate through an array and every element has three integers. Is it possible to iterate through every integer within this array? The code below doesn't w...
F# : iterate through int array F# : iterate through int array arrays f%23 algorithm Practice2 Seq.mapi Seq.map TEST F# : iterate through int array I wanted to iterate through an array and every element has three integers. Is it possible to iterate through every integer within this array? The code below doesn't work bec...
[ 0.01483154296875, 0.00002086162567138672, -0.0113525390625, 0.0162353515625, -0.0098876953125, 0.0142822265625, -0.0002536773681640625, 0.00119781494140625, -0.0145263671875, -0.0224609375, -0.0040283203125, 0.006683349609375, 0.000885009765625, 0.0257568359375, -0.01104736328125, 0.00...
[ 563, 4904, 17, 8560, 67, 8305, 23, 18, 10298, 53, 1238, 3949, 3742, 234873, 109613, 503, 864, 1434, 62346, 384, 21828, 36663, 11907, 12830, 1556, 17262, 892, 26255, 2071, 7722, 1505, 28032, 903, 18151, 35064, 22027, 4488, 25632, 18499, 10...
[ 0.1341552734375, 0.2061767578125, 0.070556640625, 0.2427978515625, 0.09686279296875, 0.1845703125, 0.115234375, 0.15771484375, 0.181640625, 0.1336669921875, 0.062164306640625, 0.005950927734375, 0.10479736328125, 0.099609375, 0.0970458984375, 0.039520263671875, 0.1651611328125, 0.0...
embed
24221030_c1
24221030
fsharp
1
"; "D"; "G"] } let result = paths |> Seq.map parse |> Seq.toList 0 // return an integer exit code An alternative set of paths might be: let paths = seq { yield ["C:"; "Program Files"; "Common"; "Oracle"] yield ["C:"; "Program Files"; "Common"; "IBM"] yield ["C:"; "Program Files"; "Common"; "Microsoft"] yield ["C:"; "Wi...
"; "D"; "G"] } let result = paths |> Seq.map parse |> Seq.toList 0 // return an integer exit code An alternative set of paths might be: let paths = seq { yield ["C:"; "Program Files"; "Common"; "Oracle"] yield ["C:"; "Program Files"; "Common"; "IBM"] yield ["C:"; "Program Files"; "Common"; "Microsoft"] yield ["C:"; "Wi...
[ -0.00179290771484375, 0.0234375, -0.0018157958984375, 0.01806640625, -0.00213623046875, 0.0145263671875, -0.005645751953125, -0.0213623046875, 0.01904296875, -0.0225830078125, -0.017578125, 0.016357421875, -0.00860595703125, 0.032470703125, 0.003936767578125, -0.00933837890625, -0.00...
[ 74, 397, 56128, 2633, 16750, 2203, 60875, 7, 503, 864, 62346, 366, 184, 188, 154663, 757, 30646, 892, 1505, 82230, 18151, 30700, 5423, 111, 13648, 40, 11180, 19388, 441, 12, 148968, 42724, 10770, 3796, 670, 219, 11030, 29877, 594, 113387,...
[ 0.0266876220703125, 0.0015869140625, 0.018951416015625, 0.09844970703125, 0.167236328125, 0.0186004638671875, 0.2315673828125, 0.1055908203125, 0.06610107421875, 0.177734375, 0.1595458984375, 0.10040283203125, 0.10595703125, 0.1336669921875, 0.14990234375, 0.102294921875, 0.117919921...
embed
27883669_c0
27883669
fsharp
0
Title: Launching WebSharper client-server sitelet Problem title: Launching WebSharper client-server sitelet Tags: .net, websharper, f%23, linux, mono Problem: Launching WebSharper client-server sitelet I'm following WebSharper Sitelet tutorials, such as the minimal example here , but I can't find documentation for laun...
Launching WebSharper client-server sitelet Launching WebSharper client-server sitelet .net websharper f%23 linux mono Launching WebSharper Launching WebSharper client-server sitelet I'm following WebSharper Sitelet tutorials, such as the minimal example here , but I can't find documentation for launching a server-side ...
[ -0.005218505859375, 0.0169677734375, -0.0029449462890625, 0.01226806640625, 0.0025634765625, 0.00003743171691894531, -0.000522613525390625, -0.003570556640625, -0.0037994384765625, -0.033935546875, -0.01080322265625, 0.01263427734375, -0.004058837890625, 0.0213623046875, 0.0245361328125,...
[ 171326, 214, 4002, 294, 3467, 1264, 23282, 39642, 1764, 1974, 1179, 1467, 89280, 1238, 3742, 11508, 6077, 22460, 25632, 20897, 57143, 20187, 27781, 209806, 83184, 10723, 8752, 9433, 27980, 127877, 84079, 18151, 12638, 50336, 71099, 30391, 62822...
[ 0.1856689453125, 0.0264129638671875, 0.1103515625, 0.02630615234375, 0.1783447265625, 0.2015380859375, 0.205322265625, 0.164306640625, 0.1527099609375, 0.2364501953125, 0.135009765625, 0.07366943359375, 0.1707763671875, 0.0161895751953125, 0.063720703125, 0.095458984375, 0.0989379882...
embed
5057672_c0
5057672
fsharp
0
Title: Looking for robust, general op_Dynamic implementation Problem title: Looking for robust, general op_Dynamic implementation Tags: f%23 Problem: Looking for robust, general op_Dynamic implementation I've not been able to find a robust, general op_Dynamic implementation: can anyone point me to one? So far searches ...
Looking for robust, general op_Dynamic implementation Looking for robust, general op_Dynamic implementation f%23 Looking op_Dynamic Looking for robust, general op_Dynamic implementation I've not been able to find a robust, general op_Dynamic implementation: can anyone point me to one? So far searches have only turned u...
[ 0.0263671875, 0.0103759765625, 0.01104736328125, -0.0067138671875, -0.002044677734375, -0.005523681640625, 0.0145263671875, 0.0037841796875, 0.0205078125, -0.02587890625, 0.0089111328125, -0.00848388671875, 0.00014781951904296875, -0.003662109375, 0.01263427734375, 0.031494140625, -0...
[ 157268, 100, 60627, 4537, 233, 397, 29673, 21068, 208124, 1238, 3742, 959, 19048, 7413, 454, 831, 35672, 6275, 1632, 2060, 33938, 69347, 1257, 47, 4778, 29458, 60042, 1884, 3535, 69101, 7432, 313, 4904, 114977, 201939, 84079, 34831, 71358, ...
[ 0.1524658203125, 0.11767578125, 0.245361328125, 0.1556396484375, 0.21728515625, 0.06231689453125, 0.2010498046875, 0.13525390625, 0.242431640625, 0.037811279296875, 0.0899658203125, 0.0239410400390625, 0.03741455078125, 0.0655517578125, 0.002105712890625, 0.00469970703125, 0.02044677...
embed
44162927_c0
44162927
fsharp
0
Title: Map on Map&lt;&#x27;a, int&gt; Problem title: Map on Map&lt;&#x27;a, int&gt; Tags: f%23-interactive, f%23 Problem: Map on Map<'a, int> I have the following type : type MultiSet<'a when 'a: comparison> = MSet of Map<'a, int> and I now want to declare af map function for this type with the signature : ('a -> 'b) -...
Map on Map&lt;&#x27;a, int&gt; Map on Map&lt;&#x27;a, int&gt; f%23-interactive f%23 Map MultiSet MSet Map.map Map on Map<'a, int> I have the following type : and I now want to declare af map function for this type with the signature : I have tried : But that it has the signature : What is wrong with my implementation w...
[ -0.01251220703125, 0.0186767578125, 0.0286865234375, -0.01708984375, -0.01239013671875, -0.0120849609375, -0.0091552734375, -0.01239013671875, 0.0146484375, -0.01483154296875, 0.001983642578125, 0.032958984375, -0.00921630859375, 0.032470703125, 0.0191650390625, -0.0076904296875, -0....
[ 42719, 98, 3768, 11, 23, 18, 5386, 1238, 27495, 10433, 71232, 3742, 19335, 294, 126, 62346, 765, 25632, 10644, 5036, 3444, 159978, 261, 22288, 32354, 100, 903, 678, 70, 138256, 37842, 4966, 450, 1556, 83, 44691, 208124, 119056 ]
[ 0.2235107421875, 0.1781005859375, 0.061920166015625, 0.0863037109375, 0.06402587890625, 0.0555419921875, 0.0177764892578125, 0.10321044921875, 0.09844970703125, 0.0858154296875, 0.057708740234375, 0.0804443359375, 0.142822265625, 0.1151123046875, 0.1566162109375, 0.1602783203125, 0.0...
embed
16452719_c0
16452719
fsharp
0
Title: F# web service data provider with local wsdl file Problem title: F# web service data provider with local wsdl file Tags: f%23, type-providers Problem: F# web service data provider with local wsdl file I am trying to write F# client for our web services. The example here looks very good except it uses the server ...
F# web service data provider with local wsdl file F# web service data provider with local wsdl file f%23 type-providers TerraService WsdlService msrmaps.com TerraService2.asmx WSDL F# web service data provider with local wsdl file I am trying to write F# client for our web services. The example here looks very good exc...
[ 0.0040283203125, 0.0115966796875, 0.001708984375, -0.00531005859375, -0.0028228759765625, -0.010009765625, 0.002593994140625, -0.011474609375, -0.002899169921875, -0.0380859375, -0.00848388671875, 0.0146484375, 0.0213623046875, -0.0036163330078125, 0.0238037109375, -0.002288818359375, ...
[ 563, 4904, 1467, 4516, 2053, 81450, 678, 4000, 148, 7, 20469, 11435, 1238, 3742, 10644, 93136, 21432, 121979, 601, 17668, 6423, 5442, 425, 52143, 27502, 31577, 33022, 23282, 11374, 27781, 33342, 4552, 4127, 40494, 4527, 10723, 25002, 18151, ...
[ 0.156982421875, 0.222412109375, 0.0992431640625, 0.1463623046875, 0.09466552734375, 0.1976318359375, 0.024658203125, 0.134765625, 0.10595703125, 0.07464599609375, 0.202880859375, 0.1280517578125, 0.072998046875, 0.049896240234375, 0.111083984375, 0.1478271484375, 0.19140625, 0.2178...
embed
44130577_c1
44130577
fsharp
1
separate maps for each kind of look up I am interested in. For instance, if my full key is k1*k2*k3*k4*k5, and part of my code wants to access aggregated data for anything that matches k1* *k3*k4* then I will create a map indexed by k1*k3*k4 that stores the aggregated float it cares about. The number of combinations i...
separate maps for each kind of look up I am interested in. For instance, if my full key is k1*k2*k3*k4*k5, and part of my code wants to access aggregated data for anything that matches k1* *k3*k4* then I will create a map indexed by k1*k3*k4 that stores the aggregated float it cares about. The number of combinations i...
[ -0.00543212890625, -0.0027008056640625, -0.0155029296875, -0.012451171875, -0.002105712890625, -0.0101318359375, 0.005615234375, -0.0135498046875, 0.005584716796875, 0.0011749267578125, -0.0184326171875, 0.00927734375, 0.00799560546875, 0.001068115234375, -0.020751953125, -0.0014724731...
[ 84797, 22288, 7, 100, 12638, 8562, 111, 6713, 1257, 60892, 4393, 22799, 83, 472, 92, 363, 617, 758, 2831, 18151, 86171, 17203, 197564, 297, 2053, 23937, 14858, 418, 28282, 63262, 1639, 4343, 70, 21917, 257, 517, 1672, 14012, 162515, 43257...
[ 0.229736328125, 0.2318115234375, 0.11376953125, 0.0616455078125, 0.1009521484375, 0.116943359375, 0.000335693359375, 0.114990234375, 0.1639404296875, 0.12060546875, 0.12939453125, 0.2005615234375, 0.003143310546875, 0.09246826171875, 0.037750244140625, 0.06329345703125, 0.15991210937...
embed
23145478_c0
23145478
fsharp
0
Title: Image went from 11MB to 500MB in size after converted? Problem title: Image went from 11MB to 500MB in size after converted? Tags: image, f%23 Problem: Image went from 11MB to 500MB in size after converted? I have a jpeg image 10,000px by 10,000px in Format24bppArgb 11MB, but after I clone it and save it as bmp ...
Image went from 11MB to 500MB in size after converted? Image went from 11MB to 500MB in size after converted? image f%23 11MB Image Bitmap planet.jpg Rectangle file.Width file.Height file.Clone PixelFormat.Format32bppArgb img.Save copy.bmp ImageFormat.Bmp Image went from 11MB to 500MB in size after converted? I have a ...
[ -0.01025390625, 0.0174560546875, 0.01434326171875, 0.033203125, -0.0024566650390625, 0.00579833984375, -0.001922607421875, 0.00830078125, 0.0169677734375, 0.021484375, 0.025146484375, 0.0283203125, 0.01300048828125, 0.007568359375, 0.011474609375, 0.00897216796875, 0.0174560546875, ...
[ 22710, 23409, 1295, 534, 12689, 47, 2101, 13267, 7103, 117176, 71, 32, 29569, 1238, 3949, 3742, 27774, 62346, 23208, 25687, 48224, 14525, 133, 11435, 532, 927, 13025, 22553, 51684, 111159, 102973, 6460, 6366, 7614, 74251, 566, 5464, 43658, ...
[ 0.24658203125, 0.1241455078125, 0.1009521484375, 0.16796875, 0.2071533203125, 0.0941162109375, 0.2152099609375, 0.1715087890625, 0.1181640625, 0.212646484375, 0.0877685546875, 0.00311279296875, 0.2135009765625, 0.065185546875, 0.035064697265625, 0.1448974609375, 0.08544921875, 0.17...
embed
43786232_c0
43786232
fsharp
0
Title: F# Function Type Annotation for Multiple Types Problem title: F# Function Type Annotation for Multiple Types Tags: f%23, functional-programming, generics Problem: F# Function Type Annotation for Multiple Types I'm trying to define a "quasi-generic" function. Rather than making it entirely generic, I'd like it to...
F# Function Type Annotation for Multiple Types F# Function Type Annotation for Multiple Types f%23 functional-programming generics Type Annotation Multiple Types int64 F# Function Type Annotation for Multiple Types I'm trying to define a "quasi-generic" function. Rather than making it entirely generic, I'd like it to w...
[ 0.00537109375, -0.006988525390625, 0.003570556640625, -0.00072479248046875, -0.01611328125, -0.009033203125, -0.006988525390625, 0.00015735626220703125, 0.0015716552734375, 0.0166015625, 0.00811767578125, -0.0245361328125, -0.01141357421875, -0.0078125, -0.001373291015625, 0.0076904296...
[ 563, 4904, 28670, 60457, 48143, 22062, 19335, 8705, 1238, 3742, 123309, 28966, 189534, 23, 13307, 31577, 61924, 13722, 172, 79446, 1771, 32354, 442, 1884, 4488, 4734, 100, 6191, 1505, 52895, 390, 67, 91, 61028, 18, 2485, 4288, 6460, 3884, ...
[ 0.07330322265625, 0.1561279296875, 0.1029052734375, 0.225341796875, 0.14599609375, 0.1126708984375, 0.0980224609375, 0.07818603515625, 0.0200958251953125, 0.0823974609375, 0.107666015625, 0.0489501953125, 0.144775390625, 0.0200653076171875, 0.146240234375, 0.030242919921875, 0.127807...
embed
2290103_c1
2290103
fsharp
1
Right Way to implement a custom equality/comparison constraint (or a maybe a unique int tuple so that individual branches of the DU can be ordered). But this is inconvenient for the user of the DU. Now, construction of the DU requires calling a function to get the next stamp. Is there some way to hide the tag-getting ...
Right Way to implement a custom equality/comparison constraint (or a maybe a unique int tuple so that individual branches of the DU can be ordered). But this is inconvenient for the user of the DU. Now, construction of the DU requires calling a function to get the next stamp. Is there some way to hide the tag-getting ...
[ 0.0036163330078125, 0.0133056640625, 0.009521484375, 0.0233154296875, 0.005767822265625, -0.014892578125, -0.00872802734375, -0.0223388671875, 0.0191650390625, -0.021240234375, -0.0108642578125, 0.00811767578125, 0.0185546875, -0.00830078125, 0.003448486328125, 0.0191650390625, -0.02...
[ 90911, 42261, 29479, 114122, 28, 161789, 277, 24980, 1681, 158, 2816, 4288, 36998, 23, 18, 370, 8705, 11651, 90356, 14614, 12989, 297, 192206, 38937, 50961, 144570, 159029, 32354, 2046, 11737, 106507, 3060, 3917, 1274, 112, 7909, 429, 19514, ...
[ 0.068359375, 0.095458984375, 0.168701171875, 0.1727294921875, 0.047515869140625, 0.22119140625, 0.0294189453125, 0.15625, 0.036651611328125, 0.06494140625, 0.20068359375, 0.1104736328125, 0.1341552734375, 0.017852783203125, 0.0269317626953125, 0.0236053466796875, 0.1199951171875, 0...
embed
32744741_c0
32744741
fsharp
0
Title: F# matching with empty list when list given is not empty Problem title: F# matching with empty list when list given is not empty Tags: pattern-matching, f%23 Problem: F# matching with empty list when list given is not empty I'm trying to find the transpose of a matrix, I know my code so far is not correct but wh...
F# matching with empty list when list given is not empty F# matching with empty list when list given is not empty pattern-matching f%23 Error x::xs List.head List.map List.headn F# matching with empty list when list given is not empty I'm trying to find the transpose of a matrix, I know my code so far is not correct bu...
[ -0.0152587890625, 0.0103759765625, 0.01007080078125, -0.01214599609375, -0.00830078125, -0.0201416015625, -0.0040283203125, -0.0021514892578125, 0.0223388671875, 0.0247802734375, 0.0252685546875, 0.0036773681640625, 0.0086669921875, -0.0027618408203125, -0.01239013671875, 0.01019287109...
[ 563, 4904, 14858, 214, 678, 201505, 5303, 3229, 34475, 959, 83, 103510, 98753, 1238, 3949, 3742, 212059, 1022, 425, 32036, 31251, 62346, 19, 7413, 3900, 78381, 50944, 18151, 26785, 142837, 15400, 3034, 617, 96386, 758, 910, 966, 7, 5117, ...
[ 0.1112060546875, 0.20166015625, 0.2034912109375, 0.013671875, 0.09228515625, 0.217041015625, 0.2188720703125, 0.0382080078125, 0.06121826171875, 0.11767578125, 0.02923583984375, 0.146240234375, 0.1898193359375, 0.0628662109375, 0.011993408203125, 0.0989990234375, 0.0902099609375, 0...
embed
38685609_c0
38685609
fsharp
0
Title: How to sum the lengths of a collection in F#? Problem title: How to sum the lengths of a collection in F#? Tags: f%23, .net Problem: How to sum the lengths of a collection in F#? I'm trying to print the total number of lines for all files in a given directory. However, I get an error Type mismatch. Expecting IEn...
How to sum the lengths of a collection in F#? How to sum the lengths of a collection in F#? f%23 .net How Type Expecting IEnumerable Directory.EnumerateFiles List.map Seq.length File.ReadLines List.sum How to sum the lengths of a collection in F#? I'm trying to print the total number of lines for all files in a given d...
[ 0.00518798828125, 0.01226806640625, 0, 0.0169677734375, -0.0245361328125, 0.01214599609375, -0.00119781494140625, 0.004486083984375, 0.00982666015625, -0.0162353515625, -0.01019287109375, 0.0108642578125, 0.0133056640625, 0.035888671875, 0.022216796875, 0.002685546875, -0.00337219238...
[ 11249, 47, 10554, 70, 140909, 7, 111, 42486, 23, 563, 4904, 10, 1238, 3742, 1179, 60457, 60075, 24762, 214, 75536, 2606, 56, 2886, 31068, 15537, 17957, 174350, 32036, 62346, 864, 23986, 42724, 31345, 93232, 11832, 31577, 28412, 3622, 14012,...
[ 0.0496826171875, 0.0765380859375, 0.22509765625, 0.070068359375, 0.1820068359375, 0.090576171875, 0.0863037109375, 0.234375, 0.052276611328125, 0.13720703125, 0.1875, 0.045989990234375, 0.086669921875, 0.128173828125, 0.1124267578125, 0.1444091796875, 0.1014404296875, 0.1318359375,...
embed
15535530_c0
15535530
fsharp
0
Title: F# on SharpDevelop and command line arguments Problem title: F# on SharpDevelop and command line arguments Tags: command-line, f%23, sharpdevelop Problem: F# on SharpDevelop and command line arguments I was trying to use SharpDevelop 4.3 as an F# IDE. I asked the question on the SharpDevelop forums but it's been...
F# on SharpDevelop and command line arguments F# on SharpDevelop and command line arguments command-line f%23 sharpdevelop SharpDevelop F# on SharpDevelop and command line arguments I was trying to use SharpDevelop 4.3 as an F# IDE. I asked the question on the SharpDevelop forums but it's been a week and I've had no re...
[ -0.00160980224609375, 0.00125885009765625, -0.01007080078125, -0.0157470703125, 0.0023040771484375, 0.0025634765625, 0.01373291015625, 0.003753662109375, -0.01104736328125, -0.0106201171875, 0.0224609375, -0.030517578125, -0.0106201171875, 0.03173828125, 0.01336669921875, -0.0013504028...
[ 563, 4904, 98, 197106, 4657, 2601, 2146, 136, 75101, 13315, 10750, 2256, 1238, 3949, 3742, 189173, 229815, 31577, 80196, 36497, 4738, 57553, 78662, 831, 87, 27875, 47, 1528, 11675, 8305, 3229, 3444, 8, 85779, 27331, 152448, 49434, 20928, 13...
[ 0.1392822265625, 0.1781005859375, 0.05078125, 0.1824951171875, 0.07958984375, 0.1414794921875, 0.1160888671875, 0.010986328125, 0.199951171875, 0.1317138671875, 0.232421875, 0.08258056640625, 0.10064697265625, 0.051483154296875, 0.153076171875, 0.146484375, 0.1982421875, 0.00442504...
embed
1247788_c0
1247788
fsharp
0
Title: Calling Seq.skip and Seq.take in F# Problem title: Calling Seq.skip and Seq.take in F# Tags: f%23, sequences Problem: Calling Seq.skip and Seq.take in F# let aBunch = 1000 let offset = 0 let getIt offset = MyIEnumerable |> Seq.skip aBunch * offset |> Seq.take aBunch |> Seq.iter ( .. some processing ...) Calling ...
Calling Seq.skip and Seq.take in F# Calling Seq.skip and Seq.take in F# f%23 sequences Calling Seq.skip Seq.take MyIEnumerable Seq.iter Calling Seq.skip and Seq.take in F# Calling getIt() with different offsets eventually gives me an 'Invalid operation' exception with additional info that 'the input sequence had insuff...
[ 0.0201416015625, 0.024169921875, 0.0004749298095703125, 0.00799560546875, -0.0189208984375, 0.003082275390625, 0.01275634765625, 0.00543212890625, 0.010498046875, -0.029052734375, 0.015380859375, 0.0242919921875, 0.006805419921875, 0.0198974609375, 0.028076171875, -0.01092529296875, ...
[ 26265, 503, 864, 44024, 136, 78219, 23, 563, 4904, 214, 1238, 3949, 3742, 40, 26513, 2646, 20441, 2606, 56, 16840, 2046, 23389, 12921, 5773, 3509, 155605, 163, 4153, 7013, 41018, 131527, 3004, 107730, 944, 3956, 1902, 129980, 80854, 28219, ...
[ 0.1268310546875, 0.0928955078125, 0.205322265625, 0.26416015625, 0.1279296875, 0.20947265625, 0.008819580078125, 0.12255859375, 0.1912841796875, 0.01153564453125, 0.09326171875, 0.0156402587890625, 0.1690673828125, 0.0675048828125, 0.1871337890625, 0.03790283203125, 0.0440673828125, ...
embed
27954563_c0
27954563
fsharp
0
Title: Any way to check-in into TFS from FAKE build target? Problem title: Any way to check-in into TFS from FAKE build target? Tags: msbuild, f%23, tfs, f%23-fake Problem: Any way to check-in into TFS from FAKE build target? I'm trying to create FAKE(F# Make) build target that will update AssemblyInfo files in my proj...
Any way to check-in into TFS from FAKE build target? Any way to check-in into TFS from FAKE build target? msbuild f%23 tfs f%23-fake FAKE Any TFS Any way to check-in into TFS from FAKE build target? I'm trying to create FAKE(F# Make) build target that will update AssemblyInfo files in my project after sucsess build. Ve...
[ -0.0186767578125, 0.0184326171875, 0.01458740234375, -0.00799560546875, -0.0010528564453125, -0.021484375, -0.0179443359375, -0.00171661376953125, -0.003387451171875, 0.019287109375, 0.007232666015625, 0.0045166015625, 0.025634765625, 0.0206298828125, 0.0108642578125, -0.01220703125, ...
[ 28541, 3917, 12765, 9, 73, 3934, 384, 36381, 1295, 563, 119960, 45367, 30388, 47, 68163, 177149, 1238, 3742, 808, 17447, 27495, 1021, 350, 28282, 919, 4904, 26176, 28350, 151169, 93147, 102158, 13452, 7103, 42593, 40647, 3004, 4343, 27479, ...
[ 0.0203704833984375, 0.0872802734375, 0.20361328125, 0.03753662109375, 0.1971435546875, 0.1561279296875, 0.116455078125, 0.2420654296875, 0.137939453125, 0.1761474609375, 0.23828125, 0.159912109375, 0.2423095703125, 0.0865478515625, 0.0809326171875, 0.2093505859375, 0.034271240234375,...
embed
46646237_c0
46646237
fsharp
0
Title: F# duplicate of Linux tac function (tac is opposite of cat) Problem title: F# duplicate of Linux tac function (tac is opposite of cat) Tags: f%23, f%23-interactive, .net Problem: F# duplicate of Linux tac function (tac is opposite of cat) I’m struggling for quite a while now with this problem. I don’t understand...
F# duplicate of Linux tac function (tac is opposite of cat) F# duplicate of Linux tac function (tac is opposite of cat) f%23 f%23-interactive .net Linux System.IO.File.Exists System.IO.File.ReadAllLines Seq.rev F# duplicate of Linux tac function (tac is opposite of cat) I’m struggling for quite a while now with this pr...
[ 0.012451171875, 0.01458740234375, 0.00390625, 0.0277099609375, 0.01190185546875, 0.006011962890625, 0.03564453125, 0.017578125, 0.0005340576171875, -0.023681640625, -0.0089111328125, 0.0240478515625, -0.010009765625, 0.00469970703125, 0, 0.00189971923828125, 0.0155029296875, 0.0361...
[ 563, 4904, 171763, 67, 29908, 36322, 32354, 102, 238, 83, 198274, 111, 7515, 1238, 3742, 27495, 10433, 71232, 1179, 12353, 17780, 174350, 19279, 64370, 31345, 43512, 93232, 503, 864, 65381, 237875, 12960, 2967, 28219, 12301, 13315, 1295, 1143...
[ 0.1063232421875, 0.183349609375, 0.174072265625, 0.07391357421875, 0.181884765625, 0.2159423828125, 0.178955078125, 0.1331787109375, 0.1158447265625, 0.039306640625, 0.1903076171875, 0.050048828125, 0.1553955078125, 0.07672119140625, 0.1470947265625, 0.0482177734375, 0.04779052734375...
embed
5282106_c0
5282106
fsharp
0
Title: F# - nested pipelines Problem title: F# - nested pipelines Tags: f%23 Problem: F# - nested pipelines I'm at the moment reading the book "Real world functional programming", and wondering how I can write something like: let numbers = [ 1 .. 10 ] let isOdd(n) = (n%2 = 1) let square(n) = n * n let myList = numbers ...
F# - nested pipelines F# - nested pipelines f%23 List.map List.iter List.filter F# - nested pipelines I'm at the moment reading the book "Real world functional programming", and wondering how I can write something like: The code I've posted will fail after the First List.iter() with a message that says: How can I do so...
[ -0.00153350830078125, 0.005340576171875, 0.0172119140625, 0.00136566162109375, -0.00921630859375, -0.0042724609375, 0.0045166015625, -0.011474609375, 0.0098876953125, -0.00811767578125, -0.002685546875, 0.004638671875, 0.02099609375, 0.0174560546875, -0.00341796875, -0.001007080078125,...
[ 563, 4904, 8512, 71, 137158, 59801, 1238, 3949, 3742, 32036, 62346, 16840, 120337, 3095, 16454, 70, 12877, 68996, 8999, 123309, 56037, 149016, 831, 33022, 9844, 1884, 18151, 44183, 1221, 35782, 7103, 23972, 5, 132, 26008, 11249, 54, 36917, ...
[ 0.1138916015625, 0.1824951171875, 0.2041015625, 0.1036376953125, 0.1448974609375, 0.1414794921875, 0.060394287109375, 0.01300048828125, 0.1246337890625, 0.1893310546875, 0.111083984375, 0.2086181640625, 0.17529296875, 0.004364013671875, 0.0753173828125, 0.01171875, 0.05950927734375, ...
embed
34329717_c1
34329717
fsharp
1
EMPTY] and Not Work p.s. DataContext.Loq writing correct query - SELECT [t0].[Id] AS [Item1], [t0].[Name] AS [Item2] FROM [dbo].[Stady] AS [t0] Code signals: tupled, Get, SetDependency, dc:DataContext, SqlConnection, dc.Connection.ConnectionString, con.Open, SqlCommand, dc.GetCommand, CommandText, SqlDependency, con.Cl...
EMPTY] and Not Work p.s. DataContext.Loq writing correct query - SELECT [t0].[Id] AS [Item1], [t0].[Name] AS [Item2] FROM [dbo].[Stady] AS [t0] Code signals: tupled, Get, SetDependency, dc:DataContext, SqlConnection, dc.Connection.ConnectionString, con.Open, SqlCommand, dc.GetCommand, CommandText, SqlDependency, con.Cl...
[ -0.003997802734375, 0.007476806640625, 0.00164031982421875, 0.0218505859375, -0.00506591796875, 0.0191650390625, -0.0220947265625, -0.0211181640625, 0.0198974609375, -0.027099609375, -0.00860595703125, 0.01214599609375, -0.021240234375, 0.01019287109375, -0.00653076171875, 0.0180664062...
[ 113926, 27143, 268, 136, 11205, 27985, 11809, 11935, 22829, 15363, 864, 32562, 26785, 41, 1294, 6755, 144832, 2389, 71, 6483, 2982, 76172, 163612, 90173, 61607, 837, 42378, 1459, 28864, 26073, 370, 8705, 20779, 19943, 26885, 137989, 99247, 23...
[ 0.2156982421875, 0.23583984375, 0.06024169921875, 0.07550048828125, 0.158935546875, 0.1787109375, 0.08349609375, 0.117431640625, 0.2327880859375, 0.1240234375, 0.1285400390625, 0.09423828125, 0.155029296875, 0.1553955078125, 0.07220458984375, 0.09332275390625, 0.2183837890625, 0.08...
embed
16594075_c0
16594075
fsharp
0
Title: instance method warning in F# Problem title: instance method warning in F# Tags: f%23 Problem: instance method warning in F# This code works type UserNode(myid:int64, labeled:bool) = static member SkypeId (x:UserNode) = x.SkypeI member this.SkypeI = myid Yet this one does not : "SkypeId is not an instance method...
instance method warning in F# instance method warning in F# f%23 UserNode myid:int64 labeled:bool SkypeId x:UserNode x.SkypeI this.SkypeI x.SkypeId this.SkypeId instance method warning in F# This code works Yet this one does not : "SkypeId is not an instance method" The only difference I think I have is the "d" and the...
[ -0.006256103515625, -0.0020751953125, 0.045166015625, 0.0025177001953125, -0.016357421875, 0.018798828125, -0.0263671875, -0.0081787109375, -0.00982666015625, -0.031982421875, -0.00811767578125, -0.02392578125, -0.01123046875, -0.0037994384765625, 0.01483154296875, -0.00634765625, 0....
[ 110527, 55300, 1631, 592, 23, 563, 4904, 1238, 3949, 3742, 53400, 5021, 759, 532, 4288, 13307, 67967, 142484, 52940, 568, 71, 1022, 1062, 2189, 112650, 1081, 903, 3293, 18151, 43240, 63519, 959, 83, 142, 4734, 60212, 5351, 765, 3564, 444,...
[ 0.304931640625, 0.2410888671875, 0.17822265625, 0.07861328125, 0.0130615234375, 0.1376953125, 0.2105712890625, 0.0772705078125, 0.0245361328125, 0.1588134765625, 0.1107177734375, 0.139404296875, 0.06719970703125, 0.1036376953125, 0.071533203125, 0.150390625, 0.0965576171875, 0.0947...
embed
49213091_c0
49213091
fsharp
0
Title: How to (is it possible to) call yield inside of closure in F#? Problem title: How to (is it possible to) call yield inside of closure in F#? Tags: f%23, closures, sequence, yield Problem: How to (is it possible to) call yield inside of closure in F#? I am trying to write a function, which takes sequence of strin...
How to (is it possible to) call yield inside of closure in F#? How to (is it possible to) call yield inside of closure in F#? f%23 closures sequence yield How Seq.map Seq.iter How to (is it possible to) call yield inside of closure in F#? I am trying to write a function, which takes sequence of strings and returns the ...
[ 0.0208740234375, 0.01348876953125, 0.00160980224609375, 0.0167236328125, -0.0050048828125, -0.004974365234375, 0.01397705078125, 0.0064697265625, -0.0150146484375, -0.03076171875, -0.00537109375, 0.0145263671875, -0.0081787109375, 0.007354736328125, 0.0303955078125, -0.007110595703125,...
[ 11249, 7722, 11782, 11180, 19388, 46132, 170224, 563, 4904, 47, 111, 23, 1238, 3742, 944, 503, 864, 62346, 16840, 31577, 33022, 32354, 51776, 79315, 30646, 756, 183114, 4358, 106357, 26785, 6002, 86531, 163846 ]
[ 0.04156494140625, 0.1229248046875, 0.1676025390625, 0.171630859375, 0.259521484375, 0.177734375, 0.2362060546875, 0.1204833984375, 0.1962890625, 0.043121337890625, 0.06439208984375, 0.05474853515625, 0.05645751953125, 0.1278076171875, 0.07550048828125, 0.04150390625, 0.152099609375, ...
embed
68581107_c0
68581107
fsharp
0
Title: In F#, what is the simplest method of upcasting a typed list to a seq&lt;_&gt;? Problem title: In F#, what is the simplest method of upcasting a typed list to a seq&lt;_&gt;? Tags: ienumerable, f%23, list, upcasting Problem: In F#, what is the simplest method of upcasting a typed list to a seq<_>? (Newbie questi...
In F#, what is the simplest method of upcasting a typed list to a seq&lt;_&gt;? In F#, what is the simplest method of upcasting a typed list to a seq&lt;_&gt;? ienumerable f%23 list upcasting Movies MovieInfo ItemsSource In F#, what is the simplest method of upcasting a typed list to a seq<_>? (Newbie question) In F#, ...
[ 0.0108642578125, 0.01287841796875, 0.015625, 0.01129150390625, 0.021484375, 0.007568359375, -0.0052490234375, 0.011962890625, -0.00494384765625, -0.019287109375, -0.0213623046875, -0.00118255615234375, 0.033203125, 0.0194091796875, -0.01708984375, 0.0014190673828125, -0.019287109375,...
[ 563, 4904, 30362, 18, 55300, 1257, 55741, 10644, 71, 5303, 47, 40, 864, 316, 2886, 1238, 3742, 83896, 10348, 93147, 78426, 211235, 360, 10, 9014, 1940, 2146, 111, 72304, 61924, 2806, 1884, 34475, 3642, 738, 7, 85908, 4358 ]
[ 0.117919921875, 0.216552734375, 0.158935546875, 0.1002197265625, 0.1605224609375, 0.10888671875, 0.21630859375, 0.1815185546875, 0.061126708984375, 0.216064453125, 0.1241455078125, 0.0806884765625, 0.162109375, 0.083740234375, 0.005767822265625, 0.030181884765625, 0.043212890625, 0...
embed
46035320_c1
46035320
fsharp
1
is immutable. I think that I could use C#'s List<T> but I am not sure if that is the F# way. Supervisor's Reports records do not follow the Supervisor record. They might come X number of lines below and not all of them together. However, the system ensures that the Supervisor record will always come before any Reports...
is immutable. I think that I could use C#'s List<T> but I am not sure if that is the F# way. Supervisor's Reports records do not follow the Supervisor record. They might come X number of lines below and not all of them together. However, the system ensures that the Supervisor record will always come before any Reports...
[ 0.019287109375, 0.00860595703125, -0.01080322265625, 0.0277099609375, -0.00125885009765625, 0.01708984375, 0.00109100341796875, 0.004913330078125, 0.0029754638671875, 0.01556396484375, -0.00994873046875, -0.00012969970703125, -0.0030517578125, 0.0230712890625, -0.0018768310546875, 0.00...
[ 83, 566, 561, 22819, 4527, 313, 4904, 32036, 618, 563, 4265, 51858, 34798, 7, 115923, 959, 28960, 17164, 1193, 124519, 35064, 25842, 5426, 63284, 11343, 8108, 1601, 28350, 10760, 52779, 90, 74481, 44457, 7103, 53201, 72367, 121413, 43486, 1...
[ 0.03662109375, 0.04266357421875, 0.1453857421875, 0.1331787109375, 0.03790283203125, 0.041839599609375, 0.157470703125, 0.162109375, 0.0745849609375, 0.05548095703125, 0.149169921875, 0.190185546875, 0.213623046875, 0.0179443359375, 0.147705078125, 0.06890869140625, 0.1199951171875, ...
embed
34525774_c0
34525774
fsharp
0
Title: How to render in HTML5 a chart made with FSharp.Charting? Problem title: How to render in HTML5 a chart made with FSharp.Charting? Tags: charts, f%23-charting, f%23, html Problem: How to render in HTML5 a chart made with FSharp.Charting? There doesn't seem to be any documentation around this capability from the ...
How to render in HTML5 a chart made with FSharp.Charting? How to render in HTML5 a chart made with FSharp.Charting? charts f%23-charting f%23 html How HTML5 FSharp.Charting How to render in HTML5 a chart made with FSharp.Charting? There doesn't seem to be any documentation around this capability from the FSharp.Chartin...
[ -0.0023193359375, 0.01556396484375, 0.0228271484375, -0.0130615234375, 0.005950927734375, -0.00726318359375, -0.00775146484375, -0.00946044921875, -0.00128173828125, -0.0177001953125, -0.00653076171875, -0.021484375, -0.004638671875, 0.01287841796875, 0.005523681640625, 0.004638671875,...
[ 11249, 89159, 23, 19097, 758, 116287, 7228, 678, 93774, 3467, 254, 84068, 1916, 47, 1238, 27495, 9254, 3742, 7693, 209806, 903, 3540, 41159, 35773, 59335, 121413, 28960 ]
[ 0.061798095703125, 0.2127685546875, 0.046783447265625, 0.177978515625, 0.1705322265625, 0.258544921875, 0.07696533203125, 0.0665283203125, 0.0762939453125, 0.1875, 0.174072265625, 0.198974609375, 0.173583984375, 0.0160980224609375, 0.016265869140625, 0.060546875, 0.1474609375, 0.06...
embed
70810301_c1
70810301
fsharp
1
For future functions I will also want to be able to access a record property dynamically, which I'm assuming might be possible with reflection but not sure exactly how. Just with getProperty? For example a function that is something like let GetRelated<'x> (record: 'y) = let columnToGet = nameof<'x> + "_id" (* If you ...
For future functions I will also want to be able to access a record property dynamically, which I'm assuming might be possible with reflection but not sure exactly how. Just with getProperty? For example a function that is something like let GetRelated<'x> (record: 'y) = let columnToGet = nameof<'x> + "_id" (* If you ...
[ -0.00506591796875, -0.00506591796875, 0.01556396484375, 0.01446533203125, -0.006011962890625, -0.0078125, -0.01611328125, -0.01251220703125, 0.0216064453125, -0.0303955078125, 0.006683349609375, 0.038818359375, -0.0478515625, -0.0247802734375, -0.020263671875, 0.0067138671875, -0.008...
[ 1326, 22690, 32354, 2843, 3444, 19048, 47, 17203, 17164, 57266, 84079, 66596, 13648, 7722, 678, 44961, 1830, 3642, 2046, 10752, 1264, 939, 2633, 20779, 4332, 143, 3674, 425, 107, 32271, 53, 3365, 316, 7763, 724, 126, 2203, 9351, 4390, 997...
[ 0.001922607421875, 0.1082763671875, 0.19921875, 0.008026123046875, 0.0762939453125, 0.0626220703125, 0.024169921875, 0.182861328125, 0.2308349609375, 0.259765625, 0.1923828125, 0.05078125, 0.0360107421875, 0.172607421875, 0.060150146484375, 0.26318359375, 0.166015625, 0.02751159667...
embed
19195416_c0
19195416
fsharp
0
Title: F# error: This value is not a function and cannot be applied Problem title: F# error: This value is not a function and cannot be applied Tags: f%23 Problem: F# error: This value is not a function and cannot be applied let GetVal (i,isMin,al, be)= let b = new Board(board) if b.SetBoardBool(i) then this.MinMaxAlph...
F# error: This value is not a function and cannot be applied F# error: This value is not a function and cannot be applied f%23 GetVal Board b.SetBoardBool this.MinMaxAlphaBeta F# error: This value is not a function and cannot be applied I am getting an F# error saying: This value is not a function and cannot be applied...
[ 0.006378173828125, -0.00518798828125, 0.0247802734375, -0.0142822265625, 0.003936767578125, -0.00008058547973632812, 0.00579833984375, -0.00421142578125, 0.0031585693359375, 0.000518798828125, -0.000009775161743164062, 0.0233154296875, 0.01361083984375, -0.006622314453125, 0.011657714843...
[ 563, 4904, 18499, 3293, 34292, 83, 959, 10, 32354, 136, 53418, 186, 190659, 1238, 3742, 20779, 42272, 62554, 876, 294, 126, 12647, 5861, 929, 903, 59076, 71346, 6210, 14612, 6766, 102, 54433, 3502, 154663, 944, 370, 99726, 23, 18, 142484,...
[ 0.141845703125, 0.2257080078125, 0.1715087890625, 0.1844482421875, 0.2391357421875, 0.168701171875, 0.2430419921875, 0.1226806640625, 0.2188720703125, 0.057952880859375, 0.2027587890625, 0.06201171875, 0.2154541015625, 0.0823974609375, 0.125244140625, 0.1583251953125, 0.267333984375,...
embed
53558029_c0
53558029
fsharp
0
Title: How to solve issue with insert function of f# trees Problem title: How to solve issue with insert function of f# trees Tags: c%23-to-f%23, f%23, f%23-interactive, f%23-data, f%23-3.0 Problem: How to solve issue with insert function of f# trees Please, I need some help with creating an insert function for a tree....
How to solve issue with insert function of f# trees How to solve issue with insert function of f# trees c%23-to-f%23 f%23 f%23-interactive f%23-data f%23-3.0 How Tree Leaf Branch a::b::c b::c How to solve issue with insert function of f# trees Please, I need some help with creating an insert function for a tree. The va...
[ 0.00119781494140625, -0.0123291015625, -0.0040283203125, 0.0128173828125, 0.006439208984375, 0.0093994140625, -0.02490234375, -0.03515625, 0.001953125, -0.01806640625, 0.0012359619140625, -0.0140380859375, 0.0089111328125, 0.0002765655517578125, 0.004058837890625, 0.0130615234375, 0....
[ 11249, 47, 86869, 31089, 678, 183540, 32354, 111, 1238, 4904, 1360, 90, 27495, 188, 420, 3742, 10433, 71232, 10135, 132265, 101344, 636, 2407, 21110, 206, 10, 876, 238, 4358, 105233, 100, 53201, 34292, 34475, 79315, 5303, 5608, 11907, 32845...
[ 0.071533203125, 0.0618896484375, 0.18505859375, 0.1650390625, 0.08251953125, 0.278564453125, 0.19384765625, 0.03314208984375, 0.13232421875, 0.205810546875, 0.20263671875, 0.1009521484375, 0.0789794921875, 0.1116943359375, 0.06494140625, 0.048095703125, 0.051239013671875, 0.0157623...
embed
51521889_c0
51521889
fsharp
0
Title: Monadic operations on Choice&lt;&#x27;T1,&#x27;T2&gt; Problem title: Monadic operations on Choice&lt;&#x27;T1,&#x27;T2&gt; Tags: computation-expression, f%23 Problem: Monadic operations on Choice<'T1,'T2> I could not find an object choice in the standard libraries, that allows me to write let safeDiv (numer : Ch...
Monadic operations on Choice&lt;&#x27;T1,&#x27;T2&gt; Monadic operations on Choice&lt;&#x27;T1,&#x27;T2&gt; computation-expression f%23 DivideByZeroException Monadic Choice Exception Choice1Of2 Choice2Of2 Monadic operations on Choice<'T1,'T2> I could not find an object choice in the standard libraries, that allows me t...
[ -0.03271484375, 0.0235595703125, 0.020751953125, 0.0185546875, 0.00384521484375, 0.002044677734375, -0.015869140625, -0.004058837890625, 0.00994873046875, -0.0267333984375, -0.00860595703125, 0.020263671875, -0.00168609619140625, 0.00592041015625, 0.01434326171875, -0.0027618408203125,...
[ 60331, 18403, 41018, 98, 181948, 3768, 618, 418, 74, 304, 5386, 7, 181135, 204629, 1238, 3742, 76278, 112, 75358, 1511, 4036, 19279, 63928, 5443, 132887, 5809, 959, 7413, 36746, 44126, 5570, 35773, 10484, 114864, 163, 47, 33022, 1884, 23, ...
[ 0.191162109375, 0.1746826171875, 0.17822265625, 0.0992431640625, 0.227783203125, 0.0623779296875, 0.094970703125, 0.0726318359375, 0.009002685546875, 0.141357421875, 0.05670166015625, 0.0194854736328125, 0.0960693359375, 0.1278076171875, 0.0198516845703125, 0.07110595703125, 0.099426...
embed
20828591_c0
20828591
fsharp
0
Title: Type-abbreviation with compile-time check with zero overhead Problem title: Type-abbreviation with compile-time check with zero overhead Tags: f%23, performance Problem: Type-abbreviation with compile-time check with zero overhead Is it possible ? and does my little hack work ? [<StructLayout(LayoutKind.Explicit...
Type-abbreviation with compile-time check with zero overhead Type-abbreviation with compile-time check with zero overhead f%23 performance Type-abbreviation StructLayout LayoutKind.Explicit Size Slice FieldOffset Address int64 slice.Address incInt64 Type-abbreviation with compile-time check with zero overhead Is it pos...
[ 0.013916015625, 0.01531982421875, -0.0054931640625, 0.02197265625, -0.0118408203125, -0.00506591796875, -0.00897216796875, -0.000736236572265625, -0.003997802734375, -0.002349853515625, 0.0177001953125, 0.028564453125, -0.0004863739013671875, -0.00860595703125, 0.0076904296875, -0.0088...
[ 60457, 10545, 107, 686, 2320, 678, 9969, 1340, 6032, 12765, 45234, 645, 31251, 1238, 3949, 3742, 23718, 63667, 2729, 53, 6056, 211032, 7250, 55992, 80378, 13348, 117657, 150369, 3509, 49990, 23, 18, 13307, 91, 161007, 238, 4153, 2071, 7722,...
[ 0.24169921875, 0.01654052734375, 0.120849609375, 0.10528564453125, 0.01153564453125, 0.0830078125, 0.142333984375, 0.1329345703125, 0.1448974609375, 0.2025146484375, 0.1461181640625, 0.1077880859375, 0.1646728515625, 0.0927734375, 0.0643310546875, 0.189208984375, 0.1605224609375, 0...
embed
18906178_c0
18906178
fsharp
0
Title: Delete third element in F# list Problem title: Delete third element in F# list Tags: f%23 Problem: Delete third element in F# list I am writing a function to return a list minus the third value. Here is my current code: let listString = [ "1"; "2"; "3"; "4" ];; let del3 (listA :'a) = [listA.Head; listA.Tail.Head...
Delete third element in F# list Delete third element in F# list f%23 Delete del3 listA.Head listA.Tail.Head listA.Tail.Tail.Tail Delete third element in F# list I am writing a function to return a list minus the third value. Here is my current code: and I am getting the error: What should I change to fix the error?
[ 0.0118408203125, 0.011474609375, 0.000675201416015625, 0.0145263671875, -0.00170135498046875, 0.00872802734375, 0.00274658203125, 0.00152587890625, 0.0079345703125, 0.0213623046875, 0.031982421875, -0.01025390625, 0.00531005859375, 0.00112152099609375, -0.004852294921875, 0.00245666503...
[ 262, 46485, 50960, 12830, 23, 563, 4904, 5303, 1238, 3949, 3742, 146, 363, 284, 13025, 712, 5, 9874, 379, 32562, 32354, 30646, 26948, 34292, 11853, 43581, 18151, 20949, 18499, 5608, 15549, 30022 ]
[ 0.096923828125, 0.1610107421875, 0.268798828125, 0.201416015625, 0.025604248046875, 0.1317138671875, 0.1937255859375, 0.197021484375, 0.07330322265625, 0.053619384765625, 0.15283203125, 0.1446533203125, 0.171875, 0.00982666015625, 0.0703125, 0.057586669921875, 0.004974365234375, 0....
embed
57812986_c0
57812986
fsharp
0
Title: How to access &quot;base&quot; in Discriminated Union method override? Problem title: How to access &quot;base&quot; in Discriminated Union method override? Tags: f%23 Problem: How to access "base" in Discriminated Union method override? I have a DU and I'm overriding the Equals method. Based on the current DU v...
How to access &quot;base&quot; in Discriminated Union method override? How to access &quot;base&quot; in Discriminated Union method override? f%23 How Discriminated Union Test int64 this.Equals base.Equals How to access "base" in Discriminated Union method override? I have a DU and I'm overriding the Equals method. Bas...
[ -0.006500244140625, 0.0198974609375, 0.0262451171875, 0.0194091796875, -0.00396728515625, -0.014404296875, -0.01251220703125, -0.00616455078125, 0.019775390625, 0.003662109375, 0.010009765625, 0.015869140625, 0.0128173828125, 0.0025482177734375, -0.00653076171875, -0.00836181640625, ...
[ 11249, 47, 17203, 37382, 6206, 135421, 3674, 32528, 55300, 645, 416, 112, 41502, 23, 3742, 8647, 13307, 903, 647, 71723, 3647, 7, 765, 14614, 6238, 241, 44978, 43581, 34292, 1884, 11782, 28, 161789, 114122, 1632, 959, 95, 19514, 6528, 448...
[ 0.0989990234375, 0.046295166015625, 0.201171875, 0.29638671875, 0.059722900390625, 0.2069091796875, 0.0809326171875, 0.209228515625, 0.164306640625, 0.094482421875, 0.201171875, 0.13037109375, 0.050811767578125, 0.0364990234375, 0.050537109375, 0.15185546875, 0.175537109375, 0.0370...
embed
37843094_c1
37843094
fsharp
1
't help. The compiler silently ignores it, which I think is how these attributes are designed to work. Is there another way to do this - perhaps editing the C code, or wrapping it in another way? (C++ perhaps?) Note: there is an interesting article on the mono-project website titled Interop with Native Libraries In the...
't help. The compiler silently ignores it, which I think is how these attributes are designed to work. Is there another way to do this - perhaps editing the C code, or wrapping it in another way? (C++ perhaps?) Note: there is an interesting article on the mono-project website titled Interop with Native Libraries In the...
[ -0.0012969970703125, 0.02734375, -0.0120849609375, -0.0203857421875, 0.0012969970703125, -0.007232666015625, -0.00360107421875, -0.0257568359375, 0.0206298828125, -0.015869140625, -0.00022220611572265625, -0.00933837890625, -0.008544921875, 0.0225830078125, 0.01348876953125, -0.0087280...
[ 18, 4358, 9969, 34759, 103967, 538, 124962, 7, 442, 5351, 3642, 6097, 150380, 90, 82775, 4488, 5, 15700, 3917, 47, 54, 903, 27211, 313, 18151, 137565, 37223, 95134, 49041, 22460, 95322, 5337, 2146, 678, 353, 4935, 165867, 10484, 59121, 10...
[ 0.037994384765625, 0.1695556640625, 0.19287109375, 0.1917724609375, 0.1563720703125, 0.0615234375, 0.1986083984375, 0.0914306640625, 0.1575927734375, 0.00006103515625, 0.000457763671875, 0.05670166015625, 0.2449951171875, 0.0458984375, 0.126220703125, 0.0699462890625, 0.0226135253906...
embed
20419891_c0
20419891
fsharp
0
Title: using F# in matlab by NET.addAssembly function Problem title: using F# in matlab by NET.addAssembly function Tags: f%23, .net, module, matlab Problem: using F# in matlab by NET.addAssembly function I am trying to use F# in matlab by NET.addAssembly function. I already succeced in a simple sample without module, ...
using F# in matlab by NET.addAssembly function using F# in matlab by NET.addAssembly function f%23 .net module matlab F# NET.addAssembly r.f1 using F# in matlab by NET.addAssembly function I am trying to use F# in matlab by NET.addAssembly function. I already succeced in a simple sample without module, like the followi...
[ 0.015625, 0.01239013671875, -0.0081787109375, 0.0228271484375, 0.01043701171875, -0.00008058547973632812, 0.003082275390625, 0.006195068359375, -0.010986328125, -0.0458984375, 0.01080322265625, -0.0033721923828125, 0.00164031982421875, -0.0208740234375, 0.0040283203125, -0.02880859375,...
[ 17368, 563, 4904, 23, 2589, 6114, 390, 17777, 4028, 284, 89845, 38526, 32354, 1238, 3949, 3742, 1179, 88996, 420, 418, 31577, 4527, 21771, 39884, 8781, 121413, 15490, 7103, 154107, 831, 959, 18507, 237, 8108, 3173, 5, 11, 3545, 170, 2096,...
[ 0.075439453125, 0.140869140625, 0.211181640625, 0.0509033203125, 0.1365966796875, 0.2069091796875, 0.0169677734375, 0.193115234375, 0.1500244140625, 0.06689453125, 0.2059326171875, 0.1417236328125, 0.1259765625, 0.038970947265625, 0.011871337890625, 0.1275634765625, 0.1346435546875, ...
embed
21676584_c0
21676584
fsharp
0
Title: F# XmlTypeProvider: &quot;Index was outside the bounds of the array&quot; Problem title: F# XmlTypeProvider: &quot;Index was outside the bounds of the array&quot; Tags: type-providers, f%23, f%23-data, xml Problem: F# XmlTypeProvider: "Index was outside the bounds of the array" I think I must be missing somethin...
F# XmlTypeProvider: &quot;Index was outside the bounds of the array&quot; F# XmlTypeProvider: &quot;Index was outside the bounds of the array&quot; type-providers f%23 f%23-data xml XmlTypeProvider Index Points Point F# XmlTypeProvider: "Index was outside the bounds of the array" I think I must be missing something ess...
[ 0.00823974609375, 0.0294189453125, -0.018798828125, -0.0269775390625, -0.02099609375, 0.004241943359375, 0.0035858154296875, -0.0159912109375, 0.0120849609375, -0.00213623046875, 0.0033111572265625, -0.03271484375, 0.01397705078125, -0.0179443359375, 0.0093994140625, -0.0091552734375, ...
[ 563, 4904, 1193, 7237, 196707, 177997, 62160, 4153, 39659, 509, 50782, 99091, 7, 111, 10298, 53, 10644, 93136, 1238, 10135, 131492, 31471, 41097, 132283, 85590, 93343, 81450, 959, 1884, 10941, 150380, 87388, 990, 43240, 3664 ]
[ 0.06787109375, 0.1334228515625, 0.10076904296875, 0.12890625, 0.167724609375, 0.1351318359375, 0.09130859375, 0.1015625, 0.2119140625, 0.089111328125, 0.1971435546875, 0.1788330078125, 0.0596923828125, 0.075927734375, 0.1361083984375, 0.07232666015625, 0.1639404296875, 0.1204833984...
embed
13584423_c0
13584423
fsharp
0
Title: Operators and lists f# Problem title: Operators and lists f# Tags: list, f%23 Problem: Operators and lists f# I have made this code: let rec foo1 z = function | [] -> [] | x::xs when x = z -> x::(foo1 x xs) | x::xs -> foo1 z xs but I want a more complex version of this function with a new function which is of ty...
Operators and lists f# Operators and lists f# list f%23 Operators foo1 x::xs foo2 Operators and lists f# I have made this code: but I want a more complex version of this function with a new function which is of type int -> int -> bool as first argument. This function will test the integer argument against all the eleme...
[ 0.004913330078125, -0.00286865234375, 0.00689697265625, -0.00213623046875, 0.007293701171875, 0.0155029296875, 0.00020122528076171875, 0.019287109375, 0.01068115234375, 0.00311279296875, 0.011474609375, -0.00518798828125, 0.0045166015625, 0.003936767578125, 0.00372314453125, -0.0137329...
[ 150922, 136, 5303, 1238, 4904, 3949, 3742, 5775, 31, 418, 1022, 425, 7, 304, 7228, 903, 18151, 1284, 3444, 1286, 27140, 11389, 32354, 3525, 10644, 23, 18, 33079, 142484, 237, 5117, 10750, 1221, 3034, 70, 892, 1505, 26548, 756, 80854, 11...
[ 0.25, 0.1357421875, 0.2135009765625, 0.1097412109375, 0.1729736328125, 0.042755126953125, 0.167236328125, 0.1375732421875, 0.070068359375, 0.02899169921875, 0.08721923828125, 0.1019287109375, 0.05474853515625, 0.109619140625, 0.007476806640625, 0.007537841796875, 0.1014404296875, 0...
embed
45653927_c0
45653927
fsharp
0
Title: FParsec: backtracking `sepBy` Problem title: FParsec: backtracking `sepBy` Tags: fparsec, f%23, parser-combinators Problem: FParsec: backtracking `sepBy` Consider the following toy grammar and parser: (* in EBNF: ap = "a", { "ba" } bp = ap, "bc" *) let ap = sepBy1 (pstring "a") (pstring "b") let bp = ap .>> (pst...
FParsec: backtracking `sepBy` FParsec: backtracking `sepBy` fparsec f%23 parser-combinators FParsec EBNF sepBy1 Error Col Expecting FParsec: backtracking `sepBy` Consider the following toy grammar and parser: I get the following output: Clearly sepBy1 sees the last b and expects it to lead into another a , failing when...
[ 0.01470947265625, 0.022216796875, -0.015625, 0.032470703125, -0.0322265625, 0.020263671875, 0.00799560546875, 0.004150390625, -0.003265380859375, 0.003753662109375, 0.00799560546875, 0.0294189453125, 0.0166015625, 0.004669189453125, 0.01470947265625, -0.01409912109375, -0.00656127929...
[ 563, 28636, 39797, 4420, 125728, 214, 70637, 75358, 1238, 2500, 3742, 366, 2189, 19155, 22230, 24162, 73493, 25040, 418, 212059, 11554, 60075, 24762, 72713, 122092, 147, 140992, 40, 4568, 876, 41206, 37105, 3934, 10, 35782, 18, 7413, 20117, ...
[ 0.097412109375, 0.1361083984375, 0.183837890625, 0.143310546875, 0.2225341796875, 0.043212890625, 0.1611328125, 0.2279052734375, 0.04620361328125, 0.1025390625, 0.10443115234375, 0.104736328125, 0.10272216796875, 0.136962890625, 0.04327392578125, 0.0615234375, 0.1385498046875, 0.15...
embed
67800998_c1
67800998
fsharp
1
* This was working fine... until yesterday. Somehow GitHub (or should I say Microsoft...) decided to upgrade their production VMs for GitHub Actions and now all my builds are failing. So I have three questions: What is the location now? I don't see that VS2020 has been released yet? Any better way to find fsi.exe movin...
* This was working fine... until yesterday. Somehow GitHub (or should I say Microsoft...) decided to upgrade their production VMs for GitHub Actions and now all my builds are failing. So I have three questions: What is the location now? I don't see that VS2020 has been released yet? Any better way to find fsi.exe movin...
[ -0.019775390625, 0.00628662109375, 0.0023193359375, -0.007171630859375, -0.006378173828125, 0.0101318359375, -0.0009613037109375, 0.005859375, 0.0045166015625, 0.017822265625, 0.00531005859375, 0.00848388671875, 0.007049560546875, -0.0172119140625, 0.021240234375, 0.005859375, 0.0329...
[ 661, 3293, 509, 20697, 5885, 27, 24189, 131101, 47251, 527, 217, 140505, 748, 5608, 7244, 68872, 47, 116086, 2363, 36049, 43084, 7, 100, 57945, 5036, 756, 759, 45367, 621, 35782, 214, 765, 17262, 17582, 31913, 87, 2301, 1957, 44160, 49409...
[ 0.05963134765625, 0.057586669921875, 0.06317138671875, 0.14208984375, 0.13671875, 0.027099609375, 0.0631103515625, 0.0858154296875, 0.003265380859375, 0.112060546875, 0.1683349609375, 0.249267578125, 0.009857177734375, 0.006317138671875, 0.1639404296875, 0.05853271484375, 0.004821777...
embed
8467227_c0
8467227
fsharp
0
Title: Apply attribute to return value - In F# Problem title: Apply attribute to return value - In F# Tags: .net-4.0, c%23, f%23, dynamic Problem: Apply attribute to return value - In F# in C# it is possible to apply an attribute to the return of a method: [return: DynamicAttribute] public object Xyz() { return new Exp...
Apply attribute to return value - In F# Apply attribute to return value - In F# .net-4.0 c%23 f%23 dynamic Apply DynamicAttribute Xyz ExpandoObject net-4.0 Apply attribute to return value - In F# in C# it is possible to apply an attribute to the return of a method: Is this possible in F#? Background : I would like a me...
[ 0.012939453125, 0.007568359375, -0.007659912109375, -0.0024871826171875, -0.00390625, -0.004241943359375, -0.01324462890625, 0.0269775390625, -0.01055908203125, -0.01373291015625, 0.006805419921875, -0.011962890625, -0.009765625, 0.01141357421875, 0.0103759765625, 0.0096435546875, -0...
[ 5659, 538, 150380, 13, 47, 30646, 34292, 360, 563, 4904, 1179, 151152, 3742, 1238, 84079, 73327, 21068, 28848, 191145, 32189, 60075, 3448, 75161, 2043, 23, 313, 7722, 59911, 55300, 2071, 903, 64330, 2806, 1884, 35773, 1294, 59121, 18588, 46...
[ 0.1715087890625, 0.109375, 0.25634765625, 0.119140625, 0.0987548828125, 0.26806640625, 0.2161865234375, 0.049560546875, 0.1375732421875, 0.2027587890625, 0.0850830078125, 0.154052734375, 0.04718017578125, 0.01190185546875, 0.1884765625, 0.159912109375, 0.1033935546875, 0.0769042968...
embed
41786237_c1
41786237
fsharp
1
serialized on the side where it's being sent, the name of the type can be sent as a part of this string. But then, how to get an instance of a Type type, having a name of a type, like "Type1" or "Type2"? The fully qualified name of the type will be different on different machines, so I'm not sure if it's possible. I.e...
serialized on the side where it's being sent, the name of the type can be sent as a part of this string. But then, how to get an instance of a Type type, having a name of a type, like "Type1" or "Type2"? The fully qualified name of the type will be different on different machines, so I'm not sure if it's possible. I.e...
[ 0.00762939453125, 0.00738525390625, -0.037841796875, 0.0294189453125, -0.019287109375, -0.0035858154296875, 0.0032806396484375, 0.01190185546875, -0.005584716796875, 0.003936767578125, 0.01507568359375, 0.004302978515625, 0.005889892578125, 0.0030059814453125, 0.004730224609375, 0.0147...
[ 35686, 29367, 5609, 7440, 9325, 9351, 10644, 831, 2831, 903, 79315, 3642, 47, 2046, 110527, 111, 60457, 19441, 1884, 196707, 418, 707, 304, 89554, 217225, 12921, 116491, 7722, 1632, 36279, 765, 58735, 919, 9902, 12975, 1328, 111337, 563, 10...
[ 0.219970703125, 0.1239013671875, 0.1102294921875, 0.0263214111328125, 0.0888671875, 0.14892578125, 0.275146484375, 0.04595947265625, 0.0650634765625, 0.03619384765625, 0.1607666015625, 0.07275390625, 0.0207977294921875, 0.1195068359375, 0.2423095703125, 0.0352783203125, 0.27465820312...
embed
19885228_c0
19885228
fsharp
0
Title: Will F# 3.1 will be available for VS 2013 Express for Web? Problem title: Will F# 3.1 will be available for VS 2013 Express for Web? Tags: visual-studio-2012, f%23, visual-studio-2013 Problem: Will F# 3.1 will be available for VS 2013 Express for Web? When I installed Visual Studio 2013 Express, my installation ...
Will F# 3.1 will be available for VS 2013 Express for Web? Will F# 3.1 will be available for VS 2013 Express for Web? visual-studio-2012 f%23 visual-studio-2013 Will Express Web visual-studio-2012 visual-studio-2013 Will F# 3.1 will be available for VS 2013 Express for Web? When I installed Visual Studio 2013 Express, ...
[ -0.00543212890625, 0.0089111328125, 0.007720947265625, -0.01275634765625, -0.01287841796875, 0.0205078125, -0.0185546875, 0.0118408203125, 0.008544921875, 0.025146484375, 0.000141143798828125, -0.0213623046875, -0.0003185272216796875, -0.00750732421875, 0.0081787109375, 0.0001277923583...
[ 20255, 563, 4904, 45151, 1221, 19882, 100, 44160, 1210, 25129, 4002, 21176, 52629, 54458, 1238, 3742, 74790, 20600, 73372, 22968, 59720, 1324, 184750, 959, 19048, 4488, 10520, 51521, 7026, 9191, 7464, 105876, 9105, 678, 28350, 80383, 129745 ]
[ 0.055267333984375, 0.1341552734375, 0.1864013671875, 0.215087890625, 0.03857421875, 0.1407470703125, 0.04608154296875, 0.171875, 0.195556640625, 0.2071533203125, 0.1373291015625, 0.094970703125, 0.1302490234375, 0.110595703125, 0.053131103515625, 0.0396728515625, 0.1290283203125, 0...
embed
15946710_c0
15946710
fsharp
0
Title: F# Creating a delegate with void return Problem title: F# Creating a delegate with void return Tags: f%23, delegates Problem: F# Creating a delegate with void return I am trying to write a f-sharp program which should use a C#/.Net dll. The C# code looks like this: public delegate void OnX (X x); public delegate...
F# Creating a delegate with void return F# Creating a delegate with void return f%23 delegates OnXError Creating OnX Foo x:X error:sting F# Creating a delegate with void return I am trying to write a f-sharp program which should use a C#/.Net dll. The C# code looks like this: My current try in F# Llooks like this: This...
[ -0.003082275390625, 0.00750732421875, -0.01202392578125, -0.0032196044921875, -0.00506591796875, 0.01806640625, -0.006866455078125, -0.0137939453125, 0.004486083984375, -0.0050048828125, -0.0162353515625, -0.0118408203125, -0.0125732421875, 0.0181884765625, 0.02099609375, -0.0194091796...
[ 563, 4904, 56781, 102329, 13, 678, 2292, 30646, 71, 1238, 3949, 3742, 2161, 18304, 42, 1542, 9572, 31, 1022, 18499, 1916, 31577, 33022, 89280, 254, 1528, 4527, 24447, 81717, 18151, 33342, 1884, 43581, 9790, 103045, 43042, 3293, 959, 9969, ...
[ 0.0958251953125, 0.1947021484375, 0.138671875, 0.271240234375, 0.1734619140625, 0.037078857421875, 0.1492919921875, 0.2225341796875, 0.0174102783203125, 0.07861328125, 0.02362060546875, 0.1439208984375, 0.172607421875, 0.0673828125, 0.093505859375, 0.182373046875, 0.068115234375, 0...
embed
20332046_c0
20332046
fsharp
0
Title: Correct version of Fsharp.Core Problem title: Correct version of Fsharp.Core Tags: f%23 Problem: Correct version of Fsharp.Core I am building an F# console application with Visual Studio 2013 Ultimate. The target framework is .Net 4.5 The version of FSharp.Core installed on my computer (presumably by installing ...
Correct version of Fsharp.Core Correct version of Fsharp.Core f%23 Correct Fsharp.Core Correct version of Fsharp.Core I am building an F# console application with Visual Studio 2013 Ultimate. The target framework is .Net 4.5 The version of FSharp.Core installed on my computer (presumably by installing VS 2013) is 4.3.1...
[ -0.0115966796875, 0.01153564453125, 0.01806640625, -0.01483154296875, -0.00933837890625, -0.012939453125, 0.0022735595703125, 0.011474609375, 0.00164794921875, 0.00994873046875, 0.00933837890625, -0.027099609375, 0.003265380859375, -0.0020751953125, 0.025146484375, 0.002899169921875, ...
[ 46348, 15390, 11389, 563, 89280, 254, 5, 50886, 13, 1238, 3949, 3742, 111, 87, 33976, 4904, 130250, 38415, 678, 73372, 22968, 1210, 137625, 30388, 170846, 24447, 60061, 93774, 3467, 20600, 759, 13909, 44160, 88995, 83, 80196, 102107, 1429, ...
[ 0.1539306640625, 0.1082763671875, 0.1942138671875, 0.1546630859375, 0.2354736328125, 0.2247314453125, 0.074951171875, 0.2064208984375, 0.1112060546875, 0.06195068359375, 0.0238494873046875, 0.0860595703125, 0.03564453125, 0.013275146484375, 0.04473876953125, 0.1094970703125, 0.135742...
embed
37900172_c1
37900172
fsharp
1
k llll mmmm nnnn oooo pppp qqqq rrrr ssss tttt uuuu vvvv wwww xxxx yyyy zzzz As you can see, for just a 100 items, it balloons quickly. How can I make it so it returns the results as a, b, c, ..., z, aa, ab, ac, ... , az, ba, bb, .. etc ? Bonus question: how do I do this in F# as well? PS. I found some similar question...
k llll mmmm nnnn oooo pppp qqqq rrrr ssss tttt uuuu vvvv wwww xxxx yyyy zzzz As you can see, for just a 100 items, it balloons quickly. How can I make it so it returns the results as a, b, c, ..., z, aa, ab, ac, ... , az, ba, bb, .. etc ? Bonus question: how do I do this in F# as well? PS. I found some similar question...
[ 0.00787353515625, -0.00823974609375, -0.0179443359375, 0.0179443359375, -0.013916015625, -0.0030364990234375, 0.0179443359375, -0.022705078125, 0.0096435546875, 0.0146484375, 0.0235595703125, 0.0152587890625, 0.02001953125, 0.015380859375, -0.001220703125, -0.00213623046875, -0.00823...
[ 472, 1181, 132687, 10713, 61957, 32261, 6366, 38656, 119440, 185774, 3062, 125489, 81, 334, 53962, 1574, 20112, 425, 34034, 97, 177033, 1957, 100, 1660, 10, 805, 55769, 442, 16446, 16762, 7, 69405, 11249, 831, 87, 3249, 221, 30646, 50339, ...
[ 0.1156005859375, 0.131103515625, 0.1121826171875, 0.0767822265625, 0.1175537109375, 0.046875, 0.1038818359375, 0.115478515625, 0.07208251953125, 0.06982421875, 0.0751953125, 0.08135986328125, 0.01409912109375, 0.00140380859375, 0.1727294921875, 0.066650390625, 0.0478515625, 0.01821...
embed
2713971_c1
2713971
fsharp
1
| '<' { STRICTLESSTHAN } | ">=" { GREATERTHANEQUALS } | "<=" { LESSTHANEQUALS } | '[' { LSQUARE } | ']' { RSQUARE } | whitespace { tokenize lexbuf } | newline { newline lexbuf; tokenize lexbuf } | ident { ID (lexeme lexbuf) } | float { FLOAT (Double.Parse(lexeme lexbuf)) } | ';' { SEMICOLON } | eof { EOF } | _ { unexp...
| '<' { STRICTLESSTHAN } | ">=" { GREATERTHANEQUALS } | "<=" { LESSTHANEQUALS } | '[' { LSQUARE } | ']' { RSQUARE } | whitespace { tokenize lexbuf } | newline { newline lexbuf; tokenize lexbuf } | ident { ID (lexeme lexbuf) } | float { FLOAT (Double.Parse(lexeme lexbuf)) } | ';' { SEMICOLON } | eof { EOF } | _ { unexp...
[ -0.003875732421875, -0.00396728515625, 0.00299072265625, 0.00897216796875, 0.0035400390625, 0.0242919921875, -0.0004596710205078125, -0.007476806640625, -0.002410888671875, 0.00921630859375, 0.016357421875, 0.008544921875, -0.02734375, -0.0439453125, -0.0145263671875, 0.000352859497070...
[ 58745, 242, 16093, 10666, 46549, 164094, 47138, 294, 173640, 70902, 22422, 527, 41519, 14755, 647, 120572, 19759, 44, 65157, 1065, 11766, 18912, 35011, 65421, 47, 1098, 20650, 75675, 978, 420, 3525, 2256, 74, 60460, 11338, 74070, 12549, 21917...
[ 0.114013671875, 0.054931640625, 0.1710205078125, 0.02490234375, 0.144287109375, 0.14501953125, 0.203857421875, 0.03997802734375, 0.2164306640625, 0.162109375, 0.10699462890625, 0.013519287109375, 0.10400390625, 0.10260009765625, 0.059783935546875, 0.2239990234375, 0.137451171875, 0...
embed
36644323_c2
36644323
fsharp
2
Performance, Travelling, Salesman, Array2D, Subset_of_size_m, System, System.Collections, System.Collections.Generic, System.IO, System.Windows, FSharp.Charting, System.Diagnostics.Stopwatch.StartNew, number_of_cities, x_1, y_1, File.ReadAllLines, Users, francois-guillaume.rideau, Documents, MOOC, TSP.txt, text:string...
Performance, Travelling, Salesman, Array2D, Subset_of_size_m, System, System.Collections, System.Collections.Generic, System.IO, System.Windows, FSharp.Charting, System.Diagnostics.Stopwatch.StartNew, number_of_cities, x_1, y_1, File.ReadAllLines, Users, francois-guillaume.rideau, Documents, MOOC, TSP.txt, text:string...
[ 0.0059814453125, 0.02685546875, -0.0028839111328125, 0.0169677734375, 0.0130615234375, -0.01007080078125, 0.004638671875, -0.00286865234375, 0.03759765625, -0.01165771484375, 0.0096435546875, 0.033203125, -0.0213623046875, -0.0040283203125, -0.003875732421875, 0.025146484375, 0.00772...
[ 94030, 4, 30720, 2069, 88583, 669, 69253, 53, 304, 397, 8273, 3509, 4390, 62539, 39, 12353, 78457, 8996, 135932, 12259, 5, 17780, 43342, 93774, 3467, 254, 84068, 1916, 128198, 41637, 156095, 35414, 126597, 46568, 14012, 318, 2449, 1022, 115...
[ 0.279296875, 0.02020263671875, 0.2291259765625, 0.18603515625, 0.208984375, 0.154541015625, 0.1651611328125, 0.085205078125, 0.1290283203125, 0.1685791015625, 0.1768798828125, 0.2105712890625, 0.145751953125, 0.1068115234375, 0.1190185546875, 0.1927490234375, 0.126708984375, 0.1785...
embed
36747540_c1
36747540
fsharp
1
test cases normally, they will run without throwing this exception. It only occurs when I try debugging the test methods. I can run my test cases through the test explorer, they finish as expected. If I build and run my solution, it runs. If I debug my project, that doesn't cause an exception. But if I try debugging a...
test cases normally, they will run without throwing this exception. It only occurs when I try debugging the test methods. I can run my test cases through the test explorer, they finish as expected. If I build and run my solution, it runs. If I debug my project, that doesn't cause an exception. But if I try debugging a...
[ 0.001068115234375, 0.0203857421875, -0.0269775390625, 0.0167236328125, -0.01202392578125, -0.0023345947265625, 0.008056640625, 0.0079345703125, -0.0106201171875, -0.01104736328125, -0.01409912109375, 0.018798828125, -0.0016632080078125, -0.021484375, 0.016357421875, 0.003631591796875, ...
[ 3034, 50218, 3638, 1221, 11675, 15490, 104250, 903, 131527, 4734, 74918, 9790, 8, 978, 36659, 150624, 831, 8305, 88898, 42, 67229, 237, 84751, 45367, 29806, 127877, 85779, 13452, 22304, 4966, 2174, 2091, 712, 168407, 11935, 22829, 180, 238, ...
[ 0.255126953125, 0.206787109375, 0.0858154296875, 0.00567626953125, 0.125244140625, 0.080078125, 0.1002197265625, 0.0645751953125, 0.20458984375, 0.01251220703125, 0.051910400390625, 0.0814208984375, 0.1156005859375, 0.182861328125, 0.019927978515625, 0.1119384765625, 0.01351928710937...
embed
32931590_c0
32931590
fsharp
0
Title: line line intersection fsharp Problem title: line line intersection fsharp Tags: f%23, f%23-interactive, f%23-3.0 Problem: line line intersection fsharp I'm having problems with writing a line-line intersection function. This is what I have so far: type Line = float*float let LinesIntersection x y = if x.a <> y....
line line intersection fsharp line line intersection fsharp f%23 f%23-interactive f%23-3.0 Line LinesIntersection x.a y.a Some x.b y.b None FS0001 line line intersection fsharp I'm having problems with writing a line-line intersection function. This is what I have so far: Output: Any help?
[ -0.01092529296875, -0.0031280517578125, 0.0189208984375, -0.004150390625, -0.004486083984375, 0.00095367431640625, 0.030029296875, -0.0067138671875, -0.006988525390625, 0.004608154296875, -0.00616455078125, 0.048095703125, 0.005157470703125, -0.01434326171875, 0.0223388671875, 0.013671...
[ 13315, 1940, 7, 58994, 1238, 89280, 254, 3742, 27495, 10433, 71232, 132265, 16777, 44851, 11, 113, 31384, 1022, 275, 438, 93774, 188735, 19441, 44402, 32562, 9, 2256, 32354, 2060, 13538, 7077, 28541, 4358 ]
[ 0.1976318359375, 0.1776123046875, 0.1748046875, 0.201416015625, 0.1109619140625, 0.1846923828125, 0.1341552734375, 0.06524658203125, 0.050750732421875, 0.0440673828125, 0.0753173828125, 0.1053466796875, 0.1807861328125, 0.128662109375, 0.03460693359375, 0.0482177734375, 0.05755615234...
embed
64978766_c0
64978766
fsharp
0
Title: trying to extend the result type.. unsuccesfully, in F# Problem title: trying to extend the result type.. unsuccesfully, in F# Tags: f%23 Problem: trying to extend the result type.. unsuccesfully, in F# Right now, when I have a Result type, it seems like I need to do a match to find if it is ok, or not. So, I am...
trying to extend the result type.. unsuccesfully, in F# trying to extend the result type.. unsuccesfully, in F# f%23 Result a.IsOk AutoOpen ResultHelper this.IsOk Error trying to extend the result type.. unsuccesfully, in F# Right now, when I have a Result type, it seems like I need to do a match to find if it is ok, o...
[ -0.01226806640625, 0.019287109375, 0.033203125, 0.00787353515625, -0.00823974609375, -0.010986328125, 0.006622314453125, -0.0283203125, -0.00421142578125, -0.0086669921875, 0.0126953125, -0.005615234375, -0.011962890625, -0.0093994140625, -0.009765625, -0.007171630859375, 0.020141601...
[ 31577, 65042, 16750, 10644, 226534, 563, 4904, 126351, 1238, 3742, 126684, 10, 29598, 73852, 4396, 103264, 60785, 1264, 903, 212059, 442, 37202, 3871, 54, 14858, 7413, 2174, 83, 3664, 707, 959, 112892, 18929, 4527, 1884, 11853, 81887, 1221, ...
[ 0.05828857421875, 0.162109375, 0.181640625, 0.176025390625, 0.10284423828125, 0.1058349609375, 0.1678466796875, 0.03155517578125, 0.04931640625, 0.114501953125, 0.210205078125, 0.0140380859375, 0.10406494140625, 0.20556640625, 0.140625, 0.1949462890625, 0.1270751953125, 0.104125976...
embed
69774563_c1
69774563
fsharp
1
.create(fun resolve reject -> resolve None)) among others let! result = plotData.json<TermData>() // type of result: TermData return result } let dataArrays = parsed // type Dictionary<int, TermData> |> Seq.map (fun term -> loadSingleSeries term.Value) |> Promise.Parallel |> Promise.map (fun allData -> console.log(allD...
.create(fun resolve reject -> resolve None)) among others let! result = plotData.json<TermData>() // type of result: TermData return result } let dataArrays = parsed // type Dictionary<int, TermData> |> Seq.map (fun term -> loadSingleSeries term.Value) |> Promise.Parallel |> Promise.map (fun allData -> console.log(allD...
[ 0.0032196044921875, 0.033203125, -0.00872802734375, 0.00921630859375, -0.00836181640625, -0.010009765625, 0.021240234375, -0.0174560546875, -0.0002956390380859375, -0.0194091796875, 0.01531982421875, 0.014404296875, -0.0115966796875, -0.00885009765625, 0.01275634765625, 0.0235595703125...
[ 5, 7612, 2182, 132, 16498, 103608, 456, 75161, 33079, 438, 86, 2633, 38, 16750, 23577, 137989, 170, 1681, 35484, 39, 10644, 2994, 30646, 2053, 7614, 7092, 366, 147638, 4288, 864, 62346, 13579, 72367, 213039, 138724, 50770, 1250, 5453, 1229,...
[ 0.1119384765625, 0.194580078125, 0.152099609375, 0.046539306640625, 0.23486328125, 0.284423828125, 0.0911865234375, 0.255615234375, 0.024505615234375, 0.14697265625, 0.157470703125, 0.086181640625, 0.03948974609375, 0.1424560546875, 0.1534423828125, 0.2022705078125, 0.0430908203125, ...
embed
47884879_c1
47884879
fsharp
1
= spaceleft //returns 60, although it should not Also, apart from the iniitialise function, other functions seem not to be able to add items to the inventory properly, eg: let ok, input = Int32.TryParse(Console.ReadLine()) match ok with |false -> printf "The weapon was left here \n" complete <- false |true -> if input...
= spaceleft //returns 60, although it should not Also, apart from the iniitialise function, other functions seem not to be able to add items to the inventory properly, eg: let ok, input = Int32.TryParse(Console.ReadLine()) match ok with |false -> printf "The weapon was left here \n" complete <- false |true -> if input...
[ -0.030029296875, 0.003692626953125, 0.0126953125, 0.01318359375, 0.0030517578125, -0.01446533203125, -0.017333984375, -0.0177001953125, 0.02099609375, 0.004119873046875, 0.01019287109375, 0.01080322265625, 0.00634765625, -0.000644683837890625, 0.00164031982421875, -0.01171875, 0.0173...
[ 2203, 32628, 133, 2480, 65395, 1496, 102971, 5608, 959, 34955, 485, 40705, 12811, 32354, 3789, 48903, 19048, 15190, 55769, 47, 26868, 30675, 155965, 2633, 3664, 107730, 360, 18, 6460, 618, 1294, 28636, 184, 40777, 31345, 93232, 14858, 8710, ...
[ 0.0251617431640625, 0.142822265625, 0.0523681640625, 0.1478271484375, 0.11474609375, 0.1763916015625, 0.030731201171875, 0.06231689453125, 0.072509765625, 0.001251220703125, 0.121337890625, 0.1568603515625, 0.1617431640625, 0.232421875, 0.058441162109375, 0.036346435546875, 0.0998535...
embed
66857732_c2
66857732
fsharp
2
icrosoft.com, ClientId, a1ba-fb4f2d041702, TenantId, c4568757-6752-4ed0-a24a-b5ab2df02011, GET, localhost:44336, Authorization, eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6Im5PbzNaRHJPRFhFSzFqS1doWHNsSFJfS1hFZyIsImtpZCI6Im5PbzNaRHJPRFhFSzFqS1doWHNsSFJfS1hFZyJ9.eyJhdWQiOiJodHRwczovL3dpbHNvbnNvZnQub25taWNyb3NvZnQuY29tL0h...
lNmQtNDgzNC00MDc3LWFkYjItNDk4M2NhZDEwZjhmIiwidGlkIjoiNDUxMDQ2OGQtMzc5MC00YTFhLTgyMDktODQyODFiMmQxNTk2IiwidXRpIjoiYWE4MDEtX2d1a21PQUpBcGFQOThBQSIsInZlciI6IjEuMCJ9.DwpWaOqoZgNoDka6-0FYQr1ivllL2taXdqtat_65x_kuT6r3uiknhL19Fu6dFmJ7UCgjc3-JZh5Bee0uZvVHbwCjZKHsUNrDEANnDkK4hGFzSKyU3NL7X9iRdPeBl3-GUSRGbPeozHTF93epSEhDyY3PkS1ICE...
[ -0.0189208984375, 0.0322265625, 0.00750732421875, 0.0157470703125, 0.00066375732421875, -0.0260009765625, -0.0101318359375, -0.00189971923828125, 0.006805419921875, 0.0128173828125, 0.013427734375, 0.04443359375, -0.03564453125, -0.0240478515625, 0.00128173828125, 0.0101318359375, 0....
[ 13, 100932, 5922, 73509, 587, 10001, 1193, 105022, 147153, 17777, 25512, 11249, 42179, 29458, 23282, 48, 74768, 1295, 12921, 185252, 86216, 10723, 188, 39642, 106117, 31365, 4516, 219534, 88441, 31068, 5531, 1236, 62, 6226, 3444, 63769, 85, 4...
[ 0.001190185546875, 0.022369384765625, 0.046875, 0.045867919921875, 0.04754638671875, 0.060943603515625, 0.029998779296875, 0.0584716796875, 0.13427734375, 0.0611572265625, 0.03326416015625, 0.009246826171875, 0.1324462890625, 0.13671875, 0.15185546875, 0.020111083984375, 0.1926269531...
embed
9417150_c1
9417150
fsharp
1
s';" userName // the following line compiles fine let sql2 = sprintf "SELECT * FROM Users WHERE name='%s';" (fromPlain userName) Note : It's just a sample; don't suggest using SqlParameter . :-) My questions are: Is there a decent library that does it? Is there any possibility to add syntax sugar? Thanks. Update 1 : I ...
s';" userName // the following line compiles fine let sql2 = sprintf "SELECT * FROM Users WHERE name='%s';" (fromPlain userName) Note : It's just a sample; don't suggest using SqlParameter . :-) My questions are: Is there a decent library that does it? Is there any possibility to add syntax sugar? Thanks. Update 1 : I ...
[ -0.01324462890625, 0.003997802734375, 0.0103759765625, 0.0296630859375, -0.0228271484375, 0.007415771484375, -0.01361083984375, 0.0002651214599609375, 0.02001953125, -0.028076171875, 0.0086669921875, -0.0079345703125, -0.007568359375, -0.01141357421875, 0.00762939453125, -0.00210571289...
[ 91, 25, 74, 58, 38937, 163612, 4666, 25632, 13315, 9969, 1340, 7, 5885, 2633, 99247, 304, 145320, 420, 9127, 144832, 661, 563, 61607, 53400, 601, 841, 30096, 9351, 3949, 161063, 683, 16442, 121413, 42459, 159, 55292, 29089, 17582, 8, 1679...
[ 0.0960693359375, 0.11572265625, 0.1444091796875, 0.058502197265625, 0.2098388671875, 0.2227783203125, 0.034912109375, 0.155029296875, 0.13427734375, 0.178955078125, 0.16015625, 0.1407470703125, 0.169677734375, 0.103759765625, 0.230224609375, 0.19189453125, 0.18115234375, 0.20324707...
embed
45250544_c0
45250544
fsharp
0
Title: Debug error : &#x27;let&#x27; cannot be the final code element in a block in Fsharp Problem title: Debug error : &#x27;let&#x27; cannot be the final code element in a block in Fsharp Tags: f%23 Problem: Debug error : 'let' cannot be the final code element in a block in Fsharp My code : let main _ = let t = (Syst...
Debug error : &#x27;let&#x27; cannot be the final code element in a block in Fsharp Debug error : &#x27;let&#x27; cannot be the final code element in a block in Fsharp f%23 Debug Fsharp System.Console.In.ReadLine Debug error : 'let' cannot be the final code element in a block in Fsharp My code : And I got errors as fol...
[ 0.004791259765625, 0.01251220703125, -0.004547119140625, 0.0031890869140625, 0.008056640625, -0.004638671875, 0.015869140625, 0.0101318359375, -0.0002689361572265625, -0.027587890625, 0.0069580078125, -0.0159912109375, 0.0230712890625, 0.0201416015625, 0.0130615234375, -0.0008087158203...
[ 262, 85779, 18499, 3768, 1974, 53418, 186, 2704, 18151, 12830, 46389, 563, 89280, 254, 1238, 3742, 12353, 40777, 31345, 93232, 25632, 903, 83, 51, 48310, 67175, 87769, 125195, 8110, 16750, 23, 143726 ]
[ 0.07208251953125, 0.19287109375, 0.1407470703125, 0.089111328125, 0.2247314453125, 0.1768798828125, 0.1318359375, 0.1971435546875, 0.209228515625, 0.1597900390625, 0.179931640625, 0.0804443359375, 0.18359375, 0.1484375, 0.00762939453125, 0.035736083984375, 0.02313232421875, 0.04559...
embed