What are Eff and Aff?

Eff is a synchronous effect monad. It is used to sequence effectful foreign JavaScript code – things like random number generation, reading and writing mutable values, writing to the console and throwing and catching exceptions. Aff is an asynchronous effect monad. It can handle and sequence effectful asynchronous code, like AJAX requests, timeouts, and network … Read more

404 Not Found

Not Found

The requested URL was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.