From: Enrico Tassi Date: Sun, 18 Jun 2006 12:08:58 +0000 (+0000) Subject: instead of including library_notation we include logic/equality that is smaller X-Git-Tag: 0.4.95@7852~1302 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=8ced9658902a93c14e5d5b43511e4cbcd90337e0;p=helm.git instead of including library_notation we include logic/equality that is smaller --- diff --git a/components/binaries/tptp2grafite/main.ml b/components/binaries/tptp2grafite/main.ml index 51c7bbe48..871ff7b56 100644 --- a/components/binaries/tptp2grafite/main.ml +++ b/components/binaries/tptp2grafite/main.ml @@ -305,7 +305,7 @@ let _ = let extra_statements_start = [ GA.Executable(floc,GA.Command(floc, GA.Set(floc,"baseuri","cic:/matita/TPTP/" ^ !inputfile))); - GA.Executable(floc,GA.Command(floc, GA.Include(floc,"library_notation.ma")))] + GA.Executable(floc,GA.Command(floc, GA.Include(floc,"logic/equality.ma")))] in List.iter pp extra_statements_start; List.iter