William H. Peters

William H. Peters was a Wisconsin lawyer who served as a Democratic member of the Wisconsin State Assembly.

Biography

Peters was born on November 26, 1825 in Summerhill, New York.[1] He became a lawyer.

Political career

Peters was a member of the Assembly during the 1878 session.[2] Other positions he held include District Attorney of Marquette County, Wisconsin.

gollark: More so than some handwritten one would be, most likely.
gollark: It's very\* readable\*\*.
gollark: ```javascriptconst spaces = regex(/^ */)const whitespace = regex(/^[ \n\t]*/)const name = regex(/^[^ \n\t():]+/)const code = many(coroutine(function*() { yield spaces return yield choice([ coroutine(function*() { yield char("(") const x = yield code yield spaces yield char(")") return x }), name ])}))const program = sequenceOf([ many1(coroutine(function*() { yield whitespace const n = yield name yield whitespace yield str(":=") const c = yield code return { code: c, name: n } })), possibly(whitespace)]).map(([x, _]) => x)```parsing™
gollark: It was very elegant. I combinated™ it in a few lines of code.
gollark: It went nicely and I had a cool parser and all until it turned out that we were accidentally pushing to the wrong end of a list or something in a stupidly hard to debug way.

References

  1. THE LEGISLATIVE MANUAL OF THE STATE OF WISCONSIN (17th ed.). Madison, Wis. 1878. p. 475. Retrieved 2015-07-28.
  2. "Members of the Wisconsin Legislature 1848 – 1999" (PDF). State of Wisconsin Legislative Reference Bureau. p. 93. Retrieved 2015-07-28.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.