Merge branch 'main' into fromutf-roc

This commit is contained in:
shua 2025-01-18 01:58:14 +01:00
commit 17624a9d2c
No known key found for this signature in database
161 changed files with 2323 additions and 1168 deletions

View file

@ -3479,7 +3479,7 @@ mod solve_expr {
Ok { position, cost: 0.0 }
Set.walk model.open_set (Ok { position: boom {}, cost: 0.0 }) folder
|> Result.map (\x -> x.position)
|> Result.map_ok (\x -> x.position)
astar : Model position -> Result position [KeyNotFound] where position implements Hash & Eq
astar = \model -> cheapest_open model