summaryrefslogtreecommitdiff
path: root/ddl/Definitions.hs
diff options
context:
space:
mode:
Diffstat (limited to 'ddl/Definitions.hs')
-rw-r--r--ddl/Definitions.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/ddl/Definitions.hs b/ddl/Definitions.hs
index 6fd6afd..04f461c 100644
--- a/ddl/Definitions.hs
+++ b/ddl/Definitions.hs
@@ -468,9 +468,9 @@ typeInfo = do
468 , "text" #:: String 468 , "text" #:: String
469 ] 469 ]
470 470
471 data_ "MyEither" $ do 471 data_ "CompileResult" $ do
472 const_ "MyLeft" ["TypeInfo", Array "TypeInfo"] 472 const_ "CompileError" [Array "TypeInfo", Array "TypeInfo"]
473 const_ "MyRight" [String, "Pipeline", Array "TypeInfo"] 473 const_ "Compiled" [String, "Pipeline", Array "TypeInfo"]
474 474
475pipelineSchema = do 475pipelineSchema = do
476 data_ "StreamType" $ do 476 data_ "StreamType" $ do