Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
OriginLabs-Iguernlala authored and iguerNL committed Mar 23, 2021
1 parent e541e5c commit 400f3fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion src/bin/common/parse_command.ml
Original file line number Diff line number Diff line change
Expand Up @@ -917,7 +917,8 @@ let parse_output_opt =
let doc = "Output \"_\" instead of fresh value in interpretation" in
let docv = "VAL" in
Arg.(value & flag & info
["interpretation-use-underscore";"use-underscore"] ~docv ~docs ~doc) in
["interpretation-use-underscore";"use-underscore"]
~docv ~docs ~doc) in

let unsat_core =
let doc = "Experimental support for computing and printing unsat-cores." in
Expand Down
4 changes: 2 additions & 2 deletions src/lib/util/options.mli
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
*)

(** Type used to describe the type of heuristic for instantiation wanted by
{!val:set_instantiation_heuristic} *)
{!val:set_instantiation_heuristic} *)
type instantiation_heuristic =
| INormal (** Least costly heuristic for instantiation, instantiate on
a reduced set of term *)
Expand All @@ -46,7 +46,7 @@ type instantiation_heuristic =
use all available ground terms *)

(** Type used to describe the type of interpretation wanted by
{!val:set_interpretation} *)
{!val:set_interpretation} *)
type interpretation =
| INone (** Default, No interpretation computed *)
| IFirst (** Compute an interpretation after the first instantiation
Expand Down

0 comments on commit 400f3fd

Please sign in to comment.