We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d04847 commit dbb7337Copy full SHA for dbb7337
.gitignore
@@ -9,4 +9,5 @@
9
/.psa*
10
/.spago
11
/.parcel-cache/
12
-/dist/
+/dist/
13
+/tmp/
src/Marionette/ReactBasic.purs
@@ -61,11 +61,11 @@ type Config msg sta =
61
-- | { initialState: 0
62
-- | , controller: mkController myControl
63
-- | }
64
--- | pure $
65
--- | R.div'
66
--- | [ R.div' [ text $ show state ]
67
--- | , R.button { onClick: handler_ $ act CountUp }
68
--- | ]
+-- | pure $
+-- | R.div'
+-- | [ R.div' [ text $ show state ]
+-- | , R.button { onClick: handler_ $ act CountUp }
+-- | ]
69
-- | ```
70
71
useMarionette
test/ExampleRace.purs
0 commit comments