1
1
mirror of https://github.com/github/semantic.git synced 2024-12-18 20:31:55 +03:00

Fix the fix to Syntax’ Pretty1 instance.

This commit is contained in:
Rob Rix 2017-08-23 12:10:31 -04:00
parent 7c89e45c53
commit 3cf40a72e1

View File

@ -183,5 +183,5 @@ instance Listable recur => Listable (Syntax recur) where
instance Eq1 Syntax where
liftEq = genericLiftEq
instance Pretty1 DoWhile where liftPretty = genericLiftPretty
instance Pretty1 Syntax where liftPretty = genericLiftPretty