
10 Dec
2005
10 Dec
'05
4:42 p.m.
Hello Branimir, Saturday, December 10, 2005, 8:29:09 PM, you wrote:
Can you check this version?
and this: replace from to = repl where repl s | Just remainder <- start_from from s = to ++ repl remainder repl (c:cs) = c : repl cs repl [] = [] start_from (x:xs) (y:ys) | x==y = start_from xs ys start_from [] str = Just str start_from _ _ = Nothing -- Best regards, Bulat mailto:bulatz@HotPOP.com