Skip to content
Snippets Groups Projects
Commit bedf494f authored by sof's avatar sof
Browse files

[project @ 1997-11-24 20:36:23 by sof]

Added comment on Read BufferMode instance
parent f6fa79f0
No related merge requests found
......@@ -380,7 +380,9 @@ and terminals will normally be line-buffered.
\begin{code}
data BufferMode
= NoBuffering | LineBuffering | BlockBuffering (Maybe Int)
deriving (Eq, Ord, {-ToDo: Read,-} Show)
deriving (Eq, Ord, Show)
{- Read instance defined in IO. -}
\end{code}
\begin{code}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment