Is there scope for something for parsing time passed as a string? Something like ```js // TinyTime.parse :: String -> Date tinytime('{H}:{mm}:{ss}').parse('13:43:28'); ``` If yes, can I work on it?