Extract only representable arguments.
authorMatthijs Kooijman <m.kooijman@student.utwente.nl>
Fri, 3 Jul 2009 16:35:02 +0000 (18:35 +0200)
committerMatthijs Kooijman <m.kooijman@student.utwente.nl>
Fri, 3 Jul 2009 16:35:02 +0000 (18:35 +0200)
commit3f604aecb0825aa68463da50137adbc74acfe8de
tree15ebf594f075663f4479365fb8a1cca4597cae87
parent8153abb4f08f21e097eca9bd38fa6155675be40b
Extract only representable arguments.

Previously, anything but types and functions was extracted. This
definition is slightly more general, but it should not matter for the
programs we work with.
Normalize.hs