You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
proof: replace 3 postulates with real implementations in Phronesis.agda
- Replaced postulated _≡ᵛ_ (value equality) with a complete
implementation via decidable equality per type index, covering
all 8 PhrType constructors including recursive TList and TRecord
- Replaced postulated _<ᵛ_ (integer less-than) with implementation
using standard library ≤ᵇ and value equality
- Replaced postulated _∈ᵛ_ (list membership) with structural
recursion using the new value equality
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments