syntax icon indicating copy to clipboard operation
syntax copied to clipboard

can not convert such reason syntax into rescript syntax

Open bobzhang opened this issue 5 years ago • 0 comments

let fn = f => f;
type f = int => unit;
let a = fn(_ => (): f);

bobzhang avatar Apr 01 '21 02:04 bobzhang