Frege
1 program
Added 2025-11-04T14:53:55Z
Model: x-ai/grok-4-fastTemp: 0.4
Evidence
Report issue
View issues
Aliases: —
Provenance: commit 1ea14f78f9 · authored 2025-11-04T15:53:55+01:00 · model x-ai/grok-4-fast
Sources mentioning this language
6 sources · pl_id:
pl/fregeExtensions claimed by this language
2 claims. 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 |
|---|---|---|---|
.fr | linguist | primary | 132.4K files |
.fr | wikidata | primary | 132.4K files |
Related languages
LLM-contributed programs
Fibonacci Sequence
Provenance: commit 1ea14f78f9 · authored 2025-11-04T15:53:55+01:00 · model x-ai/grok-4-fast · Temp 0.4
-- The Fibonacci sequence starts with 0 and 1 and
each subsequent number is the sum of the previous two.
module Fibonacci where
fibs = 0 : scanl (+) 1 fibs
main = do
println (take 20 fibs)
println $ "fib 30 = " ++ show (fibs !! 30)
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.)
Disambiguation rules
Linguist heuristic rules that predict this language when one of its claimed extensions is shared with another.
| Rule | Ext | Kind | Predicates (truncated) |
|---|---|---|---|
h/linguist/.fr/1 | .fr | predicates | [{"kind": "any", "regexes": ["^\\s*(import|module|package|data|type) "]}] |