chore: add coercion for new frontend
This commit is contained in:
parent
897289599a
commit
3c2044f06b
1 changed files with 2 additions and 2 deletions
|
|
@ -1218,8 +1218,8 @@ fun c s =>
|
|||
def unquotedSymbol : Parser :=
|
||||
{ fn := unquotedSymbolFn }
|
||||
|
||||
instance stringToParserCoe : HasCoe String Parser :=
|
||||
⟨fun s => symbol s ⟩
|
||||
instance stringToParserCoeOld : HasCoe String Parser := ⟨fun s => symbol s ⟩
|
||||
instance stringToParserCoe : Coe String Parser := ⟨fun s => symbol s ⟩
|
||||
|
||||
namespace ParserState
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue