You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In VSCode, hover over a Js.String2.match_ function call.
The text was updated successfully, but these errors were encountered:
harry-xm
changed the title
Js.String2.match_ not returning option<arrayJs.String2.t>>Js.String2.match_ not returning option<array<Js.String2.t>>Sep 7, 2022
In
[email protected]
, function signature ofJs.String2.match_
is(Js.String2.t, Js.Re.t) => option<array<Js.String2.t>>
.In
[email protected]
, the function signature has one more nestedoption<>
as follows.Is this breaking change intentional?
How to reproduce
Js.String2.match_
function call.The text was updated successfully, but these errors were encountered: