Granule
1 program
Added 2026-02-07T16:04:17Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: —
Provenance: commit 602f04ad44 · authored 2026-02-07T17:05:17+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
Hello World with Graded Modalities
Provenance: commit 602f04ad44 · authored 2026-02-07T17:05:17+01:00 · agent claude-code · model sonnet · WebSearch disabled
-- Simple hello world with graded modalities
import Prelude
main : () <Console> ()
main = let
x : String
x = "Hello from Granule!"
in
putStrLn x