|
|
|
|
|
by quickthrower2
1820 days ago
|
|
I thought of input validation for web forms.
Similar thing I guess. In Haskell you can create a type that you know is a validated email address but you still need a validation function from String -> Maybe Email to actually validate it at runtime |
|