Auto re-indent

This commit is contained in:
Guillaume Bury 2017-08-25 19:11:58 +02:00
parent 631280af9a
commit 679d928b88
11 changed files with 51 additions and 51 deletions

View file

@ -36,7 +36,7 @@ type 'term eval_res =
- [Valued (true, [x])] if [x] is assigned to [0] - [Valued (true, [x])] if [x] is assigned to [0]
- [Valued (true, [y])] if [y] is assigned to [0] - [Valued (true, [y])] if [y] is assigned to [0]
- [Valued (false, [x; y])] if [x] and [y] are assigned to 1 (or any non-zero number) - [Valued (false, [x; y])] if [x] and [y] are assigned to 1 (or any non-zero number)
*) *)
type ('formula, 'proof) res = type ('formula, 'proof) res =
| Sat | Sat