Zulip Chat Archive

Stream: lean4

Topic: aesop print contents of rule set


Bhavik Mehta (Sep 19 2024 at 16:53):

Is there a way I can ask Lean/aesop to print what's included in a particular rule set?

Kim Morrison (Sep 19 2024 at 23:58):

@Jannis Limperg?

I think it is not possible.

Jannis Limperg (Sep 20 2024 at 07:42):

#aesop_rulesets prints all rule sets. I can add a variant that prints a specific one.

Jannis Limperg (Sep 20 2024 at 17:12):

Oh, it's #aesop_rules. I always forget my own API. :upside_down:


Last updated: May 02 2025 at 03:31 UTC