- [Introduction to Unification Theory Lecture 1][itut-1]
- Sections 8.1 and 8.2 of [The Handbook of Automated Reasoning][hoar]
Docker install instructions: https://github.com/ravi9/misc-readmes/blob/master/install-docker-centos.md
docker pull centos/devtoolset-6-toolchain-centos7
#Login into the docker with with USER 0 with sudo permissions.
docker run -it --user 0 centos/devtoolset-6-toolchain-centos7:latest /bin/bash