1
0
forked from GitHub/gf-core

changes to pools in haskell bindings

This commit is contained in:
inari
2014-01-29 16:02:07 +00:00
parent 0386334f49
commit f0ddf0fe72
3 changed files with 75 additions and 69 deletions

View File

@@ -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);