chore: style

This commit is contained in:
Leonardo de Moura 2019-12-22 07:25:27 -08:00
parent 7490c34b54
commit 80165d24a1

View file

@ -24,7 +24,7 @@ structure Context extends Meta.Context :=
(univNames : List Name := [])
(openDecls : List OpenDecl := [])
(macroStack : List Syntax := [])
(currMacroScope : MacroScope := 0)
(currMacroScope : MacroScope := 0)
/- When `mayPostpone == true`, an elaboration function may interrupt its execution by throwing `Exception.postpone`.
The function `elabTerm` catches this exception and creates fresh synthetic metavariable `?m`, stores `?m` in
the list of pending synthetic metavariables, and returns `?m`. -/