quxbar
quxbar
Hm, yes that is at least now a bit complicated. You'd have to instruct the user to add your dependency to his cabal and add your shim in his directory....
Note that stack doesn't solve the issue here either. If you'd just append to the extra-deps you could have there mutually exclusive libs. The core issue is that these files...
Yes, I intended to say the same. It would be ideal if every lib gets an own dir and an own process. To accomplish that we must index some elisp...
Hm, how did you install haskell-emacs? No errors occured? I'm not familiar with spacemacs, but what happens if you evaluate `(setq debug-on-error t)` and reinstall haskell-emacs? Have you already tried...
it could be restricted to emacs build ins which could be tested on compile time via subrp and the arity could be checked
Why don't we use scientific notation with lets say 4 significant digits? ``` -- 0 ns -> 0.000 e-9 s -- 1000 ns -> 1.000 e-6 s -- 1234567 ns...
Well, in nanoseconds you presumably won't need a decimal point. I'd argue that your hard example is easier to read. It's the whole reason this type of notation was introduced...
Hm, obviously a notion of `very hard to read` is subjective. I'd argue that it would be more productive to discuss arguments and not postulate preference as objective truth.
Well, it seams you don't have the Prelude imported. You can import Data.Bool if you wish to avoid the Prelude, Data.Type.Bool isn't needed in this snippet. Please make also sure,...
Hi, sorry for the late answer. There are at least some options to implement this. Just put it all into data Element and export everything, or put everything into data...