Skip to content
  • Yorick Peterse's avatar
    Split Nil into Nil and NilType · 8f9109a4
    Yorick Peterse authored
    Nil is still the singleton instance, but its prototype is set to NilType
    instead of Object. By splitting Nil this way we no longer refine
    instances of ad-hoc instances, instead only refining objects defined
    directly using the `object` keyword.
    8f9109a4