History log of /seL4-l4v-master/HOL4/src/postkernel/TheoryReader.sig
Revision Date Author Comments
# 50b30f65 14-Jan-2020 Michael Norrish <michael.norrish@data61.csiro.au>

Change theory files to use an s-expression representation

This wastes some disk-space in the form of extra white-space that the
Oppen pretty-printer introduces for indentation purposes, but with the
string table used, the number of lines and the number of
non-whitespace characters is lower.

The string table can and will be used in more places in subsequent
commits to try to improve file size and sharing. The theory data may
also shift to directly use s-expressions rather than strings (people
wedded to a string representation can always embed those into
s-expressions of course).


# 86b3eae0 21-Aug-2017 Michael Norrish <Michael.Norrish@nicta.com.au>

Complete basic Poly implementation of TheoryIO (separate dat files)

Still to tweak Holmake and to make sure it all works on Moscow ML


# 0775443a 21-Aug-2017 Thibault Gauthier <thibault.gauthier@uibk.ac.at>

Use _Theory.dat for loading theory data into _Theory.sml