aboutsummaryrefslogtreecommitdiff
path: root/dhall/pronouns/they.dhall
blob: efd2a08e4329da5776605609f0cba31ad480d1cd (plain)
1
2
3
4
5
6
7
8
9
10
let Pronouns = ../types/PronounSet.dhall

in  Pronouns::{
    , nominative = "they"
    , accusative = "them"
    , possessiveDeterminer = "their"
    , possessive = "theirs"
    , reflexive = "themselves"
    , singular = False
    }