Commit 09f23ace authored by Adam Vogt's avatar Adam Vogt

merge

parent 79280458
...@@ -34,7 +34,7 @@ is string blockType = do ...@@ -34,7 +34,7 @@ is string blockType = do
eval string = do eval string = do
outputAccum <- newIORef [] outputAccum <- newIORef []
let publish _ displayDatas = modifyIORef outputAccum (displayDatas :) let publish final displayDatas = when final $ modifyIORef outputAccum (displayDatas :)
getTemporaryDirectory >>= setCurrentDirectory getTemporaryDirectory >>= setCurrentDirectory
let state :: KernelState let state :: KernelState
state = mempty { getLintStatus = LintOff } state = mempty { getLintStatus = LintOff }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment