elm/core

Documentation missing example for String.any and String.all

Orasund opened this issue · 0 comments

From a discussion on discourse we noticed that the documentation of String.all and String.any are missing an example for the empty String.

any isDigit "" == False
all isDigit "" == True