8 lines
156 B
Plaintext
8 lines
156 B
Plaintext
|
let ContentWord = ../types/ContentWord.dhall
|
||
|
|
||
|
in ContentWord::{
|
||
|
, word = "li'li"
|
||
|
, gloss = "small"
|
||
|
, definition = "is small/tiny/little"
|
||
|
}
|