annotate tests/buffer.urs @ 2257:28a541bd2d23

Use referenced (rather than all) free variables as keys for pure caches.
author Ziv Scully <ziv@mit.edu>
date Sun, 27 Sep 2015 14:46:12 -0400
parents 2197f0e24a9f
children
rev   line source
adamc@728 1 type t
adamc@728 2
adamc@728 3 val create : transaction t
adamc@728 4 val render : t -> signal xbody
adamc@728 5 val write : t -> string -> transaction unit