Skip to content

Commit 41f1f97

Browse files
committed
Remove unnecessary type synonym
1 parent 8e40946 commit 41f1f97

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Halogen/VDom/DOM/Prop.purs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,6 @@ propFromInt = unsafeCoerce
6969
propFromNumber Number PropValue
7070
propFromNumber = unsafeCoerce
7171

72-
type PropEff eff a =
73-
Eff (dom DOM, ref REF | eff) a
74-
7572
buildProp
7673
eff a
7774
. (a Eff (ref REF, dom DOM | eff) Unit)

0 commit comments

Comments
 (0)