doc-src/Ref/classical.tex
changeset 4666 b7c4e4ade1aa
parent 4665 ef6a546d6b69
child 4881 d80faf83c82f
equal deleted inserted replaced
4665:ef6a546d6b69 4666:b7c4e4ade1aa
   264 
   264 
   265 \item[\ttindexbold{print_cs} $cs$] displays the printable contents of~$cs$,
   265 \item[\ttindexbold{print_cs} $cs$] displays the printable contents of~$cs$,
   266   which is the rules. All other parts are non-printable.
   266   which is the rules. All other parts are non-printable.
   267 
   267 
   268 \item[\ttindexbold{rep_cs} $cs$] decomposes $cs$ as a record of its internal 
   268 \item[\ttindexbold{rep_cs} $cs$] decomposes $cs$ as a record of its internal 
   269   components, namely the safe intruduction and elimination rules, the unsafe
   269   components, namely the safe introduction and elimination rules, the unsafe
   270   intruduction and elimination rules, the lists of safe and unsafe wrappers
   270   introduction and elimination rules, the lists of safe and unsafe wrappers
   271   (see \ref{sec:modifying-search}),
   271   (see \ref{sec:modifying-search}), and the internalized forms of the rules.
   272   and the internal representation of the rules.
       
   273 
   272 
   274 \item[$cs$ addSIs $rules$] \indexbold{*addSIs}
   273 \item[$cs$ addSIs $rules$] \indexbold{*addSIs}
   275 adds safe introduction~$rules$ to~$cs$.
   274 adds safe introduction~$rules$ to~$cs$.
   276 
   275 
   277 \item[$cs$ addSEs $rules$] \indexbold{*addSEs}
   276 \item[$cs$ addSEs $rules$] \indexbold{*addSEs}