Zulip Chat Archive
Stream: lean4
Topic: generalise appbuilder
Jakob von Raumer (Sep 15 2021 at 09:39):
I'd like to use something like mkAppM but on a fvar instead of a constant, looking at the code, there's not really an obstacle to that except for the fact that the function, which accepts arbitrary Exprs as functions and does the heavy lifting, is private. Can we make it accessible or generalise mkAppM?
Last updated: May 02 2025 at 03:31 UTC