Skip to content

Commit

Permalink
Fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
garyb committed Sep 24, 2023
1 parent d88c728 commit 93e56dc
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/Web/UIEvent/InputEvent.purs
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
module Web.UIEvent.InputEvent
( InputEvent
, data_
, fromEvent
, fromUIEvent
, isComposing
, toEvent
, toUIEvent
, data_
, isComposing
, inputType
) where

import Prelude

import Prelude

import Data.Maybe (Maybe)
import Data.Nullable (Nullable, toMaybe)
import Unsafe.Coerce (unsafeCoerce)
Expand Down Expand Up @@ -45,4 +44,3 @@ foreign import _inputType :: InputEvent -> String

inputType :: InputEvent -> InputType
inputType = parse <<< _inputType

0 comments on commit 93e56dc

Please sign in to comment.