Sheffield, Kansas
Sheffield was a small settlement in Decatur County, Kansas, United States.
Sheffield, Kansas | |
---|---|
Coordinates: 39°45′05″N 100°41′12″W | |
Country | United States |
State | Kansas |
County | Decatur |
Elevation | 2,667 ft (813 m) |
Time zone | UTC-6 (Central (CST)) |
• Summer (DST) | UTC-5 (CDT) |
GNIS feature ID | 482125[1] |
History
Sheffield was issued a post office in 1881. The post office was discontinued in 1887.[2]
gollark: No.
gollark: Yes/
gollark: Oh wow, rustc is beeing beeoidally.
gollark: The implications are obvious.
gollark: Yet```rustfn simplify(v: &mut Value, rules: &Rules) { loop { match v { Value::Call(head, args) => { let mut was_change = false; for mut arg in args.iter_mut() { simplify(&mut arg, rules); } args.sort(); if let Some(rules) = rules.get(head) { for rule in rules.iter() { if let Some(bindings) = matches(v, &rule.condition) { *v = subst(&rule.result, &bindings); was_change = true; println!("{} -> {} on {}", rule.condition, rule.result, v); } } } if !was_change { break } }, _ => break } }}```
References
- "US Board on Geographic Names". United States Geological Survey. 1984-07-01. Retrieved 2017-12-30.
- "Kansas Post Offices, 1828-1961". Kansas Historical Society. Retrieved 2018-01-05.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.