From fcf1ce0023d825340e1d84524462e395912d0816 Mon Sep 17 00:00:00 2001 From: Rob Rix Date: Tue, 17 Nov 2015 13:45:14 -0800 Subject: [PATCH] =?UTF-8?q?Reorder=20the=20type=20parameters=20=E0=B2=A0?= =?UTF-8?q?=5F=E0=B2=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Syntax.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Syntax.hs b/Syntax.hs index 39def0e1c..6b3e64b9f 100644 --- a/Syntax.hs +++ b/Syntax.hs @@ -4,7 +4,7 @@ module Syntax where import Data.Map -data Syntax f a = +data Syntax a f = Leaf a | Indexed [f] | Fixed [f]