src/HOLCF/Tools/pcpodef.ML
changeset 38348 cf7b2121ad9d
parent 36960 01594f816e3a
child 38756 d07959fabde6
--- a/src/HOLCF/Tools/pcpodef.ML	Wed Aug 11 14:31:40 2010 +0200
+++ b/src/HOLCF/Tools/pcpodef.ML	Wed Aug 11 14:31:43 2010 +0200
@@ -203,7 +203,7 @@
     val below_eqn = Logic.mk_equals (below_const newT,
       Abs ("x", newT, Abs ("y", newT, below_const oldT $ (RepC $ Bound 1) $ (RepC $ Bound 0))));
     val lthy3 = thy2
-      |> Theory_Target.instantiation ([full_tname], lhs_tfrees, @{sort po});
+      |> Class.instantiation ([full_tname], lhs_tfrees, @{sort po});
     val ((_, (_, below_ldef)), lthy4) = lthy3
       |> Specification.definition (NONE,
           ((Binding.prefix_name "below_" (Binding.suffix_name "_def" name), []), below_eqn));