8 lines
158 B
Plaintext
8 lines
158 B
Plaintext
|
let ContentWord = ../types/ContentWord.dhall
|
||
|
|
||
|
in ContentWord::{
|
||
|
, word = "tulpa"
|
||
|
, gloss = "construct"
|
||
|
, definition = "to build/construct"
|
||
|
}
|