src/HOL/Matrix_LP/matrixlp.ML
changeset 55413 a8e96847523c
parent 53737 eab25a77af39
child 59582 0fbed69ff081
--- a/src/HOL/Matrix_LP/matrixlp.ML	Wed Feb 12 08:35:56 2014 +0100
+++ b/src/HOL/Matrix_LP/matrixlp.ML	Wed Feb 12 08:35:56 2014 +0100
@@ -11,7 +11,7 @@
 structure MatrixLP : MATRIX_LP =
 struct
 
-val compute_thms = ComputeHOL.prep_thms @{thms "ComputeHOL.compute_list_case" "ComputeHOL.compute_let"
+val compute_thms = ComputeHOL.prep_thms @{thms "ComputeHOL.compute_case_list" "ComputeHOL.compute_let"
   "ComputeHOL.compute_if" "ComputeFloat.arith" "SparseMatrix.sparse_row_matrix_arith_simps"
   "ComputeHOL.compute_bool" "ComputeHOL.compute_pair"
   "SparseMatrix.sorted_sp_simps"