annotate tests/buffer.urs @ 1463:607657eb2865

Properly handle form textboxes that have sources
author Adam Chlipala <adam@chlipala.net>
date Sun, 29 May 2011 12:44:31 -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