lewa/words/utils/emotionWord.dhall

13 lines
275 B
Plaintext
Raw Permalink Normal View History

2020-05-26 01:05:47 +00:00
let ParticleWord = ../types/ParticleWord.dhall
let emotion =
λ(x : ParticleWord.Type) →
ParticleWord::{
, word = x.word
, gloss = x.gloss
, family = "UI"
, definition = "${x.gloss} emotional indicator"
}
in emotion