1{-# LANGUAGE JavascriptFFI #-}
2
3foreign import javascript unsafe "somethingUseful_ = $1"
4    js_set_somethingUseful :: JSFun a -> IO ()
5