*/
import iTasks
-import StdArray // To check string length
+import Text // To check string length
:: Idea:== String
:: Name:== String
//Format the indices and the ideas
fideas i = map (\(x,y).toString (x+1) +++ ": " +++ y) (filt i)
//Filter the ideas on length and add indices
- filt i = zip2 (indexList i) (filter (\x.size x > 10) i)
+ filt i = zip2 (indexList i) (filter (\x.textSize x > 10) i)
Start :: *World -> *World
Start world = startEngine mainTask world