A library that makes it fun and easy to craft modern, browser-based web applications in Haskell, using the Utrecht Haskell Compiler (UHC-JS) tools and utilities.
Liquid Epsilon is powered by UHC-JS – a project which enables translation of Haskell programs to JavaScript; making it possible to use pure functional programming techniques to develop modern, single-page applications that run in all web browsers. This project provides various tools for doing so.
do
-notationmodule Main where
import Util.Base
main = do
wrap $ do
print "Hello world!"
>>= onReady
© 2014 Johannes Hildén. Code licensed under BSD.