In the elm-guide there is a section in Effects/Time which gives an example to return a subscription Time.every second.
In the documentation there seems to be only the granularity units millisecond, second, minute, etc...
Is there a way to get a subscription like 20 per second or another subgranularity?
What is the best way to achieve something like that.