# HG changeset patch # User Christian Urban # Date 1260376279 -3600 # Node ID 2b35c7e90294b0781493d45a32333d35443a8d33 # Parent 178acdd3a64c999702185d7e5ce4c74d91b41256# Parent 2ee3bc9899c076236e1e579319fe85ddce3c6417 merged diff -r 178acdd3a64c -r 2b35c7e90294 Quot/quotient_info.ML --- a/Quot/quotient_info.ML Wed Dec 09 17:31:01 2009 +0100 +++ b/Quot/quotient_info.ML Wed Dec 09 17:31:19 2009 +0100 @@ -65,6 +65,7 @@ val mapname = Sign.intern_const thy mapstr val relname = Sign.intern_const thy relstr + (* FIXME: if you don't handle the error you also get an error with a similar message: No such constant: "bla" *) fun check s = (Const (s, dummyT) |> Syntax.check_term ctxt) handle _ => error ("Constant " ^ s ^ " not declared.") val _ = map check [mapname, relname]