8 lines
151 B
Plaintext
8 lines
151 B
Plaintext
|
let ContentWord = ../types/ContentWord.dhall
|
||
|
|
||
|
in ContentWord::{
|
||
|
, word = "wanto"
|
||
|
, gloss = "aunt"
|
||
|
, definition = "is the/a aunt of"
|
||
|
}
|