summaryrefslogtreecommitdiff
path: root/ddl/Definitions.hs
diff options
context:
space:
mode:
authorPéter Diviánszky <divipp@gmail.com>2016-03-01 14:01:34 +0100
committerPéter Diviánszky <divipp@gmail.com>2016-03-01 14:01:34 +0100
commit3b50722f433ec5ecc515ea1441fd633d85118cb9 (patch)
tree8bc7681a60e4471a4f0256cf411c074607f209c3 /ddl/Definitions.hs
parent2eb7cc7fab543a1ffb493015d98c1887ffac38c9 (diff)
modify Compiled: add desugared String field
Diffstat (limited to 'ddl/Definitions.hs')
-rw-r--r--ddl/Definitions.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ddl/Definitions.hs b/ddl/Definitions.hs
index 7aa32bd..cc8d042 100644
--- a/ddl/Definitions.hs
+++ b/ddl/Definitions.hs
@@ -475,7 +475,7 @@ typeInfo = do
475 475
476 data_ "CompileResult" $ do 476 data_ "CompileResult" $ do
477 const_ "CompileError" [Array "Range", String, Array "TypeInfo"] 477 const_ "CompileError" [Array "Range", String, Array "TypeInfo"]
478 const_ "Compiled" [String, "Pipeline", Array "TypeInfo"] 478 const_ "Compiled" [String, String, "Pipeline", Array "TypeInfo"]
479 479
480pipelineSchema = do 480pipelineSchema = do
481 data_ "StreamType" $ do 481 data_ "StreamType" $ do