Skip to content

Commit

Permalink
Syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
ddssff committed Jun 21, 2016
1 parent 68cf7fa commit 5b7ca4a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Data/ListLike/Vector/Generic.hs
@@ -1,11 +1,11 @@
{-# LANGUAGE CPP #-}
{-# LANGUAGE MultiParamTypeClasses
{-# LANGUAGE CPP
,MultiParamTypeClasses
,FlexibleContexts
,FlexibleInstances
,UndecidableInstances #-}
#if __GLASGOW_HASKELL__ < 710
,OverlappingInstances
{-# LANGUAGE OverlappingInstances #-}
#endif
,UndecidableInstances #-}

-- | ListLike instance for any type supporting the @Data.Vector.Generic@
-- interface. To avoid collisions with other Vector instances, this module
Expand Down

0 comments on commit 5b7ca4a

Please sign in to comment.