Module Asllib.EnvSource

The runtime environment used by Interpreter.

Sourcemodule type RunTimeConf = sig ... end
Sourcemodule type S = sig ... end

Internal representation for subprograms.

Sourcemodule RunTime (C : RunTimeConf) : S with type v = C.v and module Scope = C.Scope

Internal representation for subprograms.