Skip to content

Commit 442f179

Browse files
authored
Remove leftover top-level t<'a> (#236)
* Remove leftover top-level t<'a> * CHANGELOG
1 parent 8adfce4 commit 442f179

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Diff for: CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
- BREAKING: Fixes the type of `RegExp.Result.t` to be `array<option<string>>` instead of `array<string>`. https://github.com/rescript-association/rescript-core/pull/234.
88
- Fix type of `Nullable.t` which was not untagged in the implementation. https://github.com/rescript-association/rescript-core/pull/235
9+
- Remove leftover top-level t<'a>. https://github.com/rescript-association/rescript-core/pull/236
910

1011
## 1.4.0
1112

Diff for: src/RescriptCore.res

-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ async function main() {
9494
*/
9595
external import: 'a => promise<'a> = "#import"
9696

97-
type t<'a> = Js.t<'a>
9897
module MapperRt = Js.MapperRt
9998
module Internal = Js.Internal
10099
module Re = Core__RegExp // needed for the %re sugar

0 commit comments

Comments
 (0)