Module Lang.Value

type value =
| Abstract
| External of string list
type t = {
id : Paths.Identifier.Value.t;
doc : Comment.docs;
type_ : TypeExpr.t;
value : value;
}