KeliLanguage / compiler

The compiler for Keli
https://keli-language.gitbook.io/doc/specification/
Apache License 2.0
171 stars 1 forks source link

Detect duplicated function declaration #21

Closed wongjiahau closed 5 years ago

wongjiahau commented 5 years ago

Two functions are consider duplicated if their names are equals, and each of their parameter type annotation are equivalent.