> just zero Just 0 :: Maybe Int > just false Just False :: Maybe Bool
> showJustName ''Int "Int"
> showJustName ''String "String"
> showJustName ''Maybe "Maybe"