Skip to content
Snippets Groups Projects

enable name-mangling-light

Merged Ralf Jung requested to merge ralf/mangled into master
All threads resolved!

For instance, the proof state after the intros. in lookup_total_app_l now looks like

  A : Type
  __Inhabited : Inhabited A
  l1, l2 : list A
  i : nat
  __H : i < length l1
  ============================
  (l1 ++ l2) !!! i = l1 !!! i

I like it. :) I think we can just always enable this and not have anything extra on CI; we will hopefully notice when proof scripts contain such an identifier starting with __.

Merge request reports

Merge request pipeline #81845 passed

Merge request pipeline passed for 11902aaa

Approval is optional

Merged by Ralf JungRalf Jung 2 years ago (May 4, 2023 7:16pm UTC)

Merge details

  • Changes merged into master with 6a7d163c.
  • Deleted the source branch.

Pipeline #81921 passed

Pipeline passed for 6a7d163c on master

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading