| Safe Haskell | None |
|---|
Lava.Property
Documentation
class ChoiceWithSig a Source
Instances
Instances
| Fresh () | |
| ConstructiveSig a => Fresh (Signal a) | |
| (CoFresh a, Choice b, Fresh b) => Fresh (a -> b) | |
| (Fresh a, Fresh b) => Fresh (a, b) | |
| (Fresh a, Fresh b, Fresh c) => Fresh (a, b, c) | |
| (Fresh a, Fresh b, Fresh c, Fresh d) => Fresh (a, b, c, d) | |
| (Fresh a, Fresh b, Fresh c, Fresh d, Fresh e) => Fresh (a, b, c, d, e) | |
| (Fresh a, Fresh b, Fresh c, Fresh d, Fresh e, Fresh f) => Fresh (a, b, c, d, e, f) | |
| (Fresh a, Fresh b, Fresh c, Fresh d, Fresh e, Fresh f, Fresh g) => Fresh (a, b, c, d, e, f, g) |
Instances
| CoFresh () | |
| CoFresh a => CoFresh [a] | |
| ChoiceWithSig a => CoFresh (Signal a) | |
| (Finite a, CoFresh b) => CoFresh (a -> b) | |
| (CoFresh a, CoFresh b) => CoFresh (a, b) | |
| (CoFresh a, CoFresh b, CoFresh c) => CoFresh (a, b, c) | |
| (CoFresh a, CoFresh b, CoFresh c, CoFresh d) => CoFresh (a, b, c, d) | |
| (CoFresh a, CoFresh b, CoFresh c, CoFresh d, CoFresh e) => CoFresh (a, b, c, d, e) | |
| (CoFresh a, CoFresh b, CoFresh c, CoFresh d, CoFresh e, CoFresh f) => CoFresh (a, b, c, d, e, f) | |
| (CoFresh a, CoFresh b, CoFresh c, CoFresh d, CoFresh e, CoFresh f, CoFresh g) => CoFresh (a, b, c, d, e, f, g) |
Instances
| ShowModel () | |
| ShowModel a => ShowModel [a] | |
| ShowModel (Signal a) | |
| ShowModel (a -> b) | |
| (ShowModel a, ShowModel b) => ShowModel (a, b) | |
| (ShowModel a, ShowModel b, ShowModel c) => ShowModel (a, b, c) | |
| (ShowModel a, ShowModel b, ShowModel c, ShowModel d) => ShowModel (a, b, c, d) | |
| (ShowModel a, ShowModel b, ShowModel c, ShowModel d, ShowModel e) => ShowModel (a, b, c, d, e) | |
| (ShowModel a, ShowModel b, ShowModel c, ShowModel d, ShowModel e, ShowModel f) => ShowModel (a, b, c, d, e, f) | |
| (ShowModel a, ShowModel b, ShowModel c, ShowModel d, ShowModel e, ShowModel f, ShowModel g) => ShowModel (a, b, c, d, e, f, g) |