view tests/buffer.urs @ 1807:15eb501a17d0

Return to working version mode
author Adam Chlipala <adam@chlipala.net>
date Tue, 07 Aug 2012 10:02:19 -0400
parents 2197f0e24a9f
children
line wrap: on
line source
type t

val create : transaction t
val render : t -> signal xbody
val write : t -> string -> transaction unit