annotate demo/buffer.urs @ 2190:22117edf8fd3

After a tricky debugging session, limit visibility of type-class instances from anonymous modules
author Adam Chlipala <adam@chlipala.net>
date Sun, 01 Nov 2015 16:33:14 -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