Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
Instances
Show Ostream Source # | |
FPtr Ostream Source # | |
Defined in STD.Ostream.RawType type Raw Ostream | |
Eq Ostream Source # | |
Ord Ostream Source # | |
IOstream Ostream Source # | |
Defined in STD.Ostream.Implementation | |
Castable Ostream (Ptr RawOstream) | |
Defined in STD.Ostream.Cast | |
type Raw Ostream Source # | |
Defined in STD.Ostream.RawType |
upcastOstream :: forall a. (FPtr a, IOstream a) => a -> Ostream Source #
downcastOstream :: forall a. (FPtr a, IOstream a) => Ostream -> a Source #