Skip to content

Commit

Permalink
WIP Apply some hints
Browse files Browse the repository at this point in the history
  • Loading branch information
turion committed Dec 29, 2024
1 parent 1076c70 commit 2a0fe0f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion automaton/src/Data/Stream/Except.hs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ import Control.Category ((>>>))
import Data.Stream (foreverExcept)
import Data.Stream.Optimized as OptimizedStreamT (OptimizedStreamT, applyExcept, constM, hoist', selectExcept)
import Data.Stream.Optimized qualified as StreamOptimized
import Data.Stream.Recursive (Recursive (..))
import Data.Stream.Recursive as Recursive (Recursive (..), hoist')
import Data.Stream.Recursive.Except
import Data.Stream.Result
Expand Down
2 changes: 0 additions & 2 deletions automaton/src/Data/Stream/Optimized.hs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
{-# LANGUAGE DeriveFoldable #-}
{-# LANGUAGE DeriveFunctor #-}
{-# LANGUAGE DeriveTraversable #-}
{-# LANGUAGE DerivingVia #-}
{-# LANGUAGE RankNTypes #-}
Expand Down

0 comments on commit 2a0fe0f

Please sign in to comment.