CASL
1 program
Added 2026-02-10T18:44:15Z
Agent: claude-codeModel: sonnetWebSearch: enabled
Evidence
Report issue
View issues
Aliases: Common Algebraic Specification Language
Provenance: commit 66a3fec46b · authored 2026-02-10T19:44:53+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
Hugo Specification
Provenance: commit 66a3fec46b · authored 2026-02-10T19:44:53+01:00 · agent claude-code · model sonnet · WebSearch enabled
library Hugo
spec Witness =
free type s ::= a | b
end
spec Hugo =
sort s
ops a, b : s
. not a = b
then %cons
sort t = {x : s . not x = a}
then %cons
sort u = {x : t . not x = b}
. not a = b
end
spec Hugo2 =
sort s
ops a, b : s
. not a = b
then %implies
. exists x : s . not x = a
then %cons
sort t = { x : s . not x = a}
then %implies
. not a = b
end