8 lines
161 B
Plaintext
8 lines
161 B
Plaintext
|
let ContentWord = ../types/ContentWord.dhall
|
||
|
|
||
|
in ContentWord::{
|
||
|
, word = "fi'xe"
|
||
|
, gloss = "fish"
|
||
|
, definition = "is a fish (kind of animal)"
|
||
|
}
|