mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
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