From 7d6740224bf065b8254590a419159fb20d2d685c Mon Sep 17 00:00:00 2001 From: Ayman Nadeem Date: Fri, 11 Oct 2019 13:09:37 -0400 Subject: [PATCH] move format in SemanticAST --- semantic-ast/src/Main.hs | 1 - 1 file changed, 1 deletion(-) diff --git a/semantic-ast/src/Main.hs b/semantic-ast/src/Main.hs index f1961c263..64011f5c3 100644 --- a/semantic-ast/src/Main.hs +++ b/semantic-ast/src/Main.hs @@ -18,7 +18,6 @@ data SemanticAST = SemanticAST { format :: Format , sourceFilePath :: Maybe FilePath , sourceString :: Maybe Prelude.String - , format :: Format } deriving (Read) parseAST :: Parser SemanticAST