idris-community / inigo

Inigo: A Package Manager for Idris2
https://inigo.pm
MIT License
61 stars 7 forks source link

Naming Conventions #3

Open hayesgm opened 4 years ago

hayesgm commented 4 years ago

Currently Inigo allows you to choose invalid namespaces or package names. We should restrict these to names that are compatible with Idris (or allow you to specify a package name that differs from the module names). For the time-being, the solution is to simply use a name like MyNamespace for namespaces and MyPackage for packages.