1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 00:42:33 +03:00

Parenthesize.

This commit is contained in:
Rob Rix 2015-11-17 13:37:10 -08:00
parent f066ad3844
commit a85cbbbd6f

View File

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