Zulip Chat Archive
Stream: Is there code for X?
Topic: Eta expand a function
Arnav Sabharwal (Mar 16 2024 at 01:25):
Is there a way to eta expand a metavariable for a function, whilst maintaining type (as in non-Expr based return type)? Thanks!
Matt Diamond (Mar 16 2024 at 01:33):
not sure if this is what you're looking for, but there's an eta_expand tactic
Last updated: May 02 2025 at 03:31 UTC