File tree 1 file changed +0
-3
lines changed
1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,6 @@ import qualified Data.Map as Map
55
55
import Data.Some (Some , mkSome )
56
56
import Data.These
57
57
import Data.Type.Equality ((:~:) (Refl ))
58
- import Data.Typeable hiding (Refl )
59
58
60
59
--------------------------------------------------------------------------------
61
60
-- Const2
@@ -66,7 +65,6 @@ import Data.Typeable hiding (Refl)
66
65
-- parameter
67
66
data Const2 :: Type -> x -> x -> Type where
68
67
Const2 :: k -> Const2 k v v
69
- deriving (Typeable )
70
68
71
69
-- | Extract the value from a Const2
72
70
unConst2 :: Const2 k v v' -> k
@@ -188,7 +186,6 @@ dmapToThese m = case (DMap.lookup LeftTag m, DMap.lookup RightTag m) of
188
186
data EitherTag l r a where
189
187
LeftTag :: EitherTag l r l
190
188
RightTag :: EitherTag l r r
191
- deriving (Typeable )
192
189
193
190
deriving instance Show (EitherTag l r a )
194
191
deriving instance Eq (EitherTag l r a )
You can’t perform that action at this time.
0 commit comments