diff options
| author | solrun <solalola@gmail.com> | 2016-03-09 01:15:46 +0100 |
|---|---|---|
| committer | solrun <solalola@gmail.com> | 2016-03-14 01:42:55 +0100 |
| commit | 61d6af777897d918decc0ab8ef6456e05fccbe7b (patch) | |
| tree | de8594ed3874facf5ca8f9fe4d75f21fc5be3506 /Data/GraphQL/Encoder.hs | |
| parent | d1953891029a71115ee572b7b3798072cbaf2ea8 (diff) | |
| download | graphql-61d6af777897d918decc0ab8ef6456e05fccbe7b.tar.gz | |
Added documentation of functions and modules and included tutorial.lhs.
Diffstat (limited to 'Data/GraphQL/Encoder.hs')
| -rw-r--r-- | Data/GraphQL/Encoder.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Data/GraphQL/Encoder.hs b/Data/GraphQL/Encoder.hs index 2b7e239..6245bb0 100644 --- a/Data/GraphQL/Encoder.hs +++ b/Data/GraphQL/Encoder.hs @@ -1,5 +1,7 @@ {-# LANGUAGE CPP #-} {-# LANGUAGE OverloadedStrings #-} +-- | This module defines a printer +-- for the GraphQL language. module Data.GraphQL.Encoder where #if !MIN_VERSION_base(4,8,0) |
