Skip to content

Commit

Permalink
stylish-haskell auto-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
echatav authored and actions-user committed Sep 30, 2024
1 parent 86ab6ba commit b1b6f07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ZkFold/Base/Data/Vector.hs
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ import Data.Vector.Binary ()
import qualified Data.Vector.Split as V
import Data.Zip (Semialign (..), Zip (..))
import GHC.Generics (Generic)
import GHC.IsList (IsList (..))
import Prelude hiding (concat, drop, head, length, mod, replicate, sum, tail, take,
zip, zipWith, (*))
import GHC.IsList (IsList (..))
import System.Random (Random (..))
import Test.QuickCheck (Arbitrary (..))

Expand Down

0 comments on commit b1b6f07

Please sign in to comment.