/usr/share/doc-base/haskell98-ffi is in haskell98-report 20080907-5.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | Document: haskell98-ffi
Title: The Haskell 98 Foreign Function Interface
Author: Manuel Chakravarty (editor)
Abstract: The definition of Haskell 98, while being
comprehensive with respect to the functional core language, does lack a
range of features of more operational flavour, such as a foreign
language interface, concurrency support, and fully fledged exception
handling. As these features are of central importance to many real
world applications of the language, there is a danger that different
implementations become de facto incompatible for such applications due
to system-specific extensions of the core language. The present FFI
specification is aimed at reducing this risk by defining a simple, yet
comprehensive extension to Haskell 98 for the purpose of interfacing to
program components implemented in a language other than Haskell.
Section: Programming/Haskell
Format: PostScript
Files: /usr/share/doc/haskell98-report/ffi.ps.gz
Format: PDF
Files: /usr/share/doc/haskell98-report/ffi.pdf.gz
|