===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
camlp5-7.13/config/Makefile.tpl-8-RM=rm
camlp5-7.13/config/Makefile.tpl:9:TEST_DIR=test `basename "$<"` = "$<" || { echo "File \"$<\" needs to be recompiled."; echo "Please run 'make' in directory '$$(dirname "$<")' first."; exit 1; }
camlp5-7.13/config/Makefile.tpl-10-COMPWITH=old
##############################################
camlp5-7.13/doc/htmlp/syntext.html-183-            let el = el @ [&lt;:expr&lt; if $c$ then () else loop () >>] in
camlp5-7.13/doc/htmlp/syntext.html:184:            &lt;:expr&lt; loop () where rec loop () = do { $list:el$ } >> ] ]
camlp5-7.13/doc/htmlp/syntext.html-185-    ;
##############################################
camlp5-7.13/doc/htmlp/syntext.html-197-<pre>
camlp5-7.13/doc/htmlp/syntext.html:198:  &lt;:expr&lt; loop () where rec loop () = do { $list:el$ } >>
camlp5-7.13/doc/htmlp/syntext.html-199-</pre>
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-360-   - access
camlp5-7.13/doc/rst/ast_strict.rst:361:      ``<:expr< $e1$ . $e2$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-362-      ``MLast.ExAcc loc e1 e2``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-364-   - antiquotation `(1) <#expr_1>`__
camlp5-7.13/doc/rst/ast_strict.rst:365:      ``<:expr< $anti:e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-366-      ``MLast.ExAnt loc e``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-368-   - application
camlp5-7.13/doc/rst/ast_strict.rst:369:      ``<:expr< $e1$ $e2$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-370-      ``MLast.ExApp loc e1 e2``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-372-   - array element
camlp5-7.13/doc/rst/ast_strict.rst:373:      ``<:expr< $e1$ .( $e2$ ) >>``
camlp5-7.13/doc/rst/ast_strict.rst-374-      ``MLast.ExAre loc e1 e2``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-376-   - array
camlp5-7.13/doc/rst/ast_strict.rst:377:      ``<:expr< [| $list:le$ |] >>``
camlp5-7.13/doc/rst/ast_strict.rst-378-      ``MLast.ExArr loc (Ploc.VaVal le)``
camlp5-7.13/doc/rst/ast_strict.rst:379:      ``<:expr< [| $_list:le$ |] >>``
camlp5-7.13/doc/rst/ast_strict.rst-380-      ``MLast.ExArr loc le``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-382-   - assert
camlp5-7.13/doc/rst/ast_strict.rst:383:      ``<:expr< assert $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-384-      ``MLast.ExAsr loc e``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-386-   - assignment
camlp5-7.13/doc/rst/ast_strict.rst:387:      ``<:expr< $e1$ := $e2$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-388-      ``MLast.ExAss loc e1 e2``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-390-   - big array element
camlp5-7.13/doc/rst/ast_strict.rst:391:      ``<:expr< $e$ .{ $list:le$ } >>``
camlp5-7.13/doc/rst/ast_strict.rst-392-      ``MLast.ExBae loc e (Ploc.VaVal le)``
camlp5-7.13/doc/rst/ast_strict.rst:393:      ``<:expr< $e$ .{ $_list:le$ } >>``
camlp5-7.13/doc/rst/ast_strict.rst-394-      ``MLast.ExBae loc e le``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-396-   - character constant
camlp5-7.13/doc/rst/ast_strict.rst:397:      ``<:expr< $chr:s$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-398-      ``MLast.ExChr loc (Ploc.VaVal s)``
camlp5-7.13/doc/rst/ast_strict.rst:399:      ``<:expr< $_chr:s$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-400-      ``MLast.ExChr loc s``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-402-   - coercion
camlp5-7.13/doc/rst/ast_strict.rst:403:      ``<:expr< ($e$ :> $t2$) >>``
camlp5-7.13/doc/rst/ast_strict.rst-404-      ``MLast.ExCoe loc e None t2``
camlp5-7.13/doc/rst/ast_strict.rst:405:      ``<:expr< ($e$ : $t1$ :> $t2$) >>``
camlp5-7.13/doc/rst/ast_strict.rst-406-      ``MLast.ExCoe loc e (Some t1) t2``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-408-   - float constant
camlp5-7.13/doc/rst/ast_strict.rst:409:      ``<:expr< $flo:s$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-410-      ``MLast.ExFlo loc (Ploc.VaVal s)``
camlp5-7.13/doc/rst/ast_strict.rst:411:      ``<:expr< $_flo:s$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-412-      ``MLast.ExFlo loc s``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-414-   - for (increasing)
camlp5-7.13/doc/rst/ast_strict.rst:415:      ``<:expr< for $lid:s$ = $e1$ to $e2$ do { $list:le$ } >>``
camlp5-7.13/doc/rst/ast_strict.rst-416-      ``MLast.ExFor loc (Ploc.VaVal s) e1 e2 (Ploc.VaVal True) (Ploc.VaVal le)``
camlp5-7.13/doc/rst/ast_strict.rst:417:      ``<:expr< for $lid:s$ = $e1$ to $e2$ do { $_list:le$ } >>``
camlp5-7.13/doc/rst/ast_strict.rst-418-      ``MLast.ExFor loc (Ploc.VaVal s) e1 e2 (Ploc.VaVal True) le``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-420-   - for (decreasing)
camlp5-7.13/doc/rst/ast_strict.rst:421:      ``<:expr< for $lid:s$ = $e1$ downto $e2$ do { $list:le$ } >>``
camlp5-7.13/doc/rst/ast_strict.rst-422-      ``MLast.ExFor loc (Ploc.VaVal s) e1 e2 (Ploc.VaVal False) (Ploc.VaVal le)``
camlp5-7.13/doc/rst/ast_strict.rst:423:      ``<:expr< for $lid:s$ = $e1$ downto $e2$ do { $_list:le$ } >>``
camlp5-7.13/doc/rst/ast_strict.rst-424-      ``MLast.ExFor loc (Ploc.VaVal s) e1 e2 (Ploc.VaVal False) le``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-426-   - for
camlp5-7.13/doc/rst/ast_strict.rst:427:      ``<:expr< for $lid:s$ = $e1$ $to:b$ $e2$ do { $list:le$ } >>``
camlp5-7.13/doc/rst/ast_strict.rst-428-      ``MLast.ExFor loc (Ploc.VaVal s) e1 e2 (Ploc.VaVal b) (Ploc.VaVal le)``
camlp5-7.13/doc/rst/ast_strict.rst:429:      ``<:expr< for $lid:s$ = $e1$ $to:b$ $e2$ do { $_list:le$ } >>``
camlp5-7.13/doc/rst/ast_strict.rst-430-      ``MLast.ExFor loc (Ploc.VaVal s) e1 e2 (Ploc.VaVal b) le``
camlp5-7.13/doc/rst/ast_strict.rst:431:      ``<:expr< for $lid:s$ = $e1$ $_to:b$ $e2$ do { $list:le$ } >>``
camlp5-7.13/doc/rst/ast_strict.rst-432-      ``MLast.ExFor loc (Ploc.VaVal s) e1 e2 b (Ploc.VaVal le)``
camlp5-7.13/doc/rst/ast_strict.rst:433:      ``<:expr< for $lid:s$ = $e1$ $_to:b$ $e2$ do { $_list:le$ } >>``
camlp5-7.13/doc/rst/ast_strict.rst-434-      ``MLast.ExFor loc (Ploc.VaVal s) e1 e2 b le``
camlp5-7.13/doc/rst/ast_strict.rst:435:      ``<:expr< for $_lid:s$ = $e1$ to $e2$ do { $list:le$ } >>``
camlp5-7.13/doc/rst/ast_strict.rst-436-      ``MLast.ExFor loc s e1 e2 (Ploc.VaVal True) (Ploc.VaVal le)``
camlp5-7.13/doc/rst/ast_strict.rst:437:      ``<:expr< for $_lid:s$ = $e1$ to $e2$ do { $_list:le$ } >>``
camlp5-7.13/doc/rst/ast_strict.rst-438-      ``MLast.ExFor loc s e1 e2 (Ploc.VaVal True) le``
camlp5-7.13/doc/rst/ast_strict.rst:439:      ``<:expr< for $_lid:s$ = $e1$ downto $e2$ do { $list:le$ } >>``
camlp5-7.13/doc/rst/ast_strict.rst-440-      ``MLast.ExFor loc s e1 e2 (Ploc.VaVal False) (Ploc.VaVal le)``
camlp5-7.13/doc/rst/ast_strict.rst:441:      ``<:expr< for $_lid:s$ = $e1$ downto $e2$ do { $_list:le$ } >>``
camlp5-7.13/doc/rst/ast_strict.rst-442-      ``MLast.ExFor loc s e1 e2 (Ploc.VaVal False) le``
camlp5-7.13/doc/rst/ast_strict.rst:443:      ``<:expr< for $_lid:s$ = $e1$ $to:b$ $e2$ do { $list:le$ } >>``
camlp5-7.13/doc/rst/ast_strict.rst-444-      ``MLast.ExFor loc s e1 e2 (Ploc.VaVal b) (Ploc.VaVal le)``
camlp5-7.13/doc/rst/ast_strict.rst:445:      ``<:expr< for $_lid:s$ = $e1$ $to:b$ $e2$ do { $_list:le$ } >>``
camlp5-7.13/doc/rst/ast_strict.rst-446-      ``MLast.ExFor loc s e1 e2 (Ploc.VaVal b) le``
camlp5-7.13/doc/rst/ast_strict.rst:447:      ``<:expr< for $_lid:s$ = $e1$ $_to:b$ $e2$ do { $list:le$ } >>``
camlp5-7.13/doc/rst/ast_strict.rst-448-      ``MLast.ExFor loc s e1 e2 b (Ploc.VaVal le)``
camlp5-7.13/doc/rst/ast_strict.rst:449:      ``<:expr< for $_lid:s$ = $e1$ $_to:b$ $e2$ do { $_list:le$ } >>``
camlp5-7.13/doc/rst/ast_strict.rst-450-      ``MLast.ExFor loc s e1 e2 b le``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-452-   - function
camlp5-7.13/doc/rst/ast_strict.rst:453:      ``<:expr< fun [ $list:lpee$ ] >>``
camlp5-7.13/doc/rst/ast_strict.rst-454-      ``MLast.ExFun loc (Ploc.VaVal lpee)``
camlp5-7.13/doc/rst/ast_strict.rst:455:      ``<:expr< fun [ $_list:lpee$ ] >>``
camlp5-7.13/doc/rst/ast_strict.rst-456-      ``MLast.ExFun loc lpee``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-458-   - if
camlp5-7.13/doc/rst/ast_strict.rst:459:      ``<:expr< if $e1$ then $e2$ else $e3$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-460-      ``MLast.ExIfe loc e1 e2 e3``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-462-   - integer constant
camlp5-7.13/doc/rst/ast_strict.rst:463:      ``<:expr< $int:s1$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-464-      ``MLast.ExInt loc (Ploc.VaVal s1) ""``
camlp5-7.13/doc/rst/ast_strict.rst:465:      ``<:expr< $_int:s1$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-466-      ``MLast.ExInt loc s1 ""``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-468-   - integer 32 bits
camlp5-7.13/doc/rst/ast_strict.rst:469:      ``<:expr< $int32:s1$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-470-      ``MLast.ExInt loc (Ploc.VaVal s1) "l"``
camlp5-7.13/doc/rst/ast_strict.rst:471:      ``<:expr< $_int32:s1$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-472-      ``MLast.ExInt loc s1 "l"``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-474-   - integer 64 bits
camlp5-7.13/doc/rst/ast_strict.rst:475:      ``<:expr< $int64:s1$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-476-      ``MLast.ExInt loc (Ploc.VaVal s1) "L"``
camlp5-7.13/doc/rst/ast_strict.rst:477:      ``<:expr< $_int64:s1$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-478-      ``MLast.ExInt loc s1 "L"``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-480-   - native integer
camlp5-7.13/doc/rst/ast_strict.rst:481:      ``<:expr< $nativeint:s1$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-482-      ``MLast.ExInt loc (Ploc.VaVal s1) "n"``
camlp5-7.13/doc/rst/ast_strict.rst:483:      ``<:expr< $_nativeint:s1$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-484-      ``MLast.ExInt loc s1 "n"``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-486-   - label
camlp5-7.13/doc/rst/ast_strict.rst:487:      ``<:expr< ~{$p$} >>``
camlp5-7.13/doc/rst/ast_strict.rst-488-      ``MLast.ExLab loc p (Ploc.VaVal None)``
camlp5-7.13/doc/rst/ast_strict.rst:489:      ``<:expr< ~{$p$ = $e$} >>``
camlp5-7.13/doc/rst/ast_strict.rst-490-      ``MLast.ExLab loc p (Ploc.VaVal (Some e))``
camlp5-7.13/doc/rst/ast_strict.rst:491:      ``<:expr< ~{$p$ $opt:oe$} >>``
camlp5-7.13/doc/rst/ast_strict.rst-492-      ``MLast.ExLab loc p (Ploc.VaVal oe)``
camlp5-7.13/doc/rst/ast_strict.rst:493:      ``<:expr< ~{$p$ $_opt:oe$} >>``
camlp5-7.13/doc/rst/ast_strict.rst-494-      ``MLast.ExLab loc p oe``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-496-   - lazy
camlp5-7.13/doc/rst/ast_strict.rst:497:      ``<:expr< lazy $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-498-      ``MLast.ExLaz loc e``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-500-   - let rec
camlp5-7.13/doc/rst/ast_strict.rst:501:      ``<:expr< let rec $list:lpe$ in $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-502-      ``MLast.ExLet loc (Ploc.VaVal True) (Ploc.VaVal lpe) e``
camlp5-7.13/doc/rst/ast_strict.rst:503:      ``<:expr< let rec $_list:lpe$ in $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-504-      ``MLast.ExLet loc (Ploc.VaVal True) lpe e``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-506-   - let not rec
camlp5-7.13/doc/rst/ast_strict.rst:507:      ``<:expr< let $list:lpe$ in $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-508-      ``MLast.ExLet loc (Ploc.VaVal False) (Ploc.VaVal lpe) e``
camlp5-7.13/doc/rst/ast_strict.rst:509:      ``<:expr< let $_list:lpe$ in $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-510-      ``MLast.ExLet loc (Ploc.VaVal False) lpe e``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-512-   - let
camlp5-7.13/doc/rst/ast_strict.rst:513:      ``<:expr< let $flag:b$ $list:lpe$ in $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-514-      ``MLast.ExLet loc (Ploc.VaVal b) (Ploc.VaVal lpe) e``
camlp5-7.13/doc/rst/ast_strict.rst:515:      ``<:expr< let $flag:b$ $_list:lpe$ in $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-516-      ``MLast.ExLet loc (Ploc.VaVal b) lpe e``
camlp5-7.13/doc/rst/ast_strict.rst:517:      ``<:expr< let $_flag:b$ $list:lpe$ in $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-518-      ``MLast.ExLet loc b (Ploc.VaVal lpe) e``
camlp5-7.13/doc/rst/ast_strict.rst:519:      ``<:expr< let $_flag:b$ $_list:lpe$ in $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-520-      ``MLast.ExLet loc b lpe e``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-522-   - lowercase identifier
camlp5-7.13/doc/rst/ast_strict.rst:523:      ``<:expr< $lid:s$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-524-      ``MLast.ExLid loc (Ploc.VaVal s)``
camlp5-7.13/doc/rst/ast_strict.rst:525:      ``<:expr< $_lid:s$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-526-      ``MLast.ExLid loc s``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-528-   - let module
camlp5-7.13/doc/rst/ast_strict.rst:529:      ``<:expr< let module $uid:s$ = $me$ in $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-530-      ``MLast.ExLmd loc (Ploc.VaVal s) me e``
camlp5-7.13/doc/rst/ast_strict.rst:531:      ``<:expr< let module $_uid:s$ = $me$ in $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-532-      ``MLast.ExLmd loc s me e``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-534-   - match
camlp5-7.13/doc/rst/ast_strict.rst:535:      ``<:expr< match $e$ with [ $list:lpee$ ] >>``
camlp5-7.13/doc/rst/ast_strict.rst-536-      ``MLast.ExMat loc e (Ploc.VaVal lpee)``
camlp5-7.13/doc/rst/ast_strict.rst:537:      ``<:expr< match $e$ with [ $_list:lpee$ ] >>``
camlp5-7.13/doc/rst/ast_strict.rst-538-      ``MLast.ExMat loc e lpee``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-540-   - new
camlp5-7.13/doc/rst/ast_strict.rst:541:      ``<:expr< new $list:ls$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-542-      ``MLast.ExNew loc (Ploc.VaVal ls)``
camlp5-7.13/doc/rst/ast_strict.rst:543:      ``<:expr< new $_list:ls$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-544-      ``MLast.ExNew loc ls``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-546-   - object expression
camlp5-7.13/doc/rst/ast_strict.rst:547:      ``<:expr< object $list:lcsi$ end >>``
camlp5-7.13/doc/rst/ast_strict.rst-548-      ``MLast.ExObj loc (Ploc.VaVal None) (Ploc.VaVal lcsi)``
camlp5-7.13/doc/rst/ast_strict.rst:549:      ``<:expr< object $_list:lcsi$ end >>``
camlp5-7.13/doc/rst/ast_strict.rst-550-      ``MLast.ExObj loc (Ploc.VaVal None) lcsi``
camlp5-7.13/doc/rst/ast_strict.rst:551:      ``<:expr< object ($p$) $list:lcsi$ end >>``
camlp5-7.13/doc/rst/ast_strict.rst-552-      ``MLast.ExObj loc (Ploc.VaVal (Some p)) (Ploc.VaVal lcsi)``
camlp5-7.13/doc/rst/ast_strict.rst:553:      ``<:expr< object ($p$) $_list:lcsi$ end >>``
camlp5-7.13/doc/rst/ast_strict.rst-554-      ``MLast.ExObj loc (Ploc.VaVal (Some p)) lcsi``
camlp5-7.13/doc/rst/ast_strict.rst:555:      ``<:expr< object $opt:op$ $list:lcsi$ end >>``
camlp5-7.13/doc/rst/ast_strict.rst-556-      ``MLast.ExObj loc (Ploc.VaVal op) (Ploc.VaVal lcsi)``
camlp5-7.13/doc/rst/ast_strict.rst:557:      ``<:expr< object $opt:op$ $_list:lcsi$ end >>``
camlp5-7.13/doc/rst/ast_strict.rst-558-      ``MLast.ExObj loc (Ploc.VaVal op) lcsi``
camlp5-7.13/doc/rst/ast_strict.rst:559:      ``<:expr< object $_opt:op$ $list:lcsi$ end >>``
camlp5-7.13/doc/rst/ast_strict.rst-560-      ``MLast.ExObj loc op (Ploc.VaVal lcsi)``
camlp5-7.13/doc/rst/ast_strict.rst:561:      ``<:expr< object $_opt:op$ $_list:lcsi$ end >>``
camlp5-7.13/doc/rst/ast_strict.rst-562-      ``MLast.ExObj loc op lcsi``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-564-   - option label
camlp5-7.13/doc/rst/ast_strict.rst:565:      ``<:expr< ?{$p$} >>``
camlp5-7.13/doc/rst/ast_strict.rst-566-      ``MLast.ExOlb loc p (Ploc.VaVal None)``
camlp5-7.13/doc/rst/ast_strict.rst:567:      ``<:expr< ?{$p$ = $e$} >>``
camlp5-7.13/doc/rst/ast_strict.rst-568-      ``MLast.ExOlb loc p (Ploc.VaVal (Some e))``
camlp5-7.13/doc/rst/ast_strict.rst:569:      ``<:expr< ?{$p$ $opt:oe$} >>``
camlp5-7.13/doc/rst/ast_strict.rst-570-      ``MLast.ExOlb loc p (Ploc.VaVal oe)``
camlp5-7.13/doc/rst/ast_strict.rst:571:      ``<:expr< ?{$p$ $_opt:oe$} >>``
camlp5-7.13/doc/rst/ast_strict.rst-572-      ``MLast.ExOlb loc p oe``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-574-   - override
camlp5-7.13/doc/rst/ast_strict.rst:575:      ``<:expr< {< $list:lse$ >} >>``
camlp5-7.13/doc/rst/ast_strict.rst-576-      ``MLast.ExOvr loc (Ploc.VaVal lse)``
camlp5-7.13/doc/rst/ast_strict.rst:577:      ``<:expr< {< $_list:lse$ >} >>``
camlp5-7.13/doc/rst/ast_strict.rst-578-      ``MLast.ExOvr loc lse``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-580-   - module packing
camlp5-7.13/doc/rst/ast_strict.rst:581:      ``<:expr< (module $me$) >>``
camlp5-7.13/doc/rst/ast_strict.rst-582-      ``MLast.ExPck loc me None``
camlp5-7.13/doc/rst/ast_strict.rst:583:      ``<:expr< (module $me$ : $mt$) >>``
camlp5-7.13/doc/rst/ast_strict.rst-584-      ``MLast.ExPck loc me (Some mt)``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-586-   - record
camlp5-7.13/doc/rst/ast_strict.rst:587:      ``<:expr< {$list:lpe$} >>``
camlp5-7.13/doc/rst/ast_strict.rst-588-      ``MLast.ExRec loc (Ploc.VaVal lpe) None``
camlp5-7.13/doc/rst/ast_strict.rst:589:      ``<:expr< {($e$) with $list:lpe$} >>``
camlp5-7.13/doc/rst/ast_strict.rst-590-      ``MLast.ExRec loc (Ploc.VaVal lpe) (Some e)``
camlp5-7.13/doc/rst/ast_strict.rst:591:      ``<:expr< {$_list:lpe$} >>``
camlp5-7.13/doc/rst/ast_strict.rst-592-      ``MLast.ExRec loc lpe None``
camlp5-7.13/doc/rst/ast_strict.rst:593:      ``<:expr< {($e$) with $_list:lpe$} >>``
camlp5-7.13/doc/rst/ast_strict.rst-594-      ``MLast.ExRec loc lpe (Some e)``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-596-   - sequence
camlp5-7.13/doc/rst/ast_strict.rst:597:      ``<:expr< do { $list:le$ } >>``
camlp5-7.13/doc/rst/ast_strict.rst-598-      ``MLast.ExSeq loc (Ploc.VaVal le)``
camlp5-7.13/doc/rst/ast_strict.rst:599:      ``<:expr< do { $_list:le$ } >>``
camlp5-7.13/doc/rst/ast_strict.rst-600-      ``MLast.ExSeq loc le``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-602-   - method call
camlp5-7.13/doc/rst/ast_strict.rst:603:      ``<:expr< $e$ # $s$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-604-      ``MLast.ExSnd loc e (Ploc.VaVal s)``
camlp5-7.13/doc/rst/ast_strict.rst:605:      ``<:expr< $e$ # $_:s$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-606-      ``MLast.ExSnd loc e s``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-608-   - string element
camlp5-7.13/doc/rst/ast_strict.rst:609:      ``<:expr< $e1$ .[ $e2$ ] >>``
camlp5-7.13/doc/rst/ast_strict.rst-610-      ``MLast.ExSte loc e1 e2``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-612-   - string
camlp5-7.13/doc/rst/ast_strict.rst:613:      ``<:expr< $str:s$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-614-      ``MLast.ExStr loc (Ploc.VaVal s)``
camlp5-7.13/doc/rst/ast_strict.rst:615:      ``<:expr< $_str:s$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-616-      ``MLast.ExStr loc s``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-618-   - try
camlp5-7.13/doc/rst/ast_strict.rst:619:      ``<:expr< try $e$ with [ $list:lpee$ ] >>``
camlp5-7.13/doc/rst/ast_strict.rst-620-      ``MLast.ExTry loc e (Ploc.VaVal lpee)``
camlp5-7.13/doc/rst/ast_strict.rst:621:      ``<:expr< try $e$ with [ $_list:lpee$ ] >>``
camlp5-7.13/doc/rst/ast_strict.rst-622-      ``MLast.ExTry loc e lpee``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-624-   - t-uple
camlp5-7.13/doc/rst/ast_strict.rst:625:      ``<:expr< ($list:le$) >>``
camlp5-7.13/doc/rst/ast_strict.rst-626-      ``MLast.ExTup loc (Ploc.VaVal le)``
camlp5-7.13/doc/rst/ast_strict.rst:627:      ``<:expr< ($_list:le$) >>``
camlp5-7.13/doc/rst/ast_strict.rst-628-      ``MLast.ExTup loc le``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-630-   - type constraint
camlp5-7.13/doc/rst/ast_strict.rst:631:      ``<:expr< ($e$ : $t$) >>``
camlp5-7.13/doc/rst/ast_strict.rst-632-      ``MLast.ExTyc loc e t``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-634-   - uppercase identifier
camlp5-7.13/doc/rst/ast_strict.rst:635:      ``<:expr< $uid:s$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-636-      ``MLast.ExUid loc (Ploc.VaVal s)``
camlp5-7.13/doc/rst/ast_strict.rst:637:      ``<:expr< $_uid:s$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-638-      ``MLast.ExUid loc s``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-640-   - variant
camlp5-7.13/doc/rst/ast_strict.rst:641:      :literal:`<:expr< ` $s$ >>`
camlp5-7.13/doc/rst/ast_strict.rst-642-      ``MLast.ExVrn loc (Ploc.VaVal s)``
camlp5-7.13/doc/rst/ast_strict.rst:643:      :literal:`<:expr< ` $_:s$ >>`
camlp5-7.13/doc/rst/ast_strict.rst-644-      ``MLast.ExVrn loc s``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-646-   - while
camlp5-7.13/doc/rst/ast_strict.rst:647:      ``<:expr< while $e$ do { $list:le$ } >>``
camlp5-7.13/doc/rst/ast_strict.rst-648-      ``MLast.ExWhi loc e (Ploc.VaVal le)``
camlp5-7.13/doc/rst/ast_strict.rst:649:      ``<:expr< while $e$ do { $_list:le$ } >>``
camlp5-7.13/doc/rst/ast_strict.rst-650-      ``MLast.ExWhi loc e le``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-682-   - access
camlp5-7.13/doc/rst/ast_strict.rst:683:      ``<:patt< $p1$ . $p2$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-684-      ``MLast.PaAcc loc p1 p2``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-686-   - alias
camlp5-7.13/doc/rst/ast_strict.rst:687:      ``<:patt< ($p1$ as $p2$) >>``
camlp5-7.13/doc/rst/ast_strict.rst-688-      ``MLast.PaAli loc p1 p2``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-690-   - antiquotation `(1) <#patt_1>`__
camlp5-7.13/doc/rst/ast_strict.rst:691:      ``<:patt< $anti:p$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-692-      ``MLast.PaAnt loc p``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-698-   - application
camlp5-7.13/doc/rst/ast_strict.rst:699:      ``<:patt< $p1$ $p2$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-700-      ``MLast.PaApp loc p1 p2``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-702-   - array
camlp5-7.13/doc/rst/ast_strict.rst:703:      ``<:patt< [| $list:lp$ |] >>``
camlp5-7.13/doc/rst/ast_strict.rst-704-      ``MLast.PaArr loc (Ploc.VaVal lp)``
camlp5-7.13/doc/rst/ast_strict.rst:705:      ``<:patt< [| $_list:lp$ |] >>``
camlp5-7.13/doc/rst/ast_strict.rst-706-      ``MLast.PaArr loc lp``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-708-   - character
camlp5-7.13/doc/rst/ast_strict.rst:709:      ``<:patt< $chr:s$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-710-      ``MLast.PaChr loc (Ploc.VaVal s)``
camlp5-7.13/doc/rst/ast_strict.rst:711:      ``<:patt< $_chr:s$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-712-      ``MLast.PaChr loc s``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-714-   - float
camlp5-7.13/doc/rst/ast_strict.rst:715:      ``<:patt< $flo:s$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-716-      ``MLast.PaFlo loc (Ploc.VaVal s)``
camlp5-7.13/doc/rst/ast_strict.rst:717:      ``<:patt< $_flo:s$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-718-      ``MLast.PaFlo loc s``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-720-   - integer constant
camlp5-7.13/doc/rst/ast_strict.rst:721:      ``<:patt< $int:s1$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-722-      ``MLast.PaInt loc (Ploc.VaVal s1) ""``
camlp5-7.13/doc/rst/ast_strict.rst:723:      ``<:patt< $_int:s1$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-724-      ``MLast.PaInt loc s1 ""``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-726-   - integer 32 bits
camlp5-7.13/doc/rst/ast_strict.rst:727:      ``<:patt< $int32:s1$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-728-      ``MLast.PaInt loc (Ploc.VaVal s1) "l"``
camlp5-7.13/doc/rst/ast_strict.rst:729:      ``<:patt< $_int32:s1$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-730-      ``MLast.PaInt loc s1 "l"``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-732-   - integer 64 bits
camlp5-7.13/doc/rst/ast_strict.rst:733:      ``<:patt< $int64:s1$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-734-      ``MLast.PaInt loc (Ploc.VaVal s1) "L"``
camlp5-7.13/doc/rst/ast_strict.rst:735:      ``<:patt< $_int64:s1$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-736-      ``MLast.PaInt loc s1 "L"``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-738-   - native integer
camlp5-7.13/doc/rst/ast_strict.rst:739:      ``<:patt< $nativeint:s1$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-740-      ``MLast.PaInt loc (Ploc.VaVal s1) "n"``
camlp5-7.13/doc/rst/ast_strict.rst:741:      ``<:patt< $_nativeint:s1$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-742-      ``MLast.PaInt loc s1 "n"``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-744-   - label
camlp5-7.13/doc/rst/ast_strict.rst:745:      ``<:patt< ~{$p1$} >>``
camlp5-7.13/doc/rst/ast_strict.rst-746-      ``MLast.PaLab loc p1 (Ploc.VaVal None)``
camlp5-7.13/doc/rst/ast_strict.rst:747:      ``<:patt< ~{$p1$ = $p2$} >>``
camlp5-7.13/doc/rst/ast_strict.rst-748-      ``MLast.PaLab loc p1 (Ploc.VaVal (Some p2))``
camlp5-7.13/doc/rst/ast_strict.rst:749:      ``<:patt< ~{$p1$ $opt:op2$} >>``
camlp5-7.13/doc/rst/ast_strict.rst-750-      ``MLast.PaLab loc p1 (Ploc.VaVal op2)``
camlp5-7.13/doc/rst/ast_strict.rst:751:      ``<:patt< ~{$p1$ $_opt:op2$} >>``
camlp5-7.13/doc/rst/ast_strict.rst-752-      ``MLast.PaLab loc p1 op2``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-754-   - lazy
camlp5-7.13/doc/rst/ast_strict.rst:755:      ``<:patt< lazy $p$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-756-      ``MLast.PaLaz loc p``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-758-   - lowercase identifier
camlp5-7.13/doc/rst/ast_strict.rst:759:      ``<:patt< $lid:s$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-760-      ``MLast.PaLid loc (Ploc.VaVal s)``
camlp5-7.13/doc/rst/ast_strict.rst:761:      ``<:patt< $_lid:s$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-762-      ``MLast.PaLid loc s``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-764-   - new type
camlp5-7.13/doc/rst/ast_strict.rst:765:      ``<:patt< (type $lid:s$) >>``
camlp5-7.13/doc/rst/ast_strict.rst-766-      ``MLast.PaNty loc (Ploc.VaVal s)``
camlp5-7.13/doc/rst/ast_strict.rst:767:      ``<:patt< (type $_lid:s$) >>``
camlp5-7.13/doc/rst/ast_strict.rst-768-      ``MLast.PaNty loc s``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-770-   - option label
camlp5-7.13/doc/rst/ast_strict.rst:771:      ``<:patt< ?{$p$} >>``
camlp5-7.13/doc/rst/ast_strict.rst-772-      ``MLast.PaOlb loc p (Ploc.VaVal None)``
camlp5-7.13/doc/rst/ast_strict.rst:773:      ``<:patt< ?{$p$ = $e$} >>``
camlp5-7.13/doc/rst/ast_strict.rst-774-      ``MLast.PaOlb loc p (Ploc.VaVal (Some e))``
camlp5-7.13/doc/rst/ast_strict.rst:775:      ``<:patt< ?{$p$ $opt:oe$} >>``
camlp5-7.13/doc/rst/ast_strict.rst-776-      ``MLast.PaOlb loc p (Ploc.VaVal oe)``
camlp5-7.13/doc/rst/ast_strict.rst:777:      ``<:patt< ?{$p$ $_opt:oe$} >>``
camlp5-7.13/doc/rst/ast_strict.rst-778-      ``MLast.PaOlb loc p oe``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-780-   - or
camlp5-7.13/doc/rst/ast_strict.rst:781:      ``<:patt< $p1$ | $p2$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-782-      ``MLast.PaOrp loc p1 p2``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-784-   - record
camlp5-7.13/doc/rst/ast_strict.rst:785:      ``<:patt< { $list:lpp$ } >>``
camlp5-7.13/doc/rst/ast_strict.rst-786-      ``MLast.PaRec loc (Ploc.VaVal lpp)``
camlp5-7.13/doc/rst/ast_strict.rst:787:      ``<:patt< { $_list:lpp$ } >>``
camlp5-7.13/doc/rst/ast_strict.rst-788-      ``MLast.PaRec loc lpp``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-790-   - range
camlp5-7.13/doc/rst/ast_strict.rst:791:      ``<:patt< $p1$ .. $p2$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-792-      ``MLast.PaRng loc p1 p2``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-794-   - string
camlp5-7.13/doc/rst/ast_strict.rst:795:      ``<:patt< $str:s$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-796-      ``MLast.PaStr loc (Ploc.VaVal s)``
camlp5-7.13/doc/rst/ast_strict.rst:797:      ``<:patt< $_str:s$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-798-      ``MLast.PaStr loc s``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-800-   - t-uple
camlp5-7.13/doc/rst/ast_strict.rst:801:      ``<:patt< ($list:lp$) >>``
camlp5-7.13/doc/rst/ast_strict.rst-802-      ``MLast.PaTup loc (Ploc.VaVal lp)``
camlp5-7.13/doc/rst/ast_strict.rst:803:      ``<:patt< ($_list:lp$) >>``
camlp5-7.13/doc/rst/ast_strict.rst-804-      ``MLast.PaTup loc lp``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-806-   - type constraint
camlp5-7.13/doc/rst/ast_strict.rst:807:      ``<:patt< ($p$ : $t$) >>``
camlp5-7.13/doc/rst/ast_strict.rst-808-      ``MLast.PaTyc loc p t``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-810-   - type pattern
camlp5-7.13/doc/rst/ast_strict.rst:811:      ``<:patt< # $list:ls$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-812-      ``MLast.PaTyp loc (Ploc.VaVal ls)``
camlp5-7.13/doc/rst/ast_strict.rst:813:      ``<:patt< # $_list:ls$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-814-      ``MLast.PaTyp loc ls``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-816-   - uppercase identifier
camlp5-7.13/doc/rst/ast_strict.rst:817:      ``<:patt< $uid:s$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-818-      ``MLast.PaUid loc (Ploc.VaVal s)``
camlp5-7.13/doc/rst/ast_strict.rst:819:      ``<:patt< $_uid:s$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-820-      ``MLast.PaUid loc s``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-822-   - module unpacking
camlp5-7.13/doc/rst/ast_strict.rst:823:      ``<:patt< (module $uid:s$) >>``
camlp5-7.13/doc/rst/ast_strict.rst-824-      ``MLast.PaUnp loc (Ploc.VaVal s) None``
camlp5-7.13/doc/rst/ast_strict.rst:825:      ``<:patt< (module $uid:s$ : $mt$) >>``
camlp5-7.13/doc/rst/ast_strict.rst-826-      ``MLast.PaUnp loc (Ploc.VaVal s) (Some mt)``
camlp5-7.13/doc/rst/ast_strict.rst:827:      ``<:patt< (module $_uid:s$) >>``
camlp5-7.13/doc/rst/ast_strict.rst-828-      ``MLast.PaUnp loc s None``
camlp5-7.13/doc/rst/ast_strict.rst:829:      ``<:patt< (module $_uid:s$ : $mt$) >>``
camlp5-7.13/doc/rst/ast_strict.rst-830-      ``MLast.PaUnp loc s (Some mt)``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-832-   - variant
camlp5-7.13/doc/rst/ast_strict.rst:833:      :literal:`<:patt< ` $s$ >>`
camlp5-7.13/doc/rst/ast_strict.rst-834-      ``MLast.PaVrn loc (Ploc.VaVal s)``
camlp5-7.13/doc/rst/ast_strict.rst:835:      :literal:`<:patt< ` $_:s$ >>`
camlp5-7.13/doc/rst/ast_strict.rst-836-      ``MLast.PaVrn loc s``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-859-   - access
camlp5-7.13/doc/rst/ast_strict.rst:860:      ``<:ctyp< $t1$ . $t2$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-861-      ``MLast.TyAcc loc t1 t2``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-863-   - alias
camlp5-7.13/doc/rst/ast_strict.rst:864:      ``<:ctyp< $t1$ as $t2$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-865-      ``MLast.TyAli loc t1 t2``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-871-   - application
camlp5-7.13/doc/rst/ast_strict.rst:872:      ``<:ctyp< $t1$ $t2$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-873-      ``MLast.TyApp loc t1 t2``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-875-   - arrow
camlp5-7.13/doc/rst/ast_strict.rst:876:      ``<:ctyp< $t1$ -> $t2$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-877-      ``MLast.TyArr loc t1 t2``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-879-   - class
camlp5-7.13/doc/rst/ast_strict.rst:880:      ``<:ctyp< # $list:ls$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-881-      ``MLast.TyCls loc (Ploc.VaVal ls)``
camlp5-7.13/doc/rst/ast_strict.rst:882:      ``<:ctyp< # $_list:ls$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-883-      ``MLast.TyCls loc ls``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-885-   - label
camlp5-7.13/doc/rst/ast_strict.rst:886:      ``<:ctyp< ~$s$: $t$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-887-      ``MLast.TyLab loc (Ploc.VaVal s) t``
camlp5-7.13/doc/rst/ast_strict.rst:888:      ``<:ctyp< ~$_:s$: $t$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-889-      ``MLast.TyLab loc s t``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-891-   - lowercase identifier
camlp5-7.13/doc/rst/ast_strict.rst:892:      ``<:ctyp< $lid:s$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-893-      ``MLast.TyLid loc (Ploc.VaVal s)``
camlp5-7.13/doc/rst/ast_strict.rst:894:      ``<:ctyp< $_lid:s$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-895-      ``MLast.TyLid loc s``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-897-   - manifest
camlp5-7.13/doc/rst/ast_strict.rst:898:      ``<:ctyp< $t1$ == private $t2$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-899-      ``MLast.TyMan loc t1 (Ploc.VaVal True) t2``
camlp5-7.13/doc/rst/ast_strict.rst:900:      ``<:ctyp< $t1$ == $t2$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-901-      ``MLast.TyMan loc t1 (Ploc.VaVal False) t2``
camlp5-7.13/doc/rst/ast_strict.rst:902:      ``<:ctyp< $t1$ == $priv:b$ $t2$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-903-      ``MLast.TyMan loc t1 (Ploc.VaVal b) t2``
camlp5-7.13/doc/rst/ast_strict.rst:904:      ``<:ctyp< $t1$ == $_priv:b$ $t2$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-905-      ``MLast.TyMan loc t1 b t2``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-907-   - object
camlp5-7.13/doc/rst/ast_strict.rst:908:      ``<:ctyp< < $list:lst$ .. > >>``
camlp5-7.13/doc/rst/ast_strict.rst-909-      ``MLast.TyObj loc (Ploc.VaVal lst) (Ploc.VaVal True)``
camlp5-7.13/doc/rst/ast_strict.rst:910:      ``<:ctyp< < $list:lst$ > >>``
camlp5-7.13/doc/rst/ast_strict.rst-911-      ``MLast.TyObj loc (Ploc.VaVal lst) (Ploc.VaVal False)``
camlp5-7.13/doc/rst/ast_strict.rst:912:      ``<:ctyp< < $list:lst$ $flag:b$ > >>``
camlp5-7.13/doc/rst/ast_strict.rst-913-      ``MLast.TyObj loc (Ploc.VaVal lst) (Ploc.VaVal b)``
camlp5-7.13/doc/rst/ast_strict.rst:914:      ``<:ctyp< < $list:lst$ $_flag:b$ > >>``
camlp5-7.13/doc/rst/ast_strict.rst-915-      ``MLast.TyObj loc (Ploc.VaVal lst) b``
camlp5-7.13/doc/rst/ast_strict.rst:916:      ``<:ctyp< < $_list:lst$ .. > >>``
camlp5-7.13/doc/rst/ast_strict.rst-917-      ``MLast.TyObj loc lst (Ploc.VaVal True)``
camlp5-7.13/doc/rst/ast_strict.rst:918:      ``<:ctyp< < $_list:lst$ > >>``
camlp5-7.13/doc/rst/ast_strict.rst-919-      ``MLast.TyObj loc lst (Ploc.VaVal False)``
camlp5-7.13/doc/rst/ast_strict.rst:920:      ``<:ctyp< < $_list:lst$ $flag:b$ > >>``
camlp5-7.13/doc/rst/ast_strict.rst-921-      ``MLast.TyObj loc lst (Ploc.VaVal b)``
camlp5-7.13/doc/rst/ast_strict.rst:922:      ``<:ctyp< < $_list:lst$ $_flag:b$ > >>``
camlp5-7.13/doc/rst/ast_strict.rst-923-      ``MLast.TyObj loc lst b``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-925-   - option label
camlp5-7.13/doc/rst/ast_strict.rst:926:      ``<:ctyp< ?$s$: $t$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-927-      ``MLast.TyOlb loc (Ploc.VaVal s) t``
camlp5-7.13/doc/rst/ast_strict.rst:928:      ``<:ctyp< ?$_:s$: $t$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-929-      ``MLast.TyOlb loc s t``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-931-   - package
camlp5-7.13/doc/rst/ast_strict.rst:932:      ``<:ctyp< (module $mt$) >>``
camlp5-7.13/doc/rst/ast_strict.rst-933-      ``MLast.TyPck loc mt``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-935-   - polymorph
camlp5-7.13/doc/rst/ast_strict.rst:936:      ``<:ctyp< ! $list:ls$ . $t$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-937-      ``MLast.TyPol loc (Ploc.VaVal ls) t``
camlp5-7.13/doc/rst/ast_strict.rst:938:      ``<:ctyp< ! $_list:ls$ . $t$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-939-      ``MLast.TyPol loc ls t``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-941-   - variable
camlp5-7.13/doc/rst/ast_strict.rst:942:      ``<:ctyp< '$s$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-943-      ``MLast.TyQuo loc (Ploc.VaVal s)``
camlp5-7.13/doc/rst/ast_strict.rst:944:      ``<:ctyp< '$_:s$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-945-      ``MLast.TyQuo loc s``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-947-   - record
camlp5-7.13/doc/rst/ast_strict.rst:948:      ``<:ctyp< { $list:llsbt$ } >>``
camlp5-7.13/doc/rst/ast_strict.rst-949-      ``MLast.TyRec loc (Ploc.VaVal llsbt)``
camlp5-7.13/doc/rst/ast_strict.rst:950:      ``<:ctyp< { $_list:llsbt$ } >>``
camlp5-7.13/doc/rst/ast_strict.rst-951-      ``MLast.TyRec loc llsbt``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-953-   - sum
camlp5-7.13/doc/rst/ast_strict.rst:954:      ``<:ctyp< [ $list:llslt$ ] >>``
camlp5-7.13/doc/rst/ast_strict.rst-955-      ``MLast.TySum loc (Ploc.VaVal llslt)``
camlp5-7.13/doc/rst/ast_strict.rst:956:      ``<:ctyp< [ $_list:llslt$ ] >>``
camlp5-7.13/doc/rst/ast_strict.rst-957-      ``MLast.TySum loc llslt``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-959-   - t-uple
camlp5-7.13/doc/rst/ast_strict.rst:960:      ``<:ctyp< ( $list:lt$ ) >>``
camlp5-7.13/doc/rst/ast_strict.rst-961-      ``MLast.TyTup loc (Ploc.VaVal lt)``
camlp5-7.13/doc/rst/ast_strict.rst:962:      ``<:ctyp< ( $_list:lt$ ) >>``
camlp5-7.13/doc/rst/ast_strict.rst-963-      ``MLast.TyTup loc lt``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-965-   - uppercase identifier
camlp5-7.13/doc/rst/ast_strict.rst:966:      ``<:ctyp< $uid:s$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-967-      ``MLast.TyUid loc (Ploc.VaVal s)``
camlp5-7.13/doc/rst/ast_strict.rst:968:      ``<:ctyp< $_uid:s$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-969-      ``MLast.TyUid loc s``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-971-   - variant
camlp5-7.13/doc/rst/ast_strict.rst:972:      ``<:ctyp< [ = $list:lpv$ ] >>``
camlp5-7.13/doc/rst/ast_strict.rst-973-      ``MLast.TyVrn loc (Ploc.VaVal lpv) None``
camlp5-7.13/doc/rst/ast_strict.rst:974:      ``<:ctyp< [ > $list:lpv$ ] >>``
camlp5-7.13/doc/rst/ast_strict.rst-975-      ``MLast.TyVrn loc (Ploc.VaVal lpv) (Some None)``
camlp5-7.13/doc/rst/ast_strict.rst:976:      ``<:ctyp< [ < $list:lpv$ ] >>``
camlp5-7.13/doc/rst/ast_strict.rst-977-      ``MLast.TyVrn loc (Ploc.VaVal lpv) (Some (Some (Ploc.VaVal [])))``
camlp5-7.13/doc/rst/ast_strict.rst:978:      ``<:ctyp< [ < $list:lpv$ > $list:ls$ ] >>``
camlp5-7.13/doc/rst/ast_strict.rst-979-      ``MLast.TyVrn loc (Ploc.VaVal lpv) (Some (Some (Ploc.VaVal ls)))``
camlp5-7.13/doc/rst/ast_strict.rst:980:      ``<:ctyp< [ < $list:lpv$ > $_list:ls$ ] >>``
camlp5-7.13/doc/rst/ast_strict.rst-981-      ``MLast.TyVrn loc (Ploc.VaVal lpv) (Some (Some ls))``
camlp5-7.13/doc/rst/ast_strict.rst:982:      ``<:ctyp< [ = $_list:lpv$ ] >>``
camlp5-7.13/doc/rst/ast_strict.rst-983-      ``MLast.TyVrn loc lpv None``
camlp5-7.13/doc/rst/ast_strict.rst:984:      ``<:ctyp< [ > $_list:lpv$ ] >>``
camlp5-7.13/doc/rst/ast_strict.rst-985-      ``MLast.TyVrn loc lpv (Some None)``
camlp5-7.13/doc/rst/ast_strict.rst:986:      ``<:ctyp< [ < $_list:lpv$ ] >>``
camlp5-7.13/doc/rst/ast_strict.rst-987-      ``MLast.TyVrn loc lpv (Some (Some (Ploc.VaVal [])))``
camlp5-7.13/doc/rst/ast_strict.rst:988:      ``<:ctyp< [ < $_list:lpv$ > $list:ls$ ] >>``
camlp5-7.13/doc/rst/ast_strict.rst-989-      ``MLast.TyVrn loc lpv (Some (Some (Ploc.VaVal ls)))``
camlp5-7.13/doc/rst/ast_strict.rst:990:      ``<:ctyp< [ < $_list:lpv$ > $_list:ls$ ] >>``
camlp5-7.13/doc/rst/ast_strict.rst-991-      ``MLast.TyVrn loc lpv (Some (Some ls))``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-1011-   - class declaration
camlp5-7.13/doc/rst/ast_strict.rst:1012:      ``<:str_item< class $list:lcice$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1013-      ``MLast.StCls loc (Ploc.VaVal lcice)``
camlp5-7.13/doc/rst/ast_strict.rst:1014:      ``<:str_item< class $_list:lcice$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1015-      ``MLast.StCls loc lcice``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-1017-   - class type declaration
camlp5-7.13/doc/rst/ast_strict.rst:1018:      ``<:str_item< class type $list:lcict$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1019-      ``MLast.StClt loc (Ploc.VaVal lcict)``
camlp5-7.13/doc/rst/ast_strict.rst:1020:      ``<:str_item< class type $_list:lcict$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1021-      ``MLast.StClt loc lcict``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-1023-   - declare
camlp5-7.13/doc/rst/ast_strict.rst:1024:      ``<:str_item< declare $list:lsi$ end >>``
camlp5-7.13/doc/rst/ast_strict.rst-1025-      ``MLast.StDcl loc (Ploc.VaVal lsi)``
camlp5-7.13/doc/rst/ast_strict.rst:1026:      ``<:str_item< declare $_list:lsi$ end >>``
camlp5-7.13/doc/rst/ast_strict.rst-1027-      ``MLast.StDcl loc lsi``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-1029-   - directive
camlp5-7.13/doc/rst/ast_strict.rst:1030:      ``<:str_item< # $lid:s$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1031-      ``MLast.StDir loc (Ploc.VaVal s) (Ploc.VaVal None)``
camlp5-7.13/doc/rst/ast_strict.rst:1032:      ``<:str_item< # $lid:s$ $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1033-      ``MLast.StDir loc (Ploc.VaVal s) (Ploc.VaVal (Some e))``
camlp5-7.13/doc/rst/ast_strict.rst:1034:      ``<:str_item< # $lid:s$ $opt:oe$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1035-      ``MLast.StDir loc (Ploc.VaVal s) (Ploc.VaVal oe)``
camlp5-7.13/doc/rst/ast_strict.rst:1036:      ``<:str_item< # $lid:s$ $_opt:oe$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1037-      ``MLast.StDir loc (Ploc.VaVal s) oe``
camlp5-7.13/doc/rst/ast_strict.rst:1038:      ``<:str_item< # $_lid:s$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1039-      ``MLast.StDir loc s (Ploc.VaVal None)``
camlp5-7.13/doc/rst/ast_strict.rst:1040:      ``<:str_item< # $_lid:s$ $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1041-      ``MLast.StDir loc s (Ploc.VaVal (Some e))``
camlp5-7.13/doc/rst/ast_strict.rst:1042:      ``<:str_item< # $_lid:s$ $opt:oe$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1043-      ``MLast.StDir loc s (Ploc.VaVal oe)``
camlp5-7.13/doc/rst/ast_strict.rst:1044:      ``<:str_item< # $_lid:s$ $_opt:oe$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1045-      ``MLast.StDir loc s oe``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-1047-   - exception
camlp5-7.13/doc/rst/ast_strict.rst:1048:      ``<:str_item< exception $uid:s$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1049-      ``MLast.StExc loc (Ploc.VaVal s) (Ploc.VaVal []) (Ploc.VaVal [])``
camlp5-7.13/doc/rst/ast_strict.rst:1050:      ``<:str_item< exception $uid:s$ of $list:lt$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1051-      ``MLast.StExc loc (Ploc.VaVal s) (Ploc.VaVal lt) (Ploc.VaVal [])``
camlp5-7.13/doc/rst/ast_strict.rst:1052:      ``<:str_item< exception $uid:s$ = $list:ls$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1053-      ``MLast.StExc loc (Ploc.VaVal s) (Ploc.VaVal []) (Ploc.VaVal ls)``
camlp5-7.13/doc/rst/ast_strict.rst:1054:      ``<:str_item< exception $uid:s$ of $list:lt$ = $list:ls$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1055-      ``MLast.StExc loc (Ploc.VaVal s) (Ploc.VaVal lt) (Ploc.VaVal ls)``
camlp5-7.13/doc/rst/ast_strict.rst:1056:      ``<:str_item< exception $uid:s$ = $_list:ls$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1057-      ``MLast.StExc loc (Ploc.VaVal s) (Ploc.VaVal []) ls``
camlp5-7.13/doc/rst/ast_strict.rst:1058:      ``<:str_item< exception $uid:s$ of $list:lt$ = $_list:ls$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1059-      ``MLast.StExc loc (Ploc.VaVal s) (Ploc.VaVal lt) ls``
camlp5-7.13/doc/rst/ast_strict.rst:1060:      ``<:str_item< exception $uid:s$ of $_list:lt$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1061-      ``MLast.StExc loc (Ploc.VaVal s) lt (Ploc.VaVal [])``
camlp5-7.13/doc/rst/ast_strict.rst:1062:      ``<:str_item< exception $uid:s$ of $_list:lt$ = $list:ls$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1063-      ``MLast.StExc loc (Ploc.VaVal s) lt (Ploc.VaVal ls)``
camlp5-7.13/doc/rst/ast_strict.rst:1064:      ``<:str_item< exception $uid:s$ of $_list:lt$ = $_list:ls$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1065-      ``MLast.StExc loc (Ploc.VaVal s) lt ls``
camlp5-7.13/doc/rst/ast_strict.rst:1066:      ``<:str_item< exception $_uid:s$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1067-      ``MLast.StExc loc s (Ploc.VaVal []) (Ploc.VaVal [])``
camlp5-7.13/doc/rst/ast_strict.rst:1068:      ``<:str_item< exception $_uid:s$ of $list:lt$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1069-      ``MLast.StExc loc s (Ploc.VaVal lt) (Ploc.VaVal [])``
camlp5-7.13/doc/rst/ast_strict.rst:1070:      ``<:str_item< exception $_uid:s$ = $list:ls$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1071-      ``MLast.StExc loc s (Ploc.VaVal []) (Ploc.VaVal ls)``
camlp5-7.13/doc/rst/ast_strict.rst:1072:      ``<:str_item< exception $_uid:s$ of $list:lt$ = $list:ls$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1073-      ``MLast.StExc loc s (Ploc.VaVal lt) (Ploc.VaVal ls)``
camlp5-7.13/doc/rst/ast_strict.rst:1074:      ``<:str_item< exception $_uid:s$ = $_list:ls$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1075-      ``MLast.StExc loc s (Ploc.VaVal []) ls``
camlp5-7.13/doc/rst/ast_strict.rst:1076:      ``<:str_item< exception $_uid:s$ of $list:lt$ = $_list:ls$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1077-      ``MLast.StExc loc s (Ploc.VaVal lt) ls``
camlp5-7.13/doc/rst/ast_strict.rst:1078:      ``<:str_item< exception $_uid:s$ of $_list:lt$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1079-      ``MLast.StExc loc s lt (Ploc.VaVal [])``
camlp5-7.13/doc/rst/ast_strict.rst:1080:      ``<:str_item< exception $_uid:s$ of $_list:lt$ = $list:ls$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1081-      ``MLast.StExc loc s lt (Ploc.VaVal ls)``
camlp5-7.13/doc/rst/ast_strict.rst:1082:      ``<:str_item< exception $_uid:s$ of $_list:lt$ = $_list:ls$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1083-      ``MLast.StExc loc s lt ls``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-1085-   - expression
camlp5-7.13/doc/rst/ast_strict.rst:1086:      ``<:str_item< $exp:e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1087-      ``MLast.StExp loc e``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-1089-   - external
camlp5-7.13/doc/rst/ast_strict.rst:1090:      ``<:str_item< external $s$ : $t$ = $list:ls$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1091-      ``MLast.StExt loc (Ploc.VaVal s) t (Ploc.VaVal ls)``
camlp5-7.13/doc/rst/ast_strict.rst:1092:      ``<:str_item< external $s$ : $t$ = $_list:ls$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1093-      ``MLast.StExt loc (Ploc.VaVal s) t ls``
camlp5-7.13/doc/rst/ast_strict.rst:1094:      ``<:str_item< external $_:s$ : $t$ = $list:ls$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1095-      ``MLast.StExt loc s t (Ploc.VaVal ls)``
camlp5-7.13/doc/rst/ast_strict.rst:1096:      ``<:str_item< external $_:s$ : $t$ = $_list:ls$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1097-      ``MLast.StExt loc s t ls``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-1099-   - include
camlp5-7.13/doc/rst/ast_strict.rst:1100:      ``<:str_item< include $me$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1101-      ``MLast.StInc loc me``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-1103-   - module rec
camlp5-7.13/doc/rst/ast_strict.rst:1104:      ``<:str_item< module rec $list:lsme$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1105-      ``MLast.StMod loc (Ploc.VaVal True) (Ploc.VaVal lsme)``
camlp5-7.13/doc/rst/ast_strict.rst:1106:      ``<:str_item< module rec $_list:lsme$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1107-      ``MLast.StMod loc (Ploc.VaVal True) lsme``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-1109-   - module non rec
camlp5-7.13/doc/rst/ast_strict.rst:1110:      ``<:str_item< module $list:lsme$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1111-      ``MLast.StMod loc (Ploc.VaVal False) (Ploc.VaVal lsme)``
camlp5-7.13/doc/rst/ast_strict.rst:1112:      ``<:str_item< module $_list:lsme$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1113-      ``MLast.StMod loc (Ploc.VaVal False) lsme``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-1115-   - module
camlp5-7.13/doc/rst/ast_strict.rst:1116:      ``<:str_item< module $flag:b$ $list:lsme$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1117-      ``MLast.StMod loc (Ploc.VaVal b) (Ploc.VaVal lsme)``
camlp5-7.13/doc/rst/ast_strict.rst:1118:      ``<:str_item< module $flag:b$ $_list:lsme$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1119-      ``MLast.StMod loc (Ploc.VaVal b) lsme``
camlp5-7.13/doc/rst/ast_strict.rst:1120:      ``<:str_item< module $_flag:b$ $list:lsme$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1121-      ``MLast.StMod loc b (Ploc.VaVal lsme)``
camlp5-7.13/doc/rst/ast_strict.rst:1122:      ``<:str_item< module $_flag:b$ $_list:lsme$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1123-      ``MLast.StMod loc b lsme``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-1125-   - module type
camlp5-7.13/doc/rst/ast_strict.rst:1126:      ``<:str_item< module type $s$ = $mt$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1127-      ``MLast.StMty loc (Ploc.VaVal s) mt``
camlp5-7.13/doc/rst/ast_strict.rst:1128:      ``<:str_item< module type $_:s$ = $mt$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1129-      ``MLast.StMty loc s mt``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-1131-   - open
camlp5-7.13/doc/rst/ast_strict.rst:1132:      ``<:str_item< open $list:ls$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1133-      ``MLast.StOpn loc (Ploc.VaVal ls)``
camlp5-7.13/doc/rst/ast_strict.rst:1134:      ``<:str_item< open $_list:ls$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1135-      ``MLast.StOpn loc ls``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-1137-   - type declaration
camlp5-7.13/doc/rst/ast_strict.rst:1138:      ``<:str_item< type $list:ltd$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1139-      ``MLast.StTyp loc (Ploc.VaVal ltd)``
camlp5-7.13/doc/rst/ast_strict.rst:1140:      ``<:str_item< type $_list:ltd$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1141-      ``MLast.StTyp loc ltd``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-1143-   - ... internal use ... `(1) <#t_str_item_1>`__
camlp5-7.13/doc/rst/ast_strict.rst:1144:      ``<:str_item< # $str:s$ $list:lsil$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1145-      ``MLast.StUse loc (Ploc.VaVal s) (Ploc.VaVal lsil)``
camlp5-7.13/doc/rst/ast_strict.rst:1146:      ``<:str_item< # $str:s$ $_list:lsil$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1147-      ``MLast.StUse loc (Ploc.VaVal s) lsil``
camlp5-7.13/doc/rst/ast_strict.rst:1148:      ``<:str_item< # $_str:s$ $list:lsil$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1149-      ``MLast.StUse loc s (Ploc.VaVal lsil)``
camlp5-7.13/doc/rst/ast_strict.rst:1150:      ``<:str_item< # $_str:s$ $_list:lsil$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1151-      ``MLast.StUse loc s lsil``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-1153-   - value rec
camlp5-7.13/doc/rst/ast_strict.rst:1154:      ``<:str_item< value rec $list:lpe$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1155-      ``MLast.StVal loc (Ploc.VaVal True) (Ploc.VaVal lpe)``
camlp5-7.13/doc/rst/ast_strict.rst:1156:      ``<:str_item< value rec $_list:lpe$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1157-      ``MLast.StVal loc (Ploc.VaVal True) lpe``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-1159-   - value non rec
camlp5-7.13/doc/rst/ast_strict.rst:1160:      ``<:str_item< value $list:lpe$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1161-      ``MLast.StVal loc (Ploc.VaVal False) (Ploc.VaVal lpe)``
camlp5-7.13/doc/rst/ast_strict.rst:1162:      ``<:str_item< value $_list:lpe$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1163-      ``MLast.StVal loc (Ploc.VaVal False) lpe``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-1165-   - value
camlp5-7.13/doc/rst/ast_strict.rst:1166:      ``<:str_item< value $flag:b$ $list:lpe$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1167-      ``MLast.StVal loc (Ploc.VaVal b) (Ploc.VaVal lpe)``
camlp5-7.13/doc/rst/ast_strict.rst:1168:      ``<:str_item< value $flag:b$ $_list:lpe$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1169-      ``MLast.StVal loc (Ploc.VaVal b) lpe``
camlp5-7.13/doc/rst/ast_strict.rst:1170:      ``<:str_item< value $_flag:b$ $list:lpe$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1171-      ``MLast.StVal loc b (Ploc.VaVal lpe)``
camlp5-7.13/doc/rst/ast_strict.rst:1172:      ``<:str_item< value $_flag:b$ $_list:lpe$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1173-      ``MLast.StVal loc b lpe``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-1201-   - class
camlp5-7.13/doc/rst/ast_strict.rst:1202:      ``<:sig_item< class $list:lcict$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1203-      ``MLast.SgCls loc (Ploc.VaVal lcict)``
camlp5-7.13/doc/rst/ast_strict.rst:1204:      ``<:sig_item< class $_list:lcict$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1205-      ``MLast.SgCls loc lcict``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-1207-   - class type
camlp5-7.13/doc/rst/ast_strict.rst:1208:      ``<:sig_item< class type $list:lcict$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1209-      ``MLast.SgClt loc (Ploc.VaVal lcict)``
camlp5-7.13/doc/rst/ast_strict.rst:1210:      ``<:sig_item< class type $_list:lcict$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1211-      ``MLast.SgClt loc lcict``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-1213-   - declare
camlp5-7.13/doc/rst/ast_strict.rst:1214:      ``<:sig_item< declare $list:lsi$ end >>``
camlp5-7.13/doc/rst/ast_strict.rst-1215-      ``MLast.SgDcl loc (Ploc.VaVal lsi)``
camlp5-7.13/doc/rst/ast_strict.rst:1216:      ``<:sig_item< declare $_list:lsi$ end >>``
camlp5-7.13/doc/rst/ast_strict.rst-1217-      ``MLast.SgDcl loc lsi``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-1219-   - directive
camlp5-7.13/doc/rst/ast_strict.rst:1220:      ``<:sig_item< # $lid:s$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1221-      ``MLast.SgDir loc (Ploc.VaVal s) (Ploc.VaVal None)``
camlp5-7.13/doc/rst/ast_strict.rst:1222:      ``<:sig_item< # $lid:s$ $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1223-      ``MLast.SgDir loc (Ploc.VaVal s) (Ploc.VaVal (Some e))``
camlp5-7.13/doc/rst/ast_strict.rst:1224:      ``<:sig_item< # $lid:s$ $opt:oe$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1225-      ``MLast.SgDir loc (Ploc.VaVal s) (Ploc.VaVal oe)``
camlp5-7.13/doc/rst/ast_strict.rst:1226:      ``<:sig_item< # $lid:s$ $_opt:oe$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1227-      ``MLast.SgDir loc (Ploc.VaVal s) oe``
camlp5-7.13/doc/rst/ast_strict.rst:1228:      ``<:sig_item< # $_lid:s$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1229-      ``MLast.SgDir loc s (Ploc.VaVal None)``
camlp5-7.13/doc/rst/ast_strict.rst:1230:      ``<:sig_item< # $_lid:s$ $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1231-      ``MLast.SgDir loc s (Ploc.VaVal (Some e))``
camlp5-7.13/doc/rst/ast_strict.rst:1232:      ``<:sig_item< # $_lid:s$ $opt:oe$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1233-      ``MLast.SgDir loc s (Ploc.VaVal oe)``
camlp5-7.13/doc/rst/ast_strict.rst:1234:      ``<:sig_item< # $_lid:s$ $_opt:oe$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1235-      ``MLast.SgDir loc s oe``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-1237-   - exception
camlp5-7.13/doc/rst/ast_strict.rst:1238:      ``<:sig_item< exception $s$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1239-      ``MLast.SgExc loc (Ploc.VaVal s) (Ploc.VaVal [])``
camlp5-7.13/doc/rst/ast_strict.rst:1240:      ``<:sig_item< exception $s$ of $list:lt$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1241-      ``MLast.SgExc loc (Ploc.VaVal s) (Ploc.VaVal lt)``
camlp5-7.13/doc/rst/ast_strict.rst:1242:      ``<:sig_item< exception $s$ of $_list:lt$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1243-      ``MLast.SgExc loc (Ploc.VaVal s) lt``
camlp5-7.13/doc/rst/ast_strict.rst:1244:      ``<:sig_item< exception $_:s$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1245-      ``MLast.SgExc loc s (Ploc.VaVal [])``
camlp5-7.13/doc/rst/ast_strict.rst:1246:      ``<:sig_item< exception $_:s$ of $list:lt$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1247-      ``MLast.SgExc loc s (Ploc.VaVal lt)``
camlp5-7.13/doc/rst/ast_strict.rst:1248:      ``<:sig_item< exception $_:s$ of $_list:lt$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1249-      ``MLast.SgExc loc s lt``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-1251-   - external
camlp5-7.13/doc/rst/ast_strict.rst:1252:      ``<:sig_item< external $s$ : $t$ = $list:ls$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1253-      ``MLast.SgExt loc (Ploc.VaVal s) t (Ploc.VaVal ls)``
camlp5-7.13/doc/rst/ast_strict.rst:1254:      ``<:sig_item< external $s$ : $t$ = $_list:ls$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1255-      ``MLast.SgExt loc (Ploc.VaVal s) t ls``
camlp5-7.13/doc/rst/ast_strict.rst:1256:      ``<:sig_item< external $_:s$ : $t$ = $list:ls$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1257-      ``MLast.SgExt loc s t (Ploc.VaVal ls)``
camlp5-7.13/doc/rst/ast_strict.rst:1258:      ``<:sig_item< external $_:s$ : $t$ = $_list:ls$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1259-      ``MLast.SgExt loc s t ls``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-1261-   - include
camlp5-7.13/doc/rst/ast_strict.rst:1262:      ``<:sig_item< include $mt$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1263-      ``MLast.SgInc loc mt``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-1265-   - module rec
camlp5-7.13/doc/rst/ast_strict.rst:1266:      ``<:sig_item< module rec $list:lsmt$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1267-      ``MLast.SgMod loc (Ploc.VaVal True) (Ploc.VaVal lsmt)``
camlp5-7.13/doc/rst/ast_strict.rst:1268:      ``<:sig_item< module rec $_list:lsmt$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1269-      ``MLast.SgMod loc (Ploc.VaVal True) lsmt``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-1271-   - module non rec
camlp5-7.13/doc/rst/ast_strict.rst:1272:      ``<:sig_item< module $list:lsmt$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1273-      ``MLast.SgMod loc (Ploc.VaVal False) (Ploc.VaVal lsmt)``
camlp5-7.13/doc/rst/ast_strict.rst:1274:      ``<:sig_item< module $_list:lsmt$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1275-      ``MLast.SgMod loc (Ploc.VaVal False) lsmt``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-1277-   - module
camlp5-7.13/doc/rst/ast_strict.rst:1278:      ``<:sig_item< module $flag:b$ $list:lsmt$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1279-      ``MLast.SgMod loc (Ploc.VaVal b) (Ploc.VaVal lsmt)``
camlp5-7.13/doc/rst/ast_strict.rst:1280:      ``<:sig_item< module $flag:b$ $_list:lsmt$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1281-      ``MLast.SgMod loc (Ploc.VaVal b) lsmt``
camlp5-7.13/doc/rst/ast_strict.rst:1282:      ``<:sig_item< module $_flag:b$ $list:lsmt$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1283-      ``MLast.SgMod loc b (Ploc.VaVal lsmt)``
camlp5-7.13/doc/rst/ast_strict.rst:1284:      ``<:sig_item< module $_flag:b$ $_list:lsmt$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1285-      ``MLast.SgMod loc b lsmt``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-1287-   - module type
camlp5-7.13/doc/rst/ast_strict.rst:1288:      ``<:sig_item< module type $s$ = $mt$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1289-      ``MLast.SgMty loc (Ploc.VaVal s) mt``
camlp5-7.13/doc/rst/ast_strict.rst:1290:      ``<:sig_item< module type $_:s$ = $mt$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1291-      ``MLast.SgMty loc s mt``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-1293-   - open
camlp5-7.13/doc/rst/ast_strict.rst:1294:      ``<:sig_item< open $list:ls$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1295-      ``MLast.SgOpn loc (Ploc.VaVal ls)``
camlp5-7.13/doc/rst/ast_strict.rst:1296:      ``<:sig_item< open $_list:ls$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1297-      ``MLast.SgOpn loc ls``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-1299-   - type declaration
camlp5-7.13/doc/rst/ast_strict.rst:1300:      ``<:sig_item< type $list:ltd$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1301-      ``MLast.SgTyp loc (Ploc.VaVal ltd)``
camlp5-7.13/doc/rst/ast_strict.rst:1302:      ``<:sig_item< type $_list:ltd$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1303-      ``MLast.SgTyp loc ltd``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-1305-   - ... internal use ... `(1) <#t_sig_item_1>`__
camlp5-7.13/doc/rst/ast_strict.rst:1306:      ``<:sig_item< # $str:s$ $list:lsil$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1307-      ``MLast.SgUse loc (Ploc.VaVal s) (Ploc.VaVal lsil)``
camlp5-7.13/doc/rst/ast_strict.rst:1308:      ``<:sig_item< # $str:s$ $_list:lsil$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1309-      ``MLast.SgUse loc (Ploc.VaVal s) lsil``
camlp5-7.13/doc/rst/ast_strict.rst:1310:      ``<:sig_item< # $_str:s$ $list:lsil$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1311-      ``MLast.SgUse loc s (Ploc.VaVal lsil)``
camlp5-7.13/doc/rst/ast_strict.rst:1312:      ``<:sig_item< # $_str:s$ $_list:lsil$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1313-      ``MLast.SgUse loc s lsil``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-1315-   - value
camlp5-7.13/doc/rst/ast_strict.rst:1316:      ``<:sig_item< value $s$ : $t$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1317-      ``MLast.SgVal loc (Ploc.VaVal s) t``
camlp5-7.13/doc/rst/ast_strict.rst:1318:      ``<:sig_item< value $_:s$ : $t$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1319-      ``MLast.SgVal loc s t``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-1339-   - access
camlp5-7.13/doc/rst/ast_strict.rst:1340:      ``<:module_expr< $me1$ . $me2$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1341-      ``MLast.MeAcc loc me1 me2``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-1343-   - application
camlp5-7.13/doc/rst/ast_strict.rst:1344:      ``<:module_expr< $me1$ $me2$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1345-      ``MLast.MeApp loc me1 me2``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-1347-   - functor
camlp5-7.13/doc/rst/ast_strict.rst:1348:      ``<:module_expr< functor ($s$ : $mt$) -> $me$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1349-      ``MLast.MeFun loc (Ploc.VaVal s) mt me``
camlp5-7.13/doc/rst/ast_strict.rst:1350:      ``<:module_expr< functor ($_:s$ : $mt$) -> $me$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1351-      ``MLast.MeFun loc s mt me``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-1353-   - struct
camlp5-7.13/doc/rst/ast_strict.rst:1354:      ``<:module_expr< struct $list:lsi$ end >>``
camlp5-7.13/doc/rst/ast_strict.rst-1355-      ``MLast.MeStr loc (Ploc.VaVal lsi)``
camlp5-7.13/doc/rst/ast_strict.rst:1356:      ``<:module_expr< struct $_list:lsi$ end >>``
camlp5-7.13/doc/rst/ast_strict.rst-1357-      ``MLast.MeStr loc lsi``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-1359-   - module type constraint
camlp5-7.13/doc/rst/ast_strict.rst:1360:      ``<:module_expr< ($me$ : $mt$) >>``
camlp5-7.13/doc/rst/ast_strict.rst-1361-      ``MLast.MeTyc loc me mt``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-1363-   - uppercase identifier
camlp5-7.13/doc/rst/ast_strict.rst:1364:      ``<:module_expr< $uid:s$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1365-      ``MLast.MeUid loc (Ploc.VaVal s)``
camlp5-7.13/doc/rst/ast_strict.rst:1366:      ``<:module_expr< $_uid:s$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1367-      ``MLast.MeUid loc s``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-1369-   - module unpacking
camlp5-7.13/doc/rst/ast_strict.rst:1370:      ``<:module_expr< (value $e$) >>``
camlp5-7.13/doc/rst/ast_strict.rst-1371-      ``MLast.MeUnp loc e None``
camlp5-7.13/doc/rst/ast_strict.rst:1372:      ``<:module_expr< (value $e$ : $mt$) >>``
camlp5-7.13/doc/rst/ast_strict.rst-1373-      ``MLast.MeUnp loc e (Some mt)``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-1388-   - access
camlp5-7.13/doc/rst/ast_strict.rst:1389:      ``<:module_type< $mt1$ . $mt2$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1390-      ``MLast.MtAcc loc mt1 mt2``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-1392-   - application
camlp5-7.13/doc/rst/ast_strict.rst:1393:      ``<:module_type< $mt1$ $mt2$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1394-      ``MLast.MtApp loc mt1 mt2``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-1396-   - functor
camlp5-7.13/doc/rst/ast_strict.rst:1397:      ``<:module_type< functor ($s$ : $mt1$) -> $mt2$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1398-      ``MLast.MtFun loc (Ploc.VaVal s) mt1 mt2``
camlp5-7.13/doc/rst/ast_strict.rst:1399:      ``<:module_type< functor ($_:s$ : $mt1$) -> $mt2$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1400-      ``MLast.MtFun loc s mt1 mt2``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-1402-   - lowercase identifier
camlp5-7.13/doc/rst/ast_strict.rst:1403:      ``<:module_type< $lid:s$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1404-      ``MLast.MtLid loc (Ploc.VaVal s)``
camlp5-7.13/doc/rst/ast_strict.rst:1405:      ``<:module_type< $_lid:s$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1406-      ``MLast.MtLid loc s``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-1408-   - abstract
camlp5-7.13/doc/rst/ast_strict.rst:1409:      ``<:module_type< ' $s$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1410-      ``MLast.MtQuo loc (Ploc.VaVal s)``
camlp5-7.13/doc/rst/ast_strict.rst:1411:      ``<:module_type< ' $_:s$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1412-      ``MLast.MtQuo loc s``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-1414-   - signature
camlp5-7.13/doc/rst/ast_strict.rst:1415:      ``<:module_type< sig $list:lsi$ end >>``
camlp5-7.13/doc/rst/ast_strict.rst-1416-      ``MLast.MtSig loc (Ploc.VaVal lsi)``
camlp5-7.13/doc/rst/ast_strict.rst:1417:      ``<:module_type< sig $_list:lsi$ end >>``
camlp5-7.13/doc/rst/ast_strict.rst-1418-      ``MLast.MtSig loc lsi``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-1420-   - of module expression
camlp5-7.13/doc/rst/ast_strict.rst:1421:      ``<:module_type< module type of $me$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1422-      ``MLast.MtTyo loc me``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-1424-   - uppercase identifier
camlp5-7.13/doc/rst/ast_strict.rst:1425:      ``<:module_type< $uid:s$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1426-      ``MLast.MtUid loc (Ploc.VaVal s)``
camlp5-7.13/doc/rst/ast_strict.rst:1427:      ``<:module_type< $_uid:s$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1428-      ``MLast.MtUid loc s``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-1430-   - with construction
camlp5-7.13/doc/rst/ast_strict.rst:1431:      ``<:module_type< $mt$ with $list:lwc$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1432-      ``MLast.MtWit loc mt (Ploc.VaVal lwc)``
camlp5-7.13/doc/rst/ast_strict.rst:1433:      ``<:module_type< $mt$ with $_list:lwc$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1434-      ``MLast.MtWit loc mt lwc``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-1452-   - application
camlp5-7.13/doc/rst/ast_strict.rst:1453:      ``<:class_expr< $ce$ $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1454-      ``MLast.CeApp loc ce e``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-1456-   - constructor
camlp5-7.13/doc/rst/ast_strict.rst:1457:      ``<:class_expr< [ $list:lt$ ] $list:ls$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1458-      ``MLast.CeCon loc (Ploc.VaVal ls) (Ploc.VaVal lt)``
camlp5-7.13/doc/rst/ast_strict.rst:1459:      ``<:class_expr< [ $_list:lt$ ] $list:ls$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1460-      ``MLast.CeCon loc (Ploc.VaVal ls) lt``
camlp5-7.13/doc/rst/ast_strict.rst:1461:      ``<:class_expr< [ $list:lt$ ] $_list:ls$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1462-      ``MLast.CeCon loc ls (Ploc.VaVal lt)``
camlp5-7.13/doc/rst/ast_strict.rst:1463:      ``<:class_expr< [ $_list:lt$ ] $_list:ls$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1464-      ``MLast.CeCon loc ls lt``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-1466-   - function
camlp5-7.13/doc/rst/ast_strict.rst:1467:      ``<:class_expr< fun $p$ -> $ce$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1468-      ``MLast.CeFun loc p ce``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-1470-   - let rec
camlp5-7.13/doc/rst/ast_strict.rst:1471:      ``<:class_expr< let rec $list:lpe$ in $ce$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1472-      ``MLast.CeLet loc (Ploc.VaVal True) (Ploc.VaVal lpe) ce``
camlp5-7.13/doc/rst/ast_strict.rst:1473:      ``<:class_expr< let rec $_list:lpe$ in $ce$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1474-      ``MLast.CeLet loc (Ploc.VaVal True) lpe ce``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-1476-   - let non rec
camlp5-7.13/doc/rst/ast_strict.rst:1477:      ``<:class_expr< let $list:lpe$ in $ce$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1478-      ``MLast.CeLet loc (Ploc.VaVal False) (Ploc.VaVal lpe) ce``
camlp5-7.13/doc/rst/ast_strict.rst:1479:      ``<:class_expr< let $_list:lpe$ in $ce$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1480-      ``MLast.CeLet loc (Ploc.VaVal False) lpe ce``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-1482-   - let
camlp5-7.13/doc/rst/ast_strict.rst:1483:      ``<:class_expr< let $flag:b$ $list:lpe$ in $ce$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1484-      ``MLast.CeLet loc (Ploc.VaVal b) (Ploc.VaVal lpe) ce``
camlp5-7.13/doc/rst/ast_strict.rst:1485:      ``<:class_expr< let $flag:b$ $_list:lpe$ in $ce$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1486-      ``MLast.CeLet loc (Ploc.VaVal b) lpe ce``
camlp5-7.13/doc/rst/ast_strict.rst:1487:      ``<:class_expr< let $_flag:b$ $list:lpe$ in $ce$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1488-      ``MLast.CeLet loc b (Ploc.VaVal lpe) ce``
camlp5-7.13/doc/rst/ast_strict.rst:1489:      ``<:class_expr< let $_flag:b$ $_list:lpe$ in $ce$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1490-      ``MLast.CeLet loc b lpe ce``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-1492-   - object
camlp5-7.13/doc/rst/ast_strict.rst:1493:      ``<:class_expr< object $list:lcsi$ end >>``
camlp5-7.13/doc/rst/ast_strict.rst-1494-      ``MLast.CeStr loc (Ploc.VaVal None) (Ploc.VaVal lcsi)``
camlp5-7.13/doc/rst/ast_strict.rst:1495:      ``<:class_expr< object $_list:lcsi$ end >>``
camlp5-7.13/doc/rst/ast_strict.rst-1496-      ``MLast.CeStr loc (Ploc.VaVal None) lcsi``
camlp5-7.13/doc/rst/ast_strict.rst:1497:      ``<:class_expr< object ($p$) $list:lcsi$ end >>``
camlp5-7.13/doc/rst/ast_strict.rst-1498-      ``MLast.CeStr loc (Ploc.VaVal (Some p)) (Ploc.VaVal lcsi)``
camlp5-7.13/doc/rst/ast_strict.rst:1499:      ``<:class_expr< object ($p$) $_list:lcsi$ end >>``
camlp5-7.13/doc/rst/ast_strict.rst-1500-      ``MLast.CeStr loc (Ploc.VaVal (Some p)) lcsi``
camlp5-7.13/doc/rst/ast_strict.rst:1501:      ``<:class_expr< object $opt:op$ $list:lcsi$ end >>``
camlp5-7.13/doc/rst/ast_strict.rst-1502-      ``MLast.CeStr loc (Ploc.VaVal op) (Ploc.VaVal lcsi)``
camlp5-7.13/doc/rst/ast_strict.rst:1503:      ``<:class_expr< object $opt:op$ $_list:lcsi$ end >>``
camlp5-7.13/doc/rst/ast_strict.rst-1504-      ``MLast.CeStr loc (Ploc.VaVal op) lcsi``
camlp5-7.13/doc/rst/ast_strict.rst:1505:      ``<:class_expr< object $_opt:op$ $list:lcsi$ end >>``
camlp5-7.13/doc/rst/ast_strict.rst-1506-      ``MLast.CeStr loc op (Ploc.VaVal lcsi)``
camlp5-7.13/doc/rst/ast_strict.rst:1507:      ``<:class_expr< object $_opt:op$ $_list:lcsi$ end >>``
camlp5-7.13/doc/rst/ast_strict.rst-1508-      ``MLast.CeStr loc op lcsi``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-1510-   - class type constraint
camlp5-7.13/doc/rst/ast_strict.rst:1511:      ``<:class_expr< ($ce$ : $ct$) >>``
camlp5-7.13/doc/rst/ast_strict.rst-1512-      ``MLast.CeTyc loc ce ct``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-1517-   - access
camlp5-7.13/doc/rst/ast_strict.rst:1518:      ``<:class_type< $ct1$ . $ct2$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1519-      ``MLast.CtAcc loc ct1 ct2``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-1521-   - application
camlp5-7.13/doc/rst/ast_strict.rst:1522:      ``<:class_type< $ct1$ $ct2$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1523-      ``MLast.CtApp loc ct1 ct2``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-1525-   - constructor
camlp5-7.13/doc/rst/ast_strict.rst:1526:      ``<:class_type< $ct$ [ $list:lt$ ] >>``
camlp5-7.13/doc/rst/ast_strict.rst-1527-      ``MLast.CtCon loc ct (Ploc.VaVal lt)``
camlp5-7.13/doc/rst/ast_strict.rst:1528:      ``<:class_type< $ct$ [ $_list:lt$ ] >>``
camlp5-7.13/doc/rst/ast_strict.rst-1529-      ``MLast.CtCon loc ct lt``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-1531-   - arrow
camlp5-7.13/doc/rst/ast_strict.rst:1532:      ``<:class_type< [ $t$ ] -> $ct$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1533-      ``MLast.CtFun loc t ct``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-1535-   - identifier
camlp5-7.13/doc/rst/ast_strict.rst:1536:      ``<:class_type< $id:s$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1537-      ``MLast.CtIde loc (Ploc.VaVal s)``
camlp5-7.13/doc/rst/ast_strict.rst:1538:      ``<:class_type< $_id:s$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1539-      ``MLast.CtIde loc s``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-1541-   - object
camlp5-7.13/doc/rst/ast_strict.rst:1542:      ``<:class_type< object $list:lcsi$ end >>``
camlp5-7.13/doc/rst/ast_strict.rst-1543-      ``MLast.CtSig loc (Ploc.VaVal None) (Ploc.VaVal lcsi)``
camlp5-7.13/doc/rst/ast_strict.rst:1544:      ``<:class_type< object $_list:lcsi$ end >>``
camlp5-7.13/doc/rst/ast_strict.rst-1545-      ``MLast.CtSig loc (Ploc.VaVal None) lcsi``
camlp5-7.13/doc/rst/ast_strict.rst:1546:      ``<:class_type< object ($t$) $list:lcsi$ end >>``
camlp5-7.13/doc/rst/ast_strict.rst-1547-      ``MLast.CtSig loc (Ploc.VaVal (Some t)) (Ploc.VaVal lcsi)``
camlp5-7.13/doc/rst/ast_strict.rst:1548:      ``<:class_type< object ($t$) $_list:lcsi$ end >>``
camlp5-7.13/doc/rst/ast_strict.rst-1549-      ``MLast.CtSig loc (Ploc.VaVal (Some t)) lcsi``
camlp5-7.13/doc/rst/ast_strict.rst:1550:      ``<:class_type< object $opt:ot$ $list:lcsi$ end >>``
camlp5-7.13/doc/rst/ast_strict.rst-1551-      ``MLast.CtSig loc (Ploc.VaVal ot) (Ploc.VaVal lcsi)``
camlp5-7.13/doc/rst/ast_strict.rst:1552:      ``<:class_type< object $opt:ot$ $_list:lcsi$ end >>``
camlp5-7.13/doc/rst/ast_strict.rst-1553-      ``MLast.CtSig loc (Ploc.VaVal ot) lcsi``
camlp5-7.13/doc/rst/ast_strict.rst:1554:      ``<:class_type< object $_opt:ot$ $list:lcsi$ end >>``
camlp5-7.13/doc/rst/ast_strict.rst-1555-      ``MLast.CtSig loc ot (Ploc.VaVal lcsi)``
camlp5-7.13/doc/rst/ast_strict.rst:1556:      ``<:class_type< object $_opt:ot$ $_list:lcsi$ end >>``
camlp5-7.13/doc/rst/ast_strict.rst-1557-      ``MLast.CtSig loc ot lcsi``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-1562-   - type constraint
camlp5-7.13/doc/rst/ast_strict.rst:1563:      ``<:class_str_item< type $t1$ = $t2$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1564-      ``MLast.CrCtr loc t1 t2``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-1566-   - declaration list
camlp5-7.13/doc/rst/ast_strict.rst:1567:      ``<:class_str_item< declare $list:lcsi$ end >>``
camlp5-7.13/doc/rst/ast_strict.rst-1568-      ``MLast.CrDcl loc (Ploc.VaVal lcsi)``
camlp5-7.13/doc/rst/ast_strict.rst:1569:      ``<:class_str_item< declare $_list:lcsi$ end >>``
camlp5-7.13/doc/rst/ast_strict.rst-1570-      ``MLast.CrDcl loc lcsi``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-1572-   - inheritance
camlp5-7.13/doc/rst/ast_strict.rst:1573:      ``<:class_str_item< inherit $ce$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1574-      ``MLast.CrInh loc ce (Ploc.VaVal None)``
camlp5-7.13/doc/rst/ast_strict.rst:1575:      ``<:class_str_item< inherit $ce$ $opt:Some s$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1576-      ``MLast.CrInh loc ce (Ploc.VaVal (Some s))``
camlp5-7.13/doc/rst/ast_strict.rst:1577:      ``<:class_str_item< inherit $ce$ $opt:os$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1578-      ``MLast.CrInh loc ce (Ploc.VaVal os)``
camlp5-7.13/doc/rst/ast_strict.rst:1579:      ``<:class_str_item< inherit $ce$ $_opt:os$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1580-      ``MLast.CrInh loc ce os``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-1582-   - initialization
camlp5-7.13/doc/rst/ast_strict.rst:1583:      ``<:class_str_item< initializer $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1584-      ``MLast.CrIni loc e``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-1586-   - method
camlp5-7.13/doc/rst/ast_strict.rst:1587:      ``<:class_str_item< method! private $lid:s$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1588-      ``MLast.CrMth loc (Ploc.VaVal True) (Ploc.VaVal True) (Ploc.VaVal s) (Ploc.VaVal None) e``
camlp5-7.13/doc/rst/ast_strict.rst:1589:      ``<:class_str_item< method! private $lid:s$ : $t$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1590-      ``MLast.CrMth loc (Ploc.VaVal True) (Ploc.VaVal True) (Ploc.VaVal s) (Ploc.VaVal (Some t)) e``
camlp5-7.13/doc/rst/ast_strict.rst:1591:      ``<:class_str_item< method! private $lid:s$ $opt:ot$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1592-      ``MLast.CrMth loc (Ploc.VaVal True) (Ploc.VaVal True) (Ploc.VaVal s) (Ploc.VaVal ot) e``
camlp5-7.13/doc/rst/ast_strict.rst:1593:      ``<:class_str_item< method! private $lid:s$ $_opt:ot$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1594-      ``MLast.CrMth loc (Ploc.VaVal True) (Ploc.VaVal True) (Ploc.VaVal s) ot e``
camlp5-7.13/doc/rst/ast_strict.rst:1595:      ``<:class_str_item< method! private $_lid:s$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1596-      ``MLast.CrMth loc (Ploc.VaVal True) (Ploc.VaVal True) s (Ploc.VaVal None) e``
camlp5-7.13/doc/rst/ast_strict.rst:1597:      ``<:class_str_item< method! private $_lid:s$ : $t$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1598-      ``MLast.CrMth loc (Ploc.VaVal True) (Ploc.VaVal True) s (Ploc.VaVal (Some t)) e``
camlp5-7.13/doc/rst/ast_strict.rst:1599:      ``<:class_str_item< method! private $_lid:s$ $opt:ot$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1600-      ``MLast.CrMth loc (Ploc.VaVal True) (Ploc.VaVal True) s (Ploc.VaVal ot) e``
camlp5-7.13/doc/rst/ast_strict.rst:1601:      ``<:class_str_item< method! private $_lid:s$ $_opt:ot$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1602-      ``MLast.CrMth loc (Ploc.VaVal True) (Ploc.VaVal True) s ot e``
camlp5-7.13/doc/rst/ast_strict.rst:1603:      ``<:class_str_item< method! $lid:s$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1604-      ``MLast.CrMth loc (Ploc.VaVal True) (Ploc.VaVal False) (Ploc.VaVal s) (Ploc.VaVal None) e``
camlp5-7.13/doc/rst/ast_strict.rst:1605:      ``<:class_str_item< method! $lid:s$ : $t$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1606-      ``MLast.CrMth loc (Ploc.VaVal True) (Ploc.VaVal False) (Ploc.VaVal s) (Ploc.VaVal (Some t)) e``
camlp5-7.13/doc/rst/ast_strict.rst:1607:      ``<:class_str_item< method! $lid:s$ $opt:ot$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1608-      ``MLast.CrMth loc (Ploc.VaVal True) (Ploc.VaVal False) (Ploc.VaVal s) (Ploc.VaVal ot) e``
camlp5-7.13/doc/rst/ast_strict.rst:1609:      ``<:class_str_item< method! $lid:s$ $_opt:ot$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1610-      ``MLast.CrMth loc (Ploc.VaVal True) (Ploc.VaVal False) (Ploc.VaVal s) ot e``
camlp5-7.13/doc/rst/ast_strict.rst:1611:      ``<:class_str_item< method! $_lid:s$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1612-      ``MLast.CrMth loc (Ploc.VaVal True) (Ploc.VaVal False) s (Ploc.VaVal None) e``
camlp5-7.13/doc/rst/ast_strict.rst:1613:      ``<:class_str_item< method! $_lid:s$ : $t$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1614-      ``MLast.CrMth loc (Ploc.VaVal True) (Ploc.VaVal False) s (Ploc.VaVal (Some t)) e``
camlp5-7.13/doc/rst/ast_strict.rst:1615:      ``<:class_str_item< method! $_lid:s$ $opt:ot$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1616-      ``MLast.CrMth loc (Ploc.VaVal True) (Ploc.VaVal False) s (Ploc.VaVal ot) e``
camlp5-7.13/doc/rst/ast_strict.rst:1617:      ``<:class_str_item< method! $_lid:s$ $_opt:ot$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1618-      ``MLast.CrMth loc (Ploc.VaVal True) (Ploc.VaVal False) s ot e``
camlp5-7.13/doc/rst/ast_strict.rst:1619:      ``<:class_str_item< method! $priv:b2$ $lid:s$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1620-      ``MLast.CrMth loc (Ploc.VaVal True) (Ploc.VaVal b2) (Ploc.VaVal s) (Ploc.VaVal None) e``
camlp5-7.13/doc/rst/ast_strict.rst:1621:      ``<:class_str_item< method! $priv:b2$ $lid:s$ : $t$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1622-      ``MLast.CrMth loc (Ploc.VaVal True) (Ploc.VaVal b2) (Ploc.VaVal s) (Ploc.VaVal (Some t)) e``
camlp5-7.13/doc/rst/ast_strict.rst:1623:      ``<:class_str_item< method! $priv:b2$ $lid:s$ $opt:ot$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1624-      ``MLast.CrMth loc (Ploc.VaVal True) (Ploc.VaVal b2) (Ploc.VaVal s) (Ploc.VaVal ot) e``
camlp5-7.13/doc/rst/ast_strict.rst:1625:      ``<:class_str_item< method! $priv:b2$ $lid:s$ $_opt:ot$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1626-      ``MLast.CrMth loc (Ploc.VaVal True) (Ploc.VaVal b2) (Ploc.VaVal s) ot e``
camlp5-7.13/doc/rst/ast_strict.rst:1627:      ``<:class_str_item< method! $priv:b2$ $_lid:s$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1628-      ``MLast.CrMth loc (Ploc.VaVal True) (Ploc.VaVal b2) s (Ploc.VaVal None) e``
camlp5-7.13/doc/rst/ast_strict.rst:1629:      ``<:class_str_item< method! $priv:b2$ $_lid:s$ : $t$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1630-      ``MLast.CrMth loc (Ploc.VaVal True) (Ploc.VaVal b2) s (Ploc.VaVal (Some t)) e``
camlp5-7.13/doc/rst/ast_strict.rst:1631:      ``<:class_str_item< method! $priv:b2$ $_lid:s$ $opt:ot$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1632-      ``MLast.CrMth loc (Ploc.VaVal True) (Ploc.VaVal b2) s (Ploc.VaVal ot) e``
camlp5-7.13/doc/rst/ast_strict.rst:1633:      ``<:class_str_item< method! $priv:b2$ $_lid:s$ $_opt:ot$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1634-      ``MLast.CrMth loc (Ploc.VaVal True) (Ploc.VaVal b2) s ot e``
camlp5-7.13/doc/rst/ast_strict.rst:1635:      ``<:class_str_item< method! $_priv:b2$ $lid:s$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1636-      ``MLast.CrMth loc (Ploc.VaVal True) b2 (Ploc.VaVal s) (Ploc.VaVal None) e``
camlp5-7.13/doc/rst/ast_strict.rst:1637:      ``<:class_str_item< method! $_priv:b2$ $lid:s$ : $t$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1638-      ``MLast.CrMth loc (Ploc.VaVal True) b2 (Ploc.VaVal s) (Ploc.VaVal (Some t)) e``
camlp5-7.13/doc/rst/ast_strict.rst:1639:      ``<:class_str_item< method! $_priv:b2$ $lid:s$ $opt:ot$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1640-      ``MLast.CrMth loc (Ploc.VaVal True) b2 (Ploc.VaVal s) (Ploc.VaVal ot) e``
camlp5-7.13/doc/rst/ast_strict.rst:1641:      ``<:class_str_item< method! $_priv:b2$ $lid:s$ $_opt:ot$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1642-      ``MLast.CrMth loc (Ploc.VaVal True) b2 (Ploc.VaVal s) ot e``
camlp5-7.13/doc/rst/ast_strict.rst:1643:      ``<:class_str_item< method! $_priv:b2$ $_lid:s$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1644-      ``MLast.CrMth loc (Ploc.VaVal True) b2 s (Ploc.VaVal None) e``
camlp5-7.13/doc/rst/ast_strict.rst:1645:      ``<:class_str_item< method! $_priv:b2$ $_lid:s$ : $t$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1646-      ``MLast.CrMth loc (Ploc.VaVal True) b2 s (Ploc.VaVal (Some t)) e``
camlp5-7.13/doc/rst/ast_strict.rst:1647:      ``<:class_str_item< method! $_priv:b2$ $_lid:s$ $opt:ot$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1648-      ``MLast.CrMth loc (Ploc.VaVal True) b2 s (Ploc.VaVal ot) e``
camlp5-7.13/doc/rst/ast_strict.rst:1649:      ``<:class_str_item< method! $_priv:b2$ $_lid:s$ $_opt:ot$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1650-      ``MLast.CrMth loc (Ploc.VaVal True) b2 s ot e``
camlp5-7.13/doc/rst/ast_strict.rst:1651:      ``<:class_str_item< method private $lid:s$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1652-      ``MLast.CrMth loc (Ploc.VaVal False) (Ploc.VaVal True) (Ploc.VaVal s) (Ploc.VaVal None) e``
camlp5-7.13/doc/rst/ast_strict.rst:1653:      ``<:class_str_item< method private $lid:s$ : $t$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1654-      ``MLast.CrMth loc (Ploc.VaVal False) (Ploc.VaVal True) (Ploc.VaVal s) (Ploc.VaVal (Some t)) e``
camlp5-7.13/doc/rst/ast_strict.rst:1655:      ``<:class_str_item< method private $lid:s$ $opt:ot$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1656-      ``MLast.CrMth loc (Ploc.VaVal False) (Ploc.VaVal True) (Ploc.VaVal s) (Ploc.VaVal ot) e``
camlp5-7.13/doc/rst/ast_strict.rst:1657:      ``<:class_str_item< method private $lid:s$ $_opt:ot$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1658-      ``MLast.CrMth loc (Ploc.VaVal False) (Ploc.VaVal True) (Ploc.VaVal s) ot e``
camlp5-7.13/doc/rst/ast_strict.rst:1659:      ``<:class_str_item< method private $_lid:s$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1660-      ``MLast.CrMth loc (Ploc.VaVal False) (Ploc.VaVal True) s (Ploc.VaVal None) e``
camlp5-7.13/doc/rst/ast_strict.rst:1661:      ``<:class_str_item< method private $_lid:s$ : $t$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1662-      ``MLast.CrMth loc (Ploc.VaVal False) (Ploc.VaVal True) s (Ploc.VaVal (Some t)) e``
camlp5-7.13/doc/rst/ast_strict.rst:1663:      ``<:class_str_item< method private $_lid:s$ $opt:ot$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1664-      ``MLast.CrMth loc (Ploc.VaVal False) (Ploc.VaVal True) s (Ploc.VaVal ot) e``
camlp5-7.13/doc/rst/ast_strict.rst:1665:      ``<:class_str_item< method private $_lid:s$ $_opt:ot$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1666-      ``MLast.CrMth loc (Ploc.VaVal False) (Ploc.VaVal True) s ot e``
camlp5-7.13/doc/rst/ast_strict.rst:1667:      ``<:class_str_item< method $lid:s$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1668-      ``MLast.CrMth loc (Ploc.VaVal False) (Ploc.VaVal False) (Ploc.VaVal s) (Ploc.VaVal None) e``
camlp5-7.13/doc/rst/ast_strict.rst:1669:      ``<:class_str_item< method $lid:s$ : $t$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1670-      ``MLast.CrMth loc (Ploc.VaVal False) (Ploc.VaVal False) (Ploc.VaVal s) (Ploc.VaVal (Some t)) e``
camlp5-7.13/doc/rst/ast_strict.rst:1671:      ``<:class_str_item< method $lid:s$ $opt:ot$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1672-      ``MLast.CrMth loc (Ploc.VaVal False) (Ploc.VaVal False) (Ploc.VaVal s) (Ploc.VaVal ot) e``
camlp5-7.13/doc/rst/ast_strict.rst:1673:      ``<:class_str_item< method $lid:s$ $_opt:ot$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1674-      ``MLast.CrMth loc (Ploc.VaVal False) (Ploc.VaVal False) (Ploc.VaVal s) ot e``
camlp5-7.13/doc/rst/ast_strict.rst:1675:      ``<:class_str_item< method $_lid:s$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1676-      ``MLast.CrMth loc (Ploc.VaVal False) (Ploc.VaVal False) s (Ploc.VaVal None) e``
camlp5-7.13/doc/rst/ast_strict.rst:1677:      ``<:class_str_item< method $_lid:s$ : $t$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1678-      ``MLast.CrMth loc (Ploc.VaVal False) (Ploc.VaVal False) s (Ploc.VaVal (Some t)) e``
camlp5-7.13/doc/rst/ast_strict.rst:1679:      ``<:class_str_item< method $_lid:s$ $opt:ot$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1680-      ``MLast.CrMth loc (Ploc.VaVal False) (Ploc.VaVal False) s (Ploc.VaVal ot) e``
camlp5-7.13/doc/rst/ast_strict.rst:1681:      ``<:class_str_item< method $_lid:s$ $_opt:ot$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1682-      ``MLast.CrMth loc (Ploc.VaVal False) (Ploc.VaVal False) s ot e``
camlp5-7.13/doc/rst/ast_strict.rst:1683:      ``<:class_str_item< method $priv:b2$ $lid:s$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1684-      ``MLast.CrMth loc (Ploc.VaVal False) (Ploc.VaVal b2) (Ploc.VaVal s) (Ploc.VaVal None) e``
camlp5-7.13/doc/rst/ast_strict.rst:1685:      ``<:class_str_item< method $priv:b2$ $lid:s$ : $t$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1686-      ``MLast.CrMth loc (Ploc.VaVal False) (Ploc.VaVal b2) (Ploc.VaVal s) (Ploc.VaVal (Some t)) e``
camlp5-7.13/doc/rst/ast_strict.rst:1687:      ``<:class_str_item< method $priv:b2$ $lid:s$ $opt:ot$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1688-      ``MLast.CrMth loc (Ploc.VaVal False) (Ploc.VaVal b2) (Ploc.VaVal s) (Ploc.VaVal ot) e``
camlp5-7.13/doc/rst/ast_strict.rst:1689:      ``<:class_str_item< method $priv:b2$ $lid:s$ $_opt:ot$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1690-      ``MLast.CrMth loc (Ploc.VaVal False) (Ploc.VaVal b2) (Ploc.VaVal s) ot e``
camlp5-7.13/doc/rst/ast_strict.rst:1691:      ``<:class_str_item< method $priv:b2$ $_lid:s$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1692-      ``MLast.CrMth loc (Ploc.VaVal False) (Ploc.VaVal b2) s (Ploc.VaVal None) e``
camlp5-7.13/doc/rst/ast_strict.rst:1693:      ``<:class_str_item< method $priv:b2$ $_lid:s$ : $t$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1694-      ``MLast.CrMth loc (Ploc.VaVal False) (Ploc.VaVal b2) s (Ploc.VaVal (Some t)) e``
camlp5-7.13/doc/rst/ast_strict.rst:1695:      ``<:class_str_item< method $priv:b2$ $_lid:s$ $opt:ot$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1696-      ``MLast.CrMth loc (Ploc.VaVal False) (Ploc.VaVal b2) s (Ploc.VaVal ot) e``
camlp5-7.13/doc/rst/ast_strict.rst:1697:      ``<:class_str_item< method $priv:b2$ $_lid:s$ $_opt:ot$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1698-      ``MLast.CrMth loc (Ploc.VaVal False) (Ploc.VaVal b2) s ot e``
camlp5-7.13/doc/rst/ast_strict.rst:1699:      ``<:class_str_item< method $_priv:b2$ $lid:s$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1700-      ``MLast.CrMth loc (Ploc.VaVal False) b2 (Ploc.VaVal s) (Ploc.VaVal None) e``
camlp5-7.13/doc/rst/ast_strict.rst:1701:      ``<:class_str_item< method $_priv:b2$ $lid:s$ : $t$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1702-      ``MLast.CrMth loc (Ploc.VaVal False) b2 (Ploc.VaVal s) (Ploc.VaVal (Some t)) e``
camlp5-7.13/doc/rst/ast_strict.rst:1703:      ``<:class_str_item< method $_priv:b2$ $lid:s$ $opt:ot$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1704-      ``MLast.CrMth loc (Ploc.VaVal False) b2 (Ploc.VaVal s) (Ploc.VaVal ot) e``
camlp5-7.13/doc/rst/ast_strict.rst:1705:      ``<:class_str_item< method $_priv:b2$ $lid:s$ $_opt:ot$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1706-      ``MLast.CrMth loc (Ploc.VaVal False) b2 (Ploc.VaVal s) ot e``
camlp5-7.13/doc/rst/ast_strict.rst:1707:      ``<:class_str_item< method $_priv:b2$ $_lid:s$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1708-      ``MLast.CrMth loc (Ploc.VaVal False) b2 s (Ploc.VaVal None) e``
camlp5-7.13/doc/rst/ast_strict.rst:1709:      ``<:class_str_item< method $_priv:b2$ $_lid:s$ : $t$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1710-      ``MLast.CrMth loc (Ploc.VaVal False) b2 s (Ploc.VaVal (Some t)) e``
camlp5-7.13/doc/rst/ast_strict.rst:1711:      ``<:class_str_item< method $_priv:b2$ $_lid:s$ $opt:ot$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1712-      ``MLast.CrMth loc (Ploc.VaVal False) b2 s (Ploc.VaVal ot) e``
camlp5-7.13/doc/rst/ast_strict.rst:1713:      ``<:class_str_item< method $_priv:b2$ $_lid:s$ $_opt:ot$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1714-      ``MLast.CrMth loc (Ploc.VaVal False) b2 s ot e``
camlp5-7.13/doc/rst/ast_strict.rst:1715:      ``<:class_str_item< method $!:b1$ private $lid:s$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1716-      ``MLast.CrMth loc (Ploc.VaVal b1) (Ploc.VaVal True) (Ploc.VaVal s) (Ploc.VaVal None) e``
camlp5-7.13/doc/rst/ast_strict.rst:1717:      ``<:class_str_item< method $!:b1$ private $lid:s$ : $t$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1718-      ``MLast.CrMth loc (Ploc.VaVal b1) (Ploc.VaVal True) (Ploc.VaVal s) (Ploc.VaVal (Some t)) e``
camlp5-7.13/doc/rst/ast_strict.rst:1719:      ``<:class_str_item< method $!:b1$ private $lid:s$ $opt:ot$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1720-      ``MLast.CrMth loc (Ploc.VaVal b1) (Ploc.VaVal True) (Ploc.VaVal s) (Ploc.VaVal ot) e``
camlp5-7.13/doc/rst/ast_strict.rst:1721:      ``<:class_str_item< method $!:b1$ private $lid:s$ $_opt:ot$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1722-      ``MLast.CrMth loc (Ploc.VaVal b1) (Ploc.VaVal True) (Ploc.VaVal s) ot e``
camlp5-7.13/doc/rst/ast_strict.rst:1723:      ``<:class_str_item< method $!:b1$ private $_lid:s$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1724-      ``MLast.CrMth loc (Ploc.VaVal b1) (Ploc.VaVal True) s (Ploc.VaVal None) e``
camlp5-7.13/doc/rst/ast_strict.rst:1725:      ``<:class_str_item< method $!:b1$ private $_lid:s$ : $t$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1726-      ``MLast.CrMth loc (Ploc.VaVal b1) (Ploc.VaVal True) s (Ploc.VaVal (Some t)) e``
camlp5-7.13/doc/rst/ast_strict.rst:1727:      ``<:class_str_item< method $!:b1$ private $_lid:s$ $opt:ot$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1728-      ``MLast.CrMth loc (Ploc.VaVal b1) (Ploc.VaVal True) s (Ploc.VaVal ot) e``
camlp5-7.13/doc/rst/ast_strict.rst:1729:      ``<:class_str_item< method $!:b1$ private $_lid:s$ $_opt:ot$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1730-      ``MLast.CrMth loc (Ploc.VaVal b1) (Ploc.VaVal True) s ot e``
camlp5-7.13/doc/rst/ast_strict.rst:1731:      ``<:class_str_item< method $!:b1$ $lid:s$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1732-      ``MLast.CrMth loc (Ploc.VaVal b1) (Ploc.VaVal False) (Ploc.VaVal s) (Ploc.VaVal None) e``
camlp5-7.13/doc/rst/ast_strict.rst:1733:      ``<:class_str_item< method $!:b1$ $lid:s$ : $t$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1734-      ``MLast.CrMth loc (Ploc.VaVal b1) (Ploc.VaVal False) (Ploc.VaVal s) (Ploc.VaVal (Some t)) e``
camlp5-7.13/doc/rst/ast_strict.rst:1735:      ``<:class_str_item< method $!:b1$ $lid:s$ $opt:ot$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1736-      ``MLast.CrMth loc (Ploc.VaVal b1) (Ploc.VaVal False) (Ploc.VaVal s) (Ploc.VaVal ot) e``
camlp5-7.13/doc/rst/ast_strict.rst:1737:      ``<:class_str_item< method $!:b1$ $lid:s$ $_opt:ot$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1738-      ``MLast.CrMth loc (Ploc.VaVal b1) (Ploc.VaVal False) (Ploc.VaVal s) ot e``
camlp5-7.13/doc/rst/ast_strict.rst:1739:      ``<:class_str_item< method $!:b1$ $_lid:s$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1740-      ``MLast.CrMth loc (Ploc.VaVal b1) (Ploc.VaVal False) s (Ploc.VaVal None) e``
camlp5-7.13/doc/rst/ast_strict.rst:1741:      ``<:class_str_item< method $!:b1$ $_lid:s$ : $t$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1742-      ``MLast.CrMth loc (Ploc.VaVal b1) (Ploc.VaVal False) s (Ploc.VaVal (Some t)) e``
camlp5-7.13/doc/rst/ast_strict.rst:1743:      ``<:class_str_item< method $!:b1$ $_lid:s$ $opt:ot$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1744-      ``MLast.CrMth loc (Ploc.VaVal b1) (Ploc.VaVal False) s (Ploc.VaVal ot) e``
camlp5-7.13/doc/rst/ast_strict.rst:1745:      ``<:class_str_item< method $!:b1$ $_lid:s$ $_opt:ot$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1746-      ``MLast.CrMth loc (Ploc.VaVal b1) (Ploc.VaVal False) s ot e``
camlp5-7.13/doc/rst/ast_strict.rst:1747:      ``<:class_str_item< method $!:b1$ $priv:b2$ $lid:s$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1748-      ``MLast.CrMth loc (Ploc.VaVal b1) (Ploc.VaVal b2) (Ploc.VaVal s) (Ploc.VaVal None) e``
camlp5-7.13/doc/rst/ast_strict.rst:1749:      ``<:class_str_item< method $!:b1$ $priv:b2$ $lid:s$ : $t$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1750-      ``MLast.CrMth loc (Ploc.VaVal b1) (Ploc.VaVal b2) (Ploc.VaVal s) (Ploc.VaVal (Some t)) e``
camlp5-7.13/doc/rst/ast_strict.rst:1751:      ``<:class_str_item< method $!:b1$ $priv:b2$ $lid:s$ $opt:ot$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1752-      ``MLast.CrMth loc (Ploc.VaVal b1) (Ploc.VaVal b2) (Ploc.VaVal s) (Ploc.VaVal ot) e``
camlp5-7.13/doc/rst/ast_strict.rst:1753:      ``<:class_str_item< method $!:b1$ $priv:b2$ $lid:s$ $_opt:ot$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1754-      ``MLast.CrMth loc (Ploc.VaVal b1) (Ploc.VaVal b2) (Ploc.VaVal s) ot e``
camlp5-7.13/doc/rst/ast_strict.rst:1755:      ``<:class_str_item< method $!:b1$ $priv:b2$ $_lid:s$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1756-      ``MLast.CrMth loc (Ploc.VaVal b1) (Ploc.VaVal b2) s (Ploc.VaVal None) e``
camlp5-7.13/doc/rst/ast_strict.rst:1757:      ``<:class_str_item< method $!:b1$ $priv:b2$ $_lid:s$ : $t$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1758-      ``MLast.CrMth loc (Ploc.VaVal b1) (Ploc.VaVal b2) s (Ploc.VaVal (Some t)) e``
camlp5-7.13/doc/rst/ast_strict.rst:1759:      ``<:class_str_item< method $!:b1$ $priv:b2$ $_lid:s$ $opt:ot$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1760-      ``MLast.CrMth loc (Ploc.VaVal b1) (Ploc.VaVal b2) s (Ploc.VaVal ot) e``
camlp5-7.13/doc/rst/ast_strict.rst:1761:      ``<:class_str_item< method $!:b1$ $priv:b2$ $_lid:s$ $_opt:ot$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1762-      ``MLast.CrMth loc (Ploc.VaVal b1) (Ploc.VaVal b2) s ot e``
camlp5-7.13/doc/rst/ast_strict.rst:1763:      ``<:class_str_item< method $!:b1$ $_priv:b2$ $lid:s$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1764-      ``MLast.CrMth loc (Ploc.VaVal b1) b2 (Ploc.VaVal s) (Ploc.VaVal None) e``
camlp5-7.13/doc/rst/ast_strict.rst:1765:      ``<:class_str_item< method $!:b1$ $_priv:b2$ $lid:s$ : $t$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1766-      ``MLast.CrMth loc (Ploc.VaVal b1) b2 (Ploc.VaVal s) (Ploc.VaVal (Some t)) e``
camlp5-7.13/doc/rst/ast_strict.rst:1767:      ``<:class_str_item< method $!:b1$ $_priv:b2$ $lid:s$ $opt:ot$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1768-      ``MLast.CrMth loc (Ploc.VaVal b1) b2 (Ploc.VaVal s) (Ploc.VaVal ot) e``
camlp5-7.13/doc/rst/ast_strict.rst:1769:      ``<:class_str_item< method $!:b1$ $_priv:b2$ $lid:s$ $_opt:ot$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1770-      ``MLast.CrMth loc (Ploc.VaVal b1) b2 (Ploc.VaVal s) ot e``
camlp5-7.13/doc/rst/ast_strict.rst:1771:      ``<:class_str_item< method $!:b1$ $_priv:b2$ $_lid:s$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1772-      ``MLast.CrMth loc (Ploc.VaVal b1) b2 s (Ploc.VaVal None) e``
camlp5-7.13/doc/rst/ast_strict.rst:1773:      ``<:class_str_item< method $!:b1$ $_priv:b2$ $_lid:s$ : $t$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1774-      ``MLast.CrMth loc (Ploc.VaVal b1) b2 s (Ploc.VaVal (Some t)) e``
camlp5-7.13/doc/rst/ast_strict.rst:1775:      ``<:class_str_item< method $!:b1$ $_priv:b2$ $_lid:s$ $opt:ot$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1776-      ``MLast.CrMth loc (Ploc.VaVal b1) b2 s (Ploc.VaVal ot) e``
camlp5-7.13/doc/rst/ast_strict.rst:1777:      ``<:class_str_item< method $!:b1$ $_priv:b2$ $_lid:s$ $_opt:ot$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1778-      ``MLast.CrMth loc (Ploc.VaVal b1) b2 s ot e``
camlp5-7.13/doc/rst/ast_strict.rst:1779:      ``<:class_str_item< method $_!:b1$ private $lid:s$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1780-      ``MLast.CrMth loc b1 (Ploc.VaVal True) (Ploc.VaVal s) (Ploc.VaVal None) e``
camlp5-7.13/doc/rst/ast_strict.rst:1781:      ``<:class_str_item< method $_!:b1$ private $lid:s$ : $t$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1782-      ``MLast.CrMth loc b1 (Ploc.VaVal True) (Ploc.VaVal s) (Ploc.VaVal (Some t)) e``
camlp5-7.13/doc/rst/ast_strict.rst:1783:      ``<:class_str_item< method $_!:b1$ private $lid:s$ $opt:ot$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1784-      ``MLast.CrMth loc b1 (Ploc.VaVal True) (Ploc.VaVal s) (Ploc.VaVal ot) e``
camlp5-7.13/doc/rst/ast_strict.rst:1785:      ``<:class_str_item< method $_!:b1$ private $lid:s$ $_opt:ot$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1786-      ``MLast.CrMth loc b1 (Ploc.VaVal True) (Ploc.VaVal s) ot e``
camlp5-7.13/doc/rst/ast_strict.rst:1787:      ``<:class_str_item< method $_!:b1$ private $_lid:s$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1788-      ``MLast.CrMth loc b1 (Ploc.VaVal True) s (Ploc.VaVal None) e``
camlp5-7.13/doc/rst/ast_strict.rst:1789:      ``<:class_str_item< method $_!:b1$ private $_lid:s$ : $t$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1790-      ``MLast.CrMth loc b1 (Ploc.VaVal True) s (Ploc.VaVal (Some t)) e``
camlp5-7.13/doc/rst/ast_strict.rst:1791:      ``<:class_str_item< method $_!:b1$ private $_lid:s$ $opt:ot$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1792-      ``MLast.CrMth loc b1 (Ploc.VaVal True) s (Ploc.VaVal ot) e``
camlp5-7.13/doc/rst/ast_strict.rst:1793:      ``<:class_str_item< method $_!:b1$ private $_lid:s$ $_opt:ot$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1794-      ``MLast.CrMth loc b1 (Ploc.VaVal True) s ot e``
camlp5-7.13/doc/rst/ast_strict.rst:1795:      ``<:class_str_item< method $_!:b1$ $lid:s$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1796-      ``MLast.CrMth loc b1 (Ploc.VaVal False) (Ploc.VaVal s) (Ploc.VaVal None) e``
camlp5-7.13/doc/rst/ast_strict.rst:1797:      ``<:class_str_item< method $_!:b1$ $lid:s$ : $t$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1798-      ``MLast.CrMth loc b1 (Ploc.VaVal False) (Ploc.VaVal s) (Ploc.VaVal (Some t)) e``
camlp5-7.13/doc/rst/ast_strict.rst:1799:      ``<:class_str_item< method $_!:b1$ $lid:s$ $opt:ot$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1800-      ``MLast.CrMth loc b1 (Ploc.VaVal False) (Ploc.VaVal s) (Ploc.VaVal ot) e``
camlp5-7.13/doc/rst/ast_strict.rst:1801:      ``<:class_str_item< method $_!:b1$ $lid:s$ $_opt:ot$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1802-      ``MLast.CrMth loc b1 (Ploc.VaVal False) (Ploc.VaVal s) ot e``
camlp5-7.13/doc/rst/ast_strict.rst:1803:      ``<:class_str_item< method $_!:b1$ $_lid:s$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1804-      ``MLast.CrMth loc b1 (Ploc.VaVal False) s (Ploc.VaVal None) e``
camlp5-7.13/doc/rst/ast_strict.rst:1805:      ``<:class_str_item< method $_!:b1$ $_lid:s$ : $t$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1806-      ``MLast.CrMth loc b1 (Ploc.VaVal False) s (Ploc.VaVal (Some t)) e``
camlp5-7.13/doc/rst/ast_strict.rst:1807:      ``<:class_str_item< method $_!:b1$ $_lid:s$ $opt:ot$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1808-      ``MLast.CrMth loc b1 (Ploc.VaVal False) s (Ploc.VaVal ot) e``
camlp5-7.13/doc/rst/ast_strict.rst:1809:      ``<:class_str_item< method $_!:b1$ $_lid:s$ $_opt:ot$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1810-      ``MLast.CrMth loc b1 (Ploc.VaVal False) s ot e``
camlp5-7.13/doc/rst/ast_strict.rst:1811:      ``<:class_str_item< method $_!:b1$ $priv:b2$ $lid:s$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1812-      ``MLast.CrMth loc b1 (Ploc.VaVal b2) (Ploc.VaVal s) (Ploc.VaVal None) e``
camlp5-7.13/doc/rst/ast_strict.rst:1813:      ``<:class_str_item< method $_!:b1$ $priv:b2$ $lid:s$ : $t$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1814-      ``MLast.CrMth loc b1 (Ploc.VaVal b2) (Ploc.VaVal s) (Ploc.VaVal (Some t)) e``
camlp5-7.13/doc/rst/ast_strict.rst:1815:      ``<:class_str_item< method $_!:b1$ $priv:b2$ $lid:s$ $opt:ot$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1816-      ``MLast.CrMth loc b1 (Ploc.VaVal b2) (Ploc.VaVal s) (Ploc.VaVal ot) e``
camlp5-7.13/doc/rst/ast_strict.rst:1817:      ``<:class_str_item< method $_!:b1$ $priv:b2$ $lid:s$ $_opt:ot$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1818-      ``MLast.CrMth loc b1 (Ploc.VaVal b2) (Ploc.VaVal s) ot e``
camlp5-7.13/doc/rst/ast_strict.rst:1819:      ``<:class_str_item< method $_!:b1$ $priv:b2$ $_lid:s$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1820-      ``MLast.CrMth loc b1 (Ploc.VaVal b2) s (Ploc.VaVal None) e``
camlp5-7.13/doc/rst/ast_strict.rst:1821:      ``<:class_str_item< method $_!:b1$ $priv:b2$ $_lid:s$ : $t$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1822-      ``MLast.CrMth loc b1 (Ploc.VaVal b2) s (Ploc.VaVal (Some t)) e``
camlp5-7.13/doc/rst/ast_strict.rst:1823:      ``<:class_str_item< method $_!:b1$ $priv:b2$ $_lid:s$ $opt:ot$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1824-      ``MLast.CrMth loc b1 (Ploc.VaVal b2) s (Ploc.VaVal ot) e``
camlp5-7.13/doc/rst/ast_strict.rst:1825:      ``<:class_str_item< method $_!:b1$ $priv:b2$ $_lid:s$ $_opt:ot$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1826-      ``MLast.CrMth loc b1 (Ploc.VaVal b2) s ot e``
camlp5-7.13/doc/rst/ast_strict.rst:1827:      ``<:class_str_item< method $_!:b1$ $_priv:b2$ $lid:s$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1828-      ``MLast.CrMth loc b1 b2 (Ploc.VaVal s) (Ploc.VaVal None) e``
camlp5-7.13/doc/rst/ast_strict.rst:1829:      ``<:class_str_item< method $_!:b1$ $_priv:b2$ $lid:s$ : $t$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1830-      ``MLast.CrMth loc b1 b2 (Ploc.VaVal s) (Ploc.VaVal (Some t)) e``
camlp5-7.13/doc/rst/ast_strict.rst:1831:      ``<:class_str_item< method $_!:b1$ $_priv:b2$ $lid:s$ $opt:ot$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1832-      ``MLast.CrMth loc b1 b2 (Ploc.VaVal s) (Ploc.VaVal ot) e``
camlp5-7.13/doc/rst/ast_strict.rst:1833:      ``<:class_str_item< method $_!:b1$ $_priv:b2$ $lid:s$ $_opt:ot$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1834-      ``MLast.CrMth loc b1 b2 (Ploc.VaVal s) ot e``
camlp5-7.13/doc/rst/ast_strict.rst:1835:      ``<:class_str_item< method $_!:b1$ $_priv:b2$ $_lid:s$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1836-      ``MLast.CrMth loc b1 b2 s (Ploc.VaVal None) e``
camlp5-7.13/doc/rst/ast_strict.rst:1837:      ``<:class_str_item< method $_!:b1$ $_priv:b2$ $_lid:s$ : $t$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1838-      ``MLast.CrMth loc b1 b2 s (Ploc.VaVal (Some t)) e``
camlp5-7.13/doc/rst/ast_strict.rst:1839:      ``<:class_str_item< method $_!:b1$ $_priv:b2$ $_lid:s$ $opt:ot$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1840-      ``MLast.CrMth loc b1 b2 s (Ploc.VaVal ot) e``
camlp5-7.13/doc/rst/ast_strict.rst:1841:      ``<:class_str_item< method $_!:b1$ $_priv:b2$ $_lid:s$ $_opt:ot$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1842-      ``MLast.CrMth loc b1 b2 s ot e``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-1844-   - value
camlp5-7.13/doc/rst/ast_strict.rst:1845:      ``<:class_str_item< value! mutable $lid:s$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1846-      ``MLast.CrVal loc (Ploc.VaVal True) (Ploc.VaVal True) (Ploc.VaVal s) e``
camlp5-7.13/doc/rst/ast_strict.rst:1847:      ``<:class_str_item< value! mutable $_lid:s$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1848-      ``MLast.CrVal loc (Ploc.VaVal True) (Ploc.VaVal True) s e``
camlp5-7.13/doc/rst/ast_strict.rst:1849:      ``<:class_str_item< value! $lid:s$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1850-      ``MLast.CrVal loc (Ploc.VaVal True) (Ploc.VaVal False) (Ploc.VaVal s) e``
camlp5-7.13/doc/rst/ast_strict.rst:1851:      ``<:class_str_item< value! $_lid:s$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1852-      ``MLast.CrVal loc (Ploc.VaVal True) (Ploc.VaVal False) s e``
camlp5-7.13/doc/rst/ast_strict.rst:1853:      ``<:class_str_item< value! $flag:b2$ $lid:s$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1854-      ``MLast.CrVal loc (Ploc.VaVal True) (Ploc.VaVal b2) (Ploc.VaVal s) e``
camlp5-7.13/doc/rst/ast_strict.rst:1855:      ``<:class_str_item< value! $flag:b2$ $_lid:s$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1856-      ``MLast.CrVal loc (Ploc.VaVal True) (Ploc.VaVal b2) s e``
camlp5-7.13/doc/rst/ast_strict.rst:1857:      ``<:class_str_item< value! $_flag:b2$ $lid:s$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1858-      ``MLast.CrVal loc (Ploc.VaVal True) b2 (Ploc.VaVal s) e``
camlp5-7.13/doc/rst/ast_strict.rst:1859:      ``<:class_str_item< value! $_flag:b2$ $_lid:s$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1860-      ``MLast.CrVal loc (Ploc.VaVal True) b2 s e``
camlp5-7.13/doc/rst/ast_strict.rst:1861:      ``<:class_str_item< value mutable $lid:s$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1862-      ``MLast.CrVal loc (Ploc.VaVal False) (Ploc.VaVal True) (Ploc.VaVal s) e``
camlp5-7.13/doc/rst/ast_strict.rst:1863:      ``<:class_str_item< value mutable $_lid:s$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1864-      ``MLast.CrVal loc (Ploc.VaVal False) (Ploc.VaVal True) s e``
camlp5-7.13/doc/rst/ast_strict.rst:1865:      ``<:class_str_item< value $lid:s$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1866-      ``MLast.CrVal loc (Ploc.VaVal False) (Ploc.VaVal False) (Ploc.VaVal s) e``
camlp5-7.13/doc/rst/ast_strict.rst:1867:      ``<:class_str_item< value $_lid:s$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1868-      ``MLast.CrVal loc (Ploc.VaVal False) (Ploc.VaVal False) s e``
camlp5-7.13/doc/rst/ast_strict.rst:1869:      ``<:class_str_item< value $flag:b2$ $lid:s$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1870-      ``MLast.CrVal loc (Ploc.VaVal False) (Ploc.VaVal b2) (Ploc.VaVal s) e``
camlp5-7.13/doc/rst/ast_strict.rst:1871:      ``<:class_str_item< value $flag:b2$ $_lid:s$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1872-      ``MLast.CrVal loc (Ploc.VaVal False) (Ploc.VaVal b2) s e``
camlp5-7.13/doc/rst/ast_strict.rst:1873:      ``<:class_str_item< value $_flag:b2$ $lid:s$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1874-      ``MLast.CrVal loc (Ploc.VaVal False) b2 (Ploc.VaVal s) e``
camlp5-7.13/doc/rst/ast_strict.rst:1875:      ``<:class_str_item< value $_flag:b2$ $_lid:s$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1876-      ``MLast.CrVal loc (Ploc.VaVal False) b2 s e``
camlp5-7.13/doc/rst/ast_strict.rst:1877:      ``<:class_str_item< value $!:b1$ mutable $lid:s$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1878-      ``MLast.CrVal loc (Ploc.VaVal b1) (Ploc.VaVal True) (Ploc.VaVal s) e``
camlp5-7.13/doc/rst/ast_strict.rst:1879:      ``<:class_str_item< value $!:b1$ mutable $_lid:s$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1880-      ``MLast.CrVal loc (Ploc.VaVal b1) (Ploc.VaVal True) s e``
camlp5-7.13/doc/rst/ast_strict.rst:1881:      ``<:class_str_item< value $!:b1$ $lid:s$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1882-      ``MLast.CrVal loc (Ploc.VaVal b1) (Ploc.VaVal False) (Ploc.VaVal s) e``
camlp5-7.13/doc/rst/ast_strict.rst:1883:      ``<:class_str_item< value $!:b1$ $_lid:s$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1884-      ``MLast.CrVal loc (Ploc.VaVal b1) (Ploc.VaVal False) s e``
camlp5-7.13/doc/rst/ast_strict.rst:1885:      ``<:class_str_item< value $!:b1$ $flag:b2$ $lid:s$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1886-      ``MLast.CrVal loc (Ploc.VaVal b1) (Ploc.VaVal b2) (Ploc.VaVal s) e``
camlp5-7.13/doc/rst/ast_strict.rst:1887:      ``<:class_str_item< value $!:b1$ $flag:b2$ $_lid:s$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1888-      ``MLast.CrVal loc (Ploc.VaVal b1) (Ploc.VaVal b2) s e``
camlp5-7.13/doc/rst/ast_strict.rst:1889:      ``<:class_str_item< value $!:b1$ $_flag:b2$ $lid:s$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1890-      ``MLast.CrVal loc (Ploc.VaVal b1) b2 (Ploc.VaVal s) e``
camlp5-7.13/doc/rst/ast_strict.rst:1891:      ``<:class_str_item< value $!:b1$ $_flag:b2$ $_lid:s$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1892-      ``MLast.CrVal loc (Ploc.VaVal b1) b2 s e``
camlp5-7.13/doc/rst/ast_strict.rst:1893:      ``<:class_str_item< value $_!:b1$ mutable $lid:s$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1894-      ``MLast.CrVal loc b1 (Ploc.VaVal True) (Ploc.VaVal s) e``
camlp5-7.13/doc/rst/ast_strict.rst:1895:      ``<:class_str_item< value $_!:b1$ mutable $_lid:s$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1896-      ``MLast.CrVal loc b1 (Ploc.VaVal True) s e``
camlp5-7.13/doc/rst/ast_strict.rst:1897:      ``<:class_str_item< value $_!:b1$ $lid:s$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1898-      ``MLast.CrVal loc b1 (Ploc.VaVal False) (Ploc.VaVal s) e``
camlp5-7.13/doc/rst/ast_strict.rst:1899:      ``<:class_str_item< value $_!:b1$ $_lid:s$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1900-      ``MLast.CrVal loc b1 (Ploc.VaVal False) s e``
camlp5-7.13/doc/rst/ast_strict.rst:1901:      ``<:class_str_item< value $_!:b1$ $flag:b2$ $lid:s$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1902-      ``MLast.CrVal loc b1 (Ploc.VaVal b2) (Ploc.VaVal s) e``
camlp5-7.13/doc/rst/ast_strict.rst:1903:      ``<:class_str_item< value $_!:b1$ $flag:b2$ $_lid:s$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1904-      ``MLast.CrVal loc b1 (Ploc.VaVal b2) s e``
camlp5-7.13/doc/rst/ast_strict.rst:1905:      ``<:class_str_item< value $_!:b1$ $_flag:b2$ $lid:s$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1906-      ``MLast.CrVal loc b1 b2 (Ploc.VaVal s) e``
camlp5-7.13/doc/rst/ast_strict.rst:1907:      ``<:class_str_item< value $_!:b1$ $_flag:b2$ $_lid:s$ = $e$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1908-      ``MLast.CrVal loc b1 b2 s e``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-1910-   - virtual value
camlp5-7.13/doc/rst/ast_strict.rst:1911:      ``<:class_str_item< value virtual mutable $lid:s$ : $t$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1912-      ``MLast.CrVav loc (Ploc.VaVal True) (Ploc.VaVal s) t``
camlp5-7.13/doc/rst/ast_strict.rst:1913:      ``<:class_str_item< value virtual mutable $_lid:s$ : $t$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1914-      ``MLast.CrVav loc (Ploc.VaVal True) s t``
camlp5-7.13/doc/rst/ast_strict.rst:1915:      ``<:class_str_item< value virtual $lid:s$ : $t$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1916-      ``MLast.CrVav loc (Ploc.VaVal False) (Ploc.VaVal s) t``
camlp5-7.13/doc/rst/ast_strict.rst:1917:      ``<:class_str_item< value virtual $_lid:s$ : $t$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1918-      ``MLast.CrVav loc (Ploc.VaVal False) s t``
camlp5-7.13/doc/rst/ast_strict.rst:1919:      ``<:class_str_item< value virtual $flag:b$ $lid:s$ : $t$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1920-      ``MLast.CrVav loc (Ploc.VaVal b) (Ploc.VaVal s) t``
camlp5-7.13/doc/rst/ast_strict.rst:1921:      ``<:class_str_item< value virtual $flag:b$ $_lid:s$ : $t$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1922-      ``MLast.CrVav loc (Ploc.VaVal b) s t``
camlp5-7.13/doc/rst/ast_strict.rst:1923:      ``<:class_str_item< value virtual $_flag:b$ $lid:s$ : $t$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1924-      ``MLast.CrVav loc b (Ploc.VaVal s) t``
camlp5-7.13/doc/rst/ast_strict.rst:1925:      ``<:class_str_item< value virtual $_flag:b$ $_lid:s$ : $t$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1926-      ``MLast.CrVav loc b s t``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-1928-   - virtual method
camlp5-7.13/doc/rst/ast_strict.rst:1929:      ``<:class_str_item< method virtual private $lid:s$ : $t$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1930-      ``MLast.CrVir loc (Ploc.VaVal True) (Ploc.VaVal s) t``
camlp5-7.13/doc/rst/ast_strict.rst:1931:      ``<:class_str_item< method virtual private $_lid:s$ : $t$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1932-      ``MLast.CrVir loc (Ploc.VaVal True) s t``
camlp5-7.13/doc/rst/ast_strict.rst:1933:      ``<:class_str_item< method virtual $lid:s$ : $t$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1934-      ``MLast.CrVir loc (Ploc.VaVal False) (Ploc.VaVal s) t``
camlp5-7.13/doc/rst/ast_strict.rst:1935:      ``<:class_str_item< method virtual $_lid:s$ : $t$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1936-      ``MLast.CrVir loc (Ploc.VaVal False) s t``
camlp5-7.13/doc/rst/ast_strict.rst:1937:      ``<:class_str_item< method virtual $flag:b$ $lid:s$ : $t$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1938-      ``MLast.CrVir loc (Ploc.VaVal b) (Ploc.VaVal s) t``
camlp5-7.13/doc/rst/ast_strict.rst:1939:      ``<:class_str_item< method virtual $flag:b$ $_lid:s$ : $t$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1940-      ``MLast.CrVir loc (Ploc.VaVal b) s t``
camlp5-7.13/doc/rst/ast_strict.rst:1941:      ``<:class_str_item< method virtual $_flag:b$ $lid:s$ : $t$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1942-      ``MLast.CrVir loc b (Ploc.VaVal s) t``
camlp5-7.13/doc/rst/ast_strict.rst:1943:      ``<:class_str_item< method virtual $_flag:b$ $_lid:s$ : $t$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1944-      ``MLast.CrVir loc b s t``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-1949-   - type constraint
camlp5-7.13/doc/rst/ast_strict.rst:1950:      ``<:class_sig_item< type $t1$ = $t2$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1951-      ``MLast.CgCtr loc t1 t2``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-1953-   - declare
camlp5-7.13/doc/rst/ast_strict.rst:1954:      ``<:class_sig_item< declare $list:lcsi$ end >>``
camlp5-7.13/doc/rst/ast_strict.rst-1955-      ``MLast.CgDcl loc (Ploc.VaVal lcsi)``
camlp5-7.13/doc/rst/ast_strict.rst:1956:      ``<:class_sig_item< declare $_list:lcsi$ end >>``
camlp5-7.13/doc/rst/ast_strict.rst-1957-      ``MLast.CgDcl loc lcsi``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-1959-   - inheritance
camlp5-7.13/doc/rst/ast_strict.rst:1960:      ``<:class_sig_item< inherit $ct$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1961-      ``MLast.CgInh loc ct``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-1963-   - method
camlp5-7.13/doc/rst/ast_strict.rst:1964:      ``<:class_sig_item< method private $lid:s$ : $t$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1965-      ``MLast.CgMth loc (Ploc.VaVal True) (Ploc.VaVal s) t``
camlp5-7.13/doc/rst/ast_strict.rst:1966:      ``<:class_sig_item< method private $_lid:s$ : $t$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1967-      ``MLast.CgMth loc (Ploc.VaVal True) s t``
camlp5-7.13/doc/rst/ast_strict.rst:1968:      ``<:class_sig_item< method $lid:s$ : $t$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1969-      ``MLast.CgMth loc (Ploc.VaVal False) (Ploc.VaVal s) t``
camlp5-7.13/doc/rst/ast_strict.rst:1970:      ``<:class_sig_item< method $_lid:s$ : $t$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1971-      ``MLast.CgMth loc (Ploc.VaVal False) s t``
camlp5-7.13/doc/rst/ast_strict.rst:1972:      ``<:class_sig_item< method $flag:b$ $lid:s$ : $t$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1973-      ``MLast.CgMth loc (Ploc.VaVal b) (Ploc.VaVal s) t``
camlp5-7.13/doc/rst/ast_strict.rst:1974:      ``<:class_sig_item< method $flag:b$ $_lid:s$ : $t$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1975-      ``MLast.CgMth loc (Ploc.VaVal b) s t``
camlp5-7.13/doc/rst/ast_strict.rst:1976:      ``<:class_sig_item< method $_flag:b$ $lid:s$ : $t$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1977-      ``MLast.CgMth loc b (Ploc.VaVal s) t``
camlp5-7.13/doc/rst/ast_strict.rst:1978:      ``<:class_sig_item< method $_flag:b$ $_lid:s$ : $t$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1979-      ``MLast.CgMth loc b s t``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-1981-   - value
camlp5-7.13/doc/rst/ast_strict.rst:1982:      ``<:class_sig_item< value mutable $lid:s$ : $t$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1983-      ``MLast.CgVal loc (Ploc.VaVal True) (Ploc.VaVal s) t``
camlp5-7.13/doc/rst/ast_strict.rst:1984:      ``<:class_sig_item< value mutable $_lid:s$ : $t$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1985-      ``MLast.CgVal loc (Ploc.VaVal True) s t``
camlp5-7.13/doc/rst/ast_strict.rst:1986:      ``<:class_sig_item< value $lid:s$ : $t$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1987-      ``MLast.CgVal loc (Ploc.VaVal False) (Ploc.VaVal s) t``
camlp5-7.13/doc/rst/ast_strict.rst:1988:      ``<:class_sig_item< value $_lid:s$ : $t$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1989-      ``MLast.CgVal loc (Ploc.VaVal False) s t``
camlp5-7.13/doc/rst/ast_strict.rst:1990:      ``<:class_sig_item< value $flag:b$ $lid:s$ : $t$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1991-      ``MLast.CgVal loc (Ploc.VaVal b) (Ploc.VaVal s) t``
camlp5-7.13/doc/rst/ast_strict.rst:1992:      ``<:class_sig_item< value $flag:b$ $_lid:s$ : $t$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1993-      ``MLast.CgVal loc (Ploc.VaVal b) s t``
camlp5-7.13/doc/rst/ast_strict.rst:1994:      ``<:class_sig_item< value $_flag:b$ $lid:s$ : $t$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1995-      ``MLast.CgVal loc b (Ploc.VaVal s) t``
camlp5-7.13/doc/rst/ast_strict.rst:1996:      ``<:class_sig_item< value $_flag:b$ $_lid:s$ : $t$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-1997-      ``MLast.CgVal loc b s t``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-1999-   - virtual method
camlp5-7.13/doc/rst/ast_strict.rst:2000:      ``<:class_sig_item< method virtual private $lid:s$ : $t$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-2001-      ``MLast.CgVir loc (Ploc.VaVal True) (Ploc.VaVal s) t``
camlp5-7.13/doc/rst/ast_strict.rst:2002:      ``<:class_sig_item< method virtual private $_lid:s$ : $t$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-2003-      ``MLast.CgVir loc (Ploc.VaVal True) s t``
camlp5-7.13/doc/rst/ast_strict.rst:2004:      ``<:class_sig_item< method virtual $lid:s$ : $t$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-2005-      ``MLast.CgVir loc (Ploc.VaVal False) (Ploc.VaVal s) t``
camlp5-7.13/doc/rst/ast_strict.rst:2006:      ``<:class_sig_item< method virtual $_lid:s$ : $t$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-2007-      ``MLast.CgVir loc (Ploc.VaVal False) s t``
camlp5-7.13/doc/rst/ast_strict.rst:2008:      ``<:class_sig_item< method virtual $flag:b$ $lid:s$ : $t$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-2009-      ``MLast.CgVir loc (Ploc.VaVal b) (Ploc.VaVal s) t``
camlp5-7.13/doc/rst/ast_strict.rst:2010:      ``<:class_sig_item< method virtual $flag:b$ $_lid:s$ : $t$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-2011-      ``MLast.CgVir loc (Ploc.VaVal b) s t``
camlp5-7.13/doc/rst/ast_strict.rst:2012:      ``<:class_sig_item< method virtual $_flag:b$ $lid:s$ : $t$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-2013-      ``MLast.CgVir loc b (Ploc.VaVal s) t``
camlp5-7.13/doc/rst/ast_strict.rst:2014:      ``<:class_sig_item< method virtual $_flag:b$ $_lid:s$ : $t$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-2015-      ``MLast.CgVir loc b s t``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-2049-    
camlp5-7.13/doc/rst/ast_strict.rst:2050:      ``<:type_decl< $tp:ls$ $list:ltv$ = private $t$ $list:ltt$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-2051-      ``{MLast.tdNam = Ploc.VaVal ls; MLast.tdPrm = Ploc.VaVal ltv; MLast.tdPrv = Ploc.VaVal True; MLast.tdDef = t; MLast.tdCon = Ploc.VaVal ltt}``
camlp5-7.13/doc/rst/ast_strict.rst:2052:      ``<:type_decl< $tp:ls$ $list:ltv$ = private $t$ $_list:ltt$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-2053-      ``{MLast.tdNam = Ploc.VaVal ls; MLast.tdPrm = Ploc.VaVal ltv; MLast.tdPrv = Ploc.VaVal True; MLast.tdDef = t; MLast.tdCon = ltt}``
camlp5-7.13/doc/rst/ast_strict.rst:2054:      ``<:type_decl< $tp:ls$ $list:ltv$ = $t$ $list:ltt$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-2055-      ``{MLast.tdNam = Ploc.VaVal ls; MLast.tdPrm = Ploc.VaVal ltv; MLast.tdPrv = Ploc.VaVal False; MLast.tdDef = t; MLast.tdCon = Ploc.VaVal ltt}``
camlp5-7.13/doc/rst/ast_strict.rst:2056:      ``<:type_decl< $tp:ls$ $list:ltv$ = $t$ $_list:ltt$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-2057-      ``{MLast.tdNam = Ploc.VaVal ls; MLast.tdPrm = Ploc.VaVal ltv; MLast.tdPrv = Ploc.VaVal False; MLast.tdDef = t; MLast.tdCon = ltt}``
camlp5-7.13/doc/rst/ast_strict.rst:2058:      ``<:type_decl< $tp:ls$ $list:ltv$ = $priv:b$ $t$ $list:ltt$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-2059-      ``{MLast.tdNam = Ploc.VaVal ls; MLast.tdPrm = Ploc.VaVal ltv; MLast.tdPrv = Ploc.VaVal b; MLast.tdDef = t; MLast.tdCon = Ploc.VaVal ltt}``
camlp5-7.13/doc/rst/ast_strict.rst:2060:      ``<:type_decl< $tp:ls$ $list:ltv$ = $priv:b$ $t$ $_list:ltt$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-2061-      ``{MLast.tdNam = Ploc.VaVal ls; MLast.tdPrm = Ploc.VaVal ltv; MLast.tdPrv = Ploc.VaVal b; MLast.tdDef = t; MLast.tdCon = ltt}``
camlp5-7.13/doc/rst/ast_strict.rst:2062:      ``<:type_decl< $tp:ls$ $list:ltv$ = $_priv:b$ $t$ $list:ltt$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-2063-      ``{MLast.tdNam = Ploc.VaVal ls; MLast.tdPrm = Ploc.VaVal ltv; MLast.tdPrv = b; MLast.tdDef = t; MLast.tdCon = Ploc.VaVal ltt}``
camlp5-7.13/doc/rst/ast_strict.rst:2064:      ``<:type_decl< $tp:ls$ $list:ltv$ = $_priv:b$ $t$ $_list:ltt$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-2065-      ``{MLast.tdNam = Ploc.VaVal ls; MLast.tdPrm = Ploc.VaVal ltv; MLast.tdPrv = b; MLast.tdDef = t; MLast.tdCon = ltt}``
camlp5-7.13/doc/rst/ast_strict.rst:2066:      ``<:type_decl< $tp:ls$ $_list:ltv$ = private $t$ $list:ltt$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-2067-      ``{MLast.tdNam = Ploc.VaVal ls; MLast.tdPrm = ltv; MLast.tdPrv = Ploc.VaVal True; MLast.tdDef = t; MLast.tdCon = Ploc.VaVal ltt}``
camlp5-7.13/doc/rst/ast_strict.rst:2068:      ``<:type_decl< $tp:ls$ $_list:ltv$ = private $t$ $_list:ltt$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-2069-      ``{MLast.tdNam = Ploc.VaVal ls; MLast.tdPrm = ltv; MLast.tdPrv = Ploc.VaVal True; MLast.tdDef = t; MLast.tdCon = ltt}``
camlp5-7.13/doc/rst/ast_strict.rst:2070:      ``<:type_decl< $tp:ls$ $_list:ltv$ = $t$ $list:ltt$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-2071-      ``{MLast.tdNam = Ploc.VaVal ls; MLast.tdPrm = ltv; MLast.tdPrv = Ploc.VaVal False; MLast.tdDef = t; MLast.tdCon = Ploc.VaVal ltt}``
camlp5-7.13/doc/rst/ast_strict.rst:2072:      ``<:type_decl< $tp:ls$ $_list:ltv$ = $t$ $_list:ltt$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-2073-      ``{MLast.tdNam = Ploc.VaVal ls; MLast.tdPrm = ltv; MLast.tdPrv = Ploc.VaVal False; MLast.tdDef = t; MLast.tdCon = ltt}``
camlp5-7.13/doc/rst/ast_strict.rst:2074:      ``<:type_decl< $tp:ls$ $_list:ltv$ = $priv:b$ $t$ $list:ltt$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-2075-      ``{MLast.tdNam = Ploc.VaVal ls; MLast.tdPrm = ltv; MLast.tdPrv = Ploc.VaVal b; MLast.tdDef = t; MLast.tdCon = Ploc.VaVal ltt}``
camlp5-7.13/doc/rst/ast_strict.rst:2076:      ``<:type_decl< $tp:ls$ $_list:ltv$ = $priv:b$ $t$ $_list:ltt$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-2077-      ``{MLast.tdNam = Ploc.VaVal ls; MLast.tdPrm = ltv; MLast.tdPrv = Ploc.VaVal b; MLast.tdDef = t; MLast.tdCon = ltt}``
camlp5-7.13/doc/rst/ast_strict.rst:2078:      ``<:type_decl< $tp:ls$ $_list:ltv$ = $_priv:b$ $t$ $list:ltt$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-2079-      ``{MLast.tdNam = Ploc.VaVal ls; MLast.tdPrm = ltv; MLast.tdPrv = b; MLast.tdDef = t; MLast.tdCon = Ploc.VaVal ltt}``
camlp5-7.13/doc/rst/ast_strict.rst:2080:      ``<:type_decl< $tp:ls$ $_list:ltv$ = $_priv:b$ $t$ $_list:ltt$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-2081-      ``{MLast.tdNam = Ploc.VaVal ls; MLast.tdPrm = ltv; MLast.tdPrv = b; MLast.tdDef = t; MLast.tdCon = ltt}``
camlp5-7.13/doc/rst/ast_strict.rst:2082:      ``<:type_decl< $_tp:ls$ $list:ltv$ = private $t$ $list:ltt$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-2083-      ``{MLast.tdNam = ls; MLast.tdPrm = Ploc.VaVal ltv; MLast.tdPrv = Ploc.VaVal True; MLast.tdDef = t; MLast.tdCon = Ploc.VaVal ltt}``
camlp5-7.13/doc/rst/ast_strict.rst:2084:      ``<:type_decl< $_tp:ls$ $list:ltv$ = private $t$ $_list:ltt$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-2085-      ``{MLast.tdNam = ls; MLast.tdPrm = Ploc.VaVal ltv; MLast.tdPrv = Ploc.VaVal True; MLast.tdDef = t; MLast.tdCon = ltt}``
camlp5-7.13/doc/rst/ast_strict.rst:2086:      ``<:type_decl< $_tp:ls$ $list:ltv$ = $t$ $list:ltt$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-2087-      ``{MLast.tdNam = ls; MLast.tdPrm = Ploc.VaVal ltv; MLast.tdPrv = Ploc.VaVal False; MLast.tdDef = t; MLast.tdCon = Ploc.VaVal ltt}``
camlp5-7.13/doc/rst/ast_strict.rst:2088:      ``<:type_decl< $_tp:ls$ $list:ltv$ = $t$ $_list:ltt$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-2089-      ``{MLast.tdNam = ls; MLast.tdPrm = Ploc.VaVal ltv; MLast.tdPrv = Ploc.VaVal False; MLast.tdDef = t; MLast.tdCon = ltt}``
camlp5-7.13/doc/rst/ast_strict.rst:2090:      ``<:type_decl< $_tp:ls$ $list:ltv$ = $priv:b$ $t$ $list:ltt$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-2091-      ``{MLast.tdNam = ls; MLast.tdPrm = Ploc.VaVal ltv; MLast.tdPrv = Ploc.VaVal b; MLast.tdDef = t; MLast.tdCon = Ploc.VaVal ltt}``
camlp5-7.13/doc/rst/ast_strict.rst:2092:      ``<:type_decl< $_tp:ls$ $list:ltv$ = $priv:b$ $t$ $_list:ltt$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-2093-      ``{MLast.tdNam = ls; MLast.tdPrm = Ploc.VaVal ltv; MLast.tdPrv = Ploc.VaVal b; MLast.tdDef = t; MLast.tdCon = ltt}``
camlp5-7.13/doc/rst/ast_strict.rst:2094:      ``<:type_decl< $_tp:ls$ $list:ltv$ = $_priv:b$ $t$ $list:ltt$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-2095-      ``{MLast.tdNam = ls; MLast.tdPrm = Ploc.VaVal ltv; MLast.tdPrv = b; MLast.tdDef = t; MLast.tdCon = Ploc.VaVal ltt}``
camlp5-7.13/doc/rst/ast_strict.rst:2096:      ``<:type_decl< $_tp:ls$ $list:ltv$ = $_priv:b$ $t$ $_list:ltt$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-2097-      ``{MLast.tdNam = ls; MLast.tdPrm = Ploc.VaVal ltv; MLast.tdPrv = b; MLast.tdDef = t; MLast.tdCon = ltt}``
camlp5-7.13/doc/rst/ast_strict.rst:2098:      ``<:type_decl< $_tp:ls$ $_list:ltv$ = private $t$ $list:ltt$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-2099-      ``{MLast.tdNam = ls; MLast.tdPrm = ltv; MLast.tdPrv = Ploc.VaVal True; MLast.tdDef = t; MLast.tdCon = Ploc.VaVal ltt}``
camlp5-7.13/doc/rst/ast_strict.rst:2100:      ``<:type_decl< $_tp:ls$ $_list:ltv$ = private $t$ $_list:ltt$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-2101-      ``{MLast.tdNam = ls; MLast.tdPrm = ltv; MLast.tdPrv = Ploc.VaVal True; MLast.tdDef = t; MLast.tdCon = ltt}``
camlp5-7.13/doc/rst/ast_strict.rst:2102:      ``<:type_decl< $_tp:ls$ $_list:ltv$ = $t$ $list:ltt$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-2103-      ``{MLast.tdNam = ls; MLast.tdPrm = ltv; MLast.tdPrv = Ploc.VaVal False; MLast.tdDef = t; MLast.tdCon = Ploc.VaVal ltt}``
camlp5-7.13/doc/rst/ast_strict.rst:2104:      ``<:type_decl< $_tp:ls$ $_list:ltv$ = $t$ $_list:ltt$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-2105-      ``{MLast.tdNam = ls; MLast.tdPrm = ltv; MLast.tdPrv = Ploc.VaVal False; MLast.tdDef = t; MLast.tdCon = ltt}``
camlp5-7.13/doc/rst/ast_strict.rst:2106:      ``<:type_decl< $_tp:ls$ $_list:ltv$ = $priv:b$ $t$ $list:ltt$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-2107-      ``{MLast.tdNam = ls; MLast.tdPrm = ltv; MLast.tdPrv = Ploc.VaVal b; MLast.tdDef = t; MLast.tdCon = Ploc.VaVal ltt}``
camlp5-7.13/doc/rst/ast_strict.rst:2108:      ``<:type_decl< $_tp:ls$ $_list:ltv$ = $priv:b$ $t$ $_list:ltt$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-2109-      ``{MLast.tdNam = ls; MLast.tdPrm = ltv; MLast.tdPrv = Ploc.VaVal b; MLast.tdDef = t; MLast.tdCon = ltt}``
camlp5-7.13/doc/rst/ast_strict.rst:2110:      ``<:type_decl< $_tp:ls$ $_list:ltv$ = $_priv:b$ $t$ $list:ltt$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-2111-      ``{MLast.tdNam = ls; MLast.tdPrm = ltv; MLast.tdPrv = b; MLast.tdDef = t; MLast.tdCon = Ploc.VaVal ltt}``
camlp5-7.13/doc/rst/ast_strict.rst:2112:      ``<:type_decl< $_tp:ls$ $_list:ltv$ = $_priv:b$ $t$ $_list:ltt$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-2113-      ``{MLast.tdNam = ls; MLast.tdPrm = ltv; MLast.tdPrv = b; MLast.tdDef = t; MLast.tdCon = ltt}``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-2120-   - with module
camlp5-7.13/doc/rst/ast_strict.rst:2121:      ``<:with_constr< module $list:ls$ = $me$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-2122-      ``MLast.WcMod loc (Ploc.VaVal ls) me``
camlp5-7.13/doc/rst/ast_strict.rst:2123:      ``<:with_constr< module $_list:ls$ = $me$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-2124-      ``MLast.WcMod loc ls me``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-2126-   - with module substitution
camlp5-7.13/doc/rst/ast_strict.rst:2127:      ``<:with_constr< module $list:ls$ := $me$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-2128-      ``MLast.WcMos loc (Ploc.VaVal ls) me``
camlp5-7.13/doc/rst/ast_strict.rst:2129:      ``<:with_constr< module $_list:ls$ := $me$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-2130-      ``MLast.WcMos loc ls me``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-2132-   - with type
camlp5-7.13/doc/rst/ast_strict.rst:2133:      ``<:with_constr< type $list:ls$ $list:ltv$ = private $t$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-2134-      ``MLast.WcTyp loc (Ploc.VaVal ls) (Ploc.VaVal ltv) (Ploc.VaVal True) t``
camlp5-7.13/doc/rst/ast_strict.rst:2135:      ``<:with_constr< type $list:ls$ $list:ltv$ = $t$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-2136-      ``MLast.WcTyp loc (Ploc.VaVal ls) (Ploc.VaVal ltv) (Ploc.VaVal False) t``
camlp5-7.13/doc/rst/ast_strict.rst:2137:      ``<:with_constr< type $list:ls$ $list:ltv$ = $flag:b$ $t$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-2138-      ``MLast.WcTyp loc (Ploc.VaVal ls) (Ploc.VaVal ltv) (Ploc.VaVal b) t``
camlp5-7.13/doc/rst/ast_strict.rst:2139:      ``<:with_constr< type $list:ls$ $list:ltv$ = $_flag:b$ $t$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-2140-      ``MLast.WcTyp loc (Ploc.VaVal ls) (Ploc.VaVal ltv) b t``
camlp5-7.13/doc/rst/ast_strict.rst:2141:      ``<:with_constr< type $list:ls$ $_list:ltv$ = private $t$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-2142-      ``MLast.WcTyp loc (Ploc.VaVal ls) ltv (Ploc.VaVal True) t``
camlp5-7.13/doc/rst/ast_strict.rst:2143:      ``<:with_constr< type $list:ls$ $_list:ltv$ = $t$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-2144-      ``MLast.WcTyp loc (Ploc.VaVal ls) ltv (Ploc.VaVal False) t``
camlp5-7.13/doc/rst/ast_strict.rst:2145:      ``<:with_constr< type $list:ls$ $_list:ltv$ = $flag:b$ $t$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-2146-      ``MLast.WcTyp loc (Ploc.VaVal ls) ltv (Ploc.VaVal b) t``
camlp5-7.13/doc/rst/ast_strict.rst:2147:      ``<:with_constr< type $list:ls$ $_list:ltv$ = $_flag:b$ $t$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-2148-      ``MLast.WcTyp loc (Ploc.VaVal ls) ltv b t``
camlp5-7.13/doc/rst/ast_strict.rst:2149:      ``<:with_constr< type $_list:ls$ $list:ltv$ = private $t$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-2150-      ``MLast.WcTyp loc ls (Ploc.VaVal ltv) (Ploc.VaVal True) t``
camlp5-7.13/doc/rst/ast_strict.rst:2151:      ``<:with_constr< type $_list:ls$ $list:ltv$ = $t$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-2152-      ``MLast.WcTyp loc ls (Ploc.VaVal ltv) (Ploc.VaVal False) t``
camlp5-7.13/doc/rst/ast_strict.rst:2153:      ``<:with_constr< type $_list:ls$ $list:ltv$ = $flag:b$ $t$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-2154-      ``MLast.WcTyp loc ls (Ploc.VaVal ltv) (Ploc.VaVal b) t``
camlp5-7.13/doc/rst/ast_strict.rst:2155:      ``<:with_constr< type $_list:ls$ $list:ltv$ = $_flag:b$ $t$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-2156-      ``MLast.WcTyp loc ls (Ploc.VaVal ltv) b t``
camlp5-7.13/doc/rst/ast_strict.rst:2157:      ``<:with_constr< type $_list:ls$ $_list:ltv$ = private $t$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-2158-      ``MLast.WcTyp loc ls ltv (Ploc.VaVal True) t``
camlp5-7.13/doc/rst/ast_strict.rst:2159:      ``<:with_constr< type $_list:ls$ $_list:ltv$ = $t$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-2160-      ``MLast.WcTyp loc ls ltv (Ploc.VaVal False) t``
camlp5-7.13/doc/rst/ast_strict.rst:2161:      ``<:with_constr< type $_list:ls$ $_list:ltv$ = $flag:b$ $t$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-2162-      ``MLast.WcTyp loc ls ltv (Ploc.VaVal b) t``
camlp5-7.13/doc/rst/ast_strict.rst:2163:      ``<:with_constr< type $_list:ls$ $_list:ltv$ = $_flag:b$ $t$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-2164-      ``MLast.WcTyp loc ls ltv b t``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-2166-   - with type substitution
camlp5-7.13/doc/rst/ast_strict.rst:2167:      ``<:with_constr< type $list:ls$ $list:ltv$ := $t$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-2168-      ``MLast.WcTys loc (Ploc.VaVal ls) (Ploc.VaVal ltv) t``
camlp5-7.13/doc/rst/ast_strict.rst:2169:      ``<:with_constr< type $list:ls$ $_list:ltv$ := $t$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-2170-      ``MLast.WcTys loc (Ploc.VaVal ls) ltv t``
camlp5-7.13/doc/rst/ast_strict.rst:2171:      ``<:with_constr< type $_list:ls$ $list:ltv$ := $t$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-2172-      ``MLast.WcTys loc ls (Ploc.VaVal ltv) t``
camlp5-7.13/doc/rst/ast_strict.rst:2173:      ``<:with_constr< type $_list:ls$ $_list:ltv$ := $t$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-2174-      ``MLast.WcTys loc ls ltv t``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-2181-   - constructor
camlp5-7.13/doc/rst/ast_strict.rst:2182:      :literal:`<:poly_variant< `$s$ >>`
camlp5-7.13/doc/rst/ast_strict.rst-2183-      ``MLast.PvTag loc (Ploc.VaVal s) (Ploc.VaVal True) (Ploc.VaVal [])``
camlp5-7.13/doc/rst/ast_strict.rst:2184:      :literal:`<:poly_variant< `$s$ of & $list:lt$ >>`
camlp5-7.13/doc/rst/ast_strict.rst-2185-      ``MLast.PvTag loc (Ploc.VaVal s) (Ploc.VaVal True) (Ploc.VaVal lt)``
camlp5-7.13/doc/rst/ast_strict.rst:2186:      :literal:`<:poly_variant< `$s$ of & $_list:lt$ >>`
camlp5-7.13/doc/rst/ast_strict.rst-2187-      ``MLast.PvTag loc (Ploc.VaVal s) (Ploc.VaVal True) lt``
camlp5-7.13/doc/rst/ast_strict.rst:2188:      :literal:`<:poly_variant< `$s$ of $list:lt$ >>`
camlp5-7.13/doc/rst/ast_strict.rst-2189-      ``MLast.PvTag loc (Ploc.VaVal s) (Ploc.VaVal False) (Ploc.VaVal lt)``
camlp5-7.13/doc/rst/ast_strict.rst:2190:      :literal:`<:poly_variant< `$s$ of $_list:lt$ >>`
camlp5-7.13/doc/rst/ast_strict.rst-2191-      ``MLast.PvTag loc (Ploc.VaVal s) (Ploc.VaVal False) lt``
camlp5-7.13/doc/rst/ast_strict.rst:2192:      :literal:`<:poly_variant< `$s$ of $flag:b$ $list:lt$ >>`
camlp5-7.13/doc/rst/ast_strict.rst-2193-      ``MLast.PvTag loc (Ploc.VaVal s) (Ploc.VaVal b) (Ploc.VaVal lt)``
camlp5-7.13/doc/rst/ast_strict.rst:2194:      :literal:`<:poly_variant< `$s$ of $flag:b$ $_list:lt$ >>`
camlp5-7.13/doc/rst/ast_strict.rst-2195-      ``MLast.PvTag loc (Ploc.VaVal s) (Ploc.VaVal b) lt``
camlp5-7.13/doc/rst/ast_strict.rst:2196:      :literal:`<:poly_variant< `$s$ of $_flag:b$ $list:lt$ >>`
camlp5-7.13/doc/rst/ast_strict.rst-2197-      ``MLast.PvTag loc (Ploc.VaVal s) b (Ploc.VaVal lt)``
camlp5-7.13/doc/rst/ast_strict.rst:2198:      :literal:`<:poly_variant< `$s$ of $_flag:b$ $_list:lt$ >>`
camlp5-7.13/doc/rst/ast_strict.rst-2199-      ``MLast.PvTag loc (Ploc.VaVal s) b lt``
camlp5-7.13/doc/rst/ast_strict.rst:2200:      :literal:`<:poly_variant< `$_:s$ >>`
camlp5-7.13/doc/rst/ast_strict.rst-2201-      ``MLast.PvTag loc s (Ploc.VaVal True) (Ploc.VaVal [])``
camlp5-7.13/doc/rst/ast_strict.rst:2202:      :literal:`<:poly_variant< `$_:s$ of & $list:lt$ >>`
camlp5-7.13/doc/rst/ast_strict.rst-2203-      ``MLast.PvTag loc s (Ploc.VaVal True) (Ploc.VaVal lt)``
camlp5-7.13/doc/rst/ast_strict.rst:2204:      :literal:`<:poly_variant< `$_:s$ of & $_list:lt$ >>`
camlp5-7.13/doc/rst/ast_strict.rst-2205-      ``MLast.PvTag loc s (Ploc.VaVal True) lt``
camlp5-7.13/doc/rst/ast_strict.rst:2206:      :literal:`<:poly_variant< `$_:s$ of $list:lt$ >>`
camlp5-7.13/doc/rst/ast_strict.rst-2207-      ``MLast.PvTag loc s (Ploc.VaVal False) (Ploc.VaVal lt)``
camlp5-7.13/doc/rst/ast_strict.rst:2208:      :literal:`<:poly_variant< `$_:s$ of $_list:lt$ >>`
camlp5-7.13/doc/rst/ast_strict.rst-2209-      ``MLast.PvTag loc s (Ploc.VaVal False) lt``
camlp5-7.13/doc/rst/ast_strict.rst:2210:      :literal:`<:poly_variant< `$_:s$ of $flag:b$ $list:lt$ >>`
camlp5-7.13/doc/rst/ast_strict.rst-2211-      ``MLast.PvTag loc s (Ploc.VaVal b) (Ploc.VaVal lt)``
camlp5-7.13/doc/rst/ast_strict.rst:2212:      :literal:`<:poly_variant< `$_:s$ of $flag:b$ $_list:lt$ >>`
camlp5-7.13/doc/rst/ast_strict.rst-2213-      ``MLast.PvTag loc s (Ploc.VaVal b) lt``
camlp5-7.13/doc/rst/ast_strict.rst:2214:      :literal:`<:poly_variant< `$_:s$ of $_flag:b$ $list:lt$ >>`
camlp5-7.13/doc/rst/ast_strict.rst-2215-      ``MLast.PvTag loc s b (Ploc.VaVal lt)``
camlp5-7.13/doc/rst/ast_strict.rst:2216:      :literal:`<:poly_variant< `$_:s$ of $_flag:b$ $_list:lt$ >>`
camlp5-7.13/doc/rst/ast_strict.rst-2217-      ``MLast.PvTag loc s b lt``
##############################################
camlp5-7.13/doc/rst/ast_strict.rst-2219-   - type
camlp5-7.13/doc/rst/ast_strict.rst:2220:      ``<:poly_variant< $t$ >>``
camlp5-7.13/doc/rst/ast_strict.rst-2221-      ``MLast.PvInh loc t``
##############################################
camlp5-7.13/doc/rst/ast_transi.rst-224-   ===============================
camlp5-7.13/doc/rst/ast_transi.rst:225:   ``ExAcc loc e1 e2``            ``$e1$ . $e2$``                                     access
camlp5-7.13/doc/rst/ast_transi.rst:226:   ``ExAnt loc e``                ``$anti:e$``                                        antiquotation `(1) <#expr_1>`__
camlp5-7.13/doc/rst/ast_transi.rst:227:   ``ExApp loc e1 e2``            ``$e1$ $e2$``                                       application
camlp5-7.13/doc/rst/ast_transi.rst:228:   ``ExAre loc e1 e2``            ``$e1$ .( $e2$ )``                                  array element
camlp5-7.13/doc/rst/ast_transi.rst:229:   ``ExArr loc le``               ``[| $list:le$ |]``                                 array
camlp5-7.13/doc/rst/ast_transi.rst:230:   ``ExAsr loc e``                ``assert $e$``                                      assert
camlp5-7.13/doc/rst/ast_transi.rst:231:   ``ExAss loc e1 e2``            ``$e1$ := $e2$``                                    assignment
camlp5-7.13/doc/rst/ast_transi.rst:232:   ``ExBae loc e le``             ``$e$ .{ $list:le$ }``                              big array element
camlp5-7.13/doc/rst/ast_transi.rst:233:   ``ExChr loc s``                ``$chr:s$``                                         character constant
camlp5-7.13/doc/rst/ast_transi.rst:234:   ``ExCoe loc e None t2``        ``($e$ :> $t2$)``                                   coercion
camlp5-7.13/doc/rst/ast_transi.rst:235:   ``ExCoe loc e (Some t1) t2``   ``($e$ : $t1$ :> $t2$)``                            coercion
camlp5-7.13/doc/rst/ast_transi.rst:236:   ``ExFlo loc s``                ``$flo:s$``                                         float constant
camlp5-7.13/doc/rst/ast_transi.rst:237:   ``ExFor loc s e1 e2 True le``  ``for $lid:s$ = $e1$ to $e2$ do { $list:le$ }``     for (increasing)
camlp5-7.13/doc/rst/ast_transi.rst:238:   ``ExFor loc s e1 e2 False le`` ``for $lid:s$ = $e1$ downto $e2$ do { $list:le$ }`` for (decreasing)
camlp5-7.13/doc/rst/ast_transi.rst:239:   ``ExFor loc s e1 e2 b le``     ``for $lid:s$ = $e1$ $to:b$ $e2$ do { $list:le$ }`` for
camlp5-7.13/doc/rst/ast_transi.rst:240:   ``ExFun loc lpee``             ``fun [ $list:lpee$ ]``                             function `(2) <#expr_2>`__
camlp5-7.13/doc/rst/ast_transi.rst:241:   ``ExIfe loc e1 e2 e3``         ``if $e1$ then $e2$ else $e3$``                     if
camlp5-7.13/doc/rst/ast_transi.rst:242:   ``ExInt loc s1 ""``            ``$int:s1$``                                        integer constant
camlp5-7.13/doc/rst/ast_transi.rst:243:   ``ExInt loc s1 "l"``           ``$int32:s1$``                                      integer 32 bits
camlp5-7.13/doc/rst/ast_transi.rst:244:   ``ExInt loc s1 "L"``           ``$int64:s1$``                                      integer 64 bits
camlp5-7.13/doc/rst/ast_transi.rst:245:   ``ExInt loc s1 "n"``           ``$nativeint:s1$``                                  native integer
camlp5-7.13/doc/rst/ast_transi.rst:246:   ``ExLab loc p None``           ``~{$p$}``                                          label
camlp5-7.13/doc/rst/ast_transi.rst:247:   ``ExLab loc p (Some e)``       ``~{$p$ = $e$}``                                    label
camlp5-7.13/doc/rst/ast_transi.rst:248:   ``ExLab loc p oe``             ``~{$p$ $opt:oe$}``                                 label
camlp5-7.13/doc/rst/ast_transi.rst:249:   ``ExLaz loc e``                ``lazy $e$``                                        lazy
camlp5-7.13/doc/rst/ast_transi.rst:250:   ``ExLet loc True lpe e``       ``let rec $list:lpe$ in $e$``                       let rec
camlp5-7.13/doc/rst/ast_transi.rst:251:   ``ExLet loc False lpe e``      ``let $list:lpe$ in $e$``                           let not rec
camlp5-7.13/doc/rst/ast_transi.rst:252:   ``ExLet loc b lpe e``          ``let $flag:b$ $list:lpe$ in $e$``                  let
camlp5-7.13/doc/rst/ast_transi.rst:253:   ``ExLid loc s``                ``$lid:s$``                                         lowercase identifier
camlp5-7.13/doc/rst/ast_transi.rst:254:   ``ExLmd loc s me e``           ``let module $uid:s$ = $me$ in $e$``                let module
camlp5-7.13/doc/rst/ast_transi.rst:255:   ``ExMat loc e lpee``           ``match $e$ with [ $list:lpee$ ]``                  match `(2) <#expr_2>`__
camlp5-7.13/doc/rst/ast_transi.rst:256:   ``ExNew loc ls``               ``new $list:ls$``                                   new
camlp5-7.13/doc/rst/ast_transi.rst:257:   ``ExObj loc None lcsi``        ``object $list:lcsi$ end``                          object expression
camlp5-7.13/doc/rst/ast_transi.rst:258:   ``ExObj loc (Some p) lcsi``    ``object ($p$) $list:lcsi$ end``                    object expression
camlp5-7.13/doc/rst/ast_transi.rst:259:   ``ExObj loc op lcsi``          ``object $opt:op$ $list:lcsi$ end``                 object expression
camlp5-7.13/doc/rst/ast_transi.rst:260:   ``ExOlb loc p None``           ``?{$p$}``                                          option label
camlp5-7.13/doc/rst/ast_transi.rst:261:   ``ExOlb loc p (Some e)``       ``?{$p$ = $e$}``                                    option label
camlp5-7.13/doc/rst/ast_transi.rst:262:   ``ExOlb loc p oe``             ``?{$p$ $opt:oe$}``                                 option label
camlp5-7.13/doc/rst/ast_transi.rst:263:   ``ExOvr loc lse``              ``{< $list:lse$ >}``                                override
camlp5-7.13/doc/rst/ast_transi.rst:264:   ``ExPck loc me None``          ``(module $me$)``                                   module packing
camlp5-7.13/doc/rst/ast_transi.rst:265:   ``ExPck loc me (Some mt)``     ``(module $me$ : $mt$)``                            module packing
camlp5-7.13/doc/rst/ast_transi.rst:266:   ``ExRec loc lpe None``         ``{$list:lpe$}``                                    record
camlp5-7.13/doc/rst/ast_transi.rst:267:   ``ExRec loc lpe (Some e)``     ``{($e$) with $list:lpe$}``                         record
camlp5-7.13/doc/rst/ast_transi.rst:268:   ``ExSeq loc le``               ``do { $list:le$ }``                                sequence
camlp5-7.13/doc/rst/ast_transi.rst:269:   ``ExSnd loc e s``              ``$e$ # $s$``                                       method call
camlp5-7.13/doc/rst/ast_transi.rst:270:   ``ExSte loc e1 e2``            ``$e1$ .[ $e2$ ]``                                  string element
camlp5-7.13/doc/rst/ast_transi.rst:271:   ``ExStr loc s``                ``$str:s$``                                         string
camlp5-7.13/doc/rst/ast_transi.rst:272:   ``ExTry loc e lpee``           ``try $e$ with [ $list:lpee$ ]``                    try `(2) <#expr_2>`__
camlp5-7.13/doc/rst/ast_transi.rst:273:   ``ExTup loc le``               ``($list:le$)``                                     t-uple
camlp5-7.13/doc/rst/ast_transi.rst:274:   ``ExTyc loc e t``              ``($e$ : $t$)``                                     type constraint
camlp5-7.13/doc/rst/ast_transi.rst:275:   ``ExUid loc s``                ``$uid:s$``                                         uppercase identifier
camlp5-7.13/doc/rst/ast_transi.rst:276:   ``ExVrn loc s``                :literal:`\` $s$`                                   variant
camlp5-7.13/doc/rst/ast_transi.rst:277:   ``ExWhi loc e le``             ``while $e$ do { $list:le$ }``                      while
camlp5-7.13/doc/rst/ast_transi.rst-278-   ==============================
##############################################
camlp5-7.13/doc/rst/ast_transi.rst-336-   ===============================
camlp5-7.13/doc/rst/ast_transi.rst:337:   ``PaAcc loc p1 p2``        ``$p1$ . $p2$``             access
camlp5-7.13/doc/rst/ast_transi.rst:338:   ``PaAli loc p1 p2``        ``($p1$ as $p2$)``          alias
camlp5-7.13/doc/rst/ast_transi.rst:339:   ``PaAnt loc p``            ``$anti:p$``                antiquotation `(1) <#patt_1>`__
camlp5-7.13/doc/rst/ast_transi.rst-340-   ``PaAny loc``              ``_``                       wildcard
camlp5-7.13/doc/rst/ast_transi.rst:341:   ``PaApp loc p1 p2``        ``$p1$ $p2$``               application
camlp5-7.13/doc/rst/ast_transi.rst:342:   ``PaArr loc lp``           ``[| $list:lp$ |]``         array
camlp5-7.13/doc/rst/ast_transi.rst:343:   ``PaChr loc s``            ``$chr:s$``                 character
camlp5-7.13/doc/rst/ast_transi.rst:344:   ``PaFlo loc s``            ``$flo:s$``                 float
camlp5-7.13/doc/rst/ast_transi.rst:345:   ``PaInt loc s1 ""``        ``$int:s1$``                integer constant
camlp5-7.13/doc/rst/ast_transi.rst:346:   ``PaInt loc s1 "l"``       ``$int32:s1$``              integer 32 bits
camlp5-7.13/doc/rst/ast_transi.rst:347:   ``PaInt loc s1 "L"``       ``$int64:s1$``              integer 64 bits
camlp5-7.13/doc/rst/ast_transi.rst:348:   ``PaInt loc s1 "n"``       ``$nativeint:s1$``          native integer
camlp5-7.13/doc/rst/ast_transi.rst:349:   ``PaLab loc p1 None``      ``~{$p1$}``                 label
camlp5-7.13/doc/rst/ast_transi.rst:350:   ``PaLab loc p1 (Some p2)`` ``~{$p1$ = $p2$}``          label
camlp5-7.13/doc/rst/ast_transi.rst:351:   ``PaLab loc p1 op2``       ``~{$p1$ $opt:op2$}``       label
camlp5-7.13/doc/rst/ast_transi.rst:352:   ``PaLaz loc p``            ``lazy $p$``                lazy
camlp5-7.13/doc/rst/ast_transi.rst:353:   ``PaLid loc s``            ``$lid:s$``                 lowercase identifier
camlp5-7.13/doc/rst/ast_transi.rst:354:   ``PaNty loc s``            ``(type $lid:s$)``          new type
camlp5-7.13/doc/rst/ast_transi.rst:355:   ``PaOlb loc p None``       ``?{$p$}``                  option label
camlp5-7.13/doc/rst/ast_transi.rst:356:   ``PaOlb loc p (Some e)``   ``?{$p$ = $e$}``            option label
camlp5-7.13/doc/rst/ast_transi.rst:357:   ``PaOlb loc p oe``         ``?{$p$ $opt:oe$}``         option label
camlp5-7.13/doc/rst/ast_transi.rst:358:   ``PaOrp loc p1 p2``        ``$p1$ | $p2$``             or
camlp5-7.13/doc/rst/ast_transi.rst:359:   ``PaRec loc lpp``          ``{ $list:lpp$ }``          record
camlp5-7.13/doc/rst/ast_transi.rst:360:   ``PaRng loc p1 p2``        ``$p1$ .. $p2$``            range
camlp5-7.13/doc/rst/ast_transi.rst:361:   ``PaStr loc s``            ``$str:s$``                 string
camlp5-7.13/doc/rst/ast_transi.rst:362:   ``PaTup loc lp``           ``($list:lp$)``             t-uple
camlp5-7.13/doc/rst/ast_transi.rst:363:   ``PaTyc loc p t``          ``($p$ : $t$)``             type constraint
camlp5-7.13/doc/rst/ast_transi.rst:364:   ``PaTyp loc ls``           ``# $list:ls$``             type pattern
camlp5-7.13/doc/rst/ast_transi.rst:365:   ``PaUid loc s``            ``$uid:s$``                 uppercase identifier
camlp5-7.13/doc/rst/ast_transi.rst:366:   ``PaUnp loc s None``       ``(module $uid:s$)``        module unpacking
camlp5-7.13/doc/rst/ast_transi.rst:367:   ``PaUnp loc s (Some mt)``  ``(module $uid:s$ : $mt$)`` module unpacking
camlp5-7.13/doc/rst/ast_transi.rst:368:   ``PaVrn loc s``            :literal:`\` $s$`           variant
camlp5-7.13/doc/rst/ast_transi.rst-369-   ========================== ===========================
##############################################
camlp5-7.13/doc/rst/ast_transi.rst-387-   ====================
camlp5-7.13/doc/rst/ast_transi.rst:388:   ``TyAcc loc t1 t2``                ``$t1$ . $t2$``                  access
camlp5-7.13/doc/rst/ast_transi.rst:389:   ``TyAli loc t1 t2``                ``$t1$ as $t2$``                 alias
camlp5-7.13/doc/rst/ast_transi.rst-390-   ``TyAny loc``                      ``_``                            wildcard
camlp5-7.13/doc/rst/ast_transi.rst:391:   ``TyApp loc t1 t2``                ``$t1$ $t2$``                    application
camlp5-7.13/doc/rst/ast_transi.rst:392:   ``TyArr loc t1 t2``                ``$t1$ -> $t2$``                 arrow
camlp5-7.13/doc/rst/ast_transi.rst:393:   ``TyCls loc ls``                   ``# $list:ls$``                  class
camlp5-7.13/doc/rst/ast_transi.rst:394:   ``TyLab loc s t``                  ``~$s$: $t$``                    label
camlp5-7.13/doc/rst/ast_transi.rst:395:   ``TyLid loc s``                    ``$lid:s$``                      lowercase identifier
camlp5-7.13/doc/rst/ast_transi.rst:396:   ``TyMan loc t1 True t2``           ``$t1$ == private $t2$``         manifest
camlp5-7.13/doc/rst/ast_transi.rst:397:   ``TyMan loc t1 False t2``          ``$t1$ == $t2$``                 manifest
camlp5-7.13/doc/rst/ast_transi.rst:398:   ``TyMan loc t1 b t2``              ``$t1$ == $priv:b$ $t2$``        manifest
camlp5-7.13/doc/rst/ast_transi.rst:399:   ``TyObj loc lst True``             ``< $list:lst$ .. >``            object
camlp5-7.13/doc/rst/ast_transi.rst:400:   ``TyObj loc lst False``            ``< $list:lst$ >``               object
camlp5-7.13/doc/rst/ast_transi.rst:401:   ``TyObj loc lst b``                ``< $list:lst$ $flag:b$ >``      object
camlp5-7.13/doc/rst/ast_transi.rst:402:   ``TyOlb loc s t``                  ``?$s$: $t$``                    option label
camlp5-7.13/doc/rst/ast_transi.rst:403:   ``TyPck loc mt``                   ``(module $mt$)``                package
camlp5-7.13/doc/rst/ast_transi.rst:404:   ``TyPol loc ls t``                 ``! $list:ls$ . $t$``            polymorph
camlp5-7.13/doc/rst/ast_transi.rst:405:   ``TyQuo loc s``                    ``'$s$``                         variable
camlp5-7.13/doc/rst/ast_transi.rst:406:   ``TyRec loc llsbt``                ``{ $list:llsbt$ }``             record
camlp5-7.13/doc/rst/ast_transi.rst:407:   ``TySum loc llslt``                ``[ $list:llslt$ ]``             sum
camlp5-7.13/doc/rst/ast_transi.rst:408:   ``TyTup loc lt``                   ``( $list:lt$ )``                t-uple
camlp5-7.13/doc/rst/ast_transi.rst:409:   ``TyUid loc s``                    ``$uid:s$``                      uppercase identifier
camlp5-7.13/doc/rst/ast_transi.rst:410:   ``TyVrn loc lpv None``             ``[ = $list:lpv$ ]``             variant
camlp5-7.13/doc/rst/ast_transi.rst:411:   ``TyVrn loc lpv (Some None)``      ``[ > $list:lpv$ ]``             variant
camlp5-7.13/doc/rst/ast_transi.rst:412:   ``TyVrn loc lpv (Some (Some []))`` ``[ < $list:lpv$ ]``             variant
camlp5-7.13/doc/rst/ast_transi.rst:413:   ``TyVrn loc lpv (Some (Some ls))`` ``[ < $list:lpv$ > $list:ls$ ]`` variant
camlp5-7.13/doc/rst/ast_transi.rst-414-   ================================== ================================
##############################################
camlp5-7.13/doc/rst/ast_transi.rst-431-   ============================================
camlp5-7.13/doc/rst/ast_transi.rst:432:   ``StCls loc lcice``      ``class $list:lcice$``                         class declaration
camlp5-7.13/doc/rst/ast_transi.rst:433:   ``StClt loc lcict``      ``class type $list:lcict$``                    class type declaration
camlp5-7.13/doc/rst/ast_transi.rst:434:   ``StDcl loc lsi``        ``declare $list:lsi$ end``                     declare
camlp5-7.13/doc/rst/ast_transi.rst:435:   ``StDir loc s None``     ``# $lid:s$``                                  directive
camlp5-7.13/doc/rst/ast_transi.rst:436:   ``StDir loc s (Some e)`` ``# $lid:s$ $e$``                              directive
camlp5-7.13/doc/rst/ast_transi.rst:437:   ``StDir loc s oe``       ``# $lid:s$ $opt:oe$``                         directive
camlp5-7.13/doc/rst/ast_transi.rst:438:   ``StExc loc s [] []``    ``exception $uid:s$``                          exception
camlp5-7.13/doc/rst/ast_transi.rst:439:   ``StExc loc s lt []``    ``exception $uid:s$ of $list:lt$``             exception
camlp5-7.13/doc/rst/ast_transi.rst:440:   ``StExc loc s [] ls``    ``exception $uid:s$ = $list:ls$``              exception
camlp5-7.13/doc/rst/ast_transi.rst:441:   ``StExc loc s lt ls``    ``exception $uid:s$ of $list:lt$ = $list:ls$`` exception
camlp5-7.13/doc/rst/ast_transi.rst:442:   ``StExp loc e``          ``$exp:e$``                                    expression
camlp5-7.13/doc/rst/ast_transi.rst:443:   ``StExt loc s t ls``     ``external $s$ : $t$ = $list:ls$``             external
camlp5-7.13/doc/rst/ast_transi.rst:444:   ``StInc loc me``         ``include $me$``                               include
camlp5-7.13/doc/rst/ast_transi.rst:445:   ``StMod loc True lsme``  ``module rec $list:lsme$``                     module rec
camlp5-7.13/doc/rst/ast_transi.rst:446:   ``StMod loc False lsme`` ``module $list:lsme$``                         module non rec
camlp5-7.13/doc/rst/ast_transi.rst:447:   ``StMod loc b lsme``     ``module $flag:b$ $list:lsme$``                module
camlp5-7.13/doc/rst/ast_transi.rst:448:   ``StMty loc s mt``       ``module type $s$ = $mt$``                     module type
camlp5-7.13/doc/rst/ast_transi.rst:449:   ``StOpn loc ls``         ``open $list:ls$``                             open
camlp5-7.13/doc/rst/ast_transi.rst:450:   ``StTyp loc ltd``        ``type $list:ltd$``                            type declaration
camlp5-7.13/doc/rst/ast_transi.rst:451:   ``StUse loc s lsil``     ``# $str:s$ $list:lsil$``                      ... internal use ... `(1) <#t_str_item_1>`__
camlp5-7.13/doc/rst/ast_transi.rst:452:   ``StVal loc True lpe``   ``value rec $list:lpe$``                       value rec
camlp5-7.13/doc/rst/ast_transi.rst:453:   ``StVal loc False lpe``  ``value $list:lpe$``                           value non rec
camlp5-7.13/doc/rst/ast_transi.rst:454:   ``StVal loc b lpe``      ``value $flag:b$ $list:lpe$``                  value
camlp5-7.13/doc/rst/ast_transi.rst-455-   ========================
##############################################
camlp5-7.13/doc/rst/ast_transi.rst-478-   ============================================
camlp5-7.13/doc/rst/ast_transi.rst:479:   ``SgCls loc lcict``      ``class $list:lcict$``             class
camlp5-7.13/doc/rst/ast_transi.rst:480:   ``SgClt loc lcict``      ``class type $list:lcict$``        class type
camlp5-7.13/doc/rst/ast_transi.rst:481:   ``SgDcl loc lsi``        ``declare $list:lsi$ end``         declare
camlp5-7.13/doc/rst/ast_transi.rst:482:   ``SgDir loc s None``     ``# $lid:s$``                      directive
camlp5-7.13/doc/rst/ast_transi.rst:483:   ``SgDir loc s (Some e)`` ``# $lid:s$ $e$``                  directive
camlp5-7.13/doc/rst/ast_transi.rst:484:   ``SgDir loc s oe``       ``# $lid:s$ $opt:oe$``             directive
camlp5-7.13/doc/rst/ast_transi.rst:485:   ``SgExc loc s []``       ``exception $s$``                  exception
camlp5-7.13/doc/rst/ast_transi.rst:486:   ``SgExc loc s lt``       ``exception $s$ of $list:lt$``     exception
camlp5-7.13/doc/rst/ast_transi.rst:487:   ``SgExt loc s t ls``     ``external $s$ : $t$ = $list:ls$`` external
camlp5-7.13/doc/rst/ast_transi.rst:488:   ``SgInc loc mt``         ``include $mt$``                   include
camlp5-7.13/doc/rst/ast_transi.rst:489:   ``SgMod loc True lsmt``  ``module rec $list:lsmt$``         module rec
camlp5-7.13/doc/rst/ast_transi.rst:490:   ``SgMod loc False lsmt`` ``module $list:lsmt$``             module non rec
camlp5-7.13/doc/rst/ast_transi.rst:491:   ``SgMod loc b lsmt``     ``module $flag:b$ $list:lsmt$``    module
camlp5-7.13/doc/rst/ast_transi.rst:492:   ``SgMty loc s mt``       ``module type $s$ = $mt$``         module type
camlp5-7.13/doc/rst/ast_transi.rst:493:   ``SgOpn loc ls``         ``open $list:ls$``                 open
camlp5-7.13/doc/rst/ast_transi.rst:494:   ``SgTyp loc ltd``        ``type $list:ltd$``                type declaration
camlp5-7.13/doc/rst/ast_transi.rst:495:   ``SgUse loc s lsil``     ``# $str:s$ $list:lsil$``          ... internal use ... `(1) <#t_sig_item_1>`__
camlp5-7.13/doc/rst/ast_transi.rst:496:   ``SgVal loc s t``        ``value $s$ : $t$``                value
camlp5-7.13/doc/rst/ast_transi.rst-497-   ======================== ==================================
##############################################
camlp5-7.13/doc/rst/ast_transi.rst-513-   ======================
camlp5-7.13/doc/rst/ast_transi.rst:514:   ``MeAcc loc me1 me2``     ``$me1$ . $me2$``                access
camlp5-7.13/doc/rst/ast_transi.rst:515:   ``MeApp loc me1 me2``     ``$me1$ $me2$``                  application
camlp5-7.13/doc/rst/ast_transi.rst:516:   ``MeFun loc s mt me``     ``functor ($s$ : $mt$) -> $me$`` functor
camlp5-7.13/doc/rst/ast_transi.rst:517:   ``MeStr loc lsi``         ``struct $list:lsi$ end``        struct
camlp5-7.13/doc/rst/ast_transi.rst:518:   ``MeTyc loc me mt``       ``($me$ : $mt$)``                module type constraint
camlp5-7.13/doc/rst/ast_transi.rst:519:   ``MeUid loc s``           ``$uid:s$``                      uppercase identifier
camlp5-7.13/doc/rst/ast_transi.rst:520:   ``MeUnp loc e None``      ``(value $e$)``                  module unpacking
camlp5-7.13/doc/rst/ast_transi.rst:521:   ``MeUnp loc e (Some mt)`` ``(value $e$ : $mt$)``           module unpacking
camlp5-7.13/doc/rst/ast_transi.rst-522-   ========================= ================================
##############################################
camlp5-7.13/doc/rst/ast_transi.rst-532-   ====================
camlp5-7.13/doc/rst/ast_transi.rst:533:   ``MtAcc loc mt1 mt2``   ``$mt1$ . $mt2$``                  access
camlp5-7.13/doc/rst/ast_transi.rst:534:   ``MtApp loc mt1 mt2``   ``$mt1$ $mt2$``                    application
camlp5-7.13/doc/rst/ast_transi.rst:535:   ``MtFun loc s mt1 mt2`` ``functor ($s$ : $mt1$) -> $mt2$`` functor
camlp5-7.13/doc/rst/ast_transi.rst:536:   ``MtLid loc s``         ``$lid:s$``                        lowercase identifier
camlp5-7.13/doc/rst/ast_transi.rst:537:   ``MtQuo loc s``         ``' $s$``                          abstract
camlp5-7.13/doc/rst/ast_transi.rst:538:   ``MtSig loc lsi``       ``sig $list:lsi$ end``             signature
camlp5-7.13/doc/rst/ast_transi.rst:539:   ``MtTyo loc me``        ``module type of $me$``            of module expression
camlp5-7.13/doc/rst/ast_transi.rst:540:   ``MtUid loc s``         ``$uid:s$``                        uppercase identifier
camlp5-7.13/doc/rst/ast_transi.rst:541:   ``MtWit loc mt lwc``    ``$mt$ with $list:lwc$``           with construction
camlp5-7.13/doc/rst/ast_transi.rst-542-   ======================= ==================================
##############################################
camlp5-7.13/doc/rst/ast_transi.rst-555-   =====================
camlp5-7.13/doc/rst/ast_transi.rst:556:   ``CeApp loc ce e``          ``$ce$ $e$``                        application
camlp5-7.13/doc/rst/ast_transi.rst:557:   ``CeCon loc ls lt``         ``[ $list:lt$ ] $list:ls$``         constructor
camlp5-7.13/doc/rst/ast_transi.rst:558:   ``CeFun loc p ce``          ``fun $p$ -> $ce$``                 function
camlp5-7.13/doc/rst/ast_transi.rst:559:   ``CeLet loc True lpe ce``   ``let rec $list:lpe$ in $ce$``      let rec
camlp5-7.13/doc/rst/ast_transi.rst:560:   ``CeLet loc False lpe ce``  ``let $list:lpe$ in $ce$``          let non rec
camlp5-7.13/doc/rst/ast_transi.rst:561:   ``CeLet loc b lpe ce``      ``let $flag:b$ $list:lpe$ in $ce$`` let
camlp5-7.13/doc/rst/ast_transi.rst:562:   ``CeStr loc None lcsi``     ``object $list:lcsi$ end``          object
camlp5-7.13/doc/rst/ast_transi.rst:563:   ``CeStr loc (Some p) lcsi`` ``object ($p$) $list:lcsi$ end``    object
camlp5-7.13/doc/rst/ast_transi.rst:564:   ``CeStr loc op lcsi``       ``object $opt:op$ $list:lcsi$ end`` object
camlp5-7.13/doc/rst/ast_transi.rst:565:   ``CeTyc loc ce ct``         ``($ce$ : $ct$)``                   class type constraint
camlp5-7.13/doc/rst/ast_transi.rst-566-   =========================== ===================================
##############################################
camlp5-7.13/doc/rst/ast_transi.rst-576-   ===========
camlp5-7.13/doc/rst/ast_transi.rst:577:   ``CtAcc loc ct1 ct2``       ``$ct1$ . $ct2$``                   access
camlp5-7.13/doc/rst/ast_transi.rst:578:   ``CtApp loc ct1 ct2``       ``$ct1$ $ct2$``                     application
camlp5-7.13/doc/rst/ast_transi.rst:579:   ``CtCon loc ct lt``         ``$ct$ [ $list:lt$ ]``              constructor
camlp5-7.13/doc/rst/ast_transi.rst:580:   ``CtFun loc t ct``          ``[ $t$ ] -> $ct$``                 arrow
camlp5-7.13/doc/rst/ast_transi.rst:581:   ``CtIde loc s``             ``$id:s$``                          identifier
camlp5-7.13/doc/rst/ast_transi.rst:582:   ``CtSig loc None lcsi``     ``object $list:lcsi$ end``          object
camlp5-7.13/doc/rst/ast_transi.rst:583:   ``CtSig loc (Some t) lcsi`` ``object ($t$) $list:lcsi$ end``    object
camlp5-7.13/doc/rst/ast_transi.rst:584:   ``CtSig loc ot lcsi``       ``object $opt:ot$ $list:lcsi$ end`` object
camlp5-7.13/doc/rst/ast_transi.rst-585-   =========================== ===================================
##############################################
camlp5-7.13/doc/rst/ast_transi.rst-595-   ================================================== ================
camlp5-7.13/doc/rst/ast_transi.rst:596:   ``CrCtr loc t1 t2``                    ``type $t1$ = $t2$``                               type constraint
camlp5-7.13/doc/rst/ast_transi.rst:597:   ``CrDcl loc lcsi``                     ``declare $list:lcsi$ end``                        declaration list
camlp5-7.13/doc/rst/ast_transi.rst:598:   ``CrInh loc ce None``                  ``inherit $ce$``                                   inheritance
camlp5-7.13/doc/rst/ast_transi.rst:599:   ``CrInh loc ce (Some s)``              ``inherit $ce$ $opt:Some s$``                      inheritance
camlp5-7.13/doc/rst/ast_transi.rst:600:   ``CrInh loc ce os``                    ``inherit $ce$ $opt:os$``                          inheritance
camlp5-7.13/doc/rst/ast_transi.rst:601:   ``CrIni loc e``                        ``initializer $e$``                                initialization
camlp5-7.13/doc/rst/ast_transi.rst:602:   ``CrMth loc True True s None e``       ``method! private $lid:s$ = $e$``                  method
camlp5-7.13/doc/rst/ast_transi.rst:603:   ``CrMth loc True True s (Some t) e``   ``method! private $lid:s$ : $t$ = $e$``            method
camlp5-7.13/doc/rst/ast_transi.rst:604:   ``CrMth loc True True s ot e``         ``method! private $lid:s$ $opt:ot$ = $e$``         method
camlp5-7.13/doc/rst/ast_transi.rst:605:   ``CrMth loc True False s None e``      ``method! $lid:s$ = $e$``                          method
camlp5-7.13/doc/rst/ast_transi.rst:606:   ``CrMth loc True False s (Some t) e``  ``method! $lid:s$ : $t$ = $e$``                    method
camlp5-7.13/doc/rst/ast_transi.rst:607:   ``CrMth loc True False s ot e``        ``method! $lid:s$ $opt:ot$ = $e$``                 method
camlp5-7.13/doc/rst/ast_transi.rst:608:   ``CrMth loc True b2 s None e``         ``method! $priv:b2$ $lid:s$ = $e$``                method
camlp5-7.13/doc/rst/ast_transi.rst:609:   ``CrMth loc True b2 s (Some t) e``     ``method! $priv:b2$ $lid:s$ : $t$ = $e$``          method
camlp5-7.13/doc/rst/ast_transi.rst:610:   ``CrMth loc True b2 s ot e``           ``method! $priv:b2$ $lid:s$ $opt:ot$ = $e$``       method
camlp5-7.13/doc/rst/ast_transi.rst:611:   ``CrMth loc False True s None e``      ``method private $lid:s$ = $e$``                   method
camlp5-7.13/doc/rst/ast_transi.rst:612:   ``CrMth loc False True s (Some t) e``  ``method private $lid:s$ : $t$ = $e$``             method
camlp5-7.13/doc/rst/ast_transi.rst:613:   ``CrMth loc False True s ot e``        ``method private $lid:s$ $opt:ot$ = $e$``          method
camlp5-7.13/doc/rst/ast_transi.rst:614:   ``CrMth loc False False s None e``     ``method $lid:s$ = $e$``                           method
camlp5-7.13/doc/rst/ast_transi.rst:615:   ``CrMth loc False False s (Some t) e`` ``method $lid:s$ : $t$ = $e$``                     method
camlp5-7.13/doc/rst/ast_transi.rst:616:   ``CrMth loc False False s ot e``       ``method $lid:s$ $opt:ot$ = $e$``                  method
camlp5-7.13/doc/rst/ast_transi.rst:617:   ``CrMth loc False b2 s None e``        ``method $priv:b2$ $lid:s$ = $e$``                 method
camlp5-7.13/doc/rst/ast_transi.rst:618:   ``CrMth loc False b2 s (Some t) e``    ``method $priv:b2$ $lid:s$ : $t$ = $e$``           method
camlp5-7.13/doc/rst/ast_transi.rst:619:   ``CrMth loc False b2 s ot e``          ``method $priv:b2$ $lid:s$ $opt:ot$ = $e$``        method
camlp5-7.13/doc/rst/ast_transi.rst:620:   ``CrMth loc b1 True s None e``         ``method $!:b1$ private $lid:s$ = $e$``            method
camlp5-7.13/doc/rst/ast_transi.rst:621:   ``CrMth loc b1 True s (Some t) e``     ``method $!:b1$ private $lid:s$ : $t$ = $e$``      method
camlp5-7.13/doc/rst/ast_transi.rst:622:   ``CrMth loc b1 True s ot e``           ``method $!:b1$ private $lid:s$ $opt:ot$ = $e$``   method
camlp5-7.13/doc/rst/ast_transi.rst:623:   ``CrMth loc b1 False s None e``        ``method $!:b1$ $lid:s$ = $e$``                    method
camlp5-7.13/doc/rst/ast_transi.rst:624:   ``CrMth loc b1 False s (Some t) e``    ``method $!:b1$ $lid:s$ : $t$ = $e$``              method
camlp5-7.13/doc/rst/ast_transi.rst:625:   ``CrMth loc b1 False s ot e``          ``method $!:b1$ $lid:s$ $opt:ot$ = $e$``           method
camlp5-7.13/doc/rst/ast_transi.rst:626:   ``CrMth loc b1 b2 s None e``           ``method $!:b1$ $priv:b2$ $lid:s$ = $e$``          method
camlp5-7.13/doc/rst/ast_transi.rst:627:   ``CrMth loc b1 b2 s (Some t) e``       ``method $!:b1$ $priv:b2$ $lid:s$ : $t$ = $e$``    method
camlp5-7.13/doc/rst/ast_transi.rst:628:   ``CrMth loc b1 b2 s ot e``             ``method $!:b1$ $priv:b2$ $lid:s$ $opt:ot$ = $e$`` method
camlp5-7.13/doc/rst/ast_transi.rst:629:   ``CrVal loc True True s e``            ``value! mutable $lid:s$ = $e$``                   value
camlp5-7.13/doc/rst/ast_transi.rst:630:   ``CrVal loc True False s e``           ``value! $lid:s$ = $e$``                           value
camlp5-7.13/doc/rst/ast_transi.rst:631:   ``CrVal loc True b2 s e``              ``value! $flag:b2$ $lid:s$ = $e$``                 value
camlp5-7.13/doc/rst/ast_transi.rst:632:   ``CrVal loc False True s e``           ``value mutable $lid:s$ = $e$``                    value
camlp5-7.13/doc/rst/ast_transi.rst:633:   ``CrVal loc False False s e``          ``value $lid:s$ = $e$``                            value
camlp5-7.13/doc/rst/ast_transi.rst:634:   ``CrVal loc False b2 s e``             ``value $flag:b2$ $lid:s$ = $e$``                  value
camlp5-7.13/doc/rst/ast_transi.rst:635:   ``CrVal loc b1 True s e``              ``value $!:b1$ mutable $lid:s$ = $e$``             value
camlp5-7.13/doc/rst/ast_transi.rst:636:   ``CrVal loc b1 False s e``             ``value $!:b1$ $lid:s$ = $e$``                     value
camlp5-7.13/doc/rst/ast_transi.rst:637:   ``CrVal loc b1 b2 s e``                ``value $!:b1$ $flag:b2$ $lid:s$ = $e$``           value
camlp5-7.13/doc/rst/ast_transi.rst:638:   ``CrVav loc True s t``                 ``value virtual mutable $lid:s$ : $t$``            virtual value
camlp5-7.13/doc/rst/ast_transi.rst:639:   ``CrVav loc False s t``                ``value virtual $lid:s$ : $t$``                    virtual value
camlp5-7.13/doc/rst/ast_transi.rst:640:   ``CrVav loc b s t``                    ``value virtual $flag:b$ $lid:s$ : $t$``           virtual value
camlp5-7.13/doc/rst/ast_transi.rst:641:   ``CrVir loc True s t``                 ``method virtual private $lid:s$ : $t$``           virtual method
camlp5-7.13/doc/rst/ast_transi.rst:642:   ``CrVir loc False s t``                ``method virtual $lid:s$ : $t$``                   virtual method
camlp5-7.13/doc/rst/ast_transi.rst:643:   ``CrVir loc b s t``                    ``method virtual $flag:b$ $lid:s$ : $t$``          virtual method
camlp5-7.13/doc/rst/ast_transi.rst-644-   ======================================
##############################################
camlp5-7.13/doc/rst/ast_transi.rst-654-   ===============
camlp5-7.13/doc/rst/ast_transi.rst:655:   ``CgCtr loc t1 t2``     ``type $t1$ = $t2$``                      type constraint
camlp5-7.13/doc/rst/ast_transi.rst:656:   ``CgDcl loc lcsi``      ``declare $list:lcsi$ end``               declare
camlp5-7.13/doc/rst/ast_transi.rst:657:   ``CgInh loc ct``        ``inherit $ct$``                          inheritance
camlp5-7.13/doc/rst/ast_transi.rst:658:   ``CgMth loc True s t``  ``method private $lid:s$ : $t$``          method
camlp5-7.13/doc/rst/ast_transi.rst:659:   ``CgMth loc False s t`` ``method $lid:s$ : $t$``                  method
camlp5-7.13/doc/rst/ast_transi.rst:660:   ``CgMth loc b s t``     ``method $flag:b$ $lid:s$ : $t$``         method
camlp5-7.13/doc/rst/ast_transi.rst:661:   ``CgVal loc True s t``  ``value mutable $lid:s$ : $t$``           value
camlp5-7.13/doc/rst/ast_transi.rst:662:   ``CgVal loc False s t`` ``value $lid:s$ : $t$``                   value
camlp5-7.13/doc/rst/ast_transi.rst:663:   ``CgVal loc b s t``     ``value $flag:b$ $lid:s$ : $t$``          value
camlp5-7.13/doc/rst/ast_transi.rst:664:   ``CgVir loc True s t``  ``method virtual private $lid:s$ : $t$``  virtual method
camlp5-7.13/doc/rst/ast_transi.rst:665:   ``CgVir loc False s t`` ``method virtual $lid:s$ : $t$``          virtual method
camlp5-7.13/doc/rst/ast_transi.rst:666:   ``CgVir loc b s t``     ``method virtual $flag:b$ $lid:s$ : $t$`` virtual method
camlp5-7.13/doc/rst/ast_transi.rst-667-   ======================= =========================================
##############################################
camlp5-7.13/doc/rst/ast_transi.rst-682-   ================================================
camlp5-7.13/doc/rst/ast_transi.rst:683:   ``{tdNam=ls;tdPrm=ltv;tdPrv=True;tdDef=t;tdCon=ltt}``  ``$tp:ls$ $list:ltv$ = private $t$ $list:ltt$``
camlp5-7.13/doc/rst/ast_transi.rst:684:   ``{tdNam=ls;tdPrm=ltv;tdPrv=False;tdDef=t;tdCon=ltt}`` ``$tp:ls$ $list:ltv$ = $t$ $list:ltt$``
camlp5-7.13/doc/rst/ast_transi.rst:685:   ``{tdNam=ls;tdPrm=ltv;tdPrv=b;tdDef=t;tdCon=ltt}``     ``$tp:ls$ $list:ltv$ = $priv:b$ $t$ $list:ltt$``
camlp5-7.13/doc/rst/ast_transi.rst-686-   ======================================================
##############################################
camlp5-7.13/doc/rst/ast_transi.rst-698-   ============================================ ========================
camlp5-7.13/doc/rst/ast_transi.rst:699:   ``WcMod loc ls me``          ``module $list:ls$ = $me$``                  with module
camlp5-7.13/doc/rst/ast_transi.rst:700:   ``WcMos loc ls me``          ``module $list:ls$ := $me$``                 with module substitution
camlp5-7.13/doc/rst/ast_transi.rst:701:   ``WcTyp loc ls ltv True t``  ``type $list:ls$ $list:ltv$ = private $t$``  with type
camlp5-7.13/doc/rst/ast_transi.rst:702:   ``WcTyp loc ls ltv False t`` ``type $list:ls$ $list:ltv$ = $t$``          with type
camlp5-7.13/doc/rst/ast_transi.rst:703:   ``WcTyp loc ls ltv b t``     ``type $list:ls$ $list:ltv$ = $flag:b$ $t$`` with type
camlp5-7.13/doc/rst/ast_transi.rst:704:   ``WcTys loc ls ltv t``       ``type $list:ls$ $list:ltv$ := $t$``         with type substitution
camlp5-7.13/doc/rst/ast_transi.rst-705-   ============================
##############################################
camlp5-7.13/doc/rst/ast_transi.rst-717-   ===========
camlp5-7.13/doc/rst/ast_transi.rst:718:   ``PvTag loc s True []``  :literal:`\`$s$`                       constructor
camlp5-7.13/doc/rst/ast_transi.rst:719:   ``PvTag loc s True lt``  :literal:`\`$s$ of & $list:lt$`        constructor
camlp5-7.13/doc/rst/ast_transi.rst:720:   ``PvTag loc s False lt`` :literal:`\`$s$ of $list:lt$`          constructor
camlp5-7.13/doc/rst/ast_transi.rst:721:   ``PvTag loc s b lt``     :literal:`\`$s$ of $flag:b$ $list:lt$` constructor
camlp5-7.13/doc/rst/ast_transi.rst:722:   ``PvInh loc t``          ``$t$``                                type
camlp5-7.13/doc/rst/ast_transi.rst-723-   ======================== ======================================
##############################################
camlp5-7.13/doc/rst/grammars.rst-376-   "``rec``". While using it in quotations, also allows the parse the
camlp5-7.13/doc/rst/grammars.rst:377:   keyword "``rec``" but, moreover, the antiquotation "``$flag:..$``"
camlp5-7.13/doc/rst/grammars.rst-378-   where "``..``" is an expression or a pattern depending on the
##############################################
camlp5-7.13/doc/rst/grammars.rst-405-   corresponds to either a call to the grammar entry "``foo``", or to
camlp5-7.13/doc/rst/grammars.rst:406:   the antiquotations "``$bar:...$``" or "``$oops:...$``".
camlp5-7.13/doc/rst/grammars.rst-407-
##############################################
camlp5-7.13/doc/rst/lexers.rst-214-
camlp5-7.13/doc/rst/lexers.rst:215:   -  ``$add`` followed by a string, specifing that the programmer wants
camlp5-7.13/doc/rst/lexers.rst-216-      to add all characters of the string in the lexing buffer. It
##############################################
camlp5-7.13/doc/rst/lexers.rst-219-      with the current lexing buffer as initial parameter.
camlp5-7.13/doc/rst/lexers.rst:220:   -  ``$buf`` which returns the lexing buffer converted into string.
camlp5-7.13/doc/rst/lexers.rst:221:   -  ``$empty`` which returns an empty lexing buffer.
camlp5-7.13/doc/rst/lexers.rst:222:   -  ``$pos`` which returns the current position of the stream in
camlp5-7.13/doc/rst/lexers.rst-223-      number of characters (starting at zero).
##############################################
camlp5-7.13/doc/rst/lexers.rst-285-   to the characters of the lexing buffer. This can be obtained by
camlp5-7.13/doc/rst/lexers.rst:286:   returning the value "``$buf``".
camlp5-7.13/doc/rst/lexers.rst-287-
##############################################
camlp5-7.13/doc/rst/q_ast.rst-51-      compatibility, but not recommended). It is therefore possible to
camlp5-7.13/doc/rst/q_ast.rst:52:      antiquote it as: "``$flag:...$``" or "``$opt:...$``" where the
camlp5-7.13/doc/rst/q_ast.rst-53-      "``...``" is an expression or a pattern depending on the position
##############################################
camlp5-7.13/doc/rst/q_ast.rst-57-      default when the meta symbol parameter is a list). It is therefore
camlp5-7.13/doc/rst/q_ast.rst:58:      possible to write "``$list:...$``" at the place of the binding
camlp5-7.13/doc/rst/q_ast.rst-59-      list.
##############################################
camlp5-7.13/doc/rst/quot.rst-311-   -  for typing errors, by the syntax tree nodes
camlp5-7.13/doc/rst/quot.rst:312:      "``<:expr< $anti:...$ >>``" and "``<:meta< $anti:...$ >>``".
camlp5-7.13/doc/rst/quot.rst-313-
##############################################
camlp5-7.13/doc/rst/quot.rst-321-
camlp5-7.13/doc/rst/quot.rst:322:   In the syntax tree nodes "``<:expr< $anti:...$ >>``" and
camlp5-7.13/doc/rst/quot.rst:323:   "``<:meta< $anti:...$ >>``", the location is indicated by the
camlp5-7.13/doc/rst/quot.rst-324-   implicit variable named "``loc``". Their usage is therefore something
##############################################
camlp5-7.13/doc/rst/quot.rst-367-
camlp5-7.13/doc/rst/quot.rst:368:   If used just like this, without the "``<:expr< $anti:x$ >>``", in
camlp5-7.13/doc/rst/quot.rst-369-   case of typing error (for example if the variable "``ijk``" is
##############################################
camlp5-7.13/doc/rst/quot.rst-415-   Second, the typing error messages. Here, the above code with
camlp5-7.13/doc/rst/quot.rst:416:   "``<:expr< $anti:e$ >>``" can apply to the resulting tree.
camlp5-7.13/doc/rst/quot.rst-417-
##############################################
camlp5-7.13/doc/rst/syntext.rst-168-                  let el = el @ [<:expr< if $c$ then () else loop () >>] in
camlp5-7.13/doc/rst/syntext.rst:169:                  <:expr< loop () where rec loop () = do { $list:el$ } >> ] ]
camlp5-7.13/doc/rst/syntext.rst-170-          ;
##############################################
camlp5-7.13/doc/rst/syntext.rst-182-
camlp5-7.13/doc/rst/syntext.rst:183:        <:expr< loop () where rec loop () = do { $list:el$ } >>
camlp5-7.13/doc/rst/syntext.rst-184-
##############################################
camlp5-7.13/etc/mkcamlp5.sh.tpl-27-    *)
camlp5-7.13/etc/mkcamlp5.sh.tpl:28:	j=`basename $1 .cmi`
camlp5-7.13/etc/mkcamlp5.sh.tpl-29-	if test "$j.cmi" = "$1"; then
camlp5-7.13/etc/mkcamlp5.sh.tpl:30:	    first="`expr "$j" : '\(.\)' | tr 'a-z' 'A-Z'`"
camlp5-7.13/etc/mkcamlp5.sh.tpl:31:	    rest="`expr "$j" : '.\(.*\)'`"
camlp5-7.13/etc/mkcamlp5.sh.tpl-32-	    INTERFACES="$INTERFACES $first$rest"
##############################################
camlp5-7.13/etc/pa_reloc.ml-178-             let e =
camlp5-7.13/etc/pa_reloc.ml:179:               if use_self then <:expr< self where rec self = $e$ >>
camlp5-7.13/etc/pa_reloc.ml-180-               else e
##############################################
camlp5-7.13/lib/plexer.ml-308-    match strm with parser
camlp5-7.13/lib/plexer.ml:309:    [ [: `'$'; s = antiquot ctx bp $empty; `':' :] ->
camlp5-7.13/lib/plexer.ml-310-        ("ANTIQUOT", "?" ^ s ^ ":")
##############################################
camlp5-7.13/lib/plexer.ml-317-    match strm with parser
camlp5-7.13/lib/plexer.ml:318:    [ [: `'$'; s = antiquot_loc ctx bp $empty; `':' :] ->
camlp5-7.13/lib/plexer.ml-319-        ("ANTIQUOT_LOC", "?" ^ s ^ ":")
##############################################
camlp5-7.13/lib/plexer.ml-332-    match strm with parser
camlp5-7.13/lib/plexer.ml:333:    [ [: `'$'; s = antiquot ctx bp $empty; `':' :] ->
camlp5-7.13/lib/plexer.ml-334-        ("ANTIQUOT", "~" ^ s ^ ":")
##############################################
camlp5-7.13/lib/plexer.ml-341-    match strm with parser
camlp5-7.13/lib/plexer.ml:342:    [ [: `'$'; s = antiquot_loc ctx bp $empty; `':' :] ->
camlp5-7.13/lib/plexer.ml-343-        ("ANTIQUOT_LOC", "~" ^ s ^ ":")
##############################################
camlp5-7.13/ocaml_src/tools/camlp5_comm.sh-10-
camlp5-7.13/ocaml_src/tools/camlp5_comm.sh:11:if test "`basename $FILE .mli`.mli" = "$FILE"; then
camlp5-7.13/ocaml_src/tools/camlp5_comm.sh:12:  OFILE=`basename $FILE .mli`.ppi
camlp5-7.13/ocaml_src/tools/camlp5_comm.sh-13-else
camlp5-7.13/ocaml_src/tools/camlp5_comm.sh:14:  OFILE=`basename $FILE .ml`.ppo
camlp5-7.13/ocaml_src/tools/camlp5_comm.sh-15-fi
##############################################
camlp5-7.13/tools/apply.sh-20-
camlp5-7.13/tools/apply.sh:21:set - `head -1 $FILE`
camlp5-7.13/tools/apply.sh-22-if test "$2" = "camlp5r" -o "$2" = "camlp5"; then
##############################################
camlp5-7.13/tools/apply.sh-24-	shift; shift
camlp5-7.13/tools/apply.sh:25:	ARGS1=`echo $* | sed -e "s/[()*]//g"`
camlp5-7.13/tools/apply.sh-26-else
##############################################
camlp5-7.13/tools/camlp5_comm.sh-17-
camlp5-7.13/tools/camlp5_comm.sh:18:set - `head -1 $FILE`
camlp5-7.13/tools/camlp5_comm.sh-19-if test "$2" = "camlp5r" -o "$2" = "camlp5"; then
##############################################
camlp5-7.13/tools/camlp5_comm.sh-32-  shift; shift
camlp5-7.13/tools/camlp5_comm.sh:33:  ARGS2=`echo $* | sed -e "s/[()*]//g"`
camlp5-7.13/tools/camlp5_comm.sh-34-  if test "$QUIET" = "no"; then echo $COMM $ARGS2 $ARGS1 $FILE; fi
##############################################
camlp5-7.13/tools/camlp5_comm.sh-36-else
camlp5-7.13/tools/camlp5_comm.sh:37:  if test "`basename $FILE .mli`.mli" = "$FILE"; then
camlp5-7.13/tools/camlp5_comm.sh:38:    OFILE=`basename $FILE .mli`.ppi
camlp5-7.13/tools/camlp5_comm.sh-39-  else
camlp5-7.13/tools/camlp5_comm.sh:40:    OFILE=`basename $FILE .ml`.ppo
camlp5-7.13/tools/camlp5_comm.sh-41-  fi
##############################################
camlp5-7.13/tools/conv.sh-2-
camlp5-7.13/tools/conv.sh:3:DIR=`expr "$0" : "\(.*\)/.*" "|" "."`
camlp5-7.13/tools/conv.sh-4-INCL=
##############################################
camlp5-7.13/tools/conv.sh-19-
camlp5-7.13/tools/conv.sh:20:set - `head -1 $FILE`
camlp5-7.13/tools/conv.sh-21-if test "$2" = "camlp5r" -o "$2" = "camlp5"; then
##############################################
camlp5-7.13/tools/conv.sh-28-  shift; shift
camlp5-7.13/tools/conv.sh:29:  ARGS=`echo $* | sed -e "s/[()*]//g"`
camlp5-7.13/tools/conv.sh-30-  $COMM $ARGS $OPTS -flag MZ $FILE
##############################################
camlp5-7.13/tools/depend.sh-17-
camlp5-7.13/tools/depend.sh:18:set - `head -1 $FILE`
camlp5-7.13/tools/depend.sh-19-if test "$2" = "camlp5r" -o "$2" = "camlp5"; then
##############################################
camlp5-7.13/tools/depend.sh-27-  shift; shift
camlp5-7.13/tools/depend.sh:28:  ARGS2=`echo $* | sed -e "s/[()*]//g"`
camlp5-7.13/tools/depend.sh-29-else