Skip to content

Commit 863e943

Browse files
committed
updated timelines.rkt
1 parent e7ec233 commit 863e943

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,7 +226,8 @@
226226
[expl false]
227227
[count +]
228228
[mcount +]
229-
[flows (const #f)])
229+
[flows (const #f)]
230+
[locations (const #f)])
230231
(define-timeline confusion #:custom (λ (x y) (list (map + (car x) (car y)))))
231232
(define-timeline total-confusion #:custom (λ (x y) (list (map + (car x) (car y)))))
232233
(define-timeline maybe-confusion #:custom (λ (x y) (list (map + (car x) (car y)))))

0 commit comments

Comments
 (0)