Balázs Reé

Results 11 issues of Balázs Reé

I see this on 0.2.2. This has changed recently, breaking my existing code. ```rescript @spice type mystring = option let encoding = (str): Js.Json.t => { str->mystring_encode } ``` This...