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
Or it turns it into something like this let schema = param => S.option(S.string, param); instead of this let schema = S.option(S.string) when called outside of the module.
The text was updated successfully, but these errors were encountered:
https://rescript-lang.org/try?version=v12.0.0-alpha.10&module=esmodule&code=DYUwLgBAZgdhC8EAUBDATgcwDQQH4HsAHMAS3xgGcIUqB9eAfgEoEA+CAbwCgIIBSNCgDuSAAYBjchXygAdMHwZRTVJiZcAvly6hIhAK4AjYCXEAxGAC4IAchRtb9xLAC0rAPKGAVrIC2KDFNtXQhaBAgDY1MLJAAiKHx8WPUgA
Expected:
https://rescript-lang.org/try?version=v11.1.4&module=esmodule&code=DYUwLgBAZgdhC8EAUBDATgcwDQQH4HsAHMAS3xgGcIUqB9eAfgEoEA+CAbwCgIIBSNCgDuSAAYBjchXygAdMHwZRTVJiZcAvly6hIhAK4AjYCXEAxGAC4IAchRtb9xLAC0rAPKGAVrIC2KDFNtXQhaBAgDY1MLJAAiKHx8WPUgA
Or it turns it into something like this
let schema = param => S.option(S.string, param);
instead of thislet schema = S.option(S.string)
when called outside of the module.The text was updated successfully, but these errors were encountered: