From 04ddca3c1b1355d0c76591cf01a28e8ce9183585 Mon Sep 17 00:00:00 2001 From: Robbie Gleichman Date: Mon, 25 Mar 2019 01:12:43 -0700 Subject: [PATCH] Update todo --- todo.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/todo.md b/todo.md index b6b5a81..ef5366d 100644 --- a/todo.md +++ b/todo.md @@ -2,6 +2,8 @@ ## Todo Now * Remove port number magic numbers in GraphAlgorithms.hs. +* Let lambda icons embed results. +* Redesign case to avoid non-locality. * Add command line flags for color style, embedding, and whether to draw arrowheads. * Add wiki pages discussing: Why a visual language?, History of Glance, How to contribute, Code guide [code style, ...], etc..