coq-community / coqffi

Automatically generates Coq FFI bindings to OCaml libraries [maintainer=@lthms]
https://coq-community.org/coqffi/
MIT License
35 stars 8 forks source link

Name functions arguments in Coq based on their position alone #79

Closed lthms closed 3 years ago

lthms commented 3 years ago

This is to avoid a situation where you can have a polymorphic type and an argument label sharing the same name.