Module Lang.Instance

type t = {
syntax : Syntax.t;
data : Data.t;
version : Syntax.Version.t;
}