mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-24 03:52:50 -06:00
fix bracketed linearization in case of nonExist
This commit is contained in:
@@ -923,7 +923,7 @@ bracketedLinearize c e = unsafePerformIO $ do
|
|||||||
|
|
||||||
symbol_ne ref _ = do
|
symbol_ne ref _ = do
|
||||||
(ne,stack,bs) <- readIORef ref
|
(ne,stack,bs) <- readIORef ref
|
||||||
writeIORef ref (True,[],[])
|
writeIORef ref (True,stack,bs)
|
||||||
|
|
||||||
flush _ _ = return ()
|
flush _ _ = return ()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user