Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
STD.Ostream
Documentation
Constructors
Ostream (Ptr RawOstream) |
Instances
Show Ostream Source # | |
FPtr Ostream Source # | |
Defined in STD.Ostream.RawType Associated Types 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 #