Yesod

As of March 2020, School of Haskell has been switched to read-only mode.

  • Book Michael Snoyman

    No description given.

  • Typesafe URLs in client-side code 3 Jan 2013Michael Snoyman

    Yesod provides very strong typing for URLs. Unfortunately, Javascript code can't leverage this. The recommended solution is to always pass fully rendered URLs to your Javascript code. This tutorial provides an example of how to do so.