Skip to content

Instantly share code, notes, and snippets.

View ali-abrar's full-sized avatar
🛠️

Ali Abrar ali-abrar

🛠️
View GitHub Profile
@ali-abrar
ali-abrar / gist:a389e614e1e0ec3785f3
Created July 27, 2015 22:37
Reflex.Dom Counter Example
import Reflex.Dom
main :: IO ()
main = mainWidget $ el "div" $ display =<< count =<< button "Click Me!"
-- Cf: https://github.com/ghcjs/ghcjs-examples/blob/master/weblog/counter/counter.hs