From 0789d0560ab21cbba934f063fa8948d47a43b72c Mon Sep 17 00:00:00 2001 From: Chris Barker Date: Mon, 1 Nov 2010 22:06:32 -0400 Subject: [PATCH] move hint --- assignment6.mdwn | 2 +- assignment_6_hint_1.mdwn => hints/assignment_6_hint_1.mdwn | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename assignment_6_hint_1.mdwn => hints/assignment_6_hint_1.mdwn (100%) diff --git a/assignment6.mdwn b/assignment6.mdwn index f1a892aa..7a2bb0f1 100644 --- a/assignment6.mdwn +++ b/assignment6.mdwn @@ -22,7 +22,7 @@ divide by zero (so there should be no int option types anywhere in your solution). You'll need to define a computation monad type, unit, bind, and lift. -We encourage you to consider this hint: [[Assignment 6 Hint 1]]. +We encourage you to consider this hint: [[hints/Assignment 6 Hint 1]]. 2. Prove that your monad satisfies the monad laws. First, give examples illustrating specific cases in which the monad laws are diff --git a/assignment_6_hint_1.mdwn b/hints/assignment_6_hint_1.mdwn similarity index 100% rename from assignment_6_hint_1.mdwn rename to hints/assignment_6_hint_1.mdwn -- 2.11.0