Module Parsed.Value

type t = {
  1. val_ident : string;
  2. val_alias : string option;
}