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