1 2 3 4 5 6 7
{-# LANGUAGE TemplateHaskell #-} {-# LANGUAGE NoMonomorphismRestriction #-} module T15783B(f) where d = 0 f = [|| d ||]