Ellie Hermaszewska

Results 200 issues of Ellie Hermaszewska

`pop` is a little more descriptive than `read`. With the current setup one is always "reading" (unless it's empty)

For example the spec says here that the length of `displayRefreshRates` is `displayRefreshRateCapacityInput`, but this doesn't tell the whole story after the function is called! Is it possible to expand...

enhancement
question
synced to gitlab
waiting for reporter

Experimental packages are welcome, the only requirement being that they compile with everything else on Stackage; this would mean adding units-parser too.

How realistic is this? It would be nice to be able to define degrees as `[u| deg = (pi / 180) rad |]` and have that expression spliced into `convert`....

It's unfortunate that often deriving every possible class pulls in the world in (sometimes unnecessary) dependencies. As far as I know the options are: - Do nothing and leave creating...

Trying to defined hours in terms of minutes which are defined in terms of seconds: ``` [u| m = 60 s , h = 60 m |] ``` leads to...

It would be nice to have a section in the readme about how this differs from ghcmod-vim in goals and current status.

The implementation for desugaring view patterns is `dsPat (ViewP _ _) = dsPat (ViewP _ _) = fail "View patterns are not supported in th-desugar. Use pattern guards instead."` It's...

I guess a bit of a WIP, Maybe needs neatening and tests See https://github.com/goldfirere/th-desugar/issues/174

There is machinery added in #175 which is able to desugar view-patterns and as-patterns into `(DPat, [(DPat, DExp)])` (the original pattern, and any subsequent patterns which much match their associated...