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
// Generated by ReScript, PLEASE EDIT WITH CARE'use strict';letBelt_Array=require("./stdlib/belt_Array.js");letx=["a"];lety=Belt_Array.concatMany([x]);exports.x=x;exports.y=y;/* y Not a pure module */
I would expect Belt no longer be used for this. Given concatMany exists in Core.
With some pointers, I would be interested in taking a stab at this myself.
The text was updated successfully, but these errors were encountered:
See playground
generates
I would expect
Belt
no longer be used for this. Given concatMany exists in Core.With some pointers, I would be interested in taking a stab at this myself.
The text was updated successfully, but these errors were encountered: