origamitower / folktale

[not actively maintained!] A standard library for functional programming in JavaScript
https://folktale.origamitower.com/
MIT License
2.04k stars 102 forks source link

Missing link in documentation #199

Closed Fl4m3Ph03n1x closed 6 years ago

Fl4m3Ph03n1x commented 6 years ago

On the documentation page for fromJSON, the following code sample:

TYPE(what is this?)

type JSONSerialisation = {
  "@@type":  String,
  "@@tag":   String,
  "@@value": Object Any
}
type JSONParser = {
  fromJSON: (JSONSerialisation, Array JSONParser) => Variant
}

(JSONSerialisation, Array JSONParser) => Variant 

Has a missing/broken link ( click on what is this? )

https://folktale.origamitower.com/api/v2.1.0/en/guides.type-notation-used-in-signatures.html