mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-03 00:02:50 -06:00
fix the haskell binding to handle parse errors
This commit is contained in:
@@ -51,6 +51,9 @@ foreign import ccall "gu/type.h &gu_type__PgfLinNonExist"
|
||||
|
||||
foreign import ccall "gu/type.h &gu_type__PgfExn"
|
||||
gu_type__PgfExn :: Ptr GuType
|
||||
|
||||
foreign import ccall "gu/type.h &gu_type__PgfParseError"
|
||||
gu_type__PgfParseError :: Ptr GuType
|
||||
|
||||
foreign import ccall "gu/string.h gu_string_in"
|
||||
gu_string_in :: CString -> Ptr GuPool -> IO (Ptr GuIn)
|
||||
|
||||
Reference in New Issue
Block a user