let why_keyword name = match name with
  | "not" -> true
  | _ -> false