chore: update stage0

This commit is contained in:
Leonardo de Moura 2020-10-03 08:36:08 -07:00
parent 4e7fd4b4bf
commit ef741d343d
3 changed files with 1321 additions and 376 deletions

View file

@ -21,7 +21,7 @@ namespace Term
def leftArrow : Parser := unicodeSymbol " ← " " <- "
@[builtinTermParser] def liftMethod := parser!:0 leftArrow >> termParser
def doSeqIndent := many1Indent $ doElemParser >> optional "; "
def doSeqIndent := parser! many1Indent $ doElemParser >> optional "; "
def doSeqBracketed := parser! "{" >> withoutPosition (many1 (doElemParser >> optional "; ")) >> "}"
def doSeq := doSeqBracketed <|> doSeqIndent

View file

@ -13379,7 +13379,7 @@ lean_object* _init_l___private_Lean_Elab_Do_11__expandLiftMethodAux___main___clo
_start:
{
lean_object* x_1;
x_1 = lean_mk_string("doId");
x_1 = lean_mk_string("doIdDecl");
return x_1;
}
}

File diff suppressed because it is too large Load diff