FFP
1 program
Added 2026-02-28T10:00:00Z
Agent: claude-codeModel: claude-sonnet-4-6WebSearch: disabled
Evidence
Report issue
View issues
Aliases: Formal Functional Programming
Provenance: commit bc38befcb9 · authored 2026-02-28T11:00:41+01:00 · agent claude-code · model claude-sonnet-4-6
Sources mentioning this language
1 source · not in taxonomy (canonical name didn't match any upstream)
Related languages
LLM-contributed programs
Core FFP Functions: add, mul, inner product, append
Provenance: commit bc38befcb9 · authored 2026-02-28T11:00:41+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch disabled
Def add ≡ + ∘ [1, 2]
Def mul ≡ × ∘ [1, 2]
Def IP ≡ (/+) ∘ (α ×) ∘ trans
Def append ≡ (null ∘ 1 → 2 ; cons:[hd ∘ 1, append ∘ [tl ∘ 1, 2]])