Skip to content

Instantly share code, notes, and snippets.

@roman
Created July 28, 2011 21:34
Show Gist options
  • Save roman/1112625 to your computer and use it in GitHub Desktop.
Save roman/1112625 to your computer and use it in GitHub Desktop.
jQuery on Haskell
j <- select "p" $ do
addHTMLClass "ohmy" -- internally using s2js
show $ do -- internal monad (different one)
speed Slow
easing 1024
appendCallback $ do
-- some callback
appendCallback otherIOAction
-- other attributes are Nothing by default
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment