Zulip Chat Archive
Stream: lean4
Topic: Precomputed fields in FFI
Leni Aniva (May 12 2024 at 20:55):
What is the standard layout of precomputed fields (such as the one on Expr
) in the Lean FFI? For example, if an Expr
object is of the case .forallE
, does it have 5 fields in the implementation with the last one being the hash?
Last updated: May 02 2025 at 03:31 UTC