pugs-DrIFT-2.2.3.20150815: DrIFT with pugs-specific rules.

Safe HaskellNone
LanguageHaskell98

DrIFT.Perl5

Documentation

class Show a => Perl5 a where Source

Minimal complete definition

Nothing

Methods

showPerl5 :: a -> String Source

Instances

showP5Obj :: (a -> String) -> Perl5Class -> a -> String Source