crefine: Remove a find_theorems invocation.

This commit is contained in:
Matthew Fernandez 2015-11-25 10:29:22 +11:00
parent 7bc4236077
commit d9154d00af
1 changed files with 0 additions and 2 deletions

View File

@ -790,8 +790,6 @@ lemma list_map_length_is_None [simp]:
apply (simp add: list_map_def)
done
find_theorems h_t_valid intvl
lemma list_map_append_one:
"list_map (xs @ [x]) = [length xs \<mapsto> x] ++ list_map xs"
by (simp add: list_map_def)