Yuriy Syrovetskiy

Results 135 comments of Yuriy Syrovetskiy

Please add NewNode on the F-Droid FOSS app store.

NewNode Messenger

Also, 4-space mode introduces extra 2-space half-indents with current options: ```hs person = ····Person -- full indent ····{ name = "John", -- full indent ··age = -- half indent ··age'...

With master version, the same, and also ``` example.hs:1:1-28: Warning: Avoid restricted extensions Found: {-# LANGUAGE QuasiQuotes #-} Note: may break the code ``` Why is it restricted? What does...

okay, found ```hs badExtensions = ... , QuasiQuotes -- breaks [x| ...], making whitespace free list comps break ``` Okay, but Hlint breaks `[x| ... |]`, and I always put...