|
302 | 302 | "pp": |
303 | 303 | " := ParserDescr.trailingNode `Demo.«term_≋_» 68 69 ParserDescr.binary `andthen ParserDescr.symbol \" ≋ \" ParserDescr.cat `term 69 ", |
304 | 304 | "constants": |
305 | | - ["ParserDescr.cat._@._hyg.202", |
306 | | - "ParserDescr.symbol._@._hyg.202", |
307 | | - "ParserDescr.binary._@._hyg.202", |
308 | | - "ParserDescr.trailingNode._@._hyg.202"]}, |
| 305 | + ["ParserDescr.binary._@.3937598925._hygCtx._hyg.4", |
| 306 | + "ParserDescr.trailingNode._@.3937598925._hygCtx._hyg.4", |
| 307 | + "ParserDescr.symbol._@.3937598925._hygCtx._hyg.4", |
| 308 | + "ParserDescr.cat._@.3937598925._hygCtx._hyg.4"]}, |
309 | 309 | "type": |
310 | 310 | {"range": |
311 | 311 | {"synthetic": true, |
312 | 312 | "start": {"line": 35, "column": 0}, |
313 | 313 | "finish": {"line": 35, "column": 32}}, |
314 | 314 | "pp": " Lean.TrailingParserDescr ", |
315 | | - "constants": ["Lean.TrailingParserDescr._@._hyg.202"]}, |
| 315 | + "constants": ["Lean.TrailingParserDescr._@.3937598925._hygCtx._hyg.4"]}, |
316 | 316 | "signature": |
317 | 317 | {"range": |
318 | 318 | {"synthetic": true, |
319 | 319 | "start": {"line": 35, "column": 0}, |
320 | 320 | "finish": {"line": 35, "column": 32}}, |
321 | 321 | "pp": " : Lean.TrailingParserDescr ", |
322 | | - "constants": ["Lean.TrailingParserDescr._@._hyg.202"]}, |
| 322 | + "constants": ["Lean.TrailingParserDescr._@.3937598925._hygCtx._hyg.4"]}, |
323 | 323 | "scope": |
324 | 324 | {"varDecls": ["variable {α : Type u}"], |
325 | 325 | "openDecl": [], |
|
332 | 332 | "start": {"line": 35, "column": 0}, |
333 | 333 | "finish": {"line": 35, "column": 32}}, |
334 | 334 | "pp": |
335 | | - " @[ scoped term_parser 1000 ] meta def «term_≋_» : Lean.TrailingParserDescr := ParserDescr.trailingNode `Demo.«term_≋_» 68 69 ParserDescr.binary `andthen ParserDescr.symbol \" ≋ \" ParserDescr.cat `term 69 ", |
| 335 | + " @[ scoped term_parser 1000 ] public meta def «term_≋_» : Lean.TrailingParserDescr := ParserDescr.trailingNode `Demo.«term_≋_» 68 69 ParserDescr.binary `andthen ParserDescr.symbol \" ≋ \" ParserDescr.cat `term 69 ", |
336 | 336 | "name": "«term_≋_»", |
337 | 337 | "modifiers": |
338 | | - {"visibility": "regular", |
| 338 | + {"visibility": "public", |
339 | 339 | "recKind": "default", |
340 | 340 | "isUnsafe": false, |
341 | 341 | "isProtected": false, |
|
353 | 353 | "pp": |
354 | 354 | " := fun | `( $ lhs ≋ $ rhs ) => ` `( BEq.beq\n\n $ lhs $ rhs ) | _ => no_error_if_unused% throw Lean.Macro.Exception.unsupportedSyntax ", |
355 | 355 | "constants": |
356 | | - ["rhs._@._hyg.199", |
357 | | - "throw._@._hyg.221", |
358 | | - "Lean.Macro.Exception.unsupportedSyntax._@._hyg.221", |
| 356 | + [" [email protected]._hygCtx._hyg.9", |
| 357 | + " [email protected]._hygCtx._hyg.3", |
359 | 358 | "BEq.beq", |
360 | | - "lhs._@._hyg.199"]}, |
| 359 | + " [email protected]._hygCtx._hyg.3", |
| 360 | + " [email protected]._hygCtx._hyg.9"]}, |
361 | 361 | "type": |
362 | 362 | {"range": |
363 | 363 | {"synthetic": true, |
364 | 364 | "start": {"line": 35, "column": 0}, |
365 | 365 | "finish": {"line": 35, "column": 32}}, |
366 | 366 | "pp": " Macro ", |
367 | | - "constants": ["Macro._@._hyg.221"]}, |
| 367 | + "constants": ["Macro._@.3937598925._hygCtx._hyg.9"]}, |
368 | 368 | "signature": |
369 | 369 | {"range": |
370 | 370 | {"synthetic": true, |
371 | 371 | "start": {"line": 35, "column": 0}, |
372 | 372 | "finish": {"line": 35, "column": 32}}, |
373 | 373 | "pp": " : Macro ", |
374 | | - "constants": ["Macro._@._hyg.221"]}, |
| 374 | + "constants": ["Macro._@.3937598925._hygCtx._hyg.9"]}, |
375 | 375 | "scope": |
376 | 376 | {"varDecls": ["variable {α : Type u}"], |
377 | 377 | "openDecl": [], |
|
384 | 384 | "start": {"line": 35, "column": 0}, |
385 | 385 | "finish": {"line": 35, "column": 32}}, |
386 | 386 | "pp": |
387 | | - " @[ macro Demo.«term_≋_» ] meta def «_aux___macroRules_Demo_term_≋__1» : Macro := fun | `( $ lhs ≋ $ rhs ) => ` `( BEq.beq\n\n $ lhs $ rhs ) | _ => no_error_if_unused% throw Lean.Macro.Exception.unsupportedSyntax ", |
| 387 | + " @[ scoped macro Demo.«term_≋_» ] public meta def «_aux___macroRules_Demo_term_≋__1» : Macro := fun | `( $ lhs ≋ $ rhs ) => ` `( BEq.beq\n\n $ lhs $ rhs ) | _ => no_error_if_unused% throw Lean.Macro.Exception.unsupportedSyntax ", |
388 | 388 | "name": "«_aux___macroRules_Demo_term_≋__1»", |
389 | 389 | "modifiers": |
390 | | - {"visibility": "regular", |
| 390 | + {"visibility": "public", |
391 | 391 | "recKind": "default", |
392 | 392 | "isUnsafe": false, |
393 | 393 | "isProtected": false, |
394 | 394 | "docString": null, |
395 | 395 | "computeKind": "meta", |
396 | | - "attributes": ["macro Demo.«term_≋_»"]}, |
| 396 | + "attributes": ["scoped macro Demo.«term_≋_»"]}, |
397 | 397 | "kind": "definition", |
398 | 398 | "fullName": "Demo.«_aux___macroRules_Demo_term_≋__1»", |
399 | 399 | "binders": null}, |
|
405 | 405 | "pp": |
406 | 406 | " := fun | `( $ f : ident $ lhs $ rhs ) => withRef f `( $ lhs ≋ $ rhs ) | _ => throw ( ) ", |
407 | 407 | "constants": |
408 | | - ["rhs._@._hyg.199", |
409 | | - "throw._@._hyg.201", |
410 | | - "_@._hyg.201", |
411 | | - "withRef._@._hyg.201", |
412 | | - "f._@._hyg.201", |
413 | | - "lhs._@._hyg.199"]}, |
| 408 | + ["throw._@.3937598925._hygCtx._hyg.4", |
| 409 | + "f._@.3937598925._hygCtx._hyg.4", |
| 410 | + "lhs._@.3937598925._hygCtx._hyg.3", |
| 411 | + "_@.3937598925._hygCtx._hyg.4", |
| 412 | + "rhs._@.3937598925._hygCtx._hyg.3", |
| 413 | + "withRef._@.3937598925._hygCtx._hyg.4"]}, |
414 | 414 | "type": |
415 | 415 | {"range": |
416 | 416 | {"synthetic": true, |
417 | 417 | "start": {"line": 35, "column": 0}, |
418 | 418 | "finish": {"line": 35, "column": 32}}, |
419 | 419 | "pp": " Lean.PrettyPrinter.Unexpander ", |
420 | | - "constants": ["Lean.PrettyPrinter.Unexpander._@._hyg.201"]}, |
| 420 | + "constants": |
| 421 | + [" [email protected]._hygCtx._hyg.4"]}, |
421 | 422 | "signature": |
422 | 423 | {"range": |
423 | 424 | {"synthetic": true, |
424 | 425 | "start": {"line": 35, "column": 0}, |
425 | 426 | "finish": {"line": 35, "column": 32}}, |
426 | 427 | "pp": " : Lean.PrettyPrinter.Unexpander ", |
427 | | - "constants": ["Lean.PrettyPrinter.Unexpander._@._hyg.201"]}, |
| 428 | + "constants": |
| 429 | + [" [email protected]._hygCtx._hyg.4"]}, |
428 | 430 | "scope": |
429 | 431 | {"varDecls": ["variable {α : Type u}"], |
430 | 432 | "openDecl": [], |
|
437 | 439 | "start": {"line": 35, "column": 0}, |
438 | 440 | "finish": {"line": 35, "column": 32}}, |
439 | 441 | "pp": |
440 | | - " @[ scoped app_unexpander BEq.beq ] meta def _aux___unexpand_BEq_beq_1 : Lean.PrettyPrinter.Unexpander := fun | `( $ f : ident $ lhs $ rhs ) => withRef f `( $ lhs ≋ $ rhs ) | _ => throw ( ) ", |
| 442 | + " @[ scoped app_unexpander BEq.beq ] public meta def _aux___unexpand_BEq_beq_1 : Lean.PrettyPrinter.Unexpander := fun | `( $ f : ident $ lhs $ rhs ) => withRef f `( $ lhs ≋ $ rhs ) | _ => throw ( ) ", |
441 | 443 | "name": "_aux___unexpand_BEq_beq_1", |
442 | 444 | "modifiers": |
443 | | - {"visibility": "regular", |
| 445 | + {"visibility": "public", |
444 | 446 | "recKind": "default", |
445 | 447 | "isUnsafe": false, |
446 | 448 | "isProtected": false, |
|
0 commit comments