Skip to content

Commit

Permalink
Some more poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
Stevendeo committed Sep 25, 2023
1 parent 60ca26d commit 73537b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/lib/reasoners/fun_sat.ml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,8 @@ module Make (Th : Theory.S) : Sat_solver_sig.S = struct
add_inst: E.t -> bool;
unit_facts_cache : (E.gformula * Ex.t) ME.t ref;
unknown_reason : Sat_solver_sig.unknown_reason option;
(** The reason why fun_sat raised I_dont_know f it does; None by default. *)
(** The reason why fun_sat raised [I_dont_know] if it does; [None] by
default. *)
}

let latest_saved_env = ref None
Expand Down
3 changes: 2 additions & 1 deletion src/lib/reasoners/satml_frontend.ml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ module Make (Th : Theory.S) : Sat_solver_sig.S = struct
add_inst : E.t -> bool;
guards : guards;
unknown_reason : Sat_solver_sig.unknown_reason option;
(** The reason why satml raised I_dont_know f it does; None by default. *)
(** The reason why satml raised [I_dont_know] if it does; [None] by
default. *)
}

let empty_guards () = {
Expand Down

0 comments on commit 73537b8

Please sign in to comment.