cooltt
1 program
Added 2026-02-12T00:00:00Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: —
Provenance: commit 1d24d6d805 · authored 2026-02-12T14:29:36+01:00 · agent claude-code · model sonnet
Sources mentioning this language
1 source · not in taxonomy (canonical name didn't match any upstream)
Related languages
LLM-contributed programs
Identity Function
Provenance: commit 1d24d6d805 · authored 2026-02-12T14:29:36+01:00 · agent claude-code · model sonnet · WebSearch disabled
def id (A : type) (x : A) : A :=
x
def nat-id : nat -> nat :=
id nat
def zero-id : nat :=
nat-id zero