chore: take doSeq at initialize
This commit is contained in:
parent
f80345a6d4
commit
698c3db655
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ def openSimple := parser! many1 ident
|
|||
@[builtinCommandParser] def «open» := parser! "open " >> (openHiding <|> openRenaming <|> openOnly <|> openSimple)
|
||||
|
||||
@[builtinCommandParser] def «mutual» := parser! "mutual " >> many1 (notFollowedBy «end» >> commandParser) >> "end"
|
||||
@[builtinCommandParser] def «initialize» := parser! "initialize " >> optional (ident >> Term.typeSpec >> Term.leftArrow) >> termParser
|
||||
@[builtinCommandParser] def «initialize» := parser! "initialize " >> optional (ident >> Term.typeSpec >> Term.leftArrow) >> Term.doSeq
|
||||
|
||||
@[builtinCommandParser] def «in» := tparser! " in " >> commandParser
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue