Zulip Chat Archive
Stream: lean4
Topic: Lean 4 Info View
Guilherme Silva (May 06 2021 at 00:43):
Is it possible to create other kinds of info views in Lean?
For example, creating another tactic like Mtac2 of Coq or using it in another monad.
Sebastian Ullrich (May 06 2021 at 07:09):
If you can represent your custom goal state using the same data structure as the default one, this is possible. Otherwise, it will likely fall under https://github.com/leanprover/lean4/issues/399.
Last updated: Dec 20 2023 at 11:08 UTC