src/Tools/code/code_wellsorted.ML
changeset 30876 613c2eb8aef6
parent 30769 756088c52d10
child 30942 1e246776f876
equal deleted inserted replaced
30875:d63f8956bd39 30876:613c2eb8aef6
    92   * (((string * sort) list * (thm * bool) list) Symtab.table
    92   * (((string * sort) list * (thm * bool) list) Symtab.table
    93     * (class * string) list);
    93     * (class * string) list);
    94 
    94 
    95 val empty_vardeps_data : vardeps_data =
    95 val empty_vardeps_data : vardeps_data =
    96   (Vargraph.empty, (Symtab.empty, []));
    96   (Vargraph.empty, (Symtab.empty, []));
       
    97 
    97 
    98 
    98 (* retrieving equations and instances from the background context *)
    99 (* retrieving equations and instances from the background context *)
    99 
   100 
   100 fun obtain_eqns thy eqngr c =
   101 fun obtain_eqns thy eqngr c =
   101   case try (Graph.get_node eqngr) c
   102   case try (Graph.get_node eqngr) c