clarified comment
authorhaftmann
Sun, 26 Feb 2017 11:38:33 +0100
changeset 65049 928156a95e1a
parent 65048 805d0a9a4e37
child 65050 4538153bcc5c
clarified comment
src/HOL/Tools/Nitpick/nitpick_hol.ML
--- a/src/HOL/Tools/Nitpick/nitpick_hol.ML	Fri Feb 24 13:59:50 2017 +0100
+++ b/src/HOL/Tools/Nitpick/nitpick_hol.ML	Sun Feb 26 11:38:33 2017 +0100
@@ -714,10 +714,10 @@
        in
          case t_opt of
            SOME (Const (@{const_name top}, _)) => true
-           (* "Multiset.multiset" *)
+           (* "Multiset.multiset" FIXME unchecked *)
          | SOME (Const (@{const_name Collect}, _)
                  $ Abs (_, _, Const (@{const_name finite}, _) $ _)) => true
-           (* "FinFun.finfun" *)
+           (* "FinFun.finfun" FIXME unchecked *)
          | SOME (Const (@{const_name Collect}, _) $ Abs (_, _,
                      Const (@{const_name Ex}, _) $ Abs (_, _,
                          Const (@{const_name finite}, _) $ _))) => true