-
According to extension methods [specification](https://github.com/dart-lang/language/blob/main/accepted/2.7/static-extension-methods/feature-specification.md#accessibility)
> It is a compile-time …
-
I am writing some Parsec combinators for my own use on top of this.
Do you want a pull request for them when I am done? I am not sure if they belong in this library.
alanz updated
5 months ago
-
Does it make sense to provide [this](https://hackage.haskell.org/package/lens-4.15.3/docs/src/Control.Lens.Lens.html#lens) combinator or does the `MetaCoq` aspect give us equivalent functionality?
…
-
> Fascinating how these next proofs are essentially the `cancel` and `elim` (left and right) combinators in `Categories.Morphism.Reasoning` !
_Originally posted by @JacquesCarette in https://github…
-
An XSL template that includes the following "pass-through" rule will generate a spurious `Combinator` error in `xslt::from_document` (using the sample code for the xrust:xslt module, simply with this…
-
### No version of the `Privacy Policy` of service `Y Combinator` is recorded anymore since 18 October 2023 at 15:13:19 UTC
The source document has been recorded in a snapshot, but no version can be…
-
Helpers like `tap`, etc are currently `@internal`, they should be exposed
-
### Which @angular/* package(s) are the source of the bug?
Don't known / other
### Is this a regression?
No
### Description
When writing scss using the :host pseudo-element, I've found that you c…
-
It would be very helpful if Spectral could support some sort of OR combinator where I can define multiple functions to apply. If one of them passes, the validation is marked as ✅
```
given: >-
…
-
### Code
```rust
#!/usr/bin/env cargo
//! ```cargo
//! [dependencies]
//! chumsky = "1.0.0-alpha.7"
//! ```
use chumsky::{primitive::any, Parser};
pub(crate) trait CSTParser CSTParser(parser: impl…