gcfavorites / hiccup

Automatically exported from code.google.com/p/hiccup
GNU Lesser General Public License v2.1
0 stars 0 forks source link

Refactor index parsing #78

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
List and string indexes parse the same way, and there is some code duplication

Some sort of:

parseIndex (len :: Int) (str :: BString) 
is in order.

Original issue reported on code.google.com by consa...@gmail.com on 8 May 2008 at 10:49

GoogleCodeExporter commented 9 years ago
Fixed, toIndex in LibUtil

Original comment by consa...@gmail.com on 21 May 2008 at 1:09