From 90f275acd101dc33a344086384ff27c648d6ad99 Mon Sep 17 00:00:00 2001 From: Ayman Nadeem Date: Mon, 27 Jan 2020 19:12:47 -0500 Subject: [PATCH] Create Unmarshal.hs --- semantic-ast/src/AST/Unmarshal.hs | 1 + 1 file changed, 1 insertion(+) create mode 100644 semantic-ast/src/AST/Unmarshal.hs diff --git a/semantic-ast/src/AST/Unmarshal.hs b/semantic-ast/src/AST/Unmarshal.hs new file mode 100644 index 000000000..da2ece926 --- /dev/null +++ b/semantic-ast/src/AST/Unmarshal.hs @@ -0,0 +1 @@ +module Unmarshal () where \ No newline at end of file