chore: style
This commit is contained in:
parent
bb8cd95437
commit
9333fb4cf6
1 changed files with 2 additions and 2 deletions
|
|
@ -1692,8 +1692,8 @@ def getPos (stx : Syntax) : Option String.Pos :=
|
|||
/--
|
||||
An array of syntax elements interspersed with separators. Can be coerced to/from `Array Syntax` to automatically
|
||||
remove/insert the separators. -/
|
||||
structure SepArray (sep : String) :=
|
||||
(elemsAndSeps : Array Syntax)
|
||||
structure SepArray (sep : String) where
|
||||
elemsAndSeps : Array Syntax
|
||||
|
||||
end Syntax
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue