forked from GitHub/gf-core
fix typos
This commit is contained in:
@@ -275,7 +275,7 @@ mkUnmarshaller = do
|
|||||||
bt <- fmap unmarshalBindType ((#peek PgfTypeHypo, bind_type) p_hypo)
|
bt <- fmap unmarshalBindType ((#peek PgfTypeHypo, bind_type) p_hypo)
|
||||||
cid <- (#peek PgfTypeHypo, cid) p_hypo >>= peekText
|
cid <- (#peek PgfTypeHypo, cid) p_hypo >>= peekText
|
||||||
ty <- (#peek PgfTypeHypo, type) p_hypo >>= deRefStablePtr
|
ty <- (#peek PgfTypeHypo, type) p_hypo >>= deRefStablePtr
|
||||||
hs <- peekExprs (n_hypos-1) (p_hypo `plusPtr` (#size PgfTypeHypo))
|
hs <- peekHypos (n_hypos-1) (p_hypo `plusPtr` (#size PgfTypeHypo))
|
||||||
return ((bt,cid,ty):hs)
|
return ((bt,cid,ty):hs)
|
||||||
|
|
||||||
peekExprs 0 p_expr = return []
|
peekExprs 0 p_expr = return []
|
||||||
|
|||||||
Reference in New Issue
Block a user