Fran Bugs/To Do List

Conal Elliott

Last Modified October 23, 1997

Bugs

To Do

Is there going to be a `User' style version of things like `lbp', `rbp' and so on. Many of the examples could really use some form of ==> which returns the User. As in lbp' :: User -> Event User This would make lots of the uNext sort of things go away. I'd be even happier just to change lbp to have this signature. The keypress signature could be keyPress :: User -> Event (Char, User)

           residualB :: GBehavior bv => bv -> Behavior bv 

Then

           e `afterE` bv = e `snapshot` residualB bv