Is there a record update syntax for this kind of tuples?
datatype state = Data (numbers: "int list") (clock: nat)
The file src/HOL/ex/Datatype_Record_Examples.thy
introduces this. One needs a manual setup for this, though, it is written in the file.
Last updated: Dec 21 2024 at 16:20 UTC