Skip to content

Commit

Permalink
Fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Gbury committed Sep 2, 2019
1 parent 5a244b2 commit e4a014f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ let handle_exn = function

let rec fold gen f acc =
match gen () with
| None | Some { Statement.descr = Statement.Exit } ->
| None | Some { Statement.descr = Statement.Exit; _ } ->
acc
| exception e ->
let () = handle_exn e in
Expand Down

0 comments on commit e4a014f

Please # to comment.