├── .gitignore └── README.md /.gitignore: -------------------------------------------------------------------------------- 1 | target/ 2 | .idea 3 | diagram.png 4 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | ## Unzipping Immutability 2 | 3 | This project can be now found here: https://github.com/stanch/reftree/blob/master/DEMO.md. 4 | --------------------------------------------------------------------------------