dwango / fialyzer

[WIP] Faster Implementation of Dialyzer
https://dwango.github.io/fialyzer/
Apache License 2.0
56 stars 8 forks source link

Bug: sup of function types #177

Closed yoshihiro503 closed 5 years ago

yoshihiro503 commented 5 years ago

sup (TyFun a b) (TyFun s t) should be (TyFun (a|s) (b|t)).