
12 Apr
2017
12 Apr
'17
2:09 p.m.
Why not eg: parseName :: HStore -> (Maybe String, FullName) Where all the errors are collected after parsing with: mapMaybe fst :: [(Maybe String, FullName)] -> [String] And the values are just collected with "map snd" Tom
El 12 abr 2017, a las 09:59, Saurabh Nanda
escribió: parseName :: HStore -> FullName