-
Consider the following snippet.
```agda
data U : Set where
u : U
test : U
test = let X = U
a : X
a = u
in {!helper a!} -- C-c C-h
```
Currently, the signatu…
-
`GxB_Type_fprint` print and check a `GrB_Type`
`GxB_UnaryOp_fprint` print and check a `GrB_UnaryOp`
`GxB_BinaryOp_fprint` print and check a `GrB_BinaryOp`
`GxB_Monoid_fprint` print and check a `G…
-
```
Compare
[5.2582327113062393041, 5.2582327113062749951]
to
5.2582327113062[393041,749951]
It would be especially useful for matrices.
```
Original issue reported on code.google.com by `Vinzent…
-
**What question should the reference manual answer?**
How does Lean produce user-visible output? How can this be customized? How does it interact with syntax extensions?
-
Compare:
```console
$ xh get https://jsonplaceholder.typicode.com/todos/1
HTTP/2.0 200 OK
...headers...
{
"userId": 1,
"id": 1,
"title": "delectus aut autem",
"completed": f…
-
Module `SAWScript.AST` (which includes pretty printing functions for the AST datatypes) defines a class `PrettyPrint` with a function `pretty :: Int -> a -> Doc`:
https://github.com/GaloisInc/saw-scr…
-
The JSON spec permits numbers of any length and precision, and we normally preserve the `_source` of documents verbatim so these numbers correctly round-trip through Elasticsearch. However, if source …
-
This may be turned into a bug or a documentation improvement.
I want to update a formatter's newline output while formatting is being done in a particular box[^1]. I thought the following combinato…
-
Is there any reason to not represent things like
``` erlang
[{init,{state,undefined,{array,0,10,empty,10},208740,large,last}},{set,{var,1},{call,ecirca,new,[208740,last,large]}},{set,{var,4},{call,ec…
-
http://cecs.wright.edu/~tkprasad/VHDL/VHDL-AMS/vhdl97.html
https://github.com/dragonwasrobot/learn-prolog-now-exercises/blob/master/chapter-12/practical-session.pl