blob: 61d20219e7ca13d774ebc532c042f50e6ae15cb9 (
plain)
1
2
3
4
5
6
7
8
9
10
|
let Pronouns = ../types/PronounSet.dhall
in Pronouns::{
, nominative = "she"
, accusative = "her"
, possessiveDeterminer = "her"
, possessive = "hers"
, reflexive = "herself"
, singular = True
}
|