diff -r 6cfb92de4654 -r 4a517c6ac07d Paper/Paper.thy --- a/Paper/Paper.thy Sun Jan 30 17:09:02 2011 +0000 +++ b/Paper/Paper.thy Sun Jan 30 17:21:53 2011 +0000 @@ -10,7 +10,9 @@ Seq (infixr "\" 100) and Star ("_\<^bsup>\\<^esup>") and pow ("_\<^bsup>_\<^esup>" [100, 100] 100) and - Suc ("_+1" [100] 100) + Suc ("_+1" [100] 100) and + quotient ("_ \<^raw:\ensuremath{\sslash}> _ " [90, 90] 90) + (*>*)