prepared examples for Speechgram presentation

This commit is contained in:
aarne
2007-06-25 15:33:40 +00:00
parent 16bfb1250b
commit f081dc0d6b
9 changed files with 16 additions and 20 deletions

View File

@@ -38,7 +38,7 @@ fun
switchable_light : Switchable light ;
switchable_fan : Switchable fan ;
dimmable_fan : Dimmable fan ;
dimmable_light : Dimmable light ;
statelike_switchOn : (k : Kind) -> (s : Switchable k) -> Statelike k (switchOn k s) ;
statelike_switchOff : (k : Kind) -> (s : Switchable k) -> Statelike k (switchOff k s) ;