0 | module Language.Reflection.Expr.Interpolation
2 | import Language.Reflection.Pretty
3 | import Language.Reflection.TTImp
5 | import Text.PrettyPrint.Bernardy
10 | InterpolationTTImp' : Interpolation TTImp
11 | InterpolationTTImp' = ThroughPretty {layout = Opts {lineLength = 152}}