Like given a string list s="This is the string I want to test", I want to get
the substring. In ruby or other language, it's simple like s[2..10], but how
to do it in Haskell?
-- 
View this message in context: 
http://www.nabble.com/How-to-get-subset-of-a-list--tf2735647.html#a7631994
Sent from the Haskell - Haskell-Cafe mailing list archive at Nabble.com.

_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to