reasonml-old/BetterErrors

`type props = Js.t <inner : int, ..>;` wrongly passes

chenglou opened this issue · 0 comments

Error: A type variable is unbound in this type declaration.
In type (< inner : int; .. > as 'a) Js.t the variable 'a is unbound

✔ Seems fine!