-
~~`Prim.Function` has started coming out as `Function` rather than `(->)`. This might need addressing in the compiler.~~
This isn't actually new behaviour. Pretty-printing of *saturated* applicatio…
-
The output mechanism should support pretty-printing. Example output can be found at:
- http://www.jsonlint.com/
- http://docs.python.org/library/json.html
From the python library, sorted object keys…
-
I use this library to programmatically generate SQL. Recently, I am adding a feature in which I need to use recursive common table expressions. Fortunately, you support this with the `With` constructo…
-
Right now printing a LibGuide v2 looks pretty bad so this will need to be restyled at some point. I have attached a screenshot of what the current styling looks like.
-
Peter Höfner says:
this is a super minor issue. It's about Pretty printing. I would love to have a line break (\n) after every item of a list. That means I would like to have something like Example…
-
Pretty printing the parser's result... isn't. To make debugging easier, we should override it so it uses less frivolous newlines and indentations, and shows a more ad-hoc representation of containers.
-
I want to be able to have global type meta data for ecto.
customize the pretty printing of type values, type names, etc...
Boost serialization registry...
Converters (maybe a stretch)
-
We should implement get_params and set_params across all our cate estimators so that they can be used many times interchangeably with base estimators form sklearn. This will also help prettier copying…
-
Section "Operators" lists 15 built-in operators in a precedence table, but not their function. These should be documented, even if well known to practitioners in the art of programming.
In addition…
-
Encountered some incorrect roundtripping. Here is a fairly minimal reproducer:
```ll
define i32 @f(ptr noundef %0) #0 {
%2 = alloca ptr, align 8
store ptr %0, ptr %2, align 8
ret i32 0
}…