Idris2/tests/idris2/namespace001
MarcelineVQ d94b86e62c change namespace parser to have minimum indentation
The namespace parser was not requiring a minimum indentation and instead
based its indentation on the following line, which meant that a line like:

namespace Foo
foodef : Int

placed foodef into namespace Foo instead of the module's top level.
And so made it unclear when a namespace ends.
2020-06-21 20:17:00 +01:00
..
Dup.idr change namespace parser to have minimum indentation 2020-06-21 20:17:00 +01:00
expected change namespace parser to have minimum indentation 2020-06-21 20:17:00 +01:00
run change namespace parser to have minimum indentation 2020-06-21 20:17:00 +01:00
Scope.idr change namespace parser to have minimum indentation 2020-06-21 20:17:00 +01:00