Module Lang.Value

type t = {
id : Paths.Identifier.Value.t;
doc : Comment.docs;
type_ : TypeExpr.t;
}