X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?a=blobdiff_plain;f=assignment_6_hint_1.mdwn;fp=assignment_6_hint_1.mdwn;h=0000000000000000000000000000000000000000;hb=0789d0560ab21cbba934f063fa8948d47a43b72c;hp=b9d95d2755e039374a5895b459af872b378889d5;hpb=57439ef74347e5ca607d9b717f20e888f879ef87;p=lambda.git diff --git a/assignment_6_hint_1.mdwn b/assignment_6_hint_1.mdwn deleted file mode 100644 index b9d95d27..00000000 --- a/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--