Module Error_context.Did_you_mean

type t = {
  1. var : string;
  2. candidates : string list;
}