Commit 856eb6d2 authored by Alexandre Delanoë's avatar Alexandre Delanoë

[BASHQL(FIX)] adding semantics.

parent 85a1d17b
......@@ -157,7 +157,7 @@ post' = do
, node userId (last h) Project "name" "{}"
]
data Children = NoChildren | Children a
data Children a = NoChildren | Children a
del' :: [NodeId] -> IO Int
del' ns = do
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment