From: Florian Haftmann <florian.haftmann@informatik.tu-muenchen.de>
Hi Lukas,
export_code List.map_project Set.union in SML file -
bad luck. List.map_project would fit best in Set.thy, but there is no
option type yet. It could be moved to Option.thy, but then the same
problem occurs with Option.set.
No idea the the moment…
Florian
signature.asc
From: Lukas Bulwahn <bulwahn@in.tum.de>
Hi all,
on a fairly recent development version of Isabelle (bd03e0890699), I
cannot generate code for sets due a module dependency cycle.
The problem boils down to:
export_code List.map_project Set.union in SML file -
Any suggestions how to avoid it or fix it?
By the way, code generation for sets now works nicely (besides this
error). Thanks, Florian. Keep up the work!
Lukas
Last updated: Nov 21 2024 at 12:39 UTC