1{-# LANGUAGE OverloadedStrings #-} 2import Reflex.Dom 3 4main = mainWidget $ text "Hello, world!" 5 6