Teyjus

1 program Added 2026-02-13T16:03:04Z Agent: claude-codeModel: sonnetWebSearch: disabled Evidence Report issue View issues
Aliases: —
Provenance: commit d37213e5d4 · authored 2026-02-13T17:04:05+01:00 · agent claude-code · model sonnet

Sources mentioning this language

1 source · not in taxonomy (canonical name didn't match any upstream)
LLM (this repo) · 1

Related languages

PLUS (0.17)Teal (0.17)Tern (0.17)Argus (0.15)Ficus (0.15)

LLM-contributed programs

Natural Numbers with Addition and Multiplication

Provenance: commit d37213e5d4 · authored 2026-02-13T17:04:05+01:00 · agent claude-code · model sonnet · WebSearch disabled
code.mod · added: 2026-02-13T16:03:04Z
module nat.

kind nat type.

type z nat.
type s nat -> nat.

type plus nat -> nat -> nat -> o.

plus z N N.
plus (s M) N (s P) :- plus M N P.

type times nat -> nat -> nat -> o.

times z N z.
times (s M) N P :- times M N Q, plus Q N P.

Contribute — propose a file extension

Tell us where to find evidence about Teyjus (mapped to pl/teyjus). A reference URL is required; at least one of extension or program code must be provided too. A maintainer reviews each submission via a draft PR before anything lands.
Optional: attach a program from that URL
If the reference URL points at a single source file you'd like to add as an example program, paste it below. The workflow will write it under languages/Teyjus/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← Texy! TF →