mirror of
https://github.com/roc-lang/roc.git
synced 2025-12-04 00:55:00 +00:00
Update more dict/set references
This commit is contained in:
parent
ab796d93ff
commit
3d0a0a4a99
10 changed files with 42 additions and 42 deletions
|
|
@ -14,10 +14,10 @@ Model position : {
|
|||
|
||||
initialModel : position -> Model position | position has Hash & Eq
|
||||
initialModel = \start -> {
|
||||
evaluated: Set.empty,
|
||||
evaluated: Set.empty {},
|
||||
openSet: Set.single start,
|
||||
costs: Dict.single start 0,
|
||||
cameFrom: Dict.empty,
|
||||
cameFrom: Dict.empty {},
|
||||
}
|
||||
|
||||
cheapestOpen : (position -> F64), Model position -> Result position {} | position has Hash & Eq
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue