Archdeacon of Cashel

The Archdeacon of Cashel was a senior ecclesiastical officer in the Diocese of Cashel which later became a post shared with Emly .[1]

Notes

  1. Fasti Ecclesiae Hibernicae Vol I pp52-56 Cotton, H.: Dublin, Hodges & Smith 1851


gollark: I find it very hard to reason about code which frequently ends up chopping up infinite lists.
gollark: Haskell code is very confusing because of its crazy use of abstraction everywhere, somewhat alien (but nice and clean) syntax, and the whole lazy evaluation thing.
gollark: ```haskellprimes = filterPrime [2..] where filterPrime (p:xs) = p : filterPrime [x | x <- xs, x `mod` p /= 0]````primes` here has been defined as the infinite list of all prime numbers.
gollark: Learn Haskell.
gollark: No, there are better ways.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.