# HG changeset patch # User Adam Chlipala # Date 1316705253 14400 # Node ID 5cdfbf56afbe8df82ac8cbbc36a057b0a4dbec85 # Parent f1d390f305d78781fc17993400ad7b0c3dd85ac4 Cope with coqdoc bug diff -r f1d390f305d7 -r 5cdfbf56afbe src/LogicProg.v --- a/src/LogicProg.v Thu Sep 22 11:11:03 2011 -0400 +++ b/src/LogicProg.v Thu Sep 22 11:27:33 2011 -0400 @@ -604,7 +604,7 @@ %\item%#
  • # %\textbf{%##Right Cancellation##%}%: [a * x = b * x -> a = b]#
  • # %\item%#
  • # %\textbf{%##Left Cancellation##%}%: [x * a = x * b -> a = b]#
  • # %\item%#
  • # %\textbf{%##Distributivity of Inverse##%}%: [i (a * b) = i b * i a]#
  • # - %\item%#
  • # %\textbf{%##Double Inverse##%}%: [i (i a) = a]#
  • # + %\item%#
  • # %\textbf{%##Double Inverse##%}%: [i (][i a) = a]#
  • # %\item%#
  • # %\textbf{%##Identity Inverse##%}%: [i e = e]#
  • # # #%\end{itemize}%