diff options
| author | Pierre-Marie Pédrot | 2019-04-01 12:51:16 +0200 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2019-04-01 12:51:16 +0200 |
| commit | d16633368ba33d05bcae3e98b1e05efc5f530206 (patch) | |
| tree | 4cd4f1c348a7e0a5d90a91c2b9a61ab91672cb73 /printing | |
| parent | 4c3f4d105a32cc7661ae714fe4e25619e32bc84c (diff) | |
| parent | d8d3b7a8251b874c436ac11b881cf4fb5f991784 (diff) | |
Merge PR #9815: Multiple payload types in tokens
Reviewed-by: ppedrot
Ack-by: proux01
Diffstat (limited to 'printing')
| -rw-r--r-- | printing/proof_diffs.ml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/printing/proof_diffs.ml b/printing/proof_diffs.ml index ab4501fe75..d042a1d650 100644 --- a/printing/proof_diffs.ml +++ b/printing/proof_diffs.ml @@ -102,8 +102,7 @@ let tokenize_string s = let st = CLexer.get_lexer_state () in try let istr = Stream.of_string s in - let lexer = CLexer.make_lexer ~diff_mode:true in - let lex = lexer.Gramlib.Plexing.tok_func istr in + let lex = CLexer.LexerDiff.tok_func istr in let toks = stream_tok [] (fst lex) in CLexer.set_lexer_state st; toks |
