view demo/buffer.urs @ 1532:7ef09e91198b

Mention transitive dependency calculation for tree shaking
author Adam Chlipala <adam@chlipala.net>
date Wed, 10 Aug 2011 18:39:27 -0400
parents 755a71c99be5
children
line wrap: on
line source
type t

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