diff options
| author | Eugen Wissner <belka@caraus.de> | 2019-11-22 08:00:50 +0100 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2019-11-22 08:00:50 +0100 |
| commit | 625d7100ca123e5aff265fb843ec4979d76a9f7d (patch) | |
| tree | 22cb595ea2dd944789a5144eb373fe7be8190f11 /src/Language/GraphQL/AST/Lexer.hs | |
| parent | 73e21661b413192c26a539141a44b0c25e8c2aa9 (diff) | |
| download | graphql-625d7100ca123e5aff265fb843ec4979d76a9f7d.tar.gz | |
Try type parsers in a different order
Diffstat (limited to 'src/Language/GraphQL/AST/Lexer.hs')
| -rw-r--r-- | src/Language/GraphQL/AST/Lexer.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Language/GraphQL/AST/Lexer.hs b/src/Language/GraphQL/AST/Lexer.hs index f4111a9..e4d64ca 100644 --- a/src/Language/GraphQL/AST/Lexer.hs +++ b/src/Language/GraphQL/AST/Lexer.hs @@ -3,7 +3,7 @@ -- | This module defines a bunch of small parsers used to parse individual -- lexemes. -module Language.GraphQL.AST.Lexer +module Language.GraphQL.AST.Lexer ( Parser , amp , at |
