1 2 3 4 5
{-# LANGUAGE NoMonomorphismRestriction #-} {-# LANGUAGE TemplateHaskell #-} module B where b = [| 'b' |]