Replace Parser.manyNE with NonEmpty.some

This commit is contained in:
2020-01-12 07:19:28 +01:00
parent dd8f312cb3
commit 6d951491be
4 changed files with 5 additions and 8 deletions

View File

@ -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)