You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sounds like a pretty good idea. I could see it work in two ways:
one would be to just have the contexts statically. with the way the editor works now, this should be fairly simple, as you can already move your cursor around to see goals at different points in time.
one would be to use something like jscoq to actually have dynamic code that you could alter and run. It would be a bit more work.
The problem I was aiming at was making it nicer to post problems in the irc channel and have people
follow the proof state without needing to copy it to their local disk first.
It would also be awesome for blogging about coq.
I'm leaning towards just statically generating the contexts by using peacoq as a library and just having a little command line tool step through the file, feeding it piece by piece to coqtop and recording
the results.
Hi, this is an idea I've had to use peacoq's existing work to generate annotated coq files to get things like
http://homes.cs.washington.edu/~jrw12/dep-destruct.html
where you can mouse over the proof in the post and read it.
Long term idea is to get that working on some sort of pastebin.
Generating the *context sections automatically.
I'm just poking around, but if you have any ideas, that would be great.
The text was updated successfully, but these errors were encountered: