summaryrefslogtreecommitdiff
path: root/docs/tutorial/tutorial.lhs
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2020-01-12 07:19:28 +0100
committerEugen Wissner <belka@caraus.de>2020-01-12 07:19:28 +0100
commit6d951491be0093f7568462a3139115cdab6766ed (patch)
tree556b96becdd9f45aa2e9632af53a4a8e60884d84 /docs/tutorial/tutorial.lhs
parentdd8f312cb3b0478a3f1e6215c73f47d49180be65 (diff)
downloadgraphql-6d951491be0093f7568462a3139115cdab6766ed.tar.gz
Replace Parser.manyNE with NonEmpty.some
Diffstat (limited to 'docs/tutorial/tutorial.lhs')
-rw-r--r--docs/tutorial/tutorial.lhs1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/tutorial/tutorial.lhs b/docs/tutorial/tutorial.lhs
index fcbc3eb..a10f861 100644
--- a/docs/tutorial/tutorial.lhs
+++ b/docs/tutorial/tutorial.lhs
@@ -12,7 +12,6 @@ We have written a small tutorial to help you (and ourselves) understand the grap
Since this file is a literate haskell file, we start by importing some dependencies.
> {-# LANGUAGE OverloadedStrings #-}
-> {-# LANGUAGE LambdaCase #-}
> module Main where
>
> import Control.Monad.IO.Class (liftIO)