Skip to content
  • Sylvain Henry's avatar
    BigNum: rename BigNat types · d3bd6897
    Sylvain Henry authored and Marge Bot's avatar Marge Bot committed
    Before this patch BigNat names were confusing because we had:
    
    * GHC.Num.BigNat.BigNat: unlifted type used everywhere else
    * GHC.Num.BigNat.BigNatW: lifted type only used to share static constants
    * GHC.Natural.BigNat: lifted type only used for backward compatibility
    
    After this patch we have:
    
    * GHC.Num.BigNat.BigNat#: unlifted type
    * GHC.Num.BigNat.BigNat: lifted type (reexported from GHC.Natural)
    
    Thanks to @RyanGlScott for spotting this.
    d3bd6897