Skip to content

Commit

Permalink
Eval.hs: specify Data.List imports
Browse files Browse the repository at this point in the history
  • Loading branch information
obfusk committed Aug 29, 2024
1 parent 94ff630 commit 5c11a23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Koneko/Eval.hs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ import Control.Exception (throwIO, try)
import Control.Monad (unless, when)
import Data.Bool (bool)
import Data.Char (ord)
import Data.List hiding (lookup)
import Data.List (delete, elemIndex, genericLength, intercalate, partition, sort, sortBy, (\\))
import Data.List.Split (wordsBy)
import Data.Text (Text)
import Prelude hiding (lookup)
Expand Down

0 comments on commit 5c11a23

Please sign in to comment.