bzdzb
Results
2
comments of
bzdzb
I started to fix this bug, but after looking at the tests realized that this was intentional behavior. I encountered this issue when trying to implement a `parser.stored()` call with...
You can prevent these warnings by putting `OPTIONS_GHC` pragmas at the top of your source files. E.g. `{-# OPTIONS_GHC -fno-warn-type-defaults #-}`. Or, you can add the following to your `SublimeHaskell.sublime-settings`...