-
It is kind of disappointing to see that... BMP (a.k.a. the Microsoft DIB) is preferred as the "debug" format, while there are way simpler formats, specifically _designed_ for simplicity, debuggability…
-
It has occurred to me that a `Node (Elem a)` is wasting quite a bit of space, since it stores an `Int` as well as the three pointers to `newtype`s. The `newtype` noise is often distracting as well. It…
-
## Preface
So I've been using Node-based JS build tools for about 3 years now. It's become a pretty graceful node-cli-type-application to orchestrate several tools rather than rely on the dependency …
-
This is a tracking issue for the second half of #2849!
Long long list of languages ahead:
- [ ] abap
- [ ] abnf
- [ ] actionscript
- [x] ada (#3381)
- [x] agda
- [x] al
- [ ] antlr4
- [ ]…
-
We have FunctorFilter and TraverseFilter. I have in the past proposed a generalization (FunctorFlatten, later AlternativeFlatten: #1337).
But it seems to me the above are actually doing something l…
-
Before we start investing more in eg. documenting, adding tests, etc., I wanted to start a conversation about the goals of the project, and how we might most fruitfully pursue them.
## Goals
0. AB…
-
Monoid:
(S,M,1) M是二元运算符。
(Int,+ ,0)
(Int,× ,1)
都好理解。
但Applicative ,Monad是自函子上半幺群,形式上就无法理解
比如:Maybe Int
二元运算符:是什么?
单位元:又是什么?
二元运算运算对象:是什么?
运算符的运算对象就不同类型,一个是包装了函数,另一个包装了数值,单位元:又是什么?
…
-
In the wake of the [exact-printer](https://github.com/haskell/cabal/issues/7544) initiative, [I proposed another approach](https://twitter.com/Profpatsch/status/1426523345730908161): why not say good …
-
The syntax is described in an EBNF flavor loosely based off of [W3C's EBNF](https://www.bottlecaps.de/rr/ui)
Note: As of now this grammar is not complete or final, it's just what I've implemented. …
-
## Summary
Purescript is an indentation-based syntax, similar to Haskell. It would therefore be useful to be able to indent code using the character set aside for this purpose, which is U+0009.
…