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
functionadd(x,y,z){return(x+y|0)+z|0;}functionptl1(param){returnfunction(param$1){returnadd(param,3,param$1);};}// Generated by ReScript, PLEASE EDIT WITH CARE'use strict';functionadd(x,y,z){return(x+y|0)+z|0;}functionptl1(param){returnfunction(param$1){returnadd(param,3,param$1);};}varv1=ptl1(1,3);console.log("v1:",v1);