dwango / fialyzer

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

Support various patterns in top-level functions #121

Closed amutake closed 5 years ago

amutake commented 5 years ago

Currently, variable pattern and universal pattern in top-level function is only supported. This issue is about adding support for map, literal, tuple, and list pattern.