From 6d951491be0093f7568462a3139115cdab6766ed Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Sun, 12 Jan 2020 07:19:28 +0100 Subject: Replace Parser.manyNE with NonEmpty.some --- docs/tutorial/tutorial.lhs | 1 - 1 file changed, 1 deletion(-) (limited to 'docs/tutorial') 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) -- cgit v1.2.3