Skip to content

Commit

Permalink
Add liftA2 import
Browse files Browse the repository at this point in the history
  • Loading branch information
parsonsmatt committed Aug 5, 2024
1 parent 4fcf511 commit b94d1a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Text/Shakespeare/Base.hs
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ import qualified Data.Text.Lazy.IO as TIO
import Control.Monad (when)
import Data.Maybe (mapMaybe)
import Data.List.NonEmpty (nonEmpty, NonEmpty ((:|)))
import Control.Applicative (liftA2)

newtype Ident = Ident String
deriving (Show, Eq, Read, Data, Typeable, Ord, Lift)
Expand Down

0 comments on commit b94d1a5

Please sign in to comment.