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

[project @ 1998-04-30 20:01:45 by sof]

New function: fdToInt
parent 07c31308
No related merge requests found
......@@ -43,6 +43,9 @@ instance Eq Fd where
-- use with care.
intToFd :: Int -> Fd
intToFd (I# fd#) = FD# fd#
fdToInt :: Fd -> Int
fdToInt (FD# x#) = I# x#
\end{code}
Now some local functions that shouldn't go outside this library.
......
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