-
Currently, Ormolu always seems to format record updates and patterns with a space between the record data constructor or variable and the `{` like this:
`foo {bar}` instead of alternatives like `foo…
-
[kevm-bug.tar.gz](https://github.com/kframework/kore/files/5441941/kevm-bug.tar.gz)
This file comes from a simple proof on https://github.com/kframework/evm-semantics/pull/912/commits/06c9c8b51…
-
Hello,
I was trying to use but as someone unfamiliar with quick check it’s quite hard to understand how to use this library, so much that I’ve decided to open this issue.
I would love to see som…
-
This would solve the problem of legacy API.
The PvP fits neatly around it: The leftmost number would be used for version changes that are not annotated with an updater.
Example proposals that wo…
-
This is a meta-exploration. It tries to combine other explorative issues and tell a holistic narrative. This issue in particular, looks at the following issues:
* #65
* #81
* #118
## Proces…
-
Hello there. I was wondering if you'd be amenable to adding the following classes (and ways of deriving them):
```haskell
type Lens' s a = Lens' { project :: forall f. Functor f => (a -> f a) -> s…
-
Assume we have
```
func(1, 2, 3)
```
Then we could make those valid:
```
1.func(2, 3)
(1, 2).func(3)
(1, 2, 3).func()
1 func (2, 3)
(1, 2) func 3
func(1, 2)(3)
func(1)(2, 3)
func(1)(2)(…
-
Snap uses `pwstore-fast` for its password hashing needs in the authentication snaplet. That package however is troubling in many ways:
1. It appears abandoned. The last commit was almost four ye…
-
### Name
Breakthrough Energy Model
### Screenshots
### Focus Topic
Nodal production cost simulation package with synthetic network data, in Python and Julia.
### Primary Purpose
No…
-
Rough sketch:
```haskell
{-# LANGUAGE CPP #-}
import Data.Semigroup (Arg(..))
import qualified Data.HashMap.Internal.Array as A
import Data.HashMap.Internal
import Data.HashSet.Internal
#if…