mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-20 08:32:50 -06:00
fix typo
This commit is contained in:
@@ -673,7 +673,7 @@ tabularLinearize c e =
|
|||||||
withForeignPtr marshaller $ \m ->
|
withForeignPtr marshaller $ \m ->
|
||||||
bracket (withPgfExn "tabularLinearize" (pgf_tabular_linearize (c_db c) c_revision c_e nullPtr m)) free $ \c_texts -> do
|
bracket (withPgfExn "tabularLinearize" (pgf_tabular_linearize (c_db c) c_revision c_e nullPtr m)) free $ \c_texts -> do
|
||||||
if c_texts == nullPtr
|
if c_texts == nullPtr
|
||||||
then []
|
then return []
|
||||||
else peekTable c_texts
|
else peekTable c_texts
|
||||||
where
|
where
|
||||||
peekTable c_texts = do
|
peekTable c_texts = do
|
||||||
|
|||||||
Reference in New Issue
Block a user