-
I was expecting the pattern `Any++ * T(Bar)` to match the sequence `Foo Foo Foo Bar`, just as the regular expression `.*b` matches `aaab`, but it seems like the `Any++` matches all of `Foo Foo Foo Bar…
-
## Background
The previously proposed work discussed building techniques for getting a CFG representation of our data flow to be able to apply static analysis on these and prevent data races:
-…
-
Certainly! Here are the original research papers or significant works for the first ten researchers in pure logic, along with their URLs:
1. **Kurt Gödel (1906–1978)**:
- **Original Paper**: "Über…
-
Since you can namespace macros in rust 2018, maybe consider including min and max macros in `std::cmp`?
From [a post about gamedev on rust](https://users.rust-lang.org/t/my-gamedever-wishlist-for-r…
-
Roughly these rules which depend on a proof `ax≡xb`
```
bisimulation : ∀ {a b x : A} → a ∙ x ≡ x ∙ b
→ a * ∙ x ≡ x ∙ b *
bisimulation {a} {b} {x} ax≡xb = {! !}
…
-
Requires (these are sketchy thoughts...) :
- From a (system of) polynomial(s), obtain its unfolding (=again a (system of) polys with additional variables).
- Define how to solve linear non-commutative…
-
On the topic of Complex Queries, as described in the [wiki](https://github.com/beetbox/aura/wiki/Potential-Features#complex-queries), I think this is fairly important feature to include in any library…
-
Update: https://svn.boost.org/trac10/ticket/6444 looks like the same problem.
X3 appends a default constructed value to containers if underlying parser of container handling parser (such as `kleene…
-
This issue mimics #63 for function table declarations. The production is given in section 5.6 of the specification as follows:
> `var` _x:Identifier_ `=` `[` _f0:Identifier_ (`,` _f:Identifier_) ... …
ghost updated
8 years ago
-
- [x] I have checked that this issue has not already been reported.
- [x] I have confirmed this bug exists on the latest version of pandas.
- [ ] (optional) I have confirmed this bug exists on t…