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 5d6e918 commit 4cabe54Copy full SHA for 4cabe54
src/Web/UIEvent/UIEvent.purs
@@ -7,8 +7,8 @@ import Web.Event.Types (Event)
7
8
foreign import data UIEvent :: Type
9
10
-uiEventToEvent :: UIEvent -> Event
11
-uiEventToEvent = unsafeCoerce
+toEvent :: UIEvent -> Event
+toEvent = unsafeCoerce
12
13
-readUIEvent :: Foreign -> F UIEvent
14
-readUIEvent = unsafeReadProtoTagged "UIEvent"
+read :: Foreign -> F UIEvent
+read = unsafeReadProtoTagged "UIEvent"
0 commit comments