9 lines
206 B
Plaintext
9 lines
206 B
Plaintext
|
let ContentWord = ../types/ContentWord.dhall
|
||
|
|
||
|
in ContentWord::{
|
||
|
, word = "ristu"
|
||
|
, gloss = "network"
|
||
|
, definition =
|
||
|
"is a network/graph/transportation system/distribution system"
|
||
|
}
|