Skip to content

Commit

Permalink
Fix declare-fun command in models
Browse files Browse the repository at this point in the history
  • Loading branch information
ACoquereau authored and iguerNL committed Mar 23, 2021
1 parent 40d40cf commit f95a2cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/frontend/models.ml
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ module Why3CounterExample = struct
Printer.print_fmt ~flushed:false fmt "(declare-const %s %s)@ "
name ty
| l ->
Printer.print_fmt ~flushed:false fmt "(declate-fun %s (%s) %s)@ "
Printer.print_fmt ~flushed:false fmt "(declare-fun %s (%s) %s)@ "
name
(String.concat " " l)
ty
Expand Down

0 comments on commit f95a2cc

Please sign in to comment.