4 lines
111 B
Text
4 lines
111 B
Text
let style_evaluation =
|
|
match (hair_color) {
|
|
| Red -> Good | Yellow -> Good | Brown -> Good | _ -> Good
|
|
}
|