Skip to content

Commit 6bf496b

Browse files
committed
FOrmatting.
1 parent 42e7d30 commit 6bf496b

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

src/FLPQ.Languages/Gll.fs

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,19 @@ module GLL =
155155
// Collect initial state step
156156
let activeVerts, activeEdges = collectActiveGss gss
157157
let initAttempted = attemptedInStep
158-
onStep (queue |> Seq.toList) activeVerts activeEdges pathIndex.Matrix changedCells 0 None None Set.empty initAttempted
158+
159+
onStep
160+
(queue |> Seq.toList)
161+
activeVerts
162+
activeEdges
163+
pathIndex.Matrix
164+
changedCells
165+
0
166+
None
167+
None
168+
Set.empty
169+
initAttempted
170+
159171
attemptedInStep <- Set.empty<Descriptor>
160172

161173
// Main loop

0 commit comments

Comments
 (0)