GitXplorerGitXplorer
m

argonaut-map

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
7014211b63d71865c5442cdb91470e0a512db1ef

add readme

mmilesfrain committed 5 years ago
Unverified
f0933e660ce6639d15f99cd320f9dee107706468

trouble decoding JSON Map over FFI

mmilesfrain committed 5 years ago
Unverified
97659d7c766dfcaf4c940177921c0509239099a0

initial commit

mmilesfrain committed 5 years ago

README

The README file for this repository.

Cannot successfully decode JSON representation of a Map over FFI:

$ spago run

(fromFoldable [(Tuple "cat" 2),(Tuple "hat" 1)])
PS JSON: [["cat",2],["hat",1]]
JS JSON: [["cat",2],["hat",1],["Foo",42]]
(Left "Couldn't decode List: Value is not an Array")