Module Flow_ast.Variable

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