Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Why3
why3
Commits
88c92346
Commit
88c92346
authored
Jun 10, 2016
by
Ralf Treinen
Committed by
Guillaume Melquiond
Jun 10, 2016
Browse files
Typos found by lintian
parent
4c022d64
Changes
6
Hide whitespace changes
Inline
Side-by-side
src/printer/cvc3.ml
View file @
88c92346
...
...
@@ -23,7 +23,7 @@ let ident_printer =
let
bls
=
(*["and";" benchmark";" distinct";"exists";"false";"flet";"forall";
"if then else";"iff";"implies";"ite";"let";"logic";"not";"or";
"sat";"theory";"true";"unknown";"unsat";"xor";
"assumption";"axioms";"defintion";"extensions";"formula";
"assumption";"axioms";"defin
i
tion";"extensions";"formula";
"funs";"extrafuns";"extrasorts";"extrapreds";"language";
"notes";"preds";"sorts";"status";"theory";"Int";"Real";"Bool";
"Array";"U";"select";"store"]*)
...
...
src/printer/smtv1.ml
View file @
88c92346
...
...
@@ -23,7 +23,7 @@ let ident_printer =
let
bls
=
[
"and"
;
"benchmark"
;
"distinct"
;
"exists"
;
"false"
;
"flet"
;
"forall"
;
"if then else"
;
"iff"
;
"implies"
;
"ite"
;
"let"
;
"logic"
;
"not"
;
"or"
;
"sat"
;
"theory"
;
"true"
;
"unknown"
;
"unsat"
;
"xor"
;
"assumption"
;
"axioms"
;
"defintion"
;
"extensions"
;
"formula"
;
"assumption"
;
"axioms"
;
"defin
i
tion"
;
"extensions"
;
"formula"
;
"funs"
;
"extrafuns"
;
"extrasorts"
;
"extrapreds"
;
"language"
;
"notes"
;
"preds"
;
"sorts"
;
"status"
;
"theory"
;
"Int"
;
"Real"
;
"Bool"
;
"Array"
;
"U"
;
"select"
;
"store"
]
in
...
...
src/printer/smtv2.ml
View file @
88c92346
...
...
@@ -28,7 +28,7 @@ let ident_printer =
let
bls
=
(*["and";" benchmark";" distinct";"exists";"false";"flet";"forall";
"if then else";"iff";"implies";"ite";"let";"logic";"not";"or";
"sat";"theory";"true";"unknown";"unsat";"xor";
"assumption";"axioms";"defintion";"extensions";"formula";
"assumption";"axioms";"defin
i
tion";"extensions";"formula";
"funs";"extrafuns";"extrasorts";"extrapreds";"language";
"notes";"preds";"sorts";"status";"theory";"Int";"Real";"Bool";
"Array";"U";"select";"store"]*)
...
...
src/printer/yices.ml
View file @
88c92346
...
...
@@ -23,7 +23,7 @@ let ident_printer =
let
bls
=
(*["and";" benchmark";" distinct";"exists";"false";"flet";"forall";
"if then else";"iff";"implies";"ite";"let";"logic";"not";"or";
"sat";"theory";"true";"unknown";"unsat";"xor";
"assumption";"axioms";"defintion";"extensions";"formula";
"assumption";"axioms";"defin
i
tion";"extensions";"formula";
"funs";"extrafuns";"extrasorts";"extrapreds";"language";
"notes";"preds";"sorts";"status";"theory";"Int";"Real";"Bool";
"Array";"U";"select";"store"]*)
...
...
src/transform/prepare_for_counterexmp.ml
View file @
88c92346
...
...
@@ -44,7 +44,7 @@ let prepare_for_counterexmp2 env task =
let
prepare_for_counterexmp
env
=
Trans
.
store
(
prepare_for_counterexmp2
env
)
let
()
=
Trans
.
register_env_transform
"prepare_for_counterexmp"
prepare_for_counterexmp
~
desc
:
"Transformation@ that@ prepares@ the@ task@ for@ quering@ for@ \
~
desc
:
"Transformation@ that@ prepares@ the@ task@ for@ quer
y
ing@ for@ \
the@ counter-example@ model.@ This@ transformation@ does@ so@ only@ \
when@ the@ solver@ will@ be@ asked@ for@ the@ counter-example."
...
...
src/transform/prepare_for_counterexmp.mli
View file @
88c92346
...
...
@@ -16,7 +16,7 @@ val get_counterexmp : Task.task -> bool
val
prepare_for_counterexmp
:
Env
.
env
->
Task
.
task
Trans
.
trans
(**
Transformation that prepares the task for quering for
Transformation that prepares the task for quer
y
ing for
the counter-example model.
This transformation does so only when the solver will be asked
for the counter-example.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment