src/HOL/TLA/Memory/MemoryImplementation.thy
changeset 58310 91ea607a34d8
parent 58249 180f1b3508ed
child 58889 5b7a9633cfa8
--- a/src/HOL/TLA/Memory/MemoryImplementation.thy	Thu Sep 11 19:26:59 2014 +0200
+++ b/src/HOL/TLA/Memory/MemoryImplementation.thy	Thu Sep 11 19:32:36 2014 +0200
@@ -8,7 +8,7 @@
 imports Memory RPC MemClerk
 begin
 
-datatype_new histState = histA | histB
+datatype histState = histA | histB
 
 type_synonym histType = "(PrIds => histState) stfun"  (* the type of the history variable *)