X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=inline;f=helm%2Focaml%2Fcic_disambiguation%2Flogic_notation.ml;h=073e2cdf34d1dad8b99eabd82adfc2f577945102;hb=3b501e4d3e53e02cd901aa6ee08bb848579be59c;hp=3c73aabd1cafedf81e87ca6a33150c17d659b8dd;hpb=c1a5a672088af4ff926e5848396c810c2539c2f5;p=helm.git diff --git a/helm/ocaml/cic_disambiguation/logic_notation.ml b/helm/ocaml/cic_disambiguation/logic_notation.ml index 3c73aabd1..073e2cdf3 100644 --- a/helm/ocaml/cic_disambiguation/logic_notation.ml +++ b/helm/ocaml/cic_disambiguation/logic_notation.ml @@ -46,8 +46,6 @@ EXTEND ]; END -(* TODO a lot of hard coded URIs, move them in HelmLibraryObjects *) - let _ = (* TODO cut-and-pasted code: here, in arit_notation.ml and * disambiguateChoices.ml *) @@ -72,3 +70,4 @@ let _ = DisambiguateChoices.add_unary_op "not" "logical not" (const HelmLibraryObjects.Logic.not_URI); +(* vim:set encoding=utf8: *)