feat: add more typed syntax coercions

This commit is contained in:
Gabriel Ebner 2022-06-30 13:43:13 +02:00 committed by Sebastian Ullrich
parent 922ef23112
commit 141b110ff1

View file

@ -287,6 +287,12 @@ instance : Coe NumLit Term where
instance : Coe CharLit Term where
coe s := ⟨s.raw⟩
instance : Coe Ident Syntax.Level where
coe s := ⟨s.raw⟩
instance : Coe NumLit Prio where
coe s := ⟨s.raw⟩
instance : Coe NumLit Prec where
coe s := ⟨s.raw⟩