We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc9555a commit 8405225Copy full SHA for 8405225
staging/core/src/TryPureScript.purs
@@ -19,12 +19,12 @@ module TryPureScript
19
) where
20
21
import Prelude
22
-import Control.Monad.Eff (Eff)
+import Control.Monad.Eff (kind Effect, Eff)
23
import Data.Foldable (class Foldable, foldMap)
24
import Data.String (joinWith)
25
import Data.Monoid (class Monoid)
26
27
-foreign import data DOM :: !
+foreign import data DOM :: Effect
28
29
foreign import setInnerHTML
30
:: forall eff
0 commit comments