assignment7 tweaks
authorJim Pryor <profjim@jimpryor.net>
Fri, 19 Nov 2010 05:28:28 +0000 (00:28 -0500)
committerJim Pryor <profjim@jimpryor.net>
Fri, 19 Nov 2010 05:28:28 +0000 (00:28 -0500)
Signed-off-by: Jim Pryor <profjim@jimpryor.net>
hints/assignment_7_hint_3.mdwn

index 8382a9b..d3e06c5 100644 (file)
@@ -5,7 +5,7 @@
 
        A set is just another monadic layer. We've already talked about list monads, and we can for these purposes just use list monads to represent set monads. Instead of sets of possibilities, we'll be working with sets of `dpm`s, that is, sets of discourse possibility monads, or computations on discourse possibilities.
 
-As I said, for simplicity, we'll represent sets using lists:
+       As I said, for simplicity, we'll represent sets using lists:
 
                type 'a set = 'a list;;
                let empty_set : 'a set = [];;