annotate tests/buffer.urs @ 2237:e79ef5792c8b

Fix bug in redundancy checking and use finer formula for UPDATE statements.
author Ziv Scully <ziv@mit.edu>
date Sun, 05 Jul 2015 23:57:28 -0700
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