src/HOL/Codegenerator_Test/Generate_Efficient_Datastructures.thy
changeset 63133 feea9cf343d9
parent 63132 8230358fab88
child 63134 aa573306a9cd
equal deleted inserted replaced
63132:8230358fab88 63133:feea9cf343d9
    71   "Gcd_eucl = Gcd_eucl" ..
    71   "Gcd_eucl = Gcd_eucl" ..
    72 
    72 
    73 lemma [code, code del]:
    73 lemma [code, code del]:
    74   "Lcm_eucl = Lcm_eucl" ..
    74   "Lcm_eucl = Lcm_eucl" ..
    75 
    75 
    76 lemma [code, code del]:
       
    77   "permutations_of_set = permutations_of_set" ..
       
    78 
       
    79 (*
    76 (*
    80   If the code generation ends with an exception with the following message:
    77   If the code generation ends with an exception with the following message:
    81   '"List.set" is not a constructor, on left hand side of equation: ...',
    78   '"List.set" is not a constructor, on left hand side of equation: ...',
    82   the code equation in question has to be either deleted (like many others in this file) 
    79   the code equation in question has to be either deleted (like many others in this file) 
    83   or implemented for RBT trees.
    80   or implemented for RBT trees.