There was an error while loading. Please reload this page.
1 parent 42e7d30 commit 6bf496bCopy full SHA for 6bf496b
1 file changed
src/FLPQ.Languages/Gll.fs
@@ -155,7 +155,19 @@ module GLL =
155
// Collect initial state step
156
let activeVerts, activeEdges = collectActiveGss gss
157
let initAttempted = attemptedInStep
158
- onStep (queue |> Seq.toList) activeVerts activeEdges pathIndex.Matrix changedCells 0 None None Set.empty initAttempted
+
159
+ onStep
160
+ (queue |> Seq.toList)
161
+ activeVerts
162
+ activeEdges
163
+ pathIndex.Matrix
164
+ changedCells
165
+ 0
166
+ None
167
168
+ Set.empty
169
+ initAttempted
170
171
attemptedInStep <- Set.empty<Descriptor>
172
173
// Main loop
0 commit comments