Book a Demo!
Store
Features
Docs
Share
Support
News
About
Policies
Sign Up
Sign In
reflex-frp
Edit Copy
Star
GitHub Repository:
reflex-frp/reflex-platform
Path:
blob/develop/examples/helloDom.hs
1
views
1
{-# LANGUAGE OverloadedStrings #-}
2
import
Reflex.
Dom
3
main
=
mainWidget
$
text
"Hello, world!"
4
5