From b802153d24b597ab4681b5abc56d796bbfc11ba8 Mon Sep 17 00:00:00 2001 From: Richard Feldman Date: Sat, 26 Mar 2016 09:10:58 -0700 Subject: [PATCH] Clarify a TODO --- stages/4/Main.elm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stages/4/Main.elm b/stages/4/Main.elm index 777ec52..b33483d 100644 --- a/stages/4/Main.elm +++ b/stages/4/Main.elm @@ -110,8 +110,8 @@ type Action update : Action -> Model -> Model update action model = - -- TODO write a case-expression that makes SetQuery set the query - -- and DeleteById delete the appropriate result + -- TODO if we get a SetQuery action, use it to set the model's query field, + -- and if we get a DeleteById action, delete the appropriate result model