clojj
clojj
Hi, (debug package for lts-11.3) I am not getting any traces of the inner go function in this example: ``` {-# LANGUAGE TemplateHaskell, ViewPatterns, PartialTypeSignatures #-} {-# OPTIONS_GHC -Wno-partial-type-signatures #-}...
Hi @teppix I think that I have found a fix in the parser.. didn't know Elm had this 'edge case' (I would love to have full function-matching like Haskell for...
ok, will take a look at it
btw, thinking about syntax highlighting Haskell... Maybe people should know that (on OSX 10.11) you can change the default font of Terminal.app to Fira Code, which gives you **ligatures** !...
> embed your state in a data or newtype with named fields then you can write lens helpers that access them directly quite easily (as though they were part of...
I have been thinking about tokenization. Ignoring any optimizations on a lower level for now, I can see these general strategies: a) keep tokenization completely in sync with the event...
Ok, I'll safe your suggestion definitly as a 'backup solution'. But I think I like your second idea better (at least for the moment)... Can we have a Inactivity event...
btw, congrats ! 
Ok, I have to look into your doAsync proposal... it may have good performance. Also I'd like try debounce the incoming `onBufferChanged` events. So I will take a shot at...
Two things... 1) initially I would like to focus on the Haskell lexer if that works out, a general lexing interface can be extracted/created 2) this looks very promising for...