src/Tools/Compute_Oracle/am_sml.ML
changeset 25220 f22c1fcbc501
parent 25217 3224db6415ae
child 25279 5ff6fc338db1
equal deleted inserted replaced
25219:084f468145e3 25220:f22c1fcbc501
   349 		    end
   349 		    end
   350 	    in
   350 	    in
   351 		map eval_rule (rev (section (arity + 1)))
   351 		map eval_rule (rev (section (arity + 1)))
   352 	    end
   352 	    end
   353 
   353 
   354 	fun (convert_computed_rules : int -> string list) c = 
   354 	fun convert_computed_rules (c: int) : string list = 
   355 	    let
   355 	    let
   356 		val arity = the (arity_of c)
   356 		val arity = the (arity_of c)
   357 		fun eval_rule () = 
   357 		fun eval_rule () = 
   358 		    let
   358 		    let
   359 			val sc = string_of_int c
   359 			val sc = string_of_int c