diff options
Diffstat (limited to 'theories/Init/LogicSyntax.v')
| -rw-r--r-- | theories/Init/LogicSyntax.v | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/theories/Init/LogicSyntax.v b/theories/Init/LogicSyntax.v index b154b8eaa1..37f1bfad85 100644 --- a/theories/Init/LogicSyntax.v +++ b/theories/Init/LogicSyntax.v @@ -10,7 +10,7 @@ Require Export Logic. -(* Parsing of things in Logic.v *) +(** Parsing of things in Logic.v *) Grammar constr constr1 := conj [ "<" lconstr($l1) "," lconstr($c2) ">" "{" constr($c3) "," @@ -54,7 +54,7 @@ with constr10 := constr($c2) ] -> [ (ex2 ? [$v]$c1 [$v]$c2) ]. -(* Pretty-printing of things in Logic.v *) +(** Pretty-printing of things in Logic.v *) Syntax constr level 1: |
