Skip to content

Commit 7133d4c

Browse files
committed
Revert "Force compiler error (root)"
This reverts commit d5af727.
1 parent 922053d commit 7133d4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/keyboard.re

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ type event('a) =
1212
}
1313
} as 'a;
1414

15-
type listener('a) = event('a) => uni;
15+
type listener('a) = event('a) => unit;
1616

1717
type keyboardEvent =
1818
| KeyboardWillShow

0 commit comments

Comments
 (0)