Skip to content

Commit

Permalink
stop printing model in select_i32, fix #107
Browse files Browse the repository at this point in the history
  • Loading branch information
zapashcanon committed Jan 18, 2024
1 parent 61a6813 commit 6d716d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/choice_monad.ml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,9 @@ struct
match model with
| None -> assert false (* ? *)
| Some model -> (
(*
Format.pp_std "Model:@.%a@." Model.pp model;
*)
let v = Model.evaluate model symbol in
match v with
| None -> assert false (* ? *)
Expand Down

0 comments on commit 6d716d2

Please sign in to comment.