idris-lang / Idris2

A purely functional programming language with first class types
https://idris-lang.org/
Other
2.46k stars 368 forks source link

Doc: module naming constraints #3256

Closed foxyseta closed 2 months ago

foxyseta commented 2 months ago

Description

The Crash Course material on naming modules is apparently out of date. It does not mention that identifiers in module names must be capitalized (I used UK spelling in my revision), or that they must match the filename path.

Should this change go in the CHANGELOG?

foxyseta commented 2 months ago

@buzden fixed it!