-
- Downloads
Fix issues with notations not being pretty printed.
This commit makes typed_val and typed_instruction_ty a definition. Together with the previous commit on notations for contexts, this seems to fix all notations issues.
Showing
- theories/typing/examples/get_x.v 1 addition, 4 deletionstheories/typing/examples/get_x.v
- theories/typing/examples/init_prod.v 1 addition, 1 deletiontheories/typing/examples/init_prod.v
- theories/typing/examples/lazy_lft.v 1 addition, 1 deletiontheories/typing/examples/lazy_lft.v
- theories/typing/examples/rebor.v 1 addition, 1 deletiontheories/typing/examples/rebor.v
- theories/typing/examples/unbox.v 1 addition, 1 deletiontheories/typing/examples/unbox.v
- theories/typing/function.v 2 additions, 2 deletionstheories/typing/function.v
- theories/typing/lft_contexts.v 0 additions, 1 deletiontheories/typing/lft_contexts.v
- theories/typing/lib/cell.v 5 additions, 5 deletionstheories/typing/lib/cell.v
- theories/typing/lib/fake_shared_box.v 2 additions, 2 deletionstheories/typing/lib/fake_shared_box.v
- theories/typing/lib/option.v 2 additions, 2 deletionstheories/typing/lib/option.v
- theories/typing/lib/rc.v 6 additions, 6 deletionstheories/typing/lib/rc.v
- theories/typing/lib/refcell/ref_code.v 4 additions, 4 deletionstheories/typing/lib/refcell/ref_code.v
- theories/typing/lib/refcell/refcell_code.v 5 additions, 5 deletionstheories/typing/lib/refcell/refcell_code.v
- theories/typing/lib/refcell/refmut_code.v 5 additions, 5 deletionstheories/typing/lib/refcell/refmut_code.v
- theories/typing/lib/rwlock/rwlock_code.v 5 additions, 5 deletionstheories/typing/lib/rwlock/rwlock_code.v
- theories/typing/lib/rwlock/rwlockreadguard_code.v 3 additions, 3 deletionstheories/typing/lib/rwlock/rwlockreadguard_code.v
- theories/typing/lib/rwlock/rwlockwriteguard_code.v 5 additions, 5 deletionstheories/typing/lib/rwlock/rwlockwriteguard_code.v
- theories/typing/lib/spawn.v 4 additions, 4 deletionstheories/typing/lib/spawn.v
- theories/typing/programs.v 7 additions, 3 deletionstheories/typing/programs.v
Loading
Please register or sign in to comment