Up
—
package
ecaml
Module
Ecaml__.System.Var_and_value
type
t
=
{
var : string;
value : string;
}
include
sig
...
end
val
sexp_of_t :
t
‑>
Base.Sexp.t