summaryrefslogtreecommitdiff
path: root/src/runtime/haskell-bind/PgfLow.hs
diff options
context:
space:
mode:
authorinari <inari@chalmers.se>2014-01-29 16:02:07 +0000
committerinari <inari@chalmers.se>2014-01-29 16:02:07 +0000
commitf0ddf0fe728ce147e8a54b3fa76ba00c50048a27 (patch)
tree223c30ba755231d143c2727609445df82421027e /src/runtime/haskell-bind/PgfLow.hs
parent0386334f49fde8c5e4a5f438ae5cf9ed285e4579 (diff)
changes to pools in haskell bindings
Diffstat (limited to 'src/runtime/haskell-bind/PgfLow.hs')
-rw-r--r--src/runtime/haskell-bind/PgfLow.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/haskell-bind/PgfLow.hs b/src/runtime/haskell-bind/PgfLow.hs
index dc53baeb0..1eb45b54e 100644
--- a/src/runtime/haskell-bind/PgfLow.hs
+++ b/src/runtime/haskell-bind/PgfLow.hs
@@ -80,7 +80,7 @@ foreign import ccall "pgf/pgf.h pgf_linearize"
-- PgfExprEnum* pgf_parse(PgfConcr* concr, PgfCId cat, GuString sentence,
-- GuExn* err, GuPool* pool, GuPool* out_pool);
foreign import ccall "pgf/pgf.h pgf_parse"
- pgf_parse :: Ptr PgfConcr -> CString -> CString -> Ptr GuExn -> Ptr GuPool -> Ptr GuPool -> IO (Ptr PgfExprEnum)
+ pgf_parse :: Ptr PgfConcr -> CString -> CString -> Ptr GuExn -> Ptr GuPool -> Ptr GuPool -> IO (Ptr PgfExprEnum)
--void pgf_lookup_morpho(PgfConcr *concr, GuString sentence,
-- PgfMorphoCallback* callback, GuExn* err);