From: Chris Barker Date: Tue, 2 Nov 2010 02:06:32 +0000 (-0400) Subject: move hint X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=commitdiff_plain;h=0789d0560ab21cbba934f063fa8948d47a43b72c move hint --- 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