Hakaru
1 program
Added 2026-02-13T10:40:03Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: —
Provenance: commit f203c22243 · authored 2026-02-13T11:41:17+01:00 · agent claude-code · model sonnet
Sources mentioning this language
2 sources · pl_id:
pl/hakaruRelated languages
LLM-contributed programs
Coin Flip Bias Inference
Provenance: commit f203c22243 · authored 2026-02-13T11:41:17+01:00 · agent claude-code · model sonnet · WebSearch disabled
# Coin flip inference
# Infer the bias of a coin given observed flips
def coin_flip():
bias <~ uniform(0, 1)
observe(flip(bias))
observe(flip(bias))
observe(not flip(bias))
return bias
coin_flip()
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.)