annotate tests/buffer.urs @ 906:c270fb847dc2

Be careful in Jscomp to avoid interpreting non-boolean/reference types as booleans with ?:
author Adam Chlipala <adamc@hcoop.net>
date Tue, 11 Aug 2009 11:26:37 -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