Skip to content
  • Isaac Dupree's avatar
    Warning police: eliminate all defaulting within stage1 · 01ecefa4
    Isaac Dupree authored
    Defaulting makes compilation of multiple modules more complicated (re: #1405)
    Although it was all locally within functions, not because of the module
    monomorphism-restriction... but it's better to be clear what's meant, anyway.
    I changed some that were defaulting to Integer, to explicit Int, where Int
    seemed appropriate rather than Integer.
    01ecefa4