1
1
mirror of https://github.com/github/semantic.git synced 2024-12-11 08:45:48 +03:00

Derive a GAlign instance for Data.Syntax.Expression.Boolean.

This commit is contained in:
Rob Rix 2017-05-31 14:45:16 -04:00
parent 52580d9db6
commit 97dc5635ae

View File

@ -33,7 +33,7 @@ data Boolean a
= Or a a
| And a a
| Not a
deriving (Eq, Foldable, Functor, Generic1, Show, Traversable)
deriving (Eq, Foldable, Functor, GAlign, Generic1, Show, Traversable)
instance Eq1 Boolean where liftEq = genericLiftEq
instance Show1 Boolean where liftShowsPrec = genericLiftShowsPrec