summaryrefslogtreecommitdiff
path: root/testsuite/tests/stranal/should_compile/T8743.hs-boot
blob: f98c48204a69fae6c56a493fb41e10b3e1264a6c (plain)
1
2
3
4
{-# LANGUAGE Haskell2010 #-}
module T8743 where
class ToRow a
instance ToRow (Maybe a)