mirror of
https://github.com/github/semantic.git
synced 2024-12-21 13:51:44 +03:00
Add Import
This commit is contained in:
parent
8f9b505345
commit
557d73bf96
@ -240,6 +240,12 @@ data Export a = Export { exportElements :: ![a] }
|
|||||||
instance Eq1 Export where liftEq = genericLiftEq
|
instance Eq1 Export where liftEq = genericLiftEq
|
||||||
instance Show1 Export where liftShowsPrec = genericLiftShowsPrec
|
instance Show1 Export where liftShowsPrec = genericLiftShowsPrec
|
||||||
|
|
||||||
|
data Import a = Import { importElements :: ![a] }
|
||||||
|
deriving (Diffable, Eq, Foldable, Functor, GAlign, Generic1, Show, Traversable)
|
||||||
|
|
||||||
|
instance Eq1 Import where liftEq = genericLiftEq
|
||||||
|
instance Show1 Import where liftShowsPrec = genericLiftShowsPrec
|
||||||
|
|
||||||
data ArrayType a = ArrayType { arrayType :: !a }
|
data ArrayType a = ArrayType { arrayType :: !a }
|
||||||
deriving (Diffable, Eq, Foldable, Functor, GAlign, Generic1, Show, Traversable)
|
deriving (Diffable, Eq, Foldable, Functor, GAlign, Generic1, Show, Traversable)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user