1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 08:54:07 +03:00

Derive Show and Eq.

This commit is contained in:
Rob Rix 2015-11-17 13:31:17 -08:00
parent 06c5dfe9ed
commit cb80d7de54

View File

@ -9,4 +9,4 @@ data Syntax f a =
| Indexed [f]
| Fixed [f]
| Keyed (Map String f)
deriving Functor
deriving Functor, Show, Eq