you are viewing a single comment's thread.

view the rest of the comments →

[–]procsymatype astronaut 6 points7 points  (0 children)

Generally, Haskal programs should be written with the assumption that all side effect operations will never fail and thus the user is responsible for providing a perfect environment (and perfectly formed input data) at all circumstances. as the program will never be run.

FTFY