-
There are a few aspects to this. Their solutions are probably related.
# Reduce DRY violations
Take
``` c++
typedef struct {
unsigned int event_id;
double x;
double y;
double z;
…
-
With the following:
```
From QuickChick Require Import Sets.
From MetaCoq.Template Require Import TermEquality.
```
I get the error:
```
Universe inconsistency. Cannot enforce
Coq.Relations.Re…
vblot updated
2 years ago
-
**Is your feature request related to a problem? Please describe.**
Not a big immediate issue, but I find myself every once in a while wishing that doc strings could be generated programmatically.
…
-
# Topics in Haskell beyond LYAH
## Type theory related
1. ~~`Functor-Applicative-Monad` typeclass hierarchy (covered in LYAH)~~
1. ~~`State` monad (covered in LYAH)~~
1. ~~General` Zip…
-
Many people have commented on the oddness of using `enable_if` in the specification of `value_type` in [iterator.assoc.types.value_type] (shown here after applying #299):
```c++
template struct v…
-
Hey, I found something unexpected when I write some wrong codes, like this:
``` c++
typedef mpl::range_c ran;
typedef mpl::plus add2;
/* this line will get some errors when template instantiation */
…
-
https://medium.com/@babylonjs/introducing-polymorph-a55588df6cee
> Today, the Babylon team would like to welcome you all to the very earliest stages of our development process. We’ve spotted an ind…
-
Since there are problems with `unqualid` as mentioned in #258 and `constexpr` doesn't allow me to use `reinterpret_cast` to get the offset of members, I tried to work around the problem by using `stri…
-
### What is the problem you want to solve?
When working with the generated java classes, there are some QOL aspects that are painful / create lots of work on the dev side to build boilerplate code:…
-
It would be nice if angle bracket matching worked when working with deeply nested templates. I suspect this is impossible to do with the regular expression mechanism due to the difficulty of parsing t…