summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/recompTHghci/B2.hs
blob: 99c3171111c12f1549d3b11147a8c34c4c5512d6 (plain)
1
2
3
4
5
{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE NoMonomorphismRestriction #-}
module B where

b = [| print 1 |]