mirror of
https://github.com/github/semantic.git
synced 2024-11-28 10:15:55 +03:00
newline
This commit is contained in:
parent
7f81d8982d
commit
1d8fe40267
@ -126,6 +126,7 @@ newtype Program a = Program [a]
|
||||
|
||||
instance Eq1 Program where liftEq = genericLiftEq
|
||||
instance Show1 Program where liftShowsPrec = genericLiftShowsPrec
|
||||
|
||||
-- | An accessibility modifier, e.g. private, public, protected, etc.
|
||||
newtype AccessibilityModifier a = AccessibilityModifier ByteString
|
||||
deriving (Diffable, Eq, Foldable, Functor, GAlign, Generic1, Show, Traversable)
|
||||
|
Loading…
Reference in New Issue
Block a user