documentation
documentation copied to clipboard
Documentation for the PureScript language, compiler, and tools.
The ["Functional Dependencies"](https://github.com/purescript/documentation/blob/master/language/Type-Classes.md#functional-dependencies) section in Type Classes doesn't have any content, so we need an issue to improve visibility of this missing content.
## Description I'm not sure if this is a compiler bug, my misunderstanding or a known limitation. I didn't know where else to put this problem, so I'm putting it...
We should point this out to users. Not sure if this the best place for it. Could alternatively do: - Earlier in "Setting up the Development Environment" - Later in...
Inspired by https://github.com/purescript/purescript/issues/3922 This might be too nitty-gritty for initial reference, but I think this should be documented _somewhere_. If these details exist in another location, it should at least...
Here's what I propose: port [my entire Syntax Folder](https://github.com/JordanMartinez/purescript-jordans-reference/tree/latestRelease/11-Syntax) into this repo. (Note: the repo already has up-to-date syntax guide on the upcoming PS v0.14.0 release via the [v0.14.0-syntax](https://github.com/JordanMartinez/purescript-jordans-reference/tree/v0.14.0-syntax/11-Syntax) branch)....
Minor change: `purescript-language-server` also supports suggestions
@milesfrain in attempting to reconcile Chapter 8's procedures w/ your explanation of how to do it, I combed through the _Getting Started_ guide. In the process, I found some mistakes...
I found the `x = x` example a bit too minimal to figure out what's required to fix these errors.
Suggesting a rewrite of the [Compiling for the Browser](https://github.com/purescript/documentation/blob/master/guides/Getting-Started.md#compiling-for-the-browser) and [Compiling CommonJS Modules](https://github.com/purescript/documentation/blob/master/guides/Getting-Started.md#compiling-commonjs-modules) sections as follows: ### Compiling for the Browser * `spago build` produces CommonJS output. * The upcoming...