
18 Apr
2005
18 Apr
'05
5:53 p.m.
Lizz Ross wrote:
This gives me the error message :28 - Syntax error in input (unexpected symbol "wrap")
Sorry. Looks like my mailer ate tabulation. Just correct the intendation: -- loads list of strings in the tree ins_list :: [String] -> BinTree Word_stat ins_list lst = foldl ins_in_tree Leaf (map wrap lst) where wrap :: String -> Word_stat wrap s = Word_stat s
7340
Age (days ago)
7340
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dmitry Vyal