diff --git a/doc/export_format.md b/doc/export_format.md index a0bd405ed..7b5a86000 100644 --- a/doc/export_format.md +++ b/doc/export_format.md @@ -199,10 +199,10 @@ Inductive definitions Inductive datatype declarations have the following form: ``` -#IND * | -#IR +#IND * | +#INTRO ... -#IR +#INTRO ``` For example, the following inductive type declaration ```lean