Skip to content

Commit

Permalink
Add a link to issue 958
Browse files Browse the repository at this point in the history
  • Loading branch information
Halbaroth committed Nov 22, 2023
1 parent 285b2d4 commit 84ddff8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/lib/frontend/models.ml
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,9 @@ module SmtlibCounterExample = struct
[Symbols.print] will always output AE native format, this
doesn't agree when the output format is SMT-LIB. But the
printer of expression will output the right string if we don't
give the arguments of the field. *)
give the arguments of the field.
Issue: https://github.com/OCamlPro/alt-ergo/issues/958 *)
let access = Fmt.str "%a" Expr.print (Expr.mk_term f [] ty) in
add_records_destr
records
Expand Down

0 comments on commit 84ddff8

Please sign in to comment.