Files
mercury/tests/hard_coded/tim_qual2.m
Simon Taylor de490deebd Tests for module qualification of types, insts and modes.
Estimated hours taken: 0.5

Tests for module qualification of types, insts and modes.

tests/invalid/undef_lambda_mode.m
Check that programs with undefined modes in lambda expressions
do not compile.

tests/warnings/unused_import.m unused_import.exp
Test the warning produced for unused interface imports.

tests/hard_coded/
	tim_qual1.m tim_qual1.exp tim_qual2.m tim_qual3.m
Test module qualification of types, insts and modes.
1996-06-11 06:33:17 +00:00

11 lines
114 B
Mathematica

:- module tim_qual2.
:- interface.
:- type test_type
---> ok.
:- mode test_mode :: in.
:- inst inst1 = free.