Module Piq_ast.Named

type t = {
  1. mutable name : string;
  2. mutable value : Piq_ast.ast;
}