miniblog.
← Back to all posts
Wilfred Hughes
Jun 4, 2013 at 11:40
elif isinstance(obj, Sequence): return [fmap(value, func) for value in obj] # breaks, because python has no char type :(