1 2 3 4 5 6 7
{-# LANGUAGE TemplateHaskell #-} {-# LANGUAGE NoMonomorphismRestriction #-} module Lib where {-# NOINLINE p #-} p = [| 1 |]