-
The sem-ver could be less strict when changing the type in a minor way.
Suggestion: Mark the following cases as minor changes:
### Going from `Specific` or [`constrainedTypeVariable`](https://guid…
-
This GADT has a phantom type that gets refined (GHC-sense) by its constructor(s). That phantom type has a refinement (LH-sense) in the GADT-signature of its constructor. When we pattern match on the G…
-
## User Story
As a developer working on the MapLibre source, I want to be able to make changes with the full support of static type analysis, in order to move faster breaking less things, and being…
-
One of things that always bugs me are the types in the Scale module. They:
- Are very complicated.
- Possibly unique, in the sense that no other Elm library (afaik) uses types in quite the same wa…
-
Hello,
I'm reproducing the reconstruction example in https://odlgroup.github.io/odl/guide/pdhg_guide.html, and I found out that the BroadcastOperator raises an Error related to the format and spars…
-
I've thrown together a library that just generates Elm types from Haskell ones:
https://github.com/mitchellwrosen/elm-codegen
Would you be interested in basing this library atop that one? If so,…
-
Some reasons for:
- Does not regenerate generic types, causing any generic usage in decompile/recompile to fail
- There are some optimization issues _(fork mostly resolves them)_
- People will al…
-
The following code hangs rustc stable 1.64, beta and nightly. It sits on 100% CPU doing rustc_middle things inside a `rustc_typeck::outlives::implicit_infer::infer_predicates > insert_outlives_predica…
-
This feature request is the fourth and final milestone on the great journey to a first-class best-of-breed plugin architecture for @beartype. This milestone is orthogonal to both the [second milestone…
-
I have this use case, where `expr` is a parser with `(Token, Span)` as the input, and the surrounding function returns a parser that takes in `(StringToken, Span)
```rs
expr.nested_in(select_ref! …