Skip to content

Commit 210b547

Browse files
committed
Updated utils/timeline.rkt
1 parent 6cbfeec commit 210b547

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/utils/timeline.rkt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,9 @@
226226
[expl false]
227227
[count +]
228228
[mcount +]
229+
[locations (const #f)]
229230
[flows (const #f)]
230-
[locations (const #f)])
231+
)
231232
(define-timeline confusion #:custom (λ (x y) (list (map + (car x) (car y)))))
232233
(define-timeline total-confusion #:custom (λ (x y) (list (map + (car x) (car y)))))
233234
(define-timeline maybe-confusion #:custom (λ (x y) (list (map + (car x) (car y)))))

0 commit comments

Comments
 (0)