Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions HumanEvalLean/ProvedElsewhere.lean
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/-- This is an axiom used by `human-eval-lean` for statements whose proof is present in a library
like `Batteries` or `mathlib`. The location parameter should be filled with a link to the file or
PR containing the proof. This axiom is a last resort, it is preferable to copy the proof into
the `human-eval-lean` file instead. -/
axiom proved_elsewhere {α : Prop} (location : String) : α