1
0
forked from GitHub/gf-core

added hasLinearization in the Haskell binding

This commit is contained in:
kr.angelov
2015-01-30 13:05:57 +00:00
parent 340328b8a1
commit 68a2f09590
2 changed files with 9 additions and 1 deletions

View File

@@ -133,6 +133,9 @@ foreign import ccall "pgf/pgf.h pgf_function_type"
foreign import ccall "pgf/pgf.h pgf_print_name"
pgf_print_name :: Ptr PgfConcr -> CString -> IO CString
foreign import ccall "pgf/pgf.h pgf_has_linearization"
pgf_has_linearization :: Ptr PgfConcr -> CString -> IO Bool
foreign import ccall "pgf/pgf.h pgf_linearize"
pgf_linearize :: Ptr PgfConcr -> PgfExpr -> Ptr GuOut -> Ptr GuExn -> IO ()