summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristiaan Baaij <christiaan.baaij@gmail.com>2018-01-08 12:26:54 -0500
committerRyan Scott <ryan.gl.scott@gmail.com>2018-01-08 12:26:54 -0500
commitfb78b0d22635b1d7ae68385c648b8c407f5562c2 (patch)
tree30e560dd3d19ceefa88d3544ebdb6c8beb135f35
parenta1a689dda48113f3735834350fb562bb1927a633 (diff)
downloadhaskell-fb78b0d22635b1d7ae68385c648b8c407f5562c2.tar.gz
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
-rw-r--r--compiler/typecheck/TcTypeNats.hs3
1 files changed, 3 insertions, 0 deletions
diff --git a/compiler/typecheck/TcTypeNats.hs b/compiler/typecheck/TcTypeNats.hs
index 04b51a46f2..78e0b96e11 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