su4sml/src/codegen/design_cartridge.sig

11 lines
253 B
Standard ML

(* a design language specifies what the protected resources and the *)
(* possible actions on these resources are *)
signature DESIGN_LANGUAGE_CARTRIDGE =
sig
include CARTRIDGE
structure Design: DESIGN_LANGUAGE
end