Module Asllib.Backend

Signature module of the backend of Interpreter.

module type SCOPE = sig ... end
module type S = sig ... end

This module is the signature of any backend of the ASL interpreter.