1
1
mirror of https://github.com/github/semantic.git synced 2024-12-30 18:36:27 +03:00

Add Error case to Syntax

This commit is contained in:
joshvera 2016-07-25 14:56:51 -04:00
parent de1088f490
commit 3b3d3282cb

View File

@ -49,6 +49,7 @@ data Syntax
| Pair f f
| Comment a
| Commented [f] (Maybe f)
| Error [f]
deriving (Eq, Foldable, Functor, Generic, Generic1, Ord, Show, Traversable)