X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?a=blobdiff_plain;f=hints%2Fassignment_6_hint_1.mdwn;fp=hints%2Fassignment_6_hint_1.mdwn;h=0000000000000000000000000000000000000000;hb=fd698b815e417dec463cb0f0e9ed056ab83daed6;hp=b9d95d2755e039374a5895b459af872b378889d5;hpb=573a8b36ce653c84c2aecb2b81ef99128cb41d13;p=lambda.git diff --git a/hints/assignment_6_hint_1.mdwn b/hints/assignment_6_hint_1.mdwn deleted file mode 100644 index b9d95d27..00000000 --- a/hints/assignment_6_hint_1.mdwn +++ /dev/null @@ -1,8 +0,0 @@ -Use the following type declarations: - - type count = int;; - type computation = count -> (int * count);; - -(You can make the computation type polymorphic if you want to.) - -If you're still stumped, read Wadler--