towards monads tweak
authorJim Pryor <profjim@jimpryor.net>
Mon, 1 Nov 2010 04:28:01 +0000 (00:28 -0400)
committerJim Pryor <profjim@jimpryor.net>
Mon, 1 Nov 2010 04:28:01 +0000 (00:28 -0400)
Signed-off-by: Jim Pryor <profjim@jimpryor.net>
towards_monads.mdwn

index acdfbb3..c8cbe21 100644 (file)
@@ -84,7 +84,7 @@ let div' (u:int option) (v:int option) =
 
 So far so good.  But what if we want to combine division with
 other arithmetic operations?  We need to make those other operations
 
 So far so good.  But what if we want to combine division with
 other arithmetic operations?  We need to make those other operations
-aware of the possibility that one of their arguments will trigger a
+aware of the possibility that one of their arguments has triggered a
 presupposition failure:
 
 <pre>
 presupposition failure:
 
 <pre>