| author | wenzelm | 
| Tue, 08 Mar 2016 18:15:16 +0100 | |
| changeset 62559 | 83e815849a91 | 
| parent 62134 | 2405ab06d5b1 | 
| child 63253 | d097baa19bd9 | 
| permissions | -rw-r--r-- | 
(* Title: HOL/Eisbach/Eisbach.thy Author: Daniel Matichuk, NICTA/UNSW Main entry point for Eisbach proof method language. *) theory Eisbach imports Pure keywords "method" :: thy_decl and "conclusion" "declares" "methods" "\<bar>" "\<Rightarrow>" "uses" begin ML_file "parse_tools.ML" ML_file "method_closure.ML" ML_file "eisbach_rule_insts.ML" ML_file "match_method.ML" method solves methods m = (m; fail) end