reasonml / reason-tools

Adds Reason to the browser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Real World Ocaml "instanceof" issue

dvisztempacct opened this issue · comments

I tried throwing this page at reason-tools:

https://realworldocaml.org/v1/en/html/objects.html

Here is one of the code listings:

img

After reason-tools does its job:

img

It looks like RWO uses infix notation to invoke instanceof but reason-tools doesn't know this and thinks its an invocation of s instead.