execpt that Prependable is just SignaLike now.
This new implementaion makes better implemetation of polymorhic signals and works over arbitrary domain.
For example take a look in at Example.hs
https://github.com/ra1u/clash-multisignal/blob/master/src/Clash/Signal/Example.hsCurrent PolySignal implementation has "only one" disadvantage. That is that domain is contravariant, and this can be be tricky if you are dealing with circuits over multiple domains, Reset , clock and enable travels in opposite direction from output to input.
Please do report comments, questions and issues here or on my mail or send pull request on github. It helps a lot.
Luka.