From 5d4cf588d0d676083c44d7d038a61b3f1aec306a Mon Sep 17 00:00:00 2001 From: rrt Date: Tue, 10 Jul 2001 11:22:15 +0000 Subject: [PATCH] [project @ 2001-07-10 11:22:15 by rrt] ie -> i.e. --- docs/ffi.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ffi.sgml b/docs/ffi.sgml index 32f14a2..727106c 100644 --- a/docs/ffi.sgml +++ b/docs/ffi.sgml @@ -67,7 +67,7 @@ well as handling out and in-out parameters in a convenient, yet protable way. -In the following, we will discuss the language extensions of the FFI (ie, the +In the following, we will discuss the language extensions of the FFI (i.e. the first point above). They can be split up into two complementary halves; one half that provides Haskell constructs for importing foreign functionality into Haskell, the other which lets you expose Haskell functions to the outside -- 1.7.10.4