Re: [Hol-info] LaTeX munger on Datatype theorems

2014-06-01 Thread Michael Norrish
The default method to do this hasn't changed, and the repository version of HOL will print type declarations with the new style. Thus the command $ ~/HOL/bin/mkmunge $ ./munge.exe < foo.htex > foo.tex $ pdflatex foo.tex will produce the attached foo.pdf, when given the file foo.htex

[Hol-info] ITRS 2014, Call for Participation

2014-06-01 Thread Luca Paolini
CALL FOR PARTICIPATION **ITRS 2014** 7th Workshop on Intersection Types and Related Systems Vienna, Austria, July 18th, 2014 http://vsl2014.at/meeti

[Hol-info] The SECD Microprocessor -- A Verification Case Study

2014-06-01 Thread Gergely Buday
Dear HOL users, I have found the book by Brian T. Graham about a formalisation of an SECD microprocessor using the HOL proof assistant. I have not found the proof script. Do you know whether it is proprietary or available for research purposes? - Gergely

[Hol-info] LaTeX munger on Datatype theorems

2014-06-01 Thread Ramana Kumar
Hi all, I suspect there's a nice way to get the munger to print datatypes in the syntax accepted by the new Datatype command (i.e. without all the "of"s, and perhaps with better line-breaking), but I can't figure it out right now. Does anyone know? Ideally I'm looking for instructions for how to