add return statement and todo
[mTask.git] / mTaskMakeSymbols.icl
index 6781ce8..fc1fe5e 100644 (file)
@@ -20,6 +20,9 @@ from Data.Func import $
 import Data.List
 from Text import class Text(join,toUpperCase), instance Text String
 
+derive consName BC
+derive conses BC
+
 (<+) infixr 5 :: a b -> String | toString a & toString b
 (<+) a b = toString a +++ toString b