lewa/words/dictionary.dhall

14 lines
308 B
Plaintext

let ContentWord = ./types/ContentWord.dhall
let ParticleWord = ./types/ParticleWord.dhall
in { rootWords =
[ ./roots/lewa.dhall
, ./roots/madsa.dhall
, ./roots/qate.dhall
, ./roots/spalo.dhall
, ./roots/zasko.dhall
]
, particles = [] : List ParticleWord.Type
}