From c4407037575dcd55ef0dd7ab209329df16967877 Mon Sep 17 00:00:00 2001 From: Richard Feldman Date: Wed, 7 Sep 2016 06:45:47 -0500 Subject: [PATCH] Move hint for part4 --- part4/Main.elm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/part4/Main.elm b/part4/Main.elm index 1d20186..899ecdf 100644 --- a/part4/Main.elm +++ b/part4/Main.elm @@ -26,6 +26,8 @@ type alias Msg = {-| TODO add a type annotation to this value + +HINT: The type aliases above may come in handy for these exercises! -} initialModel = { query = "tutorial" @@ -55,8 +57,6 @@ initialModel = {-| TODO add a type annotation to this value - -HINT: The type aliases above may come in handy for these exercises! -} elmHubHeader = header []