Uladzimir Stsepchanka
Uladzimir Stsepchanka
Can you paste an output of the dante buffer? It is named like `dante:`
To me it looks like that it picks wrong `dante-method.` As it does not find any specific file like `stack.yaml` or `shell.nix` it just picks the default method, which is...
Unfortunately, the only option coming to my mind is to pass resolver and dependencies manually. Smth like below should work ``` ; .dir-locals.el ((haskell-mode . ( (dante-repl-command-line . ("stack" "repl"...
There can't exist reasonable encoding for all cases, e.g. for product types. But it exists for subset of sum types with constructors of 0- or 1-arity: ``` haskell data Foo...
> Enum case makes sense. 1-arity is suspicious. > > I'd suggest defining newtypes to be used with deriving via so the user tells what they want (instead of using...
> FWIW, I plan to make that change to aeson (in year or so, I'm not keen to break people too often). Yeah, I like the idea. Current behavior is...
Hello! Any thoughts on this?
Friendly ping
Adding 'pure' to imports fixed the problem
I totally agree that performance is important, so will add benchmarks. Though I don't think extreme cases like you provided are a real problem _unless there is a significant performance...