Commit 1c4b6709 authored by Adam Chlipala's avatar Adam Chlipala

thide parsing-motivating definitions at start of Predicates

parent 02beda15
......@@ -16,6 +16,7 @@ Set Implicit Arguments.
(* Extra definitions to get coqdoc to choose the right fonts. *)
(* begin thide *)
Inductive unit := tt.
Inductive Empty_set := .
Inductive bool := true | false.
......@@ -26,6 +27,7 @@ Inductive or := or_introl | or_intror.
Inductive ex := ex_intro.
Inductive eq := refl_equal.
Reset unit.
(* end thide *)
(* end hide *)
(** %\chapter{Inductive Predicates}% *)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment