syntax
syntax copied to clipboard
can not convert such reason syntax into rescript syntax
let fn = f => f;
type f = int => unit;
let a = fn(_ => (): f);