author | boehmes |
Fri, 07 Jan 2011 09:26:27 +0100 | |
changeset 41438 | 272fe1f37b65 |
parent 41437 | 5bc117c382ec |
child 41439 | a31c451183e6 |
--- a/src/HOL/Tools/SMT/smt_config.ML Thu Jan 06 17:40:38 2011 -0800 +++ b/src/HOL/Tools/SMT/smt_config.ML Fri Jan 07 09:26:27 2011 +0100 @@ -138,7 +138,8 @@ fun solver_options_of ctxt = let fun all_options NONE = [] - | all_options (SOME ({options, ...}, opts)) = opts @ options ctxt + | all_options (SOME ({options, ...} : solver_info, opts)) = + opts @ options ctxt in solver_info_of (K []) all_options ctxt end val setup_solver =