Go backward to Indexing of Module Components
Go up to Top
Go forward to Redeclaration of Modules

Sharing of Modules

module S = { var A: K;
    fun F=@A+1 };
module M = { import S; proc INIT=A:=0 };
module N = { import S; proc SUCC=A:=F };
in call M.INIT; call N.SUCC


Wolfgang.Schreiner@risc.uni-linz.ac.at
Id: abstraction2.tex,v 1.1 1996/04/10 07:30:13 schreine Exp schreine

Prev Up Next