typo
authorblanchet
Mon, 04 Nov 2013 10:52:41 +0100
changeset 54238 58742c759205
parent 54237 7cc6e286fe28
child 54239 9bd91d5d8a7b
typo
src/HOL/BNF/Tools/bnf_fp_rec_sugar_util.ML
--- a/src/HOL/BNF/Tools/bnf_fp_rec_sugar_util.ML	Mon Nov 04 10:52:41 2013 +0100
+++ b/src/HOL/BNF/Tools/bnf_fp_rec_sugar_util.ML	Mon Nov 04 10:52:41 2013 +0100
@@ -528,7 +528,7 @@
 
 fun find_index_eq hs h = find_index (curry (op =) h) hs;
 
-(*FIXME: remove special cases for products and sum once they are registered as datatypes*)
+(*FIXME: remove special cases for product and sum once they are registered as datatypes*)
 fun map_thms_of_typ ctxt (Type (s, _)) =
     if s = @{type_name prod} then
       @{thms map_pair_simp}