Torsten Schmits

Results 110 comments of Torsten Schmits

@rcalsaverini sorry, I've been migrating my legacy code to haskell and am abandoning python altogether. but I wish you great success!

this happens to me because my `Prelude` does not export `System.IO.writeFile`. Adding ``` import qualified System.IO as P ``` fixes the issue

also (last I checked) you can't have multiple `Prelude` modules in a project with multiple packages, even if they're not exposed in the cabal conf

I guess that's because the version in the central npm repo is super old, see https://github.com/tree-sitter/tree-sitter-haskell/pull/29#issuecomment-1865951565

thanks! appears to be fixed in the rewrite, check out [this repo](https://github.com/tek/tree-sitter-haskell) for a preview

Added to the TODO list for my in-progress redesign, and fixed the most egregious bug for now. But I don't see what's broken with the typed splices – do you...

right! I added some basics now, but there are some more missing.

yep, already have that tab open :wink:

I added three more symbols for built-in syntax. I also took a look at the symbolic operator situation, and it's a little bit more difficult. Legal characters for these varsyms...