fix some warnings, small tweaks to the build
This commit is contained in:
parent
020b33e729
commit
4c8f612f56
4 changed files with 9 additions and 5 deletions
Language/SQL/SimpleSQL
|
@ -15,11 +15,10 @@
|
|||
> ,(<$$$$$>)
|
||||
> ) where
|
||||
|
||||
> import Control.Applicative ((<$>), (<*>), (<**>), pure, Applicative)
|
||||
> import Control.Applicative ((<**>))
|
||||
> import Text.Parsec (option,many)
|
||||
> import Text.Parsec.String (GenParser)
|
||||
|
||||
|
||||
a possible issue with the option suffix is that it enforces left
|
||||
associativity when chaining it recursively. Have to review
|
||||
all these uses and figure out if any should be right associative
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue