Skip to content

Instantly share code, notes, and snippets.

Created October 17, 2015 09:59
Show Gist options
  • Save anonymous/770b201ff0cd78636ec9 to your computer and use it in GitHub Desktop.
Save anonymous/770b201ff0cd78636ec9 to your computer and use it in GitHub Desktop.
module X.Snip.BreakReflex
( main )
where
import S.Base.All
import qualified Reflex.Dom as R
main0 :: IO ()
main0 = undefined
main1 :: IO ()
main1 = R.mainWidget $ undefined
main :: IO ()
main = main0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment