1956–57 Irish League
The Irish League in season 1956–57 comprised 12 teams, and Glenavon won the championship.
League standings
Pos | Team | Pld | W | D | L | GF | GA | GR | Pts |
---|---|---|---|---|---|---|---|---|---|
1 | Glenavon | 22 | 16 | 3 | 3 | 71 | 22 | 3.227 | 35 |
2 | Linfield | 22 | 14 | 6 | 2 | 67 | 32 | 2.094 | 34 |
3 | Glentoran | 22 | 13 | 4 | 5 | 56 | 39 | 1.436 | 30 |
4 | Ards | 22 | 12 | 4 | 6 | 65 | 34 | 1.912 | 28 |
5 | Coleraine | 22 | 11 | 3 | 8 | 54 | 51 | 1.059 | 25 |
6 | Distillery | 22 | 9 | 4 | 9 | 47 | 62 | 0.758 | 22 |
7 | Bangor | 22 | 7 | 6 | 9 | 47 | 44 | 1.068 | 20 |
8 | Crusaders | 22 | 9 | 2 | 11 | 38 | 46 | 0.826 | 20 |
9 | Derry City | 22 | 8 | 3 | 11 | 41 | 52 | 0.788 | 19 |
10 | Portadown | 22 | 5 | 6 | 11 | 47 | 66 | 0.712 | 16 |
11 | Ballymena United | 22 | 3 | 3 | 16 | 35 | 72 | 0.486 | 9 |
12 | Cliftonville | 22 | 2 | 2 | 18 | 31 | 79 | 0.392 | 6 |
Source: rsssf.com
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 } }}```
gollark: Stop wanting that.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.