reasonml / reason

Simple, fast & type safe code that leverages the JavaScript & OCaml ecosystems

Home Page:http://reasonml.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

outcome printer: `test/class.t` tests show failure

anmonteiro opened this issue · comments

there's a bug in outcome printing of class types, e.g.

class labeledClass2(~x: ((~y:int) => int)) {
};
$ echo "class labeledClass2(~x: ((~y:int) => int)) {
};
" | dune exec test/lib/outcometreePrinter.exe
class labeledClass2 : (~x: int, int) => {  };