1
1
mirror of https://github.com/github/semantic.git synced 2024-11-28 01:47:01 +03:00
This commit is contained in:
Rob Rix 2015-11-17 13:38:05 -08:00
parent a85cbbbd6f
commit 1a9c5346f3

View File

@ -5,8 +5,8 @@ module Syntax where
import Data.Map
data Syntax f a =
Leaf a
| Indexed [f]
| Fixed [f]
| Keyed (Map String f)
deriving (Functor, Show, Eq)
Leaf a
| Indexed [f]
| Fixed [f]
| Keyed (Map String f)
deriving (Functor, Show, Eq)