| author | haftmann |
| Wed, 21 Mar 2018 19:39:23 +0100 | |
| changeset 67907 | 02a14c1cb917 |
| parent 67443 | 3abf6a722518 |
| child 69043 | 57a76e4728ed |
| permissions | -rw-r--r-- |
theory Ex imports Pure begin ML \<open> val rc = Isabelle_System.bash "cd \"$ISABELLE_HOME/src/HOL/Analysis\"; isabelle mirabelle arith Inner_Product.thy"; if rc <> 0 then error ("Mirabelle example failed: " ^ string_of_int rc) else (); \<close> \<comment> \<open>some arbitrary small test case\<close> end