Fix haddoc warnings

Fix #14.
This commit is contained in:
2019-09-20 08:47:14 +02:00
parent c075a41582
commit 2b5c719ab0
5 changed files with 17 additions and 20 deletions

View File

@ -1,5 +1,7 @@
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE RecordWildCards #-}
-- | Error handling.
module Language.GraphQL.Error
( parseError
, CollectErrsT