Skip to content

Commit

Permalink
yee
Browse files Browse the repository at this point in the history
  • Loading branch information
croyzor committed Nov 13, 2024
1 parent 9c84dd0 commit 8c6b608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brat/Brat/Load.hs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import Control.Monad (filterM, foldM, forM, forM_, unless)
import Control.Monad.Except
import Control.Monad.Trans.Class (lift)
import Data.Functor ( (<&>), ($>) )
import Data.List (sort)
import Data.List (sort, unzip)
import Data.List.HT (viewR)
import Data.List.NonEmpty (NonEmpty(..))
import qualified Data.Graph as G
Expand Down

0 comments on commit 8c6b608

Please sign in to comment.