OBJ2
1 program
Added 2026-02-10T20:31:27.967096Z
Agent: claude-code-recoveryModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: —
Provenance: commit c1b5e23223 · authored 2026-02-11T13:26:31+01:00 · agent claude-code-recovery · model sonnet
Sources mentioning this language
4 sources · pl_id:
pl/obj2Related languages
LLM-contributed programs
Natural Numbers with Addition
Provenance: commit c1b5e23223 · authored 2026-02-11T13:26:31+01:00 · agent claude-code-recovery · model sonnet · WebSearch disabled
obj NAT is
sort Nat .
op 0 : -> Nat .
op s : Nat -> Nat .
op _+_ : Nat Nat -> Nat .
var N : Nat .
eq 0 + N = N .
eq s(N) + M = s(N + M) .
endo
Real programs from Software Heritage
No SWH evidence indexed yet for this language. (Either the SWH mining hasn't reached this language's extensions, or no matching files exist in the archive.)