[commit: ghc] master: Export typeNat{Div; Mod; Log}TyCon from TcTypeNats (fb78b0d)

git at git.haskell.org git at git.haskell.org
Mon Jan 8 17:34:03 UTC 2018


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/fb78b0d22635b1d7ae68385c648b8c407f5562c2/ghc

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

commit fb78b0d22635b1d7ae68385c648b8c407f5562c2
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


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

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

diff --git a/compiler/typecheck/TcTypeNats.hs b/compiler/typecheck/TcTypeNats.hs
index 04b51a4..78e0b96 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