mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-20 20:03:44 +00:00
Estimated hours taken: 3 Branches: main Fix a syntax error in the event set descriptions being generated in the module layout data. compiler/prog_event.m: Don't put parentheses around the arguments for zero-arity user defined types. tests/debugger/Mercury.options: tests/debugger/Mmakefile: tests/debugger/user_event_2.exp: tests/debugger/user_event_2.inp: tests/debugger/user_event_2.m: tests/debugger/user_event_spec_2: Test case.
7 lines
85 B
Plaintext
7 lines
85 B
Plaintext
event set user_event_spec_2
|
|
|
|
event event_with_zero_arity_defined_type(
|
|
arg: foo
|
|
)
|
|
|