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