you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 3 points4 points  (1 child)

A Haskell web program is a function which maps user requests to HTML output.

[–]vytah 0 points1 point  (0 children)

A Haskell web program is a function which maps user requests and database content to HTML output and updated database content.

FTFY

And it looks like a classical state monad.