chore: style
This commit is contained in:
parent
bec0bbc351
commit
ddf77a8c6d
1 changed files with 1 additions and 1 deletions
|
|
@ -862,7 +862,7 @@ class Quote (α : Type) (k : SyntaxNodeKind := `term) where
|
|||
|
||||
export Quote (quote)
|
||||
|
||||
instance [Quote α k] [CoeHTCT (TSyntax k) (TSyntax [k'])]: Quote α k' := ⟨fun a => quote (k := k) a⟩
|
||||
instance [Quote α k] [CoeHTCT (TSyntax k) (TSyntax [k'])] : Quote α k' := ⟨fun a => quote (k := k) a⟩
|
||||
|
||||
instance : Quote Term := ⟨id⟩
|
||||
instance : Quote Bool := ⟨fun | true => mkCIdent `Bool.true | false => mkCIdent `Bool.false⟩
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue