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