Sudoku: Difference between revisions

Content added Content deleted
Line 4,261: Line 4,261:
|> function
|> function
| [] -> Some values // solved!
| [] -> Some values // solved!
| list -> list |> List.sortBy fst |> id |> List.map snd |> id |> some
| list -> list |> List.sortBy fst |> List.map snd |> some


// Option functions glue/ Command Line Helpers (Could be clearer!)
// Option functions glue/ Command Line Helpers (Could be clearer!)