chore: style

This commit is contained in:
Leonardo de Moura 2020-12-12 08:34:00 -08:00
parent bb8cd95437
commit 9333fb4cf6

View file

@ -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