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

Fix raise detection and minor typos #177

Closed Zeta611 closed 2 years ago

Zeta611 commented 2 years ago

Hi, this fixes raise function detection and typos.

When I checked, Pervasives need to be wrapped as Stdlib.Pervasives to work properly.

cristianoc commented 2 years ago

Thanks!