singletons-base-3.2: tests/compile-and-dump/Promote/Pragmas.hs
module Promote.Pragmas where
import Data.Singletons.TH
import Prelude.Singletons
$(promote [d|
{-# INLINE foo #-}
foo :: Bool
foo = True
|])
module Promote.Pragmas where
import Data.Singletons.TH
import Prelude.Singletons
$(promote [d|
{-# INLINE foo #-}
foo :: Bool
foo = True
|])