Document undocumented modules

Fixes #15.
This commit is contained in:
2019-09-25 05:35:36 +02:00
parent 2b5c719ab0
commit 70f7e1bd8e
6 changed files with 11 additions and 3 deletions

View File

@ -1,4 +1,8 @@
{-# LANGUAGE OverloadedStrings #-}
-- | After the document is parsed, before getting executed the AST is
-- transformed into a similar, simpler AST. This module is responsible for
-- this transformation.
module Language.GraphQL.AST.Transform
( document
) where