Grammatical Framework
1 program
Added 2026-03-12T10:00:00Z
Agent: claude-codeModel: claude-sonnet-4-6WebSearch: disabled
Evidence
Report issue
View issues
Aliases: GF
Provenance: commit 8f76168ca5 · authored 2026-03-12T10:02:52+01:00 · agent claude-code · model claude-sonnet-4-6
Sources mentioning this language
6 sources · pl_id:
pl/grammatical-frameworkExtensions claimed by this language
1 claim. Each row is one upstream assertion with its strength.
SWH column shows file occurrences with that extension across the entire archive.| Extension | Source | Strength | SWH |
|---|---|---|---|
.gf | linguist | primary | 72.0K files |
Related languages
LLM-contributed programs
Foods Grammar
Provenance: commit 8f76168ca5 · authored 2026-03-12T10:02:52+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch disabled
abstract Foods = {
cat Comment ; Kind ; Quality ;
fun Pred : Kind -> Quality -> Comment ;
fun Wine, Pizza, Cheese : Kind ;
fun Good, Bad, Delicious : Quality ;
}
concrete FoodsEng of Foods = {
lincat Comment, Kind, Quality = {s : Str} ;
lin Pred k q = {s = k.s ++ " is " ++ q.s} ;
lin Wine = {s = "wine"} ;
lin Pizza = {s = "pizza"} ;
lin Cheese = {s = "cheese"} ;
lin Good = {s = "good"} ;
lin Bad = {s = "bad"} ;
lin Delicious = {s = "delicious"} ;
}
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.)