-
https://github.com/quchen/prettyprinter/blob/0dbe08f65468697b729d5e05c98c89a58a42486b/prettyprinter/src/Prettyprinter/Internal.hs#L468-L477
It seems that this function would allocate a new `Text` v…
-
Unison's syntax is just used for parsing and pretty-printing of definitions, but the actual definitions are stored in the codebase as their AST. This means we could support multiple syntaxes for the l…
-
Invalid XML character in cms metadata API response causes failure in parsing
Example response :
```
4743558
15…
-
How do I construct a document that renders as
```
abcd
efgh
```
when the page is wide enough, or alternatively as
```
ab
cd
ef
gh
```
?
Using the public API I would try this:
…
-
Using [`prettyprinter` library](https://hackage.haskell.org/package/prettyprinter)
- [ ] covering types from `hnix-store-core`
- [ ] colorful output for `nix-derivation`s Derivation using https:…
sorki updated
11 months ago
-
I'm using the [numbers package](http://hackage.haskell.org/package/numbers) in GHCI, and the output precision can be truncated when it passes through the parser. An example (without ipprint):
``` has…
-
![geany_error](https://user-images.githubusercontent.com/31248040/89197316-31874680-d5b4-11ea-8a91-0254ea2c623b.png)
![geany_log](https://user-images.githubusercontent.com/31248040/89197325-364bfa80-…
-
http://cvs.haskell.org/Hugs/pages/libraries/base/Text-PrettyPrint-HughesPJ.html
Read through and see if there are good ideas that should be transplanted to prettypr.erl.
-
After #917 , Expr and prettyprint have a circular dependency.
We should make __str__ emit s-exps without that dependency.
This will duplicate some code from prettyprinter, but much of the time w…
-
It's wasteful to have two pieces of code that do approximately the same thing.