Skip to content
  • Jose A. Lopes's avatar
    Rename 'Constants.hs' to 'PyConstants.hs' · fec1fac1
    Jose A. Lopes authored
    
    
    Rename the generated 'Constants.hs' module, which contains the Haskell
    constants generated from Python, to 'PyConstants.hs' in order to
    eliminate duplicated constants in Haskell, a problem introduced by the
    Haskell to Python constant generation, and to circumvent a problem
    with import/export of Haskell modules.  Add a new module named
    'Constants.hs' which imports 'PyConstants.hs' and exports its names.
    
    Signed-off-by: default avatarJose A. Lopes <jabolopes@google.com>
    Reviewed-by: default avatarGuido Trotter <ultrotter@google.com>
    fec1fac1