1 module TFHOE.Repr.Dup where
3 -- | Data type to duplicate an expression
4 -- in order to evaluate it with different interpreters;
5 -- this is a more verbose and somehow less elegant alternative
6 -- to maintaining the universal polymorphism of @repr@ at parsing time.