Typo in README (again...)

This commit is contained in:
Guillaume Bury 2017-07-03 15:32:27 +02:00 committed by GitHub
parent 36381335f2
commit dedfcf1784

View file

@ -86,7 +86,7 @@ module E = Msat.Sat.Expr (* expressions *)
module F = Msat.Tseitin.Make(E)
(* We create here two distinct atoms *)
let a = E.fresh () (* A fresh is always distinct from any other atom *)
let a = E.fresh () (* A fresh atom is always distinct from any other atom *)
let b = E.make 1 (* Atoms can be created from integers *)
(* Let's create some formulas *)