feat: add more typed syntax coercions
This commit is contained in:
parent
922ef23112
commit
141b110ff1
1 changed files with 6 additions and 0 deletions
|
|
@ -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⟩
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue