Safe Haskell | None |
---|---|
Language | GHC2021 |
Synopsis
* * * ForAllTyFlag * * *********************************************************************
Orphan instances
NFData ForAllTyFlag Source # | |
rnf :: ForAllTyFlag -> () Source # | |
NFData Specificity Source # | |
rnf :: Specificity -> () Source # | |
Binary ForAllTyFlag Source # | |
put_ :: WriteBinHandle -> ForAllTyFlag -> IO () Source # put :: WriteBinHandle -> ForAllTyFlag -> IO (Bin ForAllTyFlag) Source # get :: ReadBinHandle -> IO ForAllTyFlag Source # | |
Binary Specificity Source # | |
put_ :: WriteBinHandle -> Specificity -> IO () Source # put :: WriteBinHandle -> Specificity -> IO (Bin Specificity) Source # get :: ReadBinHandle -> IO Specificity Source # | |
Outputable ForAllTyFlag Source # | |
ppr :: ForAllTyFlag -> SDoc Source # |