Skip to content

Instantly share code, notes, and snippets.

@zpodlovics
Created August 30, 2018 18:25
Show Gist options
  • Save zpodlovics/a19bbfba7c1d47796c160604af3e90f3 to your computer and use it in GitHub Desktop.
Save zpodlovics/a19bbfba7c1d47796c160604af3e90f3 to your computer and use it in GitHub Desktop.
1) Maps
Map.IsEmpty works:
TypeError: (0 , _Map.FSharpMap$$get_IsEmpty) is not a function
at Context.<anonymous> (/tmp/fable-compiler/build/tests/MapTests.js:43:69)
2) Maps
Map.Count works:
TypeError: (0 , _Map.FSharpMap$$get_Count) is not a function
at Context.<anonymous> (/tmp/fable-compiler/build/tests/MapTests.js:52:64)
3) Maps
Map.add works:
TypeError: (0 , _Map.FSharpMap$$get_Count) is not a function
at Context.<anonymous> (/tmp/fable-compiler/build/tests/MapTests.js:57:64)
4) Maps
Map.Add works:
TypeError: (0 , _Map.FSharpMap$$get_Count) is not a function
at Context.<anonymous> (/tmp/fable-compiler/build/tests/MapTests.js:62:64)
5) Maps
Map.remove works:
TypeError: (0 , _Map.FSharpMap$$get_IsEmpty) is not a function
at Context.<anonymous> (/tmp/fable-compiler/build/tests/MapTests.js:87:69)
6) Maps
Map.Remove works:
TypeError: (0 , _Map.FSharpMap$$get_IsEmpty) is not a function
at Context.<anonymous> (/tmp/fable-compiler/build/tests/MapTests.js:92:69)
7) Maps
Map.filter works:
TypeError: (0 , _Map.FSharpMap$$get_Count) is not a function
at Context.<anonymous> (/tmp/fable-compiler/build/tests/MapTests.js:123:64)
8) Maps
Map.partition works:
TypeError: (0 , _Map.FSharpMap$$get_Count) is not a function
at Context.<anonymous> (/tmp/fable-compiler/build/tests/MapTests.js:132:64)
9) Maps
Map.ofList works:
TypeError: (0 , _Map.FSharpMap$$get_Count) is not a function
at Context.<anonymous> (/tmp/fable-compiler/build/tests/MapTests.js:228:64)
10) Maps
Map.ofArray works:
TypeError: (0 , _Map.FSharpMap$$get_Count) is not a function
at Context.<anonymous> (/tmp/fable-compiler/build/tests/MapTests.js:233:64)
11) Maps
Map.ofSeq works:
TypeError: (0 , _Map.FSharpMap$$get_Count) is not a function
at Context.<anonymous> (/tmp/fable-compiler/build/tests/MapTests.js:238:64)
12) Sets
Set.IsEmpty works:
TypeError: (0 , _Set.FSharpSet$$get_IsEmpty) is not a function
at Context.<anonymous> (/tmp/fable-compiler/build/tests/SetTests.js:41:69)
13) Sets
Set.Count works:
TypeError: (0 , _Set.FSharpSet$$get_Count) is not a function
at Context.<anonymous> (/tmp/fable-compiler/build/tests/SetTests.js:50:64)
14) Sets
Set.remove works:
TypeError: (0 , _Set.FSharpSet$$get_IsEmpty) is not a function
at Context.<anonymous> (/tmp/fable-compiler/build/tests/SetTests.js:82:69)
15) Sets
Set.Remove works:
TypeError: (0 , _Set.FSharpSet$$get_IsEmpty) is not a function
at Context.<anonymous> (/tmp/fable-compiler/build/tests/SetTests.js:87:69)
16) Sets
Set.singleton works:
TypeError: (0 , _Set.FSharpSet$$get_Count) is not a function
at Context.<anonymous> (/tmp/fable-compiler/build/tests/SetTests.js:92:64)
17) Sets
Set.partition works:
TypeError: (0 , _Set.FSharpSet$$get_Count) is not a function
at Context.<anonymous> (/tmp/fable-compiler/build/tests/SetTests.js:194:64)
18) Sets
Set.MinimumElement works:
TypeError: (0 , _Set.FSharpSet$$get_MinimumElement) is not a function
at Context.<anonymous> (/tmp/fable-compiler/build/tests/SetTests.js:228:73)
19) Sets
Set.MaximumElement works:
TypeError: (0 , _Set.FSharpSet$$get_MaximumElement) is not a function
at Context.<anonymous> (/tmp/fable-compiler/build/tests/SetTests.js:238:73)
20) Sets
Set.difference works:
TypeError: (0 , _Set.FSharpSet$$get_Count) is not a function
at Context.<anonymous> (/tmp/fable-compiler/build/tests/SetTests.js:247:64)
21) Sets
Set (-) works:
TypeError: (0 , _Set.FSharpSet$$get_Count) is not a function
at Context.<anonymous> (/tmp/fable-compiler/build/tests/SetTests.js:256:64)
22) Sets
Set.ofList works:
TypeError: (0 , _Set.FSharpSet$$get_Count) is not a function
at Context.<anonymous> (/tmp/fable-compiler/build/tests/SetTests.js:325:64)
23) Sets
Set.ofArray works:
TypeError: (0 , _Set.FSharpSet$$get_Count) is not a function
at Context.<anonymous> (/tmp/fable-compiler/build/tests/SetTests.js:330:64)
24) Sets
Set.ofSeq works:
TypeError: (0 , _Set.FSharpSet$$get_Count) is not a function
at Context.<anonymous> (/tmp/fable-compiler/build/tests/SetTests.js:335:64)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment