From db0f8b0dced9a827c24842e5eeda7fbd64ef115e Mon Sep 17 00:00:00 2001 From: krasimir Date: Wed, 25 Jan 2017 20:30:54 +0000 Subject: improve the documentation for PGF2 --- src/runtime/haskell-bind/PGF2/FFI.hs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/runtime/haskell-bind/PGF2/FFI.hs') diff --git a/src/runtime/haskell-bind/PGF2/FFI.hs b/src/runtime/haskell-bind/PGF2/FFI.hs index 8c4a1f5de..5e7dfe260 100644 --- a/src/runtime/haskell-bind/PGF2/FFI.hs +++ b/src/runtime/haskell-bind/PGF2/FFI.hs @@ -10,6 +10,8 @@ import Control.Exception import GHC.Ptr import Data.Int(Int32) +-- | An abstract data type representing multilingual grammar +-- in Portable Grammar Format. data PGF = PGF {pgf :: Ptr PgfPGF, pgfMaster :: ForeignPtr GuPool} data Concr = Concr {concr :: Ptr PgfConcr, concrMaster :: PGF} -- cgit v1.2.3