documentation icon indicating copy to clipboard operation
documentation copied to clipboard

Documentation for the PureScript language, compiler, and tools.

Results 78 documentation issues
Sort by recently updated
recently updated
newest added
trafficstars

If a function 'a', present in module Bar, is called from function 'b' in Foo and a function 'c' present in module Foo is called from function 'a' in Bar,...

The Row type description begins... > A row of types represents an unordered collection of named types, with duplicates. That description is unclear. By process of elimination it appears the...

For each major release it would be nice to have a document describing: - Breaking changes in the compiler (could simply be an excerpt from [release notes](https://github.com/purescript/purescript/releases)). - New compiler...

Also modified the original examples to make them closer to what you'd find in real-world code. I think this would be clearer if we split this up into multiple Example/Cause/Fix...

> There's some overlap [between Record.md and] the language syntax documentation: https://github.com/purescript/documentation/blob/837ec4ff3a956cdeda31997bf5f697ee738295b6/language/Syntax.md#additional-forms-with-records I think we should merge that content into this [Record.md] and then update the language syntax file to...

On Windows 10, I get the following the getting started guide when executing "spago build": ←[31m[error] ←[0mExecutable was not found in path: "git"←[0m Everything seems to work fine up until...

The [differences from Haskell](https://github.com/purescript/documentation/blob/master/language/Differences-from-Haskell.md) doc in this repo is really helpful. Likewise, this [Elm to PS cheatsheet](https://github.com/alpacaaa/elm-to-purescript-cheatsheet) is great too, and we have permission (https://github.com/alpacaaa/elm-to-purescript-cheatsheet/issues/9) to absorb its content. Proposing...

We have good content in this repo, but I think it could be easier to absorb and navigate if its presentation was improved. I like what ReasonML does for their...

Related to https://github.com/purescript-contrib/purescript-book/pull/242 which proposes moving the book's section on Overlapping Instances to one or more of these locations in this docs repo: - [Type classes reference](https://github.com/purescript/documentation/blob/master/language/Type-Classes.md) - [Guides section](https://github.com/purescript/documentation/tree/master/guides)...