annotate demo/buffer.urs @ 1932:98895243b5b6

Change handling of returned text blobs, to activate the normal EWrite optimizations
author Adam Chlipala <adam@chlipala.net>
date Wed, 11 Dec 2013 18:22:10 -0500
parents 755a71c99be5
children
rev   line source
adamc@697 1 type t
adamc@697 2
adamc@697 3 val create : transaction t
adamc@697 4 val render : t -> signal xbody
adamc@697 5 val write : t -> string -> transaction unit