herdtools7.asllib
Asllib.Interpreter
Reference interpreter for ASL.
module type S = sig ... end
module type Config = sig ... end
module Make (B : Backend.S) (C : Config) : S with module B = B