8 lines
160 B
Plaintext
8 lines
160 B
Plaintext
|
let ContentWord = ../types/ContentWord.dhall
|
||
|
|
||
|
in ContentWord::{
|
||
|
, word = "brado"
|
||
|
, gloss = "big"
|
||
|
, definition = "is big/large/great in size"
|
||
|
}
|