aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Bool
diff options
context:
space:
mode:
authorGravatar Guillaume Melquiond <guillaume.melquiond@inria.fr>2015-07-31 09:34:48 +0200
committerGravatar Guillaume Melquiond <guillaume.melquiond@inria.fr>2015-07-31 09:35:50 +0200
commit505eb0f0dae9b8a6ac810070d60916b67942b305 (patch)
treebec47160b7542417597e6271a6a17d19959dec16 /theories/Bool
parent1ee23d71dadd6211c36afe8d2891b7170535cd62 (diff)
Remove some outdated files and fix permissions.
Diffstat (limited to 'theories/Bool')
-rw-r--r--theories/Bool/intro.tex16
1 files changed, 0 insertions, 16 deletions
diff --git a/theories/Bool/intro.tex b/theories/Bool/intro.tex
deleted file mode 100644
index 22ee38aab..000000000
--- a/theories/Bool/intro.tex
+++ /dev/null
@@ -1,16 +0,0 @@
-\section{Bool}\label{Bool}
-
-The BOOL library includes the following files:
-
-\begin{itemize}
-
-\item {\tt Bool.v} defines standard operations on booleans and states
- and proves simple facts on them.
-\item {\tt IfProp.v} defines a disjunction which contains its proof
- and states its properties.
-\item {\tt Zerob.v} defines the test against 0 on natural numbers and
- states and proves properties of it.
-\item {\tt Orb.v} states and proves facts on the boolean or.
-\item {\tt DecBool.v} defines a conditional from a proof of
- decidability and states its properties.
-\end{itemize}