Created
June 21, 2015 10:25
-
-
Save jhegedus42/42ca83e9188c47f9c077 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import Reflex.Dom | |
main = mainWidget $ el "div" $ do | |
t <- textInput def | |
dynText $ _textInput_value t |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It says :
[nix-shell:~/try-reflex]$ ghcjs source.hs
[1 of 1] Compiling Main ( source.hs, source.js_o )
source.hs:4:22: Not in scope: ‘def’