Add the new CoreTools module.
authorMatthijs Kooijman <m.kooijman@student.utwente.nl>
Thu, 9 Apr 2009 15:58:21 +0000 (17:58 +0200)
committerMatthijs Kooijman <m.kooijman@student.utwente.nl>
Thu, 9 Apr 2009 15:58:21 +0000 (17:58 +0200)
commit19150b91c6ef62bd9d1da7b615b7364532d902d5
tree700fff93e8ac65bee48062f4aa028f6758caf047
parentc27e735e016fb925a2514f1c0f11d925ed4bd320
Add the new CoreTools module.

This module will contain functions to work with specific constructs
represented as Core expressions and types (i.e., it knows about how
certain libraries are structured and uses functions from there).

For now, this contains a single function to translate (the Core
representation of) a type level int from the tfp package to a real Int.
CoreTools.hs [new file with mode: 0644]