8 lines
162 B
Plaintext
8 lines
162 B
Plaintext
|
let ContentWord = ../types/ContentWord.dhall
|
||
|
|
||
|
in ContentWord::{
|
||
|
, word = "firgu"
|
||
|
, gloss = "beneficial"
|
||
|
, definition = "is beneficial/nice to"
|
||
|
}
|