-
Logging an issue from discussion on #89.
The documentation of `Suffix` is entirely inadequate:
> An index denoting that `Suffix` is just that.
At bare minimum it needs to link to `LiftFrom`/`…
ExpHP updated
6 years ago
-
I mentioned this potential feature in [this issue](https://github.com/ceylon/ceylon-compiler/issues/1453) under the name `DataKinds`; the standard paper describing it is [here](http://research.microso…
-
I took a look at the `HList` lib, which I had heard contained some polyvariadic constructors, because I thought they would significantly help with Vinyl, where currently construction is fairly verbose…
-
Sometimes, part of a paragraph appears twice in text output.
sh2d updated
11 years ago
-
## Brief outline of the enhancement
Due to exclusiveness, there can't be 2 different callbacks for the `find_read_file` key.
It would be great if we had the possibility to have simple callbacks ne…
-
-
This is for discussion of the syntax used for types (type annotations and printing types). What we have so far:
- Type variables are ALL_CAPS
- Type constructors are first letter capitalised, and …
keean updated
6 years ago
-
Let's say you have a set of mutations in a single batch but you decide that you no longer want them in a batch:
```scala
val batchMutation = update1 + insert1 + update2
val individualMutations: …
-
#14 に「\hbox{・} の処理」という言及があったのですが,数ヶ月経って何だったっけ…?となってしまったので,非公開の場所ではない発言なので北川さんのを転載しておこうと思います。
----
pTeX で ```\hbox{・}``` で前の方に空白が入る問題ですが,どうやら `adjust_hlist` 関数のバグのようです.例えば `\hbox{(}` と入力したとき,`adj…
-
The following two components defined in the same file results in an error:
**Components**
```javascript
const Layout = styled(HSpreadLayout)`
> *:first-child {
padding: 1.25rem;
}
`
…