summaryrefslogtreecommitdiff
path: root/src/Language/GraphQL/Lexer.hs
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2019-07-08 10:15:47 +0200
committerEugen Wissner <belka@caraus.de>2019-07-08 10:15:47 +0200
commit61879fb12437302d6b14e0e0297e3a8742d91f8b (patch)
tree32915a3da74f1b41b113f9a0fa12033e3cc6f656 /src/Language/GraphQL/Lexer.hs
parent22d4a4e583d8075fc71cddc22566f41fc5a698dc (diff)
downloadgraphql-61879fb12437302d6b14e0e0297e3a8742d91f8b.tar.gz
Constrain the resolvers with MonadIO
This replaces the most usages of MonadPlus, which is not appropriate for the resolvers, since a resolver is unambiguously chosen by the name (no need for 'mplus'), and the resolvers are often doing IO.
Diffstat (limited to 'src/Language/GraphQL/Lexer.hs')
0 files changed, 0 insertions, 0 deletions