This commit is contained in:
Burkhart Wolff 2019-03-31 22:05:28 +00:00
parent e1ff1fbf60
commit f78b5d310b
2 changed files with 2 additions and 5 deletions

View File

@ -197,7 +197,7 @@ int a = 0;
*/
/** ML \<open>fn _ => fn _ => fn _ => I\<close> (* An example of correct syntax accepted as usual *)
*/
*/
\<close>
subsection \<open>Mixing Together Any Types of Antiquotations\<close>

View File

@ -101,9 +101,6 @@ unsigned int is_prime(unsigned int n)
/* No factors. */
return 1;
}
\<close>
}\<close>
end