Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Folschette Maxime
Hoare-fol
Commits
624a3b4d
Commit
624a3b4d
authored
Jul 29, 2016
by
Maxime Folschette
Browse files
remove debug output
parent
d4d8ec30
Changes
1
Hide whitespace changes
Inline
Side-by-side
main.ml
View file @
624a3b4d
...
...
@@ -557,7 +557,7 @@ simpl_propop1 op f lv lk =
|
Neg
->
match
simpl_formula
f
lv
lk
with
|
PropConst
True
->
PropConst
False
|
PropConst
False
->
PropConst
True
|
PropUn
(
Neg
,
ffs
)
->
prerr_endline
"!! Double-nég !!"
;
ffs
|
PropUn
(
Neg
,
ffs
)
->
ffs
|
fs
->
PropUn
(
Neg
,
fs
)
and
(* Opérateurs binaires *)
simpl_propop2
op
f1
f2
lv
lk
=
...
...
Write
Preview
Supports
Markdown
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