Frank Staals

Results 56 comments of Frank Staals

Oh thanks for reporting this. There shouldn't really be a need to retriangulate at all; i.e. it be possible to use the same triangulation for all starting points. It seems...

Great! That was actually even simpler than I had expected (I didn't write that part of the code myself)

Your log states you are trying to compile hgeometry-0.11.0.0, whereas the latest version on hackage is actually 0.14. My guess is that 0.11 is simply not compatible with 9.2 Actually,...

> Any updates on this? I don't think anything has happened since. > Just curious if this is truly an issue based on the way Sequences are implemented in Haskell....

Thanks for the quick response/action! I think this should allow me to update my code :). > [@noinia](https://github.com/noinia) also regarding the new `Effect`, just curious, how do you see it's...

Nice; I certainly prefer the 'SIMPLE' mode over the monad transformer mode. I don't think the extra type parameter is much of an issue (but maybe I don't exactly count...