Flow_ast.Variable
type kind =
| Var
| Let
| Const
;
let pp_kind: Format.formatter => kind => unit;
let show_kind: kind => string;