mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-24 03:52:50 -06:00
Fixing 'linearize' in py-bindings/test.py
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{-# LANGUAGE ForeignFunctionInterface #-}
|
||||
--
|
||||
-- GF Python bindings
|
||||
-- Jordi Saludes, upc.edu 2010
|
||||
-- Jordi Saludes, upc.edu 2010, 2011
|
||||
--
|
||||
|
||||
module PyGF where
|
||||
@@ -157,9 +157,6 @@ listToPyStrings ss = do
|
||||
pcs <- pyString cs
|
||||
pyl << pcs
|
||||
|
||||
|
||||
-- foreign export ccall "gf_freeArray" free :: Ptr a -> IO ()
|
||||
|
||||
|
||||
foreign export ccall gf_showLanguage :: Ptr Language -> IO CString
|
||||
gf_showLanguage plang = do
|
||||
|
||||
Reference in New Issue
Block a user