Skip to content

Commit 1930b30

Browse files
committed
Add a comment
1 parent 520a17a commit 1930b30

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

core/KaSa_rep/reachability_analysis/translation_in_natural_language.ml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -302,9 +302,7 @@ let translate parameters handler error (rename_site_inverse : rename_sites)
302302
(error, []) (List.rev var_list)
303303
in
304304
match var_list with
305-
| [] -> error, (handler, No_known_translation list)
306-
(* OK if the agent
307-
has no sites *)
305+
| [] -> error, (handler, No_known_translation list) (* indirectly checks if the mvbdu is true *)
308306
| [ x ] ->
309307
let error, list =
310308
List.fold_left

0 commit comments

Comments
 (0)