summaryrefslogtreecommitdiff
path: root/testsuite/tests/generics/T10030.hs
blob: e57a115dfc4a6c67fc9a6842b2ec14e304a7d56f (plain)
1
2
3
4
5
6
7
module Main where

import GHC.Generics

main = do
  putStrLn $ packageName $ from $ Just True
  putStrLn $ packageName $ from $ True