-
Notifications
You must be signed in to change notification settings - Fork 7
select
Norbert Preining edited this page Oct 6, 2017
·
2 revisions
Selects a module given by the module expression <mod_exp> as the
current module. All further operations are carried out within the
given module. In contrast to open this does not allow for
modification of the module, e.g., addition of new sorts etc.
Related: module expression, open
CafeOBJ Reference Manual (c) 2015-2018 CafeOBJ Development Team