src/Pure/ML/fixed_int_dummy.ML
changeset 62508 d0b68218ea55
parent 62387 ad3eb2889f9a
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/Pure/ML/fixed_int_dummy.ML	Thu Mar 03 21:59:21 2016 +0100
@@ -0,0 +1,6 @@
+(*  Title:      Pure/ML/fixed_int_dummy.ML
+
+FixedInt dummy that is not fixed (up to Poly/ML 5.6).
+*)
+
+structure FixedInt = IntInf;