xref
: /
original-bsd
/
old
/
dbx
/
tests
/
mod
/
exp.mod
(revision 1167dcb9)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
implementation module exp;
2
type T = integer;
3
end exp.
4