[commit: ghc] ghc-8.4: Export typeNat{Div; Mod; Log}TyCon from TcTypeNats (273131d)

git at git.haskell.org git at git.haskell.org
Fri Jan 12 21:42:28 UTC 2018


Repository : ssh://git@git.haskell.org/ghc

On branch  : ghc-8.4
Link       : http://ghc.haskell.org/trac/ghc/changeset/273131dfd83ef4f8b6722526dbc9be3215815af4/ghc

>---------------------------------------------------------------

commit 273131dfd83ef4f8b6722526dbc9be3215815af4
Author: Christiaan Baaij <christiaan.baaij at gmail.com>
Date:   Mon Jan 8 12:26:54 2018 -0500

    Export typeNat{Div;Mod;Log}TyCon from TcTypeNats
    
    Summary: To be in line with the other typeNatTyCons
    
    Reviewers: bgamari, RyanGlScott
    
    Reviewed By: RyanGlScott
    
    Subscribers: RyanGlScott, rwbarton, thomie, carter
    
    GHC Trac Issues: #14632
    
    Differential Revision: https://phabricator.haskell.org/D4284
    
    (cherry picked from commit fb78b0d22635b1d7ae68385c648b8c407f5562c2)


>---------------------------------------------------------------

273131dfd83ef4f8b6722526dbc9be3215815af4
 compiler/typecheck/TcTypeNats.hs | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/compiler/typecheck/TcTypeNats.hs b/compiler/typecheck/TcTypeNats.hs
index 051f998..da9b8df 100644
--- a/compiler/typecheck/TcTypeNats.hs
+++ b/compiler/typecheck/TcTypeNats.hs
@@ -10,6 +10,9 @@ module TcTypeNats
   , typeNatExpTyCon
   , typeNatLeqTyCon
   , typeNatSubTyCon
+  , typeNatDivTyCon
+  , typeNatModTyCon
+  , typeNatLogTyCon
   , typeNatCmpTyCon
   , typeSymbolCmpTyCon
   , typeSymbolAppendTyCon



More information about the ghc-commits mailing list