From db6a11e53731ca8f9e843d0efa7d148979e98b69 Mon Sep 17 00:00:00 2001 From: Christoph Knittel Date: Fri, 28 Jun 2024 20:07:34 +0200 Subject: [PATCH 1/2] Remove leftover top-level t<'a> --- src/RescriptCore.res | 1 - 1 file changed, 1 deletion(-) diff --git a/src/RescriptCore.res b/src/RescriptCore.res index 1e245c47..68fc344d 100644 --- a/src/RescriptCore.res +++ b/src/RescriptCore.res @@ -94,7 +94,6 @@ async function main() { */ external import: 'a => promise<'a> = "#import" -type t<'a> = Js.t<'a> module MapperRt = Js.MapperRt module Internal = Js.Internal module Re = Core__RegExp // needed for the %re sugar From c40aed4ef9e6b45c759a9d241e564da213dd421c Mon Sep 17 00:00:00 2001 From: Christoph Knittel Date: Fri, 28 Jun 2024 20:10:11 +0200 Subject: [PATCH 2/2] CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd50024c..ba493b32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ - BREAKING: Fixes the type of `RegExp.Result.t` to be `array>` instead of `array`. https://github.com/rescript-association/rescript-core/pull/234. - Fix type of `Nullable.t` which was not untagged in the implementation. https://github.com/rescript-association/rescript-core/pull/235 +- Remove leftover top-level t<'a>. https://github.com/rescript-association/rescript-core/pull/236 ## 1.4.0