I have a type like this: ```reasonml type event = Foo{bar: int} ``` but the translation doesn't contain the inline record anymore. If I change to regular records it works.
I have a type like this:
but the translation doesn't contain the inline record anymore. If I change to regular records it works.