mirror of
https://github.com/anoma/juvix.git
synced 2024-12-03 09:41:10 +03:00
73e2cf0fa8
This pr simplifies parsing by removing `FunctionParameterUnnamed`. It also removes ghost wildcards introduced during parsing. It also introduces an error for double braced atoms `{{x}}` that are not on the left of an arrow `->`
4 lines
55 B
Plaintext
4 lines
55 B
Plaintext
module DanglingDoubleBrace;
|
|
|
|
id {A} : A -> {{A}} := A;
|