Add a full_adder version with stateful interface.
authorMatthijs Kooijman <m.kooijman@student.utwente.nl>
Mon, 2 Feb 2009 13:54:28 +0000 (14:54 +0100)
committerMatthijs Kooijman <m.kooijman@student.utwente.nl>
Mon, 2 Feb 2009 13:54:28 +0000 (14:54 +0100)
commitc31e721d3b194f19140ffb55fdfc8d00368a6dbd
treeabf11d8b28fe6a3add9560d7b0c157694c3f588e
parent72e072d592b1e5bf2efab36b132167e027d48173
Add a full_adder version with stateful interface.

The state itself is still empty, this uses the (yank-pasted) stateless
function from Sim.hs to reuse the existing full_adder.
Adders.hs