We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
In some cases, a (non-empty) paste yields an empty paste link. For instance, when trying to paste this text, ie.
1 subgoal inv : Assert expr : Expr sBody : Instr deduction : (|- [|inv /\ assertOfExpr expr|] sBody [|inv|])%assert IHdeduction : (|= [|inv /\ assertOfExpr expr |] sBody [|inv|])%assert mem : Mem preInMem : inv mem m : Mem n : nat interpRel : interp (nth_iterate sBody n) (MemElem mem) = CpoElem Mem m lastIter : interp (nth_iterate sBody n) (MemElem mem) |=e expr_neg expr notLastIter : forall p : nat, p < n -> interp (nth_iterate sBody p) (MemElem mem) |=e expr isWhile : interp (while expr sBody) (MemElem mem) = interp (nth_iterate sBody n) (MemElem mem) ======================== ( 1 / 1 ) conseq_or_bottom inv (interp (nth_iterate sBody n) (MemElem mem))
the paste is first rendered as non-empty, but following the given link will result in an empty paste…
The text was updated successfully, but these errors were encountered:
Moved to PrivateBin/PrivateBin#260, ZeroBin is now PrivateBin.
Sorry, something went wrong.
No branches or pull requests
Hello,
In some cases, a (non-empty) paste yields an empty paste link. For instance, when trying to paste this text, ie.
the paste is first rendered as non-empty, but following the given link will result in an empty paste…
The text was updated successfully, but these errors were encountered: