src/Pure/General/symbol.scala
changeset 67449 1caeb087d957
parent 67438 fdb7b995974d
child 69318 f3351bb4390e
equal deleted inserted replaced
67448:dbb1f02e667d 67449:1caeb087d957
   571 
   571 
   572 
   572 
   573   /* formal comments */
   573   /* formal comments */
   574 
   574 
   575   val comment: Symbol = "\\<comment>"
   575   val comment: Symbol = "\\<comment>"
       
   576   val cancel: Symbol = "\\<^cancel>"
       
   577   val latex: Symbol = "\\<^latex>"
       
   578 
   576   def comment_decoded: Symbol = symbols.comment_decoded
   579   def comment_decoded: Symbol = symbols.comment_decoded
   577   def is_comment(sym: Symbol): Boolean = sym == comment || sym == comment_decoded
       
   578 
       
   579   val cancel: Symbol = "\\<^cancel>"
       
   580   def cancel_decoded: Symbol = symbols.cancel_decoded
   580   def cancel_decoded: Symbol = symbols.cancel_decoded
   581   def is_cancel(sym: Symbol): Boolean = sym == cancel || sym == cancel_decoded
       
   582 
       
   583   val latex: Symbol = "\\<^latex>"
       
   584   def latex_decoded: Symbol = symbols.latex_decoded
   581   def latex_decoded: Symbol = symbols.latex_decoded
   585   def is_latex(sym: Symbol): Boolean = sym == latex || sym == latex_decoded
       
   586 
   582 
   587 
   583 
   588   /* cartouches */
   584   /* cartouches */
   589 
   585 
   590   val open: Symbol = "\\<open>"
   586   val open: Symbol = "\\<open>"