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 a812c14 commit e33508aCopy full SHA for e33508a
example/bower.json
@@ -13,7 +13,7 @@
13
"dependencies": {
14
"purescript-console": "^0.1.0",
15
"purescript-halogen": "~0.5.8",
16
- "purescript-ace-halogen": "0.3.0",
+ "purescript-ace-halogen": "0.4.0",
17
"ace-builds": "~1.2.2"
18
}
19
example/src/Main.purs
@@ -78,7 +78,7 @@ ui = parentComponent render eval
78
[ H.text state.text ]
79
]
80
81
- eval :: Natural Query (ParentDSL State AceState Query AceQuery MainAff AceSlot)
+ eval :: EvalParent Query State AceState Query AceQuery MainAff AceSlot
82
eval (UpdateText next) = do
83
pure next
84
0 commit comments