X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=code%2Fmonads.ml;h=54a324831d5714ebc23782a6eae496ded167d4e4;hp=e1865a4a29f5dc109ed9f7bbeb05c25d45bc1931;hb=89dccec9ab1d2936b2f2ab05ec532c23863d7502;hpb=61144e14eacb1ce6fdd602962f5d77c11deed156 diff --git a/code/monads.ml b/code/monads.ml index e1865a4a..54a32483 100644 --- a/code/monads.ml +++ b/code/monads.ml @@ -51,7 +51,8 @@ * - http://www.grabmueller.de/martin/www/pub/Transformers.pdf * - http://en.wikibooks.org/wiki/Haskell/Monad_transformers * - * Licensing: MIT (if that's compatible with the ghc sources). + * Licensing: MIT (if that's compatible with the ghc sources this is partly + * derived from) *) exception Undefined