xref
: /
csrg-svn
/
old
/
dbx
/
tests
/
mod
/
imp1.mod
(revision 44116)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
implementation module imp1;
2
3
from exp import T, v;
4
5
end imp1.
6