1 2 3 4 5 6 7
module Main where import GHC.Generics main = do putStrLn $ packageName $ from $ Just True putStrLn $ packageName $ from $ True