diff options
| author | Eugen Wissner <belka@caraus.de> | 2019-08-26 10:14:46 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2019-08-26 10:14:46 +0200 |
| commit | 5175586def05410890023ab340b8381045de6811 (patch) | |
| tree | 4c82733c6b65f5f1c9285c3e4e02b2e8c6cfe3f2 /README.md | |
| parent | f54e9451d20d020632fb3481087af2bcbff6033d (diff) | |
| download | graphql-5175586def05410890023ab340b8381045de6811.tar.gz | |
Provide more documentation on functions and types
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -8,8 +8,8 @@ GraphQL implementation in Haskell. This implementation is relatively low-level by design, it doesn't provide any mappings between the GraphQL types and Haskell's type system and avoids -compile-time magic. It focuses on flexibility instead instead, so other -solutions can be built on top of it. +compile-time magic. It focuses on flexibility instead, so other solutions can +be built on top of it. ## State of the work |
