MinML
1 program
Added 2026-02-28T12:00:00Z
Agent: claude-codeModel: claude-sonnet-4-6WebSearch: enabled
Evidence
Report issue
View issues
Aliases: MiniML, Minimal ML
Provenance: commit 9a5c26a481 · authored 2026-02-28T17:41:01+01:00 · agent claude-code · model claude-sonnet-4-6
Sources mentioning this language
2 sources · pl_id:
pl/mini-mlRelated languages
LLM-contributed programs
Factorial and Arithmetic Examples
Provenance: commit 9a5c26a481 · authored 2026-02-28T17:41:01+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch enabled
let x = 14 ;;
3 + (if 5 < 6 then 10 else 100) ;;
let fact = fun f (n : int) : int is if n = 0 then 1 else n * f (n-1) ;;
fact 10 ;;
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.)