Module Lang.Value

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