aeneas icon indicating copy to clipboard operation
aeneas copied to clipboard

The use of opaque functions without `--split-files` generates files which don't typecheck in Lean

Open sonmarcho opened this issue 10 months ago • 0 comments
trafficstars

Opaque functions are translated to axioms if we don't use --split-files, which can lead to issues because axioms are noncomputable in Lean, and all definitions using a non-computable definition should inherit the noncomputable attribute.

sonmarcho avatar Jan 17 '25 17:01 sonmarcho