packages feed

language-dickinson-1.3.0.4: test/data/pathologicalImports.dck

(:include grammar.verb)
(:include grammar.noun)

%-

(:def pronoun
  (:lambda x (case, person)
    (:match x
      [(Subjective, First) "I"]
      [(Objective, First) "me"]
      )))