mirror of
https://github.com/github/semantic.git
synced 2024-11-24 08:54:07 +03:00
Derive a Foldable instance for Syntax
.
This commit is contained in:
parent
15868b77ae
commit
abf8c693b3
@ -7,4 +7,4 @@ data Syntax a f =
|
||||
| Indexed [f]
|
||||
| Fixed [f]
|
||||
| Keyed (Map String f)
|
||||
deriving (Functor, Show, Eq)
|
||||
deriving (Functor, Show, Eq, Foldable)
|
||||
|
Loading…
Reference in New Issue
Block a user