[commit: ghc] wip/T15952: Wibble (1295111)
git at git.haskell.org
git at git.haskell.org
Sun Mar 31 15:06:08 UTC 2019
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/T15952
Link : http://ghc.haskell.org/trac/ghc/changeset/1295111c7eb2a6fe17d440c184065922b42e6af0/ghc
>---------------------------------------------------------------
commit 1295111c7eb2a6fe17d440c184065922b42e6af0
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Mon Dec 24 17:50:12 2018 +0000
Wibble
>---------------------------------------------------------------
1295111c7eb2a6fe17d440c184065922b42e6af0
compiler/typecheck/TcMType.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compiler/typecheck/TcMType.hs b/compiler/typecheck/TcMType.hs
index 1486d65..b9b0d86 100644
--- a/compiler/typecheck/TcMType.hs
+++ b/compiler/typecheck/TcMType.hs
@@ -6,7 +6,7 @@
Monadic type operations
This module contains monadic operations over types that contain
-mutable type variables
+mutable type variables.
-}
{-# LANGUAGE CPP, TupleSections, MultiWayIf #-}
More information about the ghc-commits
mailing list