mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -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
|
||||
(ne,stack,bs) <- readIORef ref
|
||||
writeIORef ref (True,[],[])
|
||||
writeIORef ref (True,stack,bs)
|
||||
|
||||
flush _ _ = return ()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user