Skip to content

Commit 93e56dc

Browse files
committed
Fix warnings
1 parent d88c728 commit 93e56dc

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/Web/UIEvent/InputEvent.purs

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
module Web.UIEvent.InputEvent
22
( InputEvent
3-
, data_
43
, fromEvent
54
, fromUIEvent
6-
, isComposing
75
, toEvent
86
, toUIEvent
7+
, data_
8+
, isComposing
9+
, inputType
910
) where
1011

1112
import Prelude
1213

13-
import Prelude
14-
1514
import Data.Maybe (Maybe)
1615
import Data.Nullable (Nullable, toMaybe)
1716
import Unsafe.Coerce (unsafeCoerce)
@@ -45,4 +44,3 @@ foreign import _inputType :: InputEvent -> String
4544

4645
inputType :: InputEvent -> InputType
4746
inputType = parse <<< _inputType
48-

0 commit comments

Comments
 (0)