From: Mark Wooding Date: Thu, 17 Sep 2015 17:23:43 +0000 (+0100) Subject: doc/sod.tex: Describe the data structures after the runtime library. X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/sod/commitdiff_plain/45e10a4f206558e310e8c9119918cc2b188453c6?hp=780dfb99b08e565eeeb5d94d4d8fd0604b8c54d0 doc/sod.tex: Describe the data structures after the runtime library. This goes against my usual grain, but in this case I don't think it works the other way round because the types are so complicated. --- diff --git a/doc/sod.tex b/doc/sod.tex index 4979b23..b81abf7 100644 --- a/doc/sod.tex +++ b/doc/sod.tex @@ -67,8 +67,8 @@ \include{concepts} \include{cmdline} \include{syntax} -\include{structures} \include{runtime} +\include{structures} %%%-------------------------------------------------------------------------- \part{Lisp interface} \label{p:lisp}