herdtools7.asllib
Asllib.Env
The runtime environment used by Interpreter.
Interpreter
module type RunTimeConf = sig ... end
module type S = sig ... end
Internal representation for subprograms.
module RunTime (C : RunTimeConf) : S with type v = C.v and module Scope = C.Scope