Martin Lalor

Martin Lalor (20 December 1883 - 9 January 1957) was an Irish hurler. His championship career with the Kilkenny senior team lasted from 1897 until 1905.[1]

Martin Lalor
Personal information
Irish name Máirtín Ó Leathlobhair
Sport Hurling
Position Forward
Born (1883-12-20)20 December 1883
Threecastles, County Kilkenny, Ireland
Died 9 January 1957(1957-01-09) (aged 73)
Freshford, County Kilkenny, Ireland
Occupation Hurley maker
Club(s)
Years Club
Threecastles
Club titles
Cork titles 1
Inter-county(ies)
Years County
1897-1905
Kilkenny
Inter-county titles
Munster titles 5
All-Irelands 2

Lalor made his debut on the inter-county scene as a member of the Kilkenny senior team during the 1897 championship. Over the course of the following eight seasons he won two All-Ireland medals as part of back-to-back successes in 1904 and 1905. Lalor also won five Leinster medals.

His brother, Jim Lalor, was also an All-Ireland medal winner with Kilkenny.

Honours

Threecastles
Kilkenny
gollark: ```haskelltype PasteCapture a = Capture "username" Text :> Capture "pasteName" Text :> atype GetPasteAPI = PasteCapture (Get '[JSON] SanitizedPaste) :<|> "raw" :> PasteCapture (Get '[PlainText] Text)type RequiresAuth a = BasicAuth "pastecan" (Entity User) :> atype UpdatePasteAPI = RequiresAuth ( PasteCapture (Delete '[PlainText] NoContent) :<|> PasteCapture (ReqBody '[JSON] SanitizedPaste :> Put '[PlainText] NoContent))type AccountsAPI = "account" :> ( ReqBody '[JSON] User :> Post '[JSON] Bool :<|> RequiresAuth (Delete '[JSON] NoContent))type API = UpdatePasteAPI :<|> GetPasteAPI :<|> AccountsAPI```I defined the API as types. It was nice.
gollark: https://osmarks.tk/git/osmarks/pastecan
gollark: We're on the Haskell Discussion discord, what did you *expect*?
gollark: I wrote a Pastebin clone (though only the backend) in Haskell, it was fine.
gollark: You can, it just gets annoying.

References

  1. "County profile: Kilkenny". Hogan Stand. Archived from the original on 14 October 2011. Retrieved 26 September 2011.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.