What's an elegant definition of a Haskell function that takes two strings and 
returns "Nothing" in case the first string isn't a substring of the first, or 
"Just i", where i is the index number of the position within the first string 
where the second string begins?
                                          
_________________________________________________________________
Hotmail has tools for the New Busy. Search, chat and e-mail from your inbox.
http://www.windowslive.com/campaign/thenewbusy?ocid=PID28326::T:WLMTAGL:ON:WL:en-US:WM_HMP:042010_1
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to