Rewrite Alu using the State newtype.
authorMatthijs Kooijman <m.kooijman@student.utwente.nl>
Thu, 6 Aug 2009 17:21:17 +0000 (19:21 +0200)
committerMatthijs Kooijman <m.kooijman@student.utwente.nl>
Thu, 6 Aug 2009 17:21:17 +0000 (19:21 +0200)
commitbf0b4cfb8dc05bdededf86eb92f0047be8e9e7a6
tree9b7f352f539a2c4ced3508b8249f411f89ba697e
parentd947c778e6e6e95e896cfc6926a4fdf12f16806d
Rewrite Alu using the State newtype.

This is the way stateful functions will be working. Alu.hs now compiles,
but it does not result in valid (stateful) VHDL yet.
Alu.hs