rescript-association / reanalyze

Experimental analyses for ReScript and OCaml: globally dead values/types, exception analysis, and termination analysis.
MIT License
277 stars 20 forks source link

Add exception examples with pipe. #165

Closed cristianoc closed 2 years ago

cristianoc commented 2 years ago

There's an issue when trying to annotate the result of pipe.

See https://github.com/rescript-association/reanalyze/issues/164