8 lines
149 B
Plaintext
8 lines
149 B
Plaintext
|
let ContentWord = ../types/ContentWord.dhall
|
||
|
|
||
|
in ContentWord::{
|
||
|
, word = "mlato"
|
||
|
, gloss = "cat"
|
||
|
, definition = "is a cat/feline"
|
||
|
}
|