Alec Theriault

Results 59 issues of Alec Theriault

The difficulty here is figuring out how to do this in a backwards compatible fashion.

Besides the obvious quasi quotation, I want to capture variables with `SubstNt` tokens in `Exp` and bind variables with `MatchNt` in `Pat`. The following interaction should work: ``` >>> import...

enhancement

There is currently an AST representation of `asm!` macros (which can be appropriately pretty-printed). It may be worth parsing asm expression macros directly into this representation. Currently, `asm!` macros are...

enhancement

This seems related to #7. Basically, whenever not on the index page, search doesn't work. There's a related JS console error `ReferenceError:` whenever not on the index page. Here's a...

The former appears to have migrated to the latter, as per the advisory notice on . Another hint: `net.jpountz.lz4` hasn't been updated since 2014 while `org.lz4` is still seeing recent...

We're using a file DB with transactions enabled, scheduled to call `commit`at a fixed delay. We tend to experience pretty drastic slowdowns as the DB file gets big. In order...

### Describe the bug Given this self-contained code snippet: ```scala class Foo { def Bar: Double = 2.0 def Baz: Double = 1.0 } object Bar { def higherOrder1(f: Foo...

bug
completions
upstream-fix-needed
Scala 2

Once the Hi Haddock stuff is merged in, it will be easy to pick up information about roles for type constructors (just like GHCi). We should find a way to...

Seems like this is a recurring request on StackOverflow and Reddit, and `constraints` looks to me like the place where it might belong: ``` data Exists c where Exists ::...

Implement [this](https://github.com/haskell/haddock/issues/805#issuecomment-383861018).