forked from GitHub/gf-core
bugfix in the Haskell binding
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user