haskell check for user input errors

Posted by snorlaks on Stack Overflow See other posts from Stack Overflow or by snorlaks
Published on 2010-05-28T18:28:47Z Indexed on 2010/05/28 18:32 UTC
Read the original article Hit count: 96

Filed under:

Hello.

Im writing app in haskell and I would like to know that is the best way to check if users input is ok for example is it int when Im asking for int or if its date when asking for well formed date ?

Thanks for help

© Stack Overflow or respective owner

Related posts about haskell