Typo in Lwd_seq

このコミットが含まれているのは:
Frédéric Bour 2020-05-14 12:08:43 +02:00 committed by Frédéric Bour
コミット 24a7f39cfd
1個のファイルの変更1行の追加1行の削除

ファイルの表示

@ -282,7 +282,7 @@ module Reducer = struct
| Leaf t -> t.mark <- t.mark lor both_mask
| Join t -> t.mark <- t.mark lor both_mask
end;
begin match st.shared_x.(i) with
match st.shared_x.(i) with
| [] -> assert false
| [_] -> ()
| xs -> st.shared_x.(i) <- List.rev xs