Zulip Chat Archive
Stream: general
Topic: Using the `vm` monad
Eric Wieser (Oct 25 2021 at 11:47):
In https://github.com/leanprover-community/lean/pull/638 I've added a new builtin definition of type vm name
; how do I write a test for it? I can't seem to use the vm
monad in a tactic block.
Gabriel Ebner (Oct 25 2021 at 11:59):
Are you sure you want to use the vm
monad? As far as I remember, this was only ever used for a tiny debugger demo.
Last updated: Dec 20 2023 at 11:08 UTC