neurallambda

Results 99 comments of neurallambda

The recommended `(mapc 'company-ghc--source-keywords ghc-module-names)` corrects my issue as well, however, it'd be nice if things just worked.

@IvanMalison strangely no. I show `nil` for all imported libs, and yet it *will* still auto complete functions which are imported (not local fns, which I understand hasn't been built...

I tried a simple implementation of `bound` + `recursion-schemes`, ~and it works so far~ https://gist.github.com/freckletonj/c54a60085e225e5bc67af27dc4c31f37 ~I'm not sure if it'll break in subtle ways, perhaps when changing bound variables during...

relatedly (?) I just tried out Dante for the first time, and immediately it filled my ~32GB ram and crashed my computer. After a reboot, that's no longer happening, but...

Can multiple-targets work yet? I'd simply like to be able to work on tests and a library simultaneously.

The relevant `intero`: https://github.com/chrisdone/intero/blob/master/elisp/intero.el#L621 The relevant `stack` docs: https://docs.haskellstack.org/en/stable/build_command/#target-syntax I still have no clue how to use dante's targets, and just would like them to work on my tests.

@jyp after a `dante-restart`? hmm... that tends to not work. The features to print type at point, and jump to def never work, and eventually dante remains `stopped` eternally until...

@jyp Thanks, those were good leads! Still not quite solved though, and totally not your duty to make it work, but I'll document what I'm going through for you and...

Progress (though incomplete)! I can thread a variable in via a `.dir-locals.el` living at project root: ```lisp (("src" . ((nil . ((dante-target . "theproject:exe:theproject"))))) ("test" . ((nil . ((dante-target ....

It's working, sorta. I don't know how I fixed it but after wrestling all day I: - cloned dante locally (instead of using MELPA) - then from MELPA again -...