Files
mercury/tests/invalid/circ_mode3.err_exp
2021-10-17 09:44:34 +11:00

9 lines
534 B
Plaintext

circ_mode3.m:013: Error: mode name `circ'/0 expands to a mode containing
circ_mode3.m:013: itself, which means that processing any reference to it
circ_mode3.m:013: would require an infinite sequence of expansions.
circ_mode3.m:015: Error: mode name `circ1'/0 expands to a mode containing
circ_mode3.m:015: itself through `circ2'/0, which means that processing any
circ_mode3.m:015: reference to it would require an infinite sequence of
circ_mode3.m:015: expansions.
circ_mode3.m:017: The definition of `circ2'/0 is here.