WALS Language Metadata #
Auto-generated from WALS v2020.4 CLDF data.
Do not edit by hand — regenerate with python3 scripts/gen_wals.py.
2660 languages referenced across generated features.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- Core.WALS.instReprLanguage = { reprPrec := Core.WALS.instReprLanguage.repr }
Equations
Equations
- One or more equations did not get rendered due to their size.
- Core.WALS.instBEqLanguage.beq x✝¹ x✝ = false
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
All languages referenced in generated WALS features (2660).
Equations
Instances For
Look up a language by WALS code.
Equations
- Core.WALS.findLanguage code = List.find? (fun (x : Core.WALS.Language) => x.walsCode == code) Core.WALS.languages
Instances For
Look up a language by ISO 639-3 code.
Equations
- Core.WALS.findByIso iso = List.find? (fun (x : Core.WALS.Language) => x.iso == iso) Core.WALS.languages