Ru Horlick

Results 14 issues of Ru Horlick

Title pretty much explains it, I'm just confused because it's working on Firefox 44.0.2 on my Linux box!

I'd like to see similar behaviour to `stylish-haskell` where the pragmas are sorted, `nub`ed, and aligned. I started looking into this a bit and the pragmas are stored as comments,...

enhancement
priority: high

Right now the pattern `docLit $ Text.pack "Some string"` is all over the layouting functions. If we enable `OverloadedStrings` those can all be reduced to `docLit "Some string"`, which would...

question

This PR replaces the `newtype` `Var` with a version using GADTs. This increases power in the update callback, where one must provide a state update `forall v`. Previously if I...

HITs have changed to use the REWRITE rules for computation and have become much simpler, so I think the README should reflect this.

I have some type signatures laid out as ``` function :: Type1 -> Type2 function = undefined ``` and the highlighting here seems to be incorrect. The function name is...

duplicate
upstream

## Background The `ProtocolParameters` datatype contains parameters that can be updated through the update system. Some of these may never have been used and so can be removed to simplify...

technical-debt

## Background We have to enforce canonical encodings on `Address`, but we're currently not testing that we've covered all the parts that need to. ## Proposed Solution Add a test...

testing
byron
priority medium
consensus

## Background Currently the `Address`es use types such as `Address'` and `AddrSpendingData` that aren't the best names. ## Proposed Solution Come up with better names for these types and rename...

technical-debt

## Background Attributes can be simplified once we switch over to the new codebase. ## Proposed Solution Once we've switched to the new codebase on all of the core nodes,...