We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67bf140 commit 66d81eaCopy full SHA for 66d81ea
core/KaSa_rep/main/KaSaIncremental.ml
@@ -21,7 +21,7 @@ let parse_input s =
21
Parsing_error
22
("Invalid index: " ^ s
23
^ ". Please put a label inside of quotation marks, e.g. 'label'.")
24
- | Some i -> Enable_index (true, i)
+ | Some i -> Enable_index (bool, i)
25
)
26
in
27
(* ---- ADD ---- *)
@@ -116,7 +116,7 @@ let main () =
116
117
Export_to_KaSa.enable_rule_index i state
118
| Parsing_error s ->
119
- print_endline ("ERROR: Parsing error:" ^ s);
+ print_endline ("ERROR: Parsing error: " ^ s);
120
state
121
122
let error = Export_to_KaSa.get_errors state in
0 commit comments