Module Flow_ast.Variable

type kind =
  1. | Var
  2. | Let
  3. | Const
val pp_kind : Format.formatter -> kind -> unit
val show_kind : kind -> string