let of_string s = try Scanf.sscanf s "%s@:%d-%d" make with Scanf.Scan_failure _ -> Or_error.errorf "Seq_range.of_string: invalid format %s" s