bugfix in the Haskell binding

This commit is contained in:
krasimir
2017-01-25 10:37:34 +00:00
parent c491856776
commit d747fcb897

View File

@@ -171,7 +171,7 @@ functionType p fn =
return ((bt,cid,ty) : hs)
| otherwise = return []
toBindType :: Int -> BindType
toBindType :: CInt -> BindType
toBindType (#const PGF_BIND_TYPE_EXPLICIT) = Explicit
toBindType (#const PGF_BIND_TYPE_IMPLICIT) = Implicit