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: https://git.distorted.org.uk/~mdw/sod/commitdiff_plain/45e10a4f206558e310e8c9119918cc2b188453c6 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}