Skip to content
  • John Ericson's avatar
    Use "to" instead of "2" in internal names of conversion ops · e5a2899c
    John Ericson authored and Marge Bot's avatar Marge Bot committed
    Change the constructors for the primop union, and also names of the
    literal conversion functions.
    
    "2" runs into trouble when we need to do conversions from fixed-width
    types, and end up with thing like "Int642Word".
    
    Only the names internal to GHC are changed, as I don't want to worry
    about breaking changes ATM.
    e5a2899c