pull/43/head
Alexander Bentkamp 3 years ago
parent 7c66d6c7de
commit edc49184a6

@ -71,7 +71,7 @@ def compileProof (inputCtx : Parser.InputContext) (snap : Snapshot) (hasWidgets
let pmctx := { env := cmdState.env, options := scope.opts, currNamespace := scope.currNamespace, openDecls := scope.openDecls }
let (tacticStx, cmdParserState, msgLog, endOfWhitespace) :=
MyModule.parseTactic inputCtx pmctx snap.mpState snap.msgLog couldBeEndSnap
let cmdPos := tacticStx.getPos?.get!
let cmdPos := tacticStx.getPos?.getD 0
if Parser.isEOI tacticStx then
let endSnap : Snapshot := {
beginPos := cmdPos

Loading…
Cancel
Save