1
1
mirror of https://github.com/github/semantic.git synced 2024-12-27 00:44:57 +03:00

Reorder the type parameters ಠ_ಠ

This commit is contained in:
Rob Rix 2015-11-17 13:45:14 -08:00
parent 5e3be122e1
commit fcf1ce0023

View File

@ -4,7 +4,7 @@ module Syntax where
import Data.Map import Data.Map
data Syntax f a = data Syntax a f =
Leaf a Leaf a
| Indexed [f] | Indexed [f]
| Fixed [f] | Fixed [f]