summaryrefslogtreecommitdiff
path: root/lib/kernel/slug.mli
Commit message (Collapse)AuthorAgeFilesLines
* kernel: Slug and Lang validated private stringsLukasz Kasprzak2026-08-111-0/+16
Both parse through a smart constructor returning result, and both hand-write t_of_sexp so a malformed value in a data file is rejected at load rather than silently accepted -- deriving the converter would have bypassed validation.