Skip to content

Commit

Permalink
Poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
Stevendeo committed Mar 29, 2021
1 parent 2393693 commit a225cdf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/lib/reasoners/th_util.ml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
(* *)
(******************************************************************************)

(** An answer type. If it is Some (thing), then the answer is yes,
(** An answer type.
If it is Some (thing) then the answer is 'true' (for a boolean query),
otherwise it is unknown. *)
type answer = (Explanation.t * Expr.Set.t list) option

Expand Down
2 changes: 1 addition & 1 deletion src/lib/structures/expr.ml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ and view = {
xs: t list;
ty: Ty.t; (* expression type *)
bind : bind_kind;
tag: int; (* always = -42 *)
tag: int; (* S : always = -42 ? *)
vars : (Ty.t * int) SMap.t; (* vars to types and nb of occurences *)
vty : Ty.Svty.t;
depth: int;
Expand Down

0 comments on commit a225cdf

Please sign in to comment.